@import url("https://use.typekit.net/ncg3drq.css");
/*
font-family: "sofia-pro", sans-serif;
font-weight: 200;
font-weight: 400;
font-weight: 600;

*/
.tm-page{
	opacity:0;
}
/* Page Transition */
.tr1, .tr2, .tr3 {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}
#logo {
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.tr1 {background: #003A34; z-index:1002;}
.tr2 {background: #FCF1E1;z-index:1001;}
.tr3 {background: #1D4746; z-index:1000;}

#preloader-icon{
	position:fixed;
}
@media (min-width: 960px) {

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

}