section {
    padding: 25px 0 35px;
    background: #2C65b0;
}

.whitepanel {
    background: #ffffff;
}

.logotop {
    font-family: Montserrat;
    font-size: 33px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.straptop {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.parallax-container {
    height: 500px;
    width: 100%;
}

pre {
    overflow: auto;
}

pre code {
    word-wrap: normal;
    white-space: pre;
}

footer {
    background: #2C65b0;
    color: #ddd;
    padding: 30px 0 30px;
    text-align: center;
}

footer a {
    color: #ddd;
    text-decoration: none;
}

footer a:hover {
    color: #eee;
    text-decoration: underline;
}

.logo {
    font-family: Montserrat;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 800;
    line-height: 0px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
}

.head {
    font-family: Montserrat;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
}

.headlight {
    font-family: Montserrat;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
}

.lead {
    font-family: Montserrat;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
}

.bold {
    font-family: Montserrat;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
}

@media (min-width:768px){
    .logotop {
        font-size: 54px;
        line-height: 33px;
    }

    .straptop {
        font-size: 32px;
        line-height: 40px;
    }
}