﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        width: 100% !important;
    }

    .body-content {
        padding: 0;
    }
}

.HdContain {
    top: 2px;
    border-width: 0 0 1px;
    border: 1px solid transparent;
    min-width: 768px;
    background-color: #ffffff;
    color: #555;
}

.HdTxt {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12%;
    padding-right: 12%;
    font-size: 12pt;
    font-weight: 500;
}

.customcenter {
    text-align: center;
}

.aboutpg {
    font-size: 12pt;
    text-justify: auto;
    color: #555;
    margin-left: 10px;
    margin-right: 10px;
}

.Mfooter {
    padding-left: 12%;
    padding-right: 12%;
}

.JT1 {
    background-image: url("../img/lawn.jpg");
    background-color: #11493E;
    background-repeat: no-repeat;
    background-position: center center;
}

    .JT1 h1,
    .JT1 .h1 {
        color: #fee742;
        margin-top: 40px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .JT1 h3,
    .JT1 .h3 {
        padding-left: 10%;
        padding-right: 10%;
        color: #FFF;
        font-weight: bolder;
        text-shadow: 2px 2px 4px #555;
        text-justify:auto
    }

.JT1text {
    padding-left: 7%;
    padding-right: 7%;
    color: white;
    font-weight: bolder;
    text-justify: auto
}

.JT2 {
    background-image: url("../img/lawn_landscape.jpg");
    background-repeat: no-repeat;
    max-height: 100%;
    max-width: 100%;
}

    .JT2 h1,
    .JT2 .h1 {
        margin-top: 40px;
        padding-left: 10%;
        padding-right: 10%;
        color: #fee742;
    }

    .JT2 h3,
    .JT2 .h3 {
        padding-left: 10%;
        padding-right: 10%;
        color: #FFF;
        font-weight: bolder;
        text-shadow: 2px 2px 4px #555;
        text-justify: auto
    }

.JT1 h3,
.JT1 .h3 {
    padding-left: 10%;
    padding-right: 10%;
    color: #FFF;
    font-weight: bolder;
    text-shadow: 2px 2px 4px #555;
    text-justify: auto
}

.JT3 {
    /* background-color: #2b2929; */
    background-color: #1b336c;
    background-repeat: no-repeat;
}

    .JT3 h1,
    .JT3 .h1 {
        color: #FFF;
        padding-left: 10%;
        padding-right: 10%;
    }

.JTtext {
    padding-left: 10%;
    padding-right: 10%;
}

.JTtextLight {
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    font-weight: bold;
    text-justify: auto
}

.TA1 {
    padding-left: 12%;
    padding-right: 12%;
    font-size: 12pt;
    text-justify: auto;
    color: #555;
    background-color: white;
}

/* Images Class*/

.img-rounded {
    border-radius: 8px;
    padding-left: 5px;
}

/* Inside */


.atext {
    font-family: Barlow, sans-serif;
    font-size: 12pt;
    text-justify: auto;
    color: #555;
    margin-left: 10px;
    margin-right: 10px;
}

/* margin-top: 70px; */

.adiv {
    margin-top: 90px;
    padding-left: 15%;
    padding-right: 15%;
    font-family: Barlow, sans-serif;
    font-size: 14pt;
    text-justify: auto;
    color: #555;
    background-color: white;
}

    .adiv h1,
    .adiv .h1 {
        color: #555;
        text-justify: auto;
    }
