 
 @font-face {
  font-family: 'regular';
  src: url("GCNorthSans-Regular.woff") format("woff"); }

 @font-face {
  font-family: 'bold';
  src: url("GCNorthSans-Bold.woff") format("woff"); }
 
 @font-face {
  font-family: 'dirty-brush';
  src: url("dirty-brush.woff") format("woff"); }
 
  
@-ms-viewport {
  width: device-width; }
  
body, html {
  margin: 0;
  padding: 0;
  font-family: 'regular';
  color: black; 
}
  
section, div, p, span, h1, h2, h3, h4, h5, h6, a {
  position: relative; }
  
p, li{
	 color: #FFF;
	 font-size: 18px;
	 line-height: 1.4;
}

h1{
	font-family: 'dirty-brush'; 
	font-size: 150px; 
	padding: 0px; 
	color: #F1C03D; 
	letter-spacing: 1.5px;
	text-shadow: -5px 5px 2px #000000;
}

h2{
	font-family: 'dirty-brush'; 
	font-size: 82px; 
	padding: 0px;  
	color: #322E6C; 
	letter-spacing: 1.5px;
	margin-top: 0px;
}

h3{
	font-family: 'dirty-brush'; 
	font-size: 57px; 
	margin-top: 0px; 
	margin-bottom: 70px;
	letter-spacing: 0.44px; 
	color: #fff;
	text-shadow: -5px 5px 2px #000000;
}

.font-white{
	color: #fff !important;
}

h2 + p{
	margin-top: 40px;
}

p + a.button, p + p{
	margin-top: 30px;
}

a:focus{
	outline: none;
	text-decoration: none;
}

a.button{
	display: inline-block;
	padding: 5px 15px;
	background: #f9a145;
	font-family: 'ultra';
	font-size: 24px;
	color: #FFF;
	letter-spacing: 1.5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5;
  transition:  all 0.5s;
}

a.button:hover{
	background: #322E6C;
	color: #fff;
}

ul{
	padding-left: 20px;
}

section{
	position: relative;
	padding: 120px 0px 120px;
}

#news p span, #news h6 + img + span {
    margin-top: -15px;
	font-size: 15px;
	color: #aaa;
	font-style: italic;
}

#news h6 + img + span {
	margin-bottom: 30px;
	
}







.bg{
    background: url('../background.png') center; background-size:cover; height: 100vh; width: 100vw;
}

.wr-logo{
    padding-top: 60px; text-align: center
}

.wr-logo img{
    width: 250px;
}

.wr-headline{
    margin-top: 70px; text-align: center
}

.wr-subheadline{
    margin-top: 10px; text-align: center
}

.wr-subheadline img{
    margin: -10px 10px 0px; width: 50px;
}

.wr-taaktana{
    background: url('footer.png') center; position: fixed; bottom: 0px; width: 100%; height: 157px; padding: 20px;
}

.wr-taaktana > div{
    position: relative; text-align: center; width: 100%; height: 157px;
}

.wr-taaktana > div > div{
    position: absolute; bottom: 50px; margin: auto; width: 100%
}

.wr-taaktana a{
    display:  inline-block; margin-left: 650px; width: 100px; height: 70px;
}



@media (max-width: 1600px) {
    
    .wr-logo{
        padding-top: 40px; text-align: center
    }
    
    .wr-logo img{
        width: 180px;
    }
    
    h1{
        font-size: 115px;
    }
    
    h3{
	    font-size: 42px; 
    }
    
    .wr-headline{
        margin-top: 50px; text-align: center
    }
    
    .wr-subheadline{
        margin-top: 10px; text-align: center
    }
    
    .wr-subheadline img{
        margin: -8px 10px 0px; width: 45px;
    }

    .wr-taaktana{
        background-size: cover; 
        height: 120px;
    }
    
    .wr-taaktana a{
        margin-left: 500px
    }
    
    .wr-taaktana > div > div{
        bottom: 70px;
    }

}

@media (max-width: 992px) {
    
    h1{
        font-size: 90px;
    }
    
    h3{
	    font-size: 37px; 
    }
    .wr-subheadline img{
        margin: -8px 10px 0px; width: 42px;
    }

}

@media (max-width: 765px) {

    .bg{
        background: url('../bg-mobile.jpg') center; background-size:cover; 
    }
    
    h1{
        font-size: 90px;
    }
    
    h3{
	    font-size: 37px; 
    }

}

@media (max-width: 500px) {
    
    br{
        display: inline !important;
    }
    
    .wr-logo img{
        width: 100px;
    }    
    
    .wr-headline{
        margin-top: 20px;
    }
    
    .wr-subheadline img {
        margin: -8px 0px 0px;
        width: 35px;
    }
    
    .wr-taaktana {
        height: 165px;
        background: url(footer-mobile.png) center bottom no-repeat;
        background-size: contain;
    }   
    .wr-taaktana a {
         margin-left: 80%;
         width: 60px;
         height: 45px;
    }
        
    .wr-taaktana > div > div {
        bottom: 15px;
    }
    .bg{
        background: url('../bg-mobile.jpg') center; background-size:cover; 
    }
    
    h1{
        font-size: 50px;
        padding: 0px 20px;
    }
    
    h3{
	    font-size: 35px; 
        padding: 0px 20px;
    }

}

@media (max-width: 400px) {
    
    .wr-logo img{
        width: 80px;
    }    
    
    h1{
        font-size: 42px;
    }
    
    h3{
	    font-size: 32px; 
    }

}