@media (min-width: 1920px) and (max-width: 2560px)  {
    .container{
        max-width: 1920px;
		margin: 0px auto;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1600px){

	.container{
		width: 90%;
	}
}

@media (max-width:1400px){
    .container{
        max-width: 1170px;
    }
}


@media (max-width:1024px){
	
	
	h4 {
		font-size: 22px;
		line-height: 24px;
	}
	
}

@media (max-width:980px){
    .container,
    .container-wide,
    .container-tiny,
    .container-small{
        max-width: 90%;
    }

}

@media (max-width: 768px),
    (orientation: landscape) and (max-height: 500px){
		
	.hero-content .container, .bottom .container{
   		flex-direction: column;
	}
		

	.left {
		width: 60%;
	}		
		
	.right {
		width: 100%;
		margin-top: 10%;
    	text-align: center;
	}
		
	h1 {
		font-size: 4vh;
		line-height: 5vh;
		}
		
	h2 {
		font-size: 10vh;
		line-height: 10vh;
		text-transform: uppercase;
		margin: 0;
		text-align: center;
	}
		
	.team-details{
		text-align: left;
	}
		
}

@media (max-width:642px){
	
	.hero-content{
    	padding-top: 10vh;
	}
	
	.main section {
		height: inherit;
	}
	
	
	h1, h3{
		font-size: 22px;
    	line-height: 28px;
	}
	
	h2 {
    	font-size: 9vh;
		line-height: 8vh;
	}
	
	.left{
		width: 100%;
	}
	
	section.bottom{
		padding: 12vh 0px 25vh 0px;
	}
	
	.bottom .f-wrap{
	    flex-direction: column;
	}
	
	.team-container {
		width: 100%;
	}
	
	footer{
		flex-direction: column;
	}
	
	.copyright{
    	margin: 20px 0px;
	}
	
}



