@charset "utf-8";
@media screen and (min-width: 1025px) {

	.title.is-1{
		font-family: 'Work Sans', sans-serif!important;
		font-size: 90px!important;
		font-weight: 400;
	}
 
@media screen and (max-width: 1023px) {

.title.is-1{
		font-family: 'Work Sans', sans-serif!important;
		font-size: 30px!important;
		font-weight: 400!important;
	}
	
}	
	
}
 
 div.parallax-window {
	position: relative;
    padding-top:  50px;
    background: transparent;
    margin-bottom: 0px; 
}
 
.parallax-window .mac {
    margin-bottom: -70px;
}


 