@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}


a{
    color: #ef6c00;
    font-weight: 400;
}

.contact{
    margin-bottom: 0px !important;
}

.contact a, footer a{
    color: #212121;
    font-weight: 700;
}



.contact .card{
    border: none;
}

a:hover{
    color: #fe9d00;
}

.wrapper{
    min-height: 100vh;
    width: 100%;
}

footer{
    color: #ef6c00;
}

.navbar a.active{
    color: #ef6c00 !important;
}

.content{
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(165, 165, 171, 1);
    -moz-box-shadow: 0px 0px 10px -3px rgba(165, 165, 171, 1);
    box-shadow: 0px 0px 10px -3px rgba(165, 165, 171, 1);
    border: 1px solid #eee;
}


.content h2{
    font-weight: 100;
}


.blog .entries .card, .blog .entries .card .card-img-top{
    border-radius: 0 !important;
}

.blog .entries .card .card-title{
    color: #ef6c00;
    font-weight: 700;
}

.blog .entries .card{
    border-color: #eee;
}

.text-right{
    text-align: right;
}

h1{
    font-weight: 200;
    color: #ef6c00;
}

body.main h1{
    text-align: left;
}

body.blog h1{
    text-align: right;
}

h1 small{
    font-size: 0.7em;
}

.btn-warning{
    background-color: #ef6c00;
    border-color: #ef6c00;
    color: #fff;
}

.btn-warning:hover{
    background-color: #fe9d00;
    border-color: #fe9d00;
    color: #fff
}


@media only screen and (min-width: 320px) {
    body.main, body.blog{
        background-image: none;
        text-align: center;
    }

    footer{
        font-size: .8em;
    }

    h1{
        font-size: .9em;
        padding: 15px 0;
    }

    .content h2{
        max-width: 100%;
        position: relative;
        left: 0px;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 1em;
        border: none;
        text-align: center;
        background-color: #ef6c00;
        color: #fff;
    }

    .content .sections{
        padding: 10px;
    }

    .contact h5{
        font-size: 12px;
    }

    .contact .col-md-2{
        display: none;
    }

    .contact .card-body{
        padding: 0;
    }

    .social-media{
        margin-top: 50px;
    }

    .social-media img{
        max-height: 30px
    }

    .form-control, .btn, label{
        font-size: .8rem;
    }
}

@media only screen and (min-width: 768px) {
    body.main{
        background-image: url(../img/header_bg_1024.jpg);
        text-align: left;
    }

    body.blog{
        background-image: url(../img/blog_bg_1024.jpg);
        text-align: left;
    }

    footer{
        font-size: .8em;
    }

    h1{
        font-size: .9em;
        padding: 15px 0;
    }

    .content h2{
        max-width: 220px;
        position: relative;
        left: 0px;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 1.4em;
        border-bottom: 1px solid #ef6c00;
        border-right: 1px solid #ef6c00;
        text-align: right;
        background-color: transparent;
        color: #ef6c00;
    }

    .content .sections{
        padding: 10px;
    }

    .content .about .col-md-4{
        display: none;
    }

    .content .about .col-md-8{
        width: 100%;
    }

    .content .blog .entries .col-md-4{
        width: 100%;
    }


    .contact h5{
        font-size: 12px;
    }

    .contact .col-md-2{
        display: none;
    }

    .contact .card-body{
        padding: 0;
    }

    .social-media{
        margin-top: 50px;
    }

    .social-media img{
        max-height: 30px
    }

    .form-control, .btn, label{
        font-size: .8rem;
    }
}

@media only screen and (min-width: 1024px) {
    body.main{
        background-image: url(../img/header_bg_1024.jpg);
    }

    body.blog{
        background-image: url(../img/blog_bg_1024.jpg);
    }

    footer{
        font-size: .8em;
    }

    h1{
        font-size: 1em;
        padding: 15px 0;
    }

    .content h2{
        max-width: 220px;
        position: relative;
        left: 0px;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 1.4em;
    }

    .content .about .col-md-4{
        display: block;
    }

    .content .about .col-md-8{
        width: 66.6%;
    }

    .content .sections p{
        font-size: .8em;
    }

    .content .sections{
        padding: 10px;
    }

    .content .blog .entries .col-md-4{
        width: 33.3%;
    }

    .blog .entries .card .card-title, .blog .entries .card .card-subtitle, .blog .entries .card a{
        font-size: .8em;
    }

    .contact h5{
        font-size: 12px;
    }

    .contact .col-md-2{
        display: none;
    }

    .contact .card-body{
        padding: 0;
    }

    .social-media{
        margin-top: 50px;
    }

    .social-media img{
        max-height: 30px
    }

    .form-control, .btn, label{
        font-size: .8rem;
    }


}

@media only screen and (min-width: 1366px) {
    body.main{
        background-image: url(../img/header_bg_1366.jpg);
    }

    body.blog{
        background-image: url(../img/blog_bg_1366.jpg);
    }

    h1{
        font-size: 1.4em;
        padding: 15px 0;
    }

    footer{
        font-size: 1em;
    }

    .content h2{
        max-width: 220px;
        position: relative;
        left: 0px;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 1.4em;
    }

    .content .sections p{
        font-size: .9em;
    }

    .content .sections{
        padding: 10px;
    }



    .blog .entries .card .card-title, .blog .entries .card .card-subtitle, .blog .entries .card a{
        font-size: .9em;
    }

    .contact h5{
        font-size: 14px;
    }

    .contact .col-md-2{
        display: block;
    }

    .contact .card-body{
        padding: 16px;
    }

    .social-media{
        margin-top: 0px;
    }

    .social-media img{
        max-height: 50px
    }

    .form-control, .btn label{
        font-size: 1rem;
    }

}


@media only screen and (min-width: 1440px) {

    body.main{
        background-image: url(../img/header_bg.jpg);
    }

    body.blog{
        background-image: url(../img/blog_bg.jpg);
    }

    h1{
        font-size: 2em;
        padding: 30px 0;
    }

    .text-indent{
        text-indent: 100px;
    }

    .contact h5{
        font-size: 14px;
    }

    .content .sections p{
        font-size: 1em;
    }

    footer{
        padding: 30px 0;
    }

    .social-media{
        margin-top: 30px;
    }

    .content .sections > div{
        margin-bottom: 100px;
    }

    .content .sections{
        padding: 20px 20px;
    }

    .content h2{
        max-width: 280px;
        position: relative;
        left: -50px;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 2em;
    }

    .blog .entries .card .card-title, .blog .entries .card .card-subtitle, .blog .entries .card a{
        font-size: 1em;
    }
}

