/* -------------- 1. HTML & Body -------------- */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #FFF;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #6D6E70;
}


/* -------------- 2. HTML Elements -------------- */

h2 {
    font-size: 36px;
}

h3 {
    padding-top: 10px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

footer {
    color: #D4D4D4;
    font-size: 14px;
    padding: 35px 0px 35px 0px;
    background-color: #3C3C3C;
    line-height: 25px;
}


/* -------------- 3. General Styles -------------- */

.header-drop-shadow {
    box-shadow: 0 0 55px rgba(58, 63, 71, 0.9);
}

.navbar {
    padding: 0px;
    font-weight: bold;
}

.nav-link {
    color: #2A4280 !important;
    padding: 10px 15px !important;
}

.nav-link:hover {
    color: #787877 !important;
}

.btn-main-big {
    color: #FFF;
    background-color: #2A4280;
    border: #FFF 1px solid;
    padding: 25px;
    margin: 30px;
    font-size: 14px;
}

.btn-main-big:hover {
    color: #2A4280;
    background-color: rgba(255, 255, 255, 0.8);
    border: #2A4280 1px solid;
}

.main-btn-bold {
    font-size: 21px;
    font-weight: bold;
    line-height: 42px;
}

.clearfix-100 {
    margin: 100px;
}

.blue-txt {
    color: #2A4280 !important;
    font-weight: lighter;
}

.btn-default {
    color: #787877;
    background-color: transparent;
    border: #787877 1px solid;
    margin: 0px 0px 5px 0px; }

.btn-default:hover {
    color: #FFF;
    background-color: #2A4280;
}

.social-list {
    list-style-type: none;
}

.social-list li {
    display: inline-block;
    margin-right: 15px;
}

.social-list li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #231F20;
    font-size: 25px;
    color: #FFF;
}

#copyright-footer {
    color: #d4d4d4;
    padding-top: 10px;
    background-color: #2D2D2D;
}

#return-to-top {
    background-color: #747474;
    border-radius: 100%;
    bottom: 20px;
    color: #FFF;
    display: block;
    font-size: 40px;
    height: 55px;
    line-height: 0;
    opacity: 0.9;
    padding: 6px 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 54px;
    z-index: 999;
}

.pp-frame {
    width: 100%;
    height: 700px;
}

.pp-frame-modal {
    width: 100%;
    height: 500px;
}


/* -------------- 4. Sections -------------- */

#main-background {
    margin-top: 119px;
    padding-top: 75px;
    padding-bottom: 75px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.9)), url(../img/background.jpg);
    background-position: center top;
    text-align: center;
}

#about {
    margin-top: 50px;
    padding-bottom: 50px;
    scroll-margin-top: 130px;
}

#support {
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
}
