body {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.logo {
    width: 100%;
    max-width: 218px;
}
a {
    color: #32DBF2;
}
a:hover  {
   text-decoration: none;
   color: #fff;
}
.title {
    font-size: 46px;
    text-transform: uppercase;
}
.sub-title {
    font-size: 20px;
    line-height: 28px;
/*    text-transform: uppercase;*/
/*    letter-spacing: 6px;*/
}
.header {
    position: absolute;
    width: 100%;
    padding: 32px 20px;
}
#start {
    background: rgb(29,53,117);
background: -moz-linear-gradient(138deg, rgba(29,53,117,1) 0%, rgba(53,99,219,1) 100%);
background: -webkit-linear-gradient(138deg, rgba(29,53,117,1) 0%, rgba(53,99,219,1) 100%);
background: linear-gradient(138deg, rgba(29,53,117,1) 0%, rgba(53,99,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3575",endColorstr="#3563db",GradientType=1);
}
.start_full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}
.center {
    text-align: center;
}
.btn {
    min-height: 60px;
    width: 100%;
    max-width: 380px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    transition-property: background-color, color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.btn-red {
    color: #fff;
    background-color: #dc3545;
}
.btn-red:hover {
    color: #fff;
    background-color: #ff3b4e;
}
.btn-yellow {
    color: #000000;
    font-weight: 600;
    background-color: #ffffff;
}
.btn-yellow:hover {
    color: #000000;
    background-color: #ffffff95;
}
.footer {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.yellow {
    color: yellow;
}

@media screen and (max-height: 975.98px) {
    .space-h {
        padding-top: 200px;
        padding-bottom: 130px;
    }
    .footer {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 20px 0px;
        background: #3563DB;
        }
    }
}

/*Laptop*/
@media screen and (max-width: 1199.98px) {
    .title {
        font-size: 40px;
    }
}

/*Tablet*/
/*
@media screen and (max-width: 991.98px) {
}
*/

/*Mobile - tablet */
@media screen and (max-width: 767.98px) {
    .title {
        font-size: 34px;
    }
    .sub-title {
        font-size: 18px;
        line-height: 26px;
    }
    .mob-none {
        display: none;
    }
    .btn {
        min-height: 42px;
    }
}

/*Mobile*/
@media screen and (max-width: 575.98px) {
    .title {
        font-size: 30px;
    }
    .sub-title {
        font-size: 16px;
        line-height: 23px;
    }

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .start_full-height {
        height: 100vh;
    }
}
