html {
    scroll-behavior: smooth;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.header {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/hero-bg.png") top center no-repeat;
    background-size: cover;
}

.header h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #012970;
}
  
.header h2 {
    color: #1f1f1f;
    margin: 15px 0 0 0;
    font-size: 26px;
}

.header .header-img {
    text-align: right;
}

@media (min-width: 1024px) {
    .header {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    .header {
        height: auto;
        padding: 120px 0 60px 0;
    }
    .header .header-img {
        text-align: center;
        margin-top: 80px;
    }
    .header .header-img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .header {
        text-align: center;
    }
    .header h1 {
        font-size: 32px;
    }
    .header h2 {
        font-size: 24px;
    }
    .header .header-img img {
        width: 100%;
    }
}

.section-bg {
    background: url("../../assets/img/hero-bg.png") top center no-repeat;
    background-size: cover;
}

@media (min-width: 1024px) {
    .section-bg {
        background-attachment: fixed;
    }
}


.section-container{
    min-height: 90vh;
}

.section-title
{
    color: #012970;
}

.font-rubik
{
    font-family: "Rubik", sans-serif;
}

.font-pacifico{
    font-family: "Pacifico", sans-serif;
}

.font-karla
{
    font-family: "Karla", sans-serif;
}

.recent-project
{
    background-color: #325288;
    border-radius: 10px;
}

.recent-project:hover
{
    background-color: #3e63a5;
}

#projects a:hover{
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .recent-project {
        margin: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
}

.recent-project img
{
    padding: 30px;
    height: 220px;
}

section:before {
    height: 30px;
    content: "";
    display:block;
}

.nav{
    background-color: #325288 !important;
}

.nav .navbar-brand{
    color: white;
}

.nav a{
    color: #d2d1d1;
}

.nav a:hover{
    color: white;
}

.active a{
    color: white !important;
}

.footer {
    background-color: #1b1b1bee;
    color: white;
    margin-top: auto;
    padding-top: 20px;
}

.footer a{
    color: white;
    text-decoration: none;
}

.footer a:hover{
    color: rgba(255, 255, 255, 0.884);
}
  
#projects h3, span{
    color: white;
}

#contact span{
    color: black;
}

#contact img{
    width: 400px;
}


#contact a:hover{
    color: rgba(0, 0, 0, 0.575);
    text-decoration: none;
}

#contact a{
    color: black;
}

.social{
    font-size: 50px;
}
