* {
    margin: 0;
    padding: 0;
}

body {
    scroll-behavior: smooth;
}


/* section::before {
    content: " ";
    display: block;
    margin-top: -50px;
    height: 50px;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
} */


/*-----NavigationBar-----*/

#nav-bar {
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
}

#nav-bar nav {
    padding: 0 16px 0 16px;
    border-bottom: rgb(36, 35, 35) solid 1px;
}


/*only needed if using #094375 as complete background for nav */

#nav-bar nav a {
    padding: 0px;
}

.navbar-brand img {
    height: 150px;
    /*90px*/
    width: 350px;
    /*250px*/
    padding-left: 30px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    float: right;
    text-align: left;
}

#nav-bar ul li a:hover {
    color: #007bff!important;
}

.navbar {
    /* background: #FFF; */
    background: #094375;
}

.navbar-toggler {
    border: none!important;
}

.navbar .nav-link {
    /* color: #555!important; */
    color: #fff !important;
    font-weight: 600;
    font-size: 25px;
    /*16px;*/
}


/*-----Slider-----*/

#slider {
    width: 100%;
    overflow: hidden;
}

.d-block {
    filter: brightness(.5);
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial!important;
}

.carousel-caption h5 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-description {
    margin: 0 0 1.5em;
    padding: 0;
    opacity: 0.8;
}

.carousel-inner>.carousel-item>img {
    width: 100%;
    height: calc(100vh - 150px);
    /*50px before*/
    /* height: 1270px; */
    /* height: 920px; */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}


/*-----About-----*/

#about {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}

#about .btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-content {
    padding-top: 20px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.aboutImage {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 766px) {
    .about-us {
        margin-top: 30px;
    }
}

.about-me {
    margin-top: 30px;
}

br {
    display: block;
    font-size: 2px;
    line-height: 1.5px;
}

.button {
    background: #03376e;
    padding: 1em 2em;
    color: #fff;
    border: 0;
}

.button:hover {
    background: #333;
}


/*------Modal-----*/

.modal {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    /* position: relative;
    display: inline-block; */
    background-color: #f4f4f4;
    width: 50%;
    max-width: 50%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
    overflow-y: auto;
    height: 80%;
}

@media only screen and (max-width: 600px) {
    .modal-content {
        width: 90%;
        max-width: 90%;
    }
}

.modal-text {
    /*  display: inline-block;
    float: right; */
}

.modal-image {
    /* display: inline-block;
    float: left;*/
    align-self: center;
}

#modalImage {
    align-self: center;
    /* width: 200px;
    height: 400px; */
    width: 300px;
    height: 500px;
    margin: 5px;
    margin-top: 0;
    margin-bottom: 30px;
}

.closeBtn {
    display: inline-block;
    color: #ccc;
    position: relative;
    top: 0;
    right: 5px;
    width: 25px;
    align-self: flex-end;
    height: 30px;
    font-size: 30px;
}

.closeBtn:hover,
.closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

p {
    display: inline-block;
    margin-top: 10px;
    padding: 30px;
    margin-bottom: 0px !important;
    /*added only with picture*/
}


/* 
.button {
    display: block;
    width: 115px;
    height: 25px;
    background: #007bff;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
} */


/*------------------Services------------*/

#services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/services.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}

#services h1 {
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
}

#services h1::after {
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}

.services {
    margin-top: 40px;
}

.icon {
    font-size: 40px;
    margin: 20px auto;
    padding: 10px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#services p {
    font-size: 18px;
    margin-top: 10px;
    color: #ccc;
}

.services .col-md-6:hover {
    background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}


/*------------Contact--------*/

#contact {
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}

.contact-form {
    padding: 15px;
}

.form-control {
    border-radius: 0 !important;
    border: none !important;
}

::placeholder {
    color: #999 !important;
}

.follow {
    background: #fff;
    padding: 10px;
    margin: 15px;
}

.contact-info .fa {
    margin: 10px;
    color: #007bff;
    font-weight: bold;
}

.contactButton {
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.contact-information {
    /* margin-top: 30px; */
    /* margin-left: 15px; */
    text-align: center;
}


/* .email-us {
    margin-left: 15px;
} */


/* .subheading {
    padding: 0;
}
 */


/*--------Footer-------*/

#footer {
    background: #333;
    color: #fff;
    padding: 12px;
}


/* .fa-heart-o {
    margin: 3px;
    color: red;
} */