html {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background: -webkit-linear-gradient(top, #0063A8 0%,#003b80 100%) !important;
    background: -moz-linear-gradient( top, #0063A8 0%,#003b80 100%);
    background: -ms-linear-gradient( top, #0063A8 0%,#003b80 100%);
    background: -o-linear-gradient( top, #0063A8 0%,#003b80 100%);
    background: linear-gradient( top, #0063A8 0%,#003b80 100%);
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.section {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
}

.sub_text{
    color: #fff;
    font-size: 26px;
    font-weight: 700;  
}

p.sub_text {
    margin-top: 40px;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container {
    width: 96%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.image {
    max-width: 300px;
}

a {
    color: #fff;
}

