@font-face {
    font-family: "DINNextSlabPro-Medium";
    src: url("DINNextSlabPro-Medium.woff2")  format("woff2");
}
/*************** MAIN ELEMENTS ***************/

body {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
	overflow: hidden;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #161616;
    pointer-events: none;
}

#border {
    border: 1px solid #333; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}

/******************** LOGO ********************/

#logo {
    cursor: pointer;
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
}

/******************** BUTTON ********************/


#cta {
    padding: 11px 30px;
    bottom: 15px;
    left: 15px;
    border-radius: 6px;
    text-align: center;
    font-family: 'Arial', sans-serif;
	font-size: 15px;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    background: #00aeef;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#cta:hover {
	background: #fff;
    color: #00aeef;
}

/********************** TEXT **********************/

#text {
    top: 115px;
    left: 15px;
    width: 260px;
    height: 140px;
    font-family: "DINNextSlabPro-Medium", serif;
    font-size: 26px;
    color: #fff;
    line-height: 110%;
}

.headline {
    width: inherit;
    height: inherit;
    top: 0;
    display: inline-block;
}


/********************** IMAGE **********************/

#bgImage {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0; 
}

.blue {
    color: #00AEEF;
}