body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    font-weight: 500;
}



a {
    color: #0A6050;
}

    a:hover {
        color: #111;
    }

p {
    color: #494949;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 25px;
}

ul {
    color: #4a4a4a;
    font-family: timepos-light;
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 40px;
}

.link {
    /*color: #00a4e5;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;*/
}

.bold {
    font-weight: 600;
}

h1, h2, h3, h4 {
    font-family: "Georgia", Sans-serif !important;
}

header {
    /*background: url(../images/header1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: #195745;
}

.overlay {
    padding: 5px 0px 30px 0px;
    /*background: rgba(0,0,0,0.18);*/
}

.p-head {
    color: #0A6050;
    font-family: "Georgia", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 38px;
}


header .logo {
    margin-bottom: 2px;
    width:270px
}

.bg-greens{
    background:#0A6050;
    color:white;
    font-size:18px;
    padding:8px

}


.box-image{
    max-width:700px;
    margin:auto
}

.top-link {
   
    text-align: center;
    color: #d5d1d1;
}

    .top-link a {
        color: #d5d1d1;
        font-size: 16px;
    }

        .top-link a:hover {
            text-decoration: none;
        }

.border-line {
    border: 3px solid #00a4e5;
    width: 135px;
    margin-top: 20px;
}

header h1 {
    color: white;
    font-size: 55px;
    line-height: 0.9em;
    margin-bottom: 20px;
    font-family: timepos;
    font-weight: 900;
    letter-spacing: 0.9px;
    margin-top: 30px;
}

    header h1 span {
        font-size: 40px;
        font-weight: 800;
        /*line-height: 1.3em;*/
        letter-spacing: 1px;
    }

header h2 {
    color: white;
    font-size: 40px;
    line-height: 49px;
    font-family: timepos-light;
    font-weight: 600;
    letter-spacing: 0.7px;
}

footer {
    background: #eeeeee;
    padding: 10px 0px 5px 0px;
    margin-top: 60px;
}

    footer p {
        font-size: 17px;
        line-height: 25px;
        margin-top: 50px !important;
        color: #111;
        /*font-family: Helvetica,Arial,sans-serif;*/
    }

    footer ul a {
        font-size: 14px;
        line-height: 24px;
        color: #111 !important;
        /*text-decoration: underline;*/
        font-family: Helvetica,Arial,sans-serif;
        display: inline-block;
        font-weight: 300;
    }

        footer ul a:first-child {
            padding-left: 0px !important;
        }


        footer ul a:hover {
            color: #444 !important;
            text-decoration: underline;
        }

.underline {
    text-decoration: underline;
}



@media(min-width:1200px) {
    .container {
        max-width: 1000px;
    }
}


@media(min-width:992px) {


    footer ul a {
        padding: 10px 15px;
    }

    header {
        background-attachment: fixed;
    }

    .lg-title {
        font-size: 64px;
        line-height: 79px;
    }

    .lg-title-2 {
        font-size: 53px;
        line-height: 71px;
    }
}

@media(min-width:1200px) {
    .br-block {
        display: block;
    }
}

@media(min-width:768px) {
    .wid-im {
        width: 75% !important;
    }
}


@media(max-width:767px) {

    .overlay {
        padding: 5px 0px 20px 0px;
    }

    p {
        font-size: 21px;
        line-height: 32px;
    }

    footer ul a {
        font-size: 13px;
    }

    ul {
        font-size: 18px;
    }

    header h1 {
        font-size: 34px;
        line-height: 40px;
    }

        header h1 span {
            font-size: 32px;
        }


        .overlay{
            padding-top:5px !important
        }

    header h2 {
        font-size: 32px;
        line-height: 38px;
    }
}
