@charset "UTF-8";

@font-face {
    font-family: 'CCRA';
    src: url('font/CCRA.ttf') 
}



html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
        
}

iframe,
embed,
object {
        max-width: 100%;
        border: 0;
}

body{
    background-color: black;
    font-family: 'CCRA';
    font-size: 25px;
    color: white;
}



h1{
    font-size: 60px;
    margin: 0;
}

h2{
    font-size: 30px;
/*    color: #c5ffd0;*/
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
    opacity: 0.4; 
}

a:hover{
    opacity: 0.9;
    
}


#header{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 25vh;
    min-height: 150px;
    max-height: 160px;
    top: 0;
    z-index: +1;
    box-shadow: 0px 0px 10px 10px #000;
    
/*        border: solid red 1px;*/
}



#banner{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
/*    border: solid red 1px;*/
     
    
    
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
        
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
     
}



#ooku{
    text-align: center;
    width:60%;
/*    top: 25vh;*/
    top: 180px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
/*    border: solid red 1px;*/
    

}





.main{
    text-align: center;
    width: 80%;
    margin:0 10% 50vh 10%;
/*    padding-top:30vh;*/
    padding-top: 170px;
    
}

#aboutContent{
    margin-top:100vh

}

#newsletter{
     margin-top: 175px;
    
}



#end{
    padding-top: 0;
    margin-bottom: 20px;
    min-height: 40px;

}




.links{
    display: none;
    position: fixed;
    text-align: center;
    background-image: url(images/clouds.png);
/*    opacity: 0.2;*/
/*    z-index: +1;*/
   
    
    
}



.links > a{
    font-size: 35px;
    opacity: 0.5;
       
}

.links > a:hover{
    opacity: 1;
}





#about{
    left: 40%;
    top: 10px;
    width:138px;
    height: 34px;
    padding: 10px 0;
    
    
}

#games{
    left: 20%;
    top: 65px;
    background-position: 0px -54px;
    width: 158px;
    padding: 3px 0 7px 0;
    
}

#websites{
    left: 50%;
    top:95px;
    width: 158px;
    height: 39px;
    background-position: 0px -98px;
    padding: 23px 0 0px 0;
    
}


#blog{
    top:160px;
    background-position: 0px -159px;
    width: 140px;
    padding: 9px 0 9px 11px;
}

#subscribe{
    position: fixed;
/*
    border: solid 1px #222;
    border-radius: 2px;
*/
    margin: 2%;
    padding: 5px;
    top: 0;
    
    
}

#subscribe > a{
    float: left;
/*    margin: 5px; */
  
}

#subscribe img {
   opacity: 0.5;
    

}
#subscribe img:hover {
   opacity: 1

}

.main iframe {
    border: solid 1px #222;
    border-radius: 2px;

}





/*resize*/--------------------------------------------------------------------------



@media screen and (max-width: 1300px) {}



@media screen and (max-width: 1280px) {
/*
    #ooku{
        margin-top: 38%;
        margin-left: 6%;
    
    }
*/
	
	
	
}


@media screen and (max-width: 980px) {
	
	
	
	
}

@media screen and (max-width: 800px) {
    #ooku{
        width: 80%;
        
    }
    
	

}


		
@media screen and (max-width: 650px) {
	
	body {
		-webkit-text-size-adjust: none;
	}


}
	

@media screen and (max-width: 480px) {
	
}


