/*///////////////////////////////DEFAULT SETTINGS - MOBILE FIRST////////////////////////////////////// */

html {
	min-height: 100%;
}

h1 { /*Change this in media queries*/
	font-size: 1.25em;
	color: #000;
	font-family: 'safregular', sans-serif;
	margin: 0;
}

h2 { /*Change this in media queries*/
	font-size: 1em;
	color: #000;
	font-family: 'safregular', sans-serif;
	margin: 0;
}

h3 { /*Change this in media queries*/
	font-size: .9em;
	color: rgba(0,0,0,1);
	font-family: 'safregular', sans-serif;
	margin: 2%;
}

h4 { /*Change this in media queries*/
	font-size: .75em;
	color: #000;
	font-family: 'safregular', sans-serif;
	margin: 1%;
}

p {
	font-size: 1em;
	margin: auto;
	text-align: center;
	font-family: 'AbeeZee', sans-serif;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

html {
	background: rgba(255,255,255,1);
}

#header-container {
	width: 100%;
	height: 40px; /*Change this in media queries*/
	position: fixed;
	top: 0px;
	background: rgba(255,255,255,.75);
	z-index: 20;
}

#header {
	height: 50px;
	max-width: 960px;
    margin: 20px auto 0px auto; /*Change this in media queries*/
}

.navi {
	width: 100%;
	height: 20px;
	position: bottom;
	background-color: #000;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.45);
  	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.45);
  	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.45);
}

ul.navi {
	width: 97.5%;
	margin: auto;
	text-align: center;
	list-style: none;
	padding: 0;
}

ul.navi li {
	margin: -5% auto;
	display: inline-block;
}

.container {
	max-width: 960px;
	margin: auto;
	text-align: center;
}

.navi img {
	width: 120px; /*Change this in media queries*/
}

#introduction {
	width: 95%;
	margin: 22.5% auto 3% auto; /*Change this in media queries*/
	font-family: 'safregular', sans-serif;
	text-align: center;
	clear: right;
}

#introduction h3 {
	color: rgba(50,50,50,1);
}

#soccerwe {
	width: 90%;
	height: 30%; /*Change this in media queries*/
	background: url('../img/sk_hor_bg.png') no-repeat center center;
	background-size: contain;
	margin: 0 auto;
	clear: both;
}

#soccerwe_text {
	display: none; /*Change this in media queries*/
}

#soccerwe h3 {
	margin-top: 5%;
	font-family: 'QuanticoBold', sans-serif;
}

#soccerwe p, #eatmywake p, #russki p {
	display: none; /*Change this in media queries*/
}

.allstore {
	height: 60px;
	width: 60%;
	margin: 1% -1%; /*Change this in media queries*/
	display: inline-block;
	float: right;
	clear: both;
}

.allstore img {
	height: 55%;
}

.singlestore {
	height: 60px;
	width: 60%;
	margin: 1% -12.5%; /*Change this in media queries*/
	display: inline-block;
	float: right;
	clear: both;
}

.singlestore img {
	height: 55%;
}

#eatmywake {
	width: 90%;
	height: 30%; /*Change this in media queries*/
	background: url('../img/emw_hor_bg.png') no-repeat center center;
	background-size: contain;
	margin: auto;
	clear: both;
}

#eatmywake_text {
	display: none; /*Change this in media queries*/
}

#eatmywake h3 {
	margin-top: 5%;
	font-family: 'Slackey', cursive;
}

#russki {
	width: 90%;
	height: 30%; /*Change this in media queries*/
	background: url('../img/rus_hor_bg.png') no-repeat center center;
	background-size: contain;
	margin: auto;
	clear: both;
}

#russki_text {
	display: none; /*Change this in media queries*/
}

#russki h3 {
	margin-top: 5%;
	font-family: 'kremlin_bolshevikbold', sans-serif;
}

footer {
	height: 150px;
}

.footer {
	height: 100%; /*Change this in media queries*/
	width: 97.5%;
	background: url('../img/footer_bg.png') no-repeat center bottom;
	background-size: contain;
	margin: auto;
	vertical-align: bottom;
	clear: both;
}

#contact {
      background: url('../img/contact.png');
      height: 60px;
      width: 180px;
      margin: auto;
      position: relative;
      top: 40%; /*Change this in media queries*/
      clear: both;
}
 
#contact span {
     display: none;
}

#contact li {
    list-style-type: none;
    float: left;
}
 
#contact a {
    height: 60px;
    display: block;
}

#twitter { width: 60px; }
#email { width: 60px; }
#facebook { width: 60px; }

#twitter a:hover {
      background: url('../img/contact.png') 0px -60px no-repeat;
}
#email a:hover {
      background: url('../img/contact.png') -60px -60px no-repeat;
}
#facebook a:hover {
      background: url('../img/contact.png') -120px -60px no-repeat;
}

.footerlogo {
	display: none; /*Change this in media queries*/
}

.footer p { 
	font-size: .75em;
	font-family: 'safregular', cursive;
	color: rgba(255,255,255,1);
	position: relative;
	top: 45%; /*Change this in media queries*/
}

/*///////////////////////////////MEDIA QUERIES////////////////////////////////////// */

@media screen and (min-height : 444px) and (orientation : portrait) {

footer {
	height: 175px;
}

#contact {
    top: 45%; /*Change this in media queries*/
}

.footer p { 
	top: 50%; /*Change this in media queries*/
}

}

/*///////////////////////////////MEDIA QUERIES////////////////////////////////////// */

@media screen and (min-height : 208px) and (max-height : 444px) and (orientation : landscape){


h1 { /*Change this in media queries*/
	font-size: 1.75em;
}

h3 { /*Change this in media queries*/
	font-size: .8em;
}

#header-container {
	height: 20px; /*Change this in media queries*/
}

#header {
    margin: 20px auto 0px auto; /*Change this in media queries*/
}

.navi {
	height: 10px;
}

ul.navi li {
	margin: -4% auto;
}

.navi img {
	width: 100px; /*Change this in media queries*/
}

#introduction {
	margin: 12.5% auto 3% auto; /*Change this in media queries*/
}

#soccerwe {
	height: 50%; /*Change this in media queries*/
}

.allstore {
	margin: 1% -6.75%; /*Change this in media queries*/
}

.singlestore {
	margin: 1% -13.75%; /*Change this in media queries*/
}

#eatmywake {
	height: 50%; /*Change this in media queries*/
}

#russki {
	height: 50%; /*Change this in media queries*/
}

footer {
	height: 275px;
}

#contact {
      top: 45%; /*Change this in media queries*/
}

.footer p { 
	top: 65%; /*Change this in media queries*/
}
}

/*///////////////////////////////Tablet Portrait//////////////////////////////////////*/

@media screen and (min-width: 600px) and (orientation : portrait) {

h1 { /*Change this in media queries*/
	font-size: 2.25em;
}

h3 { /*Change this in media queries*/
	font-size: 1.15em;
	margin: 1%;
}

#header-container {
	height: 60px; /*Change this in media queries*/
}

#header {
    margin: 40px auto 0px auto; /*Change this in media queries*/
}

.navi img {
	width: 180px; /*Change this in media queries*/
}

#introduction {
	margin: 17.5% auto 3% auto; /*Change this in media queries*/
}

#soccerwe_text { /*Change this in media queries*/
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Quantico', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 80%;
	margin: 4% 1%;
	float: right;
	display: block; 
}

#soccerwe p, #eatmywake p, #russki p {
	display: block; /*Change this in media queries*/
	width: 95%;
}

.allstore {
	margin: 1% -6.5%; /*Change this in media queries*/
}

.allstore img {
	height: 100%; /*Change this in media queries*/
}

.singlestore {
	margin: 1% -15%; /*Change this in media queries*/
}

.singlestore img {
	height: 100%; /*Change this in media queries*/
}

#eatmywake_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Slackey', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 80%;
	margin: 4% 1%;
	float: right;
	display: block;
}

#russki_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'kremlin_bolshevikbold', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 80%;
	margin: 4% 1%;
	float: right;
	display: block;
}

footer {
	height: 500px;
}

#contact {
      top: 55%; /*Change this in media queries*/
}

.footerlogo {
	display: block;
	position: relative;
	width: 100%;
	margin: 3% auto 1% auto;
	text-align: center; /*Change this in media queries*/
	top: 57.5%;
}

.footer p { 
	top: 65%; /*Change this in media queries*/
}

}

/*///////////////////////////////Tablet Landscape//////////////////////////////////////*/

@media screen and (min-width: 800px) and (max-height: 600px) {

h1 { /*Change this in media queries*/
	font-size: 2.5em;
}

h2 { /*Change this in media queries*/
	font-size: 1.5em;
}

h3 { /*Change this in media queries*/
	font-size: 1.25em;
}

h4 { /*Change this in media queries*/
	font-size: 1em;
}

#header {
    margin: 40px auto 0px auto; /*Change this in media queries*/
}

ul.navi li {
	margin: -4% auto;
}

.navi img {
	width: 180px; /*Change this in media queries*/
}

#introduction {
	margin: 12.5% auto 3% auto; /*Change this in media queries*/
}

#soccerwe p, #eatmywake p, #russki p {
	display: block; /*Change this in media queries*/
	width: 95%;
	font-size: .8em;
}

#soccerwe, #eatmywake, #russki {
	height: 45%; /*Change this in media queries*/
}

#soccerwe_text { /*Change this in media queries*/
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Quantico', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 88%;
	margin: 2% 6%;
	float: right;
	display: block; 
}

.allstore {
	margin: 2% -6.5%; /*Change this in media queries*/
}

.allstore img, .singlestore img {
	height: 80%;
}

.singlestore {
	margin: 2% -14%; /*Change this in media queries*/
}

#eatmywake_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Slackey', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 88%;
	margin: 2% 6%;
	float: right;
	display: block;
}

#russki_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'kremlin_bolshevikbold', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 88%;
	margin: 2% 6%;
	float: right;
	display: block;
}

footer {
	height: 500px;
}

.footer {
	height: 100%; /*Change this in media queries*/
	width: 97.5%;
}

#contact {
    top: 50%; /*Change this in media queries*/
}

.footerlogo {
	display: block;
	position: relative;
	width: 100%;
	margin: 3% auto 1% auto;
	text-align: center; /*Change this in media queries*/
	top: 55%;
}

.footer p { 
	top: 65%; /*Change this in media queries*/
}

}


/*///////////////////////////////Tablet Landscape//////////////////////////////////////*/

@media screen and (min-width: 1024px) and (orientation : landscape) {


h1 { /*Change this in media queries*/
	font-size: 2.25em;
}

h2 { /*Change this in media queries*/
	font-size: 1.75em;
}

h3 { /*Change this in media queries*/
	font-size: 1.25em;
}

h4 { /*Change this in media queries*/
	font-size: 1em;
}

#header {
    margin: 40px auto 0px auto; /*Change this in media queries*/
}

ul.navi li {
	margin: -4% auto;
}

.navi img {
	width: 180px; /*Change this in media queries*/
}

#introduction {
	margin: 12.5% auto 3% auto; /*Change this in media queries*/
}

#soccerwe p, #eatmywake p, #russki p {
	display: block; /*Change this in media queries*/
	width: 95%;
}

#soccerwe {
	width: 100%;
	height: 40%; /*Change this in media queries*/
}

#soccerwe_text { /*Change this in media queries*/
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Quantico', sans-serif;
	color: rgba(0,0,0,1);
	width: 30%;
	height: 88%;
	margin: 2% 10%;
	float: right;
	display: block; 
}

.allstore {
	margin: 2% -6.5%; /*Change this in media queries*/
}

.allstore img {
	height: 100%;
}

.singlestore {
	margin: 2% -14%; /*Change this in media queries*/
}

.singlestore img {
	height: 100%;
}

#eatmywake {
	width: 100%;
	height: 40%; /*Change this in media queries*/
}

#eatmywake_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Slackey', sans-serif;
	color: rgba(0,0,0,1);
	width: 30%;
	height: 88%;
	margin: 2% 10%;
	float: right;
	display: block;
}

#russki {
	width: 100%;
	height: 40%; /*Change this in media queries*/
}

#russki_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'kremlin_bolshevikbold', sans-serif;
	color: rgba(0,0,0,1);
	width: 30%;
	height: 88%;
	margin: 2% 10%;
	float: right;
	display: block;
}

footer {
	height: 500px;
}

.footer {
	height: 100%; /*Change this in media queries*/
	width: 97.5%;
}

#contact {
    top: 45%; /*Change this in media queries*/
}

.footerlogo {
	display: block;
	position: relative;
	width: 100%;
	margin: 3% auto 1% auto;
	text-align: center; /*Change this in media queries*/
	top: 50%;
}

.footer p { 
	top: 60%; /*Change this in media queries*/
}

}


/*///////////////////////////////Tablet Landscape//////////////////////////////////////*/

@media screen and (min-width: 1025px) and (min-height: 1280px) {

h1 { /*Change this in media queries*/
	font-size: 2.5em;
}

#soccerwe p, #eatmywake p, #russki p {
	display: block; /*Change this in media queries*/
	width: 95%;
	font-size: .8em;
}

#soccerwe, #eatmywake, #russki {
	width: 95%;
	height: 35%; /*Change this in media queries*/
}

#soccerwe_text { /*Change this in media queries*/
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Quantico', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 88%;
	margin: 2% 6%;
	float: right;
	display: block; 
}

.allstore {
	margin: 2% -6.5%; /*Change this in media queries*/
}

.allstore img, .singlestore img {
	height: 80%;
}

.singlestore {
	margin: 2% -14%; /*Change this in media queries*/
}

#eatmywake_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'Slackey', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 88%;
	margin: 2% 6%;
	float: right;
	display: block;
}

#russki_text {
	background-color: rgba(255,255,255,.75);
	border-radius: 5%;
	-webkit-box-shadow: 0px 5px 3px rgba(50, 50, 50, 0.75);
  	-moz-box-shadow:    0px 5px 3px rgba(50, 50, 50, 0.75);
  	box-shadow:         0px 5px 3px rgba(50, 50, 50, 0.75);
	font-family: 'kremlin_bolshevikbold', sans-serif;
	color: rgba(0,0,0,1);
	width: 32.5%;
	height: 88%;
	margin: 2% 6%;
	float: right;
	display: block;
}

footer {
	height: 500px;
}

.footer {
	height: 100%; /*Change this in media queries*/
	width: 97.5%;
}

#contact {
    top: 50%; /*Change this in media queries*/
}

.footerlogo {
	display: block;
	position: relative;
	width: 100%;
	margin: 3% auto 1% auto;
	text-align: center; /*Change this in media queries*/
	top: 55%;
}

.footer p { 
	top: 65%; /*Change this in media queries*/
}

}

/*///////////////////////////////Desktop////////////////////////////////////// */

@media screen and (min-width: 1280px) and (min-height: 800px){


h1 { /*Change this in media queries*/
	font-size: 2.75em;
}


#soccerwe, #eatmywake, #russki  {
	height: 29.5%; /*Change this in media queries*/
}

}
