/*font-face rulesets*/

@font-face{
    font-family: 'CabinRegular';
    src: url('CabinRegular.eot');
    src: url('CabinRegular.eot?#iefix') format('embedded-opentype'),
    url('CabinRegular.woff2') format('woff2'),         
	url('CabinRegular.woff') format('woff'),
	url('CabinRegular.ttf') format('truetype'),
	url('CabinRegular.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'BerryRotunda';
    src: url('BerryRotunda.eot');
    src: url('BerryRotunda.eot?#iefix') format('embedded-opentype'),
    url('BerryRotunda.woff2') format('woff2'),
	url('BerryRotunda.woff') format('woff'),
	url('BerryRotunda.ttf') format('truetype'),
	url('BerryRotunda.svg#BerryRotunda') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* New classses as of 5/16/2020 */
.fixedWidth{
    width: 64px;
}

.centered{
    margin-left: auto;
    margin-right: auto;
}

.rightPadding{
    padding-right: 10%;
}

.leftPadding{
    padding-left: 10%;
}
/* End of new classes */

/*Social media icons*/
#Social{
    padding-top: 10%;
    display: inline-flex;
}

#Wrapper{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    position: relative;
    padding-right: 20%;
}

.social-icon{
    width: 10%;/*25px*/
    height: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

/*Raw HTML elements*/
a:link{
    color: white;
}

a:hover{
    color: grey;
}

a:visited{
    color: lightgrey;
}

a:active{
    color: black;
    background-color: white;
}

body{
	color: white;
    font-family: 'CabinRegular', 'Trebuchet MS', Helvetica, Arial, sans-serif;	
    font-size: 18px;	
    background-color: rgb(30, 30, 30);
    background-image: linear-gradient(black, rgb(30, 30, 30));
}
	
footer{
    padding-bottom: 1%;
    font-size: 13px;
    text-align: center;
}

img, iframe{
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

iframe{
    width: 90%;
    height: 45%;
}

.icon{
    max-width: 50px;/*50px*/ 
    max-height: 50px;
}

/*HTML elements with IDs*/

#Banner{
    text-align: center;
    display: inline-flex;
    /*
    background: url("Web Mock Top.png") no-repeat center center fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    */
}

#Background{
    width: 100%;
    height: 100%;
}

#Bosses{
    float: right;  
    margin-right: 5%;
    margin-top: 5%;
    width: 25%;
    height: 25%;
}

#Left{
    display: block;
}

#Logo{
    float: left;
    margin: auto;
    width: 150px;/*100px*/
    height: 100px;
}

#Outer{
    margin: 0 auto;
    text-align: center;
}

#Inner{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#Top{
    font-family: 'BerryRotunda', Georgia, serif;
    padding-top: 2.5%;
}

#Year{
    display: inline;
}

/*
#Second{
    margin-left: 5%;
    margin-right: 5%;
}
*/

.oddgif, .evengif, .oddblurb, .evenblurb, .promoblurb, .music, .video{
    margin-left: 8%;
    margin-right: 8%;
}

/*Classes*/

.oddblurb, .evenblurb{
    width: 85%;
}

.oddgif, .evengif{ 
    max-height: 15%;
    width: 300px;
    height: 300px;
}

.oddgif, .evengif, .oddblurb, .evenblurb, .promoblurb{
    height: 100%;
    line-height: 1.5em;
}

.oddheading, .evenheading, .promoheading, .mediaheading{
    font-family: 'BerryRotunda', Georgia, serif;
    text-align: center;
    font-weight: bold;
}

.oddline, .evenline{
    display: block;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.social{
    margin: auto;
}

.mobileOnly{
    display: inline;
}

.promoblurb{
    line-height: 1.5em;
    padding-bottom: 5%;
}

.promoheading{  
    padding-top: 10%;
}

.mediaheading{
    padding-top: 5%;
}