header{
    margin-left: auto;
    margin-right: auto;
    width: 72vw;
    height: 20vh;
}

body{
    margin-left: auto;
    margin-right:auto;
    width: 72vw;
    color: floralwhite;
}

#superHeader{
    display: inline-block;
    vertical-align: middle;
}

.leftHeader{
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    float: left;
    width: 15vw;
    padding-right: 3vw;
    padding-top: 3vh;
}

.leftHeader img{
    width: 15vw;
    height: 15vh;
    padding-right: 1%;
}

.rightHeader{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 15vh;
    font-size: 2.5vw;
}

.navMenu{
    line-height: auto;
    font-family: scoobyDoo;
    display: inline-table;
    vertical-align: middle;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 12vh;
}

.navMenu a{
    text-decoration: none;
    color: black;
}

.navMenu a:hover{
    color: #FF5500;
}

/*HEADER ABOVE THIS. SUBHEADER BELOW.*/

.subheader{
    font-family: kreon;
    color: white;
    text-align: center;
    font-size: 20px;
}

.subheader a{
    color: #FF5500;
    text-decoration: none;
}

.subheader a:hover{
    color: floralwhite;
}

/*SUBHEADER ABOVE THIS. BODY BELOW.*/

.basket{
    background: #000;
    opacity: 0.9;
    width: 70w;
    border-radius: 12px;
    padding: 20px 20px 20px 16px;
}

.center{
    text-align: center;
}

#team{
    width: 60%;
    border-radius: 12px;
}

#basketText{
   display: inline-block;
   vertical-align: middle;
   line-height: normal; 
   width: 34vw;
   text-align: justify;
   text-justify: inter-word;
}

#basketPic{
    display:inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 34vw;
	padding-top:20px;
    padding-bottom:20px;
}

#basketPic img{
    border-radius: 12px;
    width: inherit;
}

.content{
    font-family: Fjord One;
    font-size: 18px; 
    color: floralwhite;
    width: 30vw;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contentTitle{
    font-family: Fjord One;
    font-size: 18px; 
    color: floralwhite;
}

.subtitleOrange, .subtitle{
    font-family: Fjord One;
    font-size: 24px;
    color: #FF5500;
    text-align: center;
}

/*storyboard stuffs*/

.storyBoard{
    text-align: center;
}

.storyBoard img{
    border-radius: 12px;
    height: auto;
    width: 600px;
}

.storyTitle{
    font-family: Fjord One;
    font-size: 29px;
    color: white;
}

.storyNav{
    font-family: scoobyDoo;
    font-size: 18px;
    text-decoration: none;
    padding: 20px;
}

.storyNav a{
    color: #FF5500;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: underline;
}

.storyNav a:hover{
    color: white;
}

#nameNav{
    padding-top: 10px;
}






