@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,200);
* { margin:0; padding:0; }
body {font-family: 'Roboto', sans-serif; font-weight:300; color:#FFF; letter-spacing:1px; background-color:#FFF;}

#fullcontainer {width:100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; margin: 0; padding: 0; border: 1px solid; background: url(https://superbowl.therainsteam.com/diehardbackground.jpg) no-repeat center; background-size: cover;}
#fullcontainerdarken {width:100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; background-color: rgba(0,0,0,.8);}

#votecontainer {width:100%; overflow: hidden;}
#votemid {width:1000px; overflow: hidden; margin: 30px auto;}
#headertext {font-size:32px; text-align: center;}
#rtlogo {width:400px; margin: 20px auto 0 auto;}
#toptext {font-size:22px; text-align: center; margin-top: 30px;}
#selectcontainer {width:1000px; display: inline-block; margin-top: 30px;}
#selectcontainer a {border:none; text-decoration: none;}
#selectleftcontainer {width:49%; display: inline-block; text-align: center;}
#selectrightcontainer {width:49%; display: inline-block; text-align: center;}
#votes {font-size:22px; font-weight: bold; text-align: center; margin-top: 30px;}
#teamname {font-size:22px; margin-bottom: 20px; text-align: center;}
#votecount {margin-top:20px;}
#votebarcontainer {width: 100%; overflow: hidden; height: 30px; margin-top: 30px; line-height: 30px; padding-left: 30px;}
#thankyou {width:1000px; font-size: 18px; margin: 30px 0; line-height: 30px;}
#thankyou a {text-decoration: none; color: #FFF;}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 775px) {
	#fullcontainer {position: relative;}
	#fullcontainerdarken {position: relative;}
	#votemid {width:calc(100% - 40px); padding: 0 20px;}
	#rtlogo {width: 90%;}
	#selectcontainer {width:100%;}
	#selectleftcontainer {display: block; width: 100%;}
	#selectrightcontainer {display: block; width: 100%;}
	#teamname {margin-top: 30px; margin-bottom: 10px;}
	#votecount {margin-top:5px;}
	#thankyou {width:100%;}
}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 400px) {

}