body{
	font-family: 'Rubik', sans-serif;
	font-weight: 200;
	margin:0px;
}


.header{
	background-image:url(../img/header.jpg);
	background-size: cover;
	background-position: top;
	text-align: center;
}	

.logo{
	padding-top:20vh;
}

.headline{
	margin-top:17vh;
}

.headline h1{
		color:#A91E21;
	text-transform: uppercase;
	font-size:4vw;	
	    font-weight: 400;
}


.contacts{
	margin-top:17vh;
	padding-bottom:14vh;
}
.contacts h2{
	    text-transform: uppercase;
    color: black;
    font-size: 1.2vw;
    font-weight: 200;

}

.contacts p{
	    
    color: black;
    font-size: 0.7vw;
    font-weight: 200;

}

.contacts a{
	    
    color: black;
    
}

.container{
	background-color:#A91E21;
	text-align:center;
	background-image: url(../img/pattern.png);
	background-size: cover;
	background-position: bottom;
}

.container .headline{
	margin-top: 12vh;
    z-index: 999999;
    position: relative;
}

.container .headline h1{
		color:white;
	text-transform: uppercase;
	font-size:1.5vw;	
	    font-weight: 400;
	    text-decoration: underline;
}

.top_shape{
	margin-top: -165px;
    position: absolute;
    width:100%;
        z-index: 999;
        overflow: hidden;
}

.top_shape img{
    width: 120%;
}

.container .content{
	    padding-top: 10vh;
    z-index: 999999;
    position: relative;
    color: white;
    font-weight: 100;
    width: 40%;
    margin: 0 auto;
    font-size: 1.5vw;
    text-align: center;
    height: auto;
    display: block;
    overflow: auto;

}

.left{
	    width: 40%;
    float: left;
    text-align: left;
}

.right {
    width: 40%;
    float: right;
    text-align: left;
}

.container .training{
	
    z-index: 999999;
    position: relative;
    text-align: left;
    float:left;
        width: 100%;
        margin-top:10vh;
        margin-bottom:5vh;
}

.container h2{
	text-transform: uppercase;
	font-size: 1.5vw;
    font-weight: 300;
}

.footer{
	    overflow: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 6vh;
    padding-bottom: 6vh;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1vw;
}

.footer-block{
	    width: 30%;
    float: left;

}

@media screen and (min-width : 300px) and (max-width:1023px) {

	.logo img{
		width:50%;
	}

	.header{
	    background-size: 236%;
	    text-align: center;
    	background-position: 67% 0%;
	}

	.headline{
		margin-top:8vh;
	}

	.headline h1{
			color:#A91E21;
		text-transform: uppercase;
		font-size:7vw;	
		    font-weight: 400;
	}

	.contacts{
		margin-top:7vh;
		padding-bottom:17vh;
	}
	.contacts h2{
		    text-transform: uppercase;
	    color: black;
	    font-size: 4.2vw;
	    font-weight: 200;

	}

	.contacts p{
		    
	    color: black;
	    font-size: 1.9vw;
	    font-weight: 200;

	}


	.container .headline {
	    margin-top: 4vh;
	    z-index: 999999;
	    position: relative;
	}


	.container .headline h1 {
	    color: white;
	    text-transform: uppercase;
	    font-size: 5vw;
	    font-weight: 400;
	    text-decoration: underline;
	}

	.container .content {
	    padding-top: 0vh;
	    z-index: 999999;
	    position: relative;
	    color: white;
	    font-weight: 100;
	    width: 100%;
	    margin: 0 auto;
	    font-size: 3.5vw;
	    text-align: center;
	    height: auto;
	    display: block;
	    overflow: auto;
	}

	.container h2 {
	    text-transform: uppercase;
	    font-size: 4vw;
	    font-weight: 300;
	}

	ul{
		    list-style-type: none;
	}

	.left{
	    width: 100%;
    float: left;
    text-align: center;
	}

	.right {
	    width: 100%;
	    float: left;
	    text-align: center;
	}

	.container .training {
	    z-index: 999999;
	    position: relative;
	    text-align: center;
	    float: left;
	    width: 100%;
	    margin-top:0px;
	    margin-bottom: 0px;
	}

	.footer {
	    overflow: auto;
	    text-align: center;
	    width: 100%;
	    margin: 0 auto;
	    padding-top: 0;
	    padding-bottom: 6vh;
	    color: white;
	    text-transform: uppercase;
	    font-weight: 100;
	    font-size: 1vw;
	}

	.footer-block {
	    width: 100%;
	    float: left;
	    margin-top: 1.5vh;
	    font-size: 2vw;
	}

}



