﻿
body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 0px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: black;
}

#menudiv {
    align-items: center;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 100;
    background-color: black;
    border-bottom: 5px solid #3A7BB6;
    opacity: 0.8;
    width: 100%;
    flex-wrap: wrap;
}

    #menudiv img {
        width: auto;
        height: 100px;
        margin-left: 40px;
    }

    #menudiv .navbar-inverse {
        background-color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
    }

    #menudiv li > a {
        background-color: black;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        color: white;
        font-weight: 400;
    }

        #menudiv li > a:hover {
            color: #3A7BB6;
            font-weight: 600;
            background-color: black;
            border-bottom: 1px solid white;
            transition: border-bottom 2s;
        }

.footer {
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: black;
    opacity: 0.8;
    color: black;
    font-size: 18px;
    box-shadow: 0 -5px 5px -5px #c1c1c1;
}

.footer-left {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

    .footer-left a, li {
        color: white;
        font-size: 18px;
        font-weight: 400;
        list-style: none;
    }

    .footer-left ul {
        margin: 0;
        padding: 0;
    }

.footer-right {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.enquiry-form {
    margin: auto;
    width: 70%;
    text-align: center;
    padding: 40px;
}

    .enquiry-form h2 {
        color: #3A7BB6;
    }

        .enquiry-form h2::after {
            transition: width 1s ease-in-out;
            background-color: #3A7BB6;
            content: " ";
            display: block;
            margin: 20px auto;
            height: 2px;
            width: 100%;
        }

.fields-split {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.field-double {
    flex-basis: 48%;
}

.fields-split input {
    padding: 5px;
    width: 100%;
    max-width: 100%;
}

.field-single {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
}

    .field-single textarea {
        max-width: 100%;
        width: 100%;
        padding: 5px;
        height: 8em;
    }

.center {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.primary-btn {
    border: none;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 10px;
    background-color: #3A7BB6;
    color: white;
    border-radius: 10px;
}

    .primary-btn:hover {
        color: black;
    }

.blue_background {
    background-color: #3A7BB6;
    color: white;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


    .blue_background h2 {
        text-align: center;
        color: white;
        font-weight: 800;
        padding: 40px;
    }

    .blue_background h1 {
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        text-align: center;
    }



    .blue_background h3 {
        color: white;
        text-align: center;
        margin: auto;
        width: 70%;
    }

    .blue_background p {
        padding: 20px;
    }



.black_background {
    background-color: #2d2c2c;
    color: white;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .black_background h1 {
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        text-align: center;
    }

    .black_background h2 {
        color: white;
        font-weight: 300;
    }

    .black_background h3 {
        color: white;
        text-align: center;
        margin: auto;
        width: 70%;
    }

    .black_background p {
        color: white;
        padding: 20px;
    }

.terms-and-contidions{
    padding:20px;
}


.main-section {
    padding: 20px;
}



@media screen and (max-width: 768px) {
    #menudiv {
        position: unset;
    }
}


@media screen and (max-width: 600px) {

    .enquiry-form {
        width: 100%;
        padding: 25px;
    }

    #menudiv {
        justify-content: center;
    }

        #menudiv img {
            margin: 0;
        }
}
