/* 
font-family: 'Dosis'; 
*/

html {height: 100%;}
body{margin: 0; padding: 0; width: 100%; height: 100%; background: #fff; font-family: 'Dosis'; font-size: 100%;}
.setWidth{width: 90%; max-width: 1000px; margin: 0 auto;}

/* styles */

body {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000d9 50%, #1e9d8da1 97%);
    z-index: 7;
}
.contentWrapper {
    padding: 120px 0 0 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 10;
}
.title {
    font-family: 'Dosis';
    font-weight: 800;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    font-size: 420%;
    border-bottom: 1px solid #fff;
    letter-spacing: 1px !important;
    text-shadow: 1px 1px 11px #000;
}
.subtitle {
    font-weight: 500;
    font-size: 200%;
    letter-spacing: 1px !important;
    margin: 0 0 90px 0;
    text-shadow: 1px 1px 7px #000;
}
.contact {
    border: 1px solid #fff;
    display: inline;
    padding: 20px 39px 25px;
    font-size: 140%;
    letter-spacing: 1px !important;
    background: #ffffff24;
    font-weight: 300;
}
.contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}
.contact a:hover, .contact a:focus {
    color: #8ed2cb;
}
.logo {
    margin-bottom: 50px;
}
.logo img {
    max-width: 700px;
}