body {
    font-family: "Montserrat", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

a {
    color: #0277bd;
}

.introduction  {
    font-size: 20px;
    padding: 15px;
    font-style: italic
}
section.grey2 {
    background: #e0e0e0;
}

.parallax-container {
    padding : 75px 0px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}

section {
    padding: 15px 0;
}

section p {
    font-weight: 300;
    font-size: 14px;
    color: #555;
}

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:hover{
    text-decoration: underline !important;
}

.btn-outline {
    color: #0277bd;
    font-size: 20px;
    border: solid 2px #0277bd;
    background: transparent;
    transition: all 0.3s ease-in-out;

}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background: #0277bd;
    border: solid 2px white;
}

