body {
    background: #8AF28F;
    background: linear-gradient(#8AF28F, #85D289);
    color: #464646;
}

* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: Lucida;
    src: url(fonts/LucidaHandwritingItalic.ttf);
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.col-12 {
    padding-right: 0;
    padding-left: 0;
}

h1 {
    text-align: center;
    font-weight: 700;
    color: #7B7B7B;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 70%;
    max-width: 1040px;
    margin: auto;
    background: #fff;
    padding-bottom: 50px;
}

.header {
    padding: 50px 0;
}

.header-logo {
    padding-left: 60px;
    width: 500px;
}

.header-logo img {
    max-width: 300px;
    text-align: center;
}

.header-info {
    text-align: right;
    line-height: 2;
    height: 110px;
    padding-right: 50px;
}

.content {
    line-height: 2;
}

.carousel-banner {
    background-color: #383A3B;
    height: 400px;
    margin-bottom: 50px;
    width: 100%;
}

.carousel {
    height: 400px;
}

.carousel-caption {
    top: 0;
    padding: 0;
}

.carousel-caption img {
    opacity: 1;
}

.carousel-caption p {
    font-size: 3rem;
    line-height: 1.2;
    top: 0;
    font-weight: 700;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 6px 7px #222222;
}

.slogan p{
    font-weight: 300;
    font-family: Lucida;
}

.slide {
    height: 400px;
}

.slide img {
    min-height: 400px;
    max-height: 400px;
    background-size: contain;
    opacity: 0.5;
}

.stationary-banner {
    height: 400px;
    max-width: 1000px;
    margin-bottom: 50px;
    background-image: url('imgs/Bannersm.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.stationary-text {
    font-size: 2rem;
    line-height: 1.2;
    top: 0;
    max-width: 500px;
    font-family: Lucida;
    text-align: center;
    font-weight: 700;
    height: 400px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 6px 7px #222222;
}

.content h2 {
    font-size: 2rem;
    text-align: center;
    margin: auto;
    color: #207935;
    width:100%;
    padding: 25px;
}

.row1 {
    padding: 0 20px;
}

.content p {
    padding: 10px 20px;
}

.content a {
    padding: 0;
    text-decoration: underline;
    color: #fff;
    white-space: nowrap;
}

.paragraph {
    padding: 10px;
}

.paragraph img {
    margin: auto;
    display: block;
}

.network {
    text-align: center;
    margin: 30px 0 100px 0;
    font-size: 1.2rem;
}

.network h1 {
    padding-bottom: 50px;
}

.network p {
    padding-bottom: 0px;
}

.network-image-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    height: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.network-image-roys {
    height: 250px;
    max-height: 250px;
    max-width: 350px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 25px;
    background-image: url(imgs/ROYSNet.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.network-image-cva {
    height: 250px;
    max-height: 250px;
    max-width: 350px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 25px;
    background-image: url(imgs/CVA.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer {
    margin: 0 25px;
}

.footer h1 {
    font-size: 1.3rem;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-bottom: 30px;
    color: #464646;
}

.footer p {
    line-height: 1.5;
}

.footer-info {
    line-height: 1.4;
    padding-right: 10px;
}

.footer-info img {
    width: 100%;
    max-width: 200px;
}

.footer-info p {
    padding-top: 30px;
    line-height: 2.5;
}

.footer-contact-us {
    text-align: center;
    margin-bottom: 25px;
    padding: 0px 10px;
}

.email a {
    color: #36BD39;
    font-style: italic;
}

.map {
    padding-left: 50px;
}

#map {
    margin: auto;
    border: 3px #7B7B7B solid;
    height: 250px;
    background-color: grey;
}

@media only screen and (max-width: 991px) {
    .header-logo img {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .card {
        width: 70%;
        height: 50%;
        margin: auto;
    }
}

@media only screen and (min-width:768px) {
    .stationary-banner {
        display: none;
    }
}

@media only screen and (max-width:767px) {
   .header-logo {
        padding-left: 0;
    }
    .carousel-banner {
        display: none;
    }
    .paragraph-list {
    padding: 40px 20px;
    }
    .map {
    padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper {
        width: 100%;
    }
    .header-logo img {
        max-width: 250px;
    }
    .col {
        padding: 0;
    }
    .paragraph {
        padding: 10px 0px;
    }
    .card {
        width: 100%;
        font-size: 1.4rem;
        padding: 10px;
        margin-bottom: 85px;
        margin-top: 25px;
    }
    .footer-wrapper {
        width: 95%;
    }
}
