@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300,400;600&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}


h1, h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #304250;
    line-height: 1.34em;
    margin-bottom: 30px;
}

h1 {
    margin-bottom: 45px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #304250;
    line-height: 1.75em;
}

#wrappper {
    padding-left: 0px;
    padding-right: 0px;
}


#header {
    background: #fff;
    padding-top: 30px;
    margin-bottom: 15px;
}

    #header .logo {
        margin-bottom: 15px;
        padding-left: 60px;
    }

    #header .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

#content {
    margin-bottom: 15px;
}    

#hero, #hero figure, #hero div, #hero img {
    width: 100% !important;
}

.home #header {
    margin-bottom: 0px;
}

.extra_p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 32px;
}

.copyright {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.form-contactus {
    margin-bottom: 100px !important;
}

    .form-contactus .form-control {
         border: solid 1px #000;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
         border-radius: 0px;
         resize: none;
    }

        .form-contactus .form-control:focus {
            border: solid 1px #000;
            box-shadow: none;
        }

    .form-contactus .btn-primary {        
         padding: 15px 45px;
         background: #000;
         color: #fff;
         border: solid 1px #000;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
         border-radius: 0px;
         float: right;
    }

.menu {
    background-color: #304250;
}

    .menu .contact {
        padding-top: 10px;
        padding-right: 45px;    
    }

        .menu .contact a,  .menu .contact span {
            color: #fff;
        }

        .menu .contact > .tel, .menu .contact > .social {
            margin-left: 30px;
        }

.navbar {
    border-radius: 0px;
    min-height: auto;
}

.navbar-nav {
    padding-left: 45px;    
}

.navbar-default {
    border-color: #304250;
    background-color: #304250;
    margin-bottom: 0px;
}

    .navbar-default .navbar-nav > li > a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #fff !important;
        padding: 10px;
    }

    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:focus, 
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #304250;
    }

    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:focus, 
    .navbar-default .navbar-nav > .active > a:hover {
        background-color: #304250;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 0px;
        border: solid 1px #304250;
        background-color: #304250;
    }

    .dropdown-menu > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #fff !important;
        padding-bottom: 10px;
    }

    .dropdown-menu > li > a:focus, 
    .dropdown-menu > li > a:hover {
        background-color: #304250;
        color: #fff !important;
    }