body {
    background-color: #fff;
    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: #001573;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 70%;
    max-width: 1040px;
    margin: auto;
}

.header {
    margin: 75px 0;
    padding-bottom: 75px;
    border-bottom: 5px solid #A6CCF0;
}

.header-logo {
    padding-left: 60px;
}

.header-logo img {
    max-width: 300px;
    text-align: center;
}

.header-info {
    text-align: right;
    line-height: 2;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-slogan {
    width: 100%;
    text-align: center;
}

.site-slogan h1{
        font-weight: 500;
    font-size: 2rem;
    font-family: Lucida;
}

.content {
    line-height: 2;
}

.carousel-banner {
    background-color: #fff;
    height: 400px;
    margin: 50px 0;
    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;
}

.slide {
    height: 400px;
}

.slide img {
    min-height: 400px;
    max-height: 400px;
    background-size: contain;
}

.stationary-banner {
    height: 400px;
    max-width: 1000px;
    margin-bottom: 50px;
    background-image: url('imgs/bannersmall.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;
    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 p {
    padding: 10px 20px;
}

.content a {
    padding: 0;
    text-decoration: underline;
    color: #fff;
    white-space: nowrap;
} 

.paragraph {
    padding: 10px;
}

.paragraph-list img{
    max-width: 150px;
    text-align: center;
}

.paragraph-list {
    padding: 60px;
}

.paragraph-list ul {
    padding-left: 70px;
}

.logos {
    text-align: center;
    width: 100%;
}

.logos img {
    max-width: 125px;
    padding: 20px 0px;
}

.promotion{
    width: 100%;
    background-color: #8E919F;
    height: 200px;
    padding: 20px;
}

.promotion h1{
    color: #fff;
}

.network {
    text-align: center;
    margin: 30px 0 100px 0;
    font-size: 1.2rem;
}

.network h1 {
    padding: 50px 0px;
}

.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-cap {
    height: 250px;
    max-height: 250px;
    max-width: 350px;
    margin: auto;
    background-color: #fff;
    margin-bottom: 25px;
    background-image: url(imgs/CAPicon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer {
    border-top: 5px solid #A6CCF0;
    padding: 50px 0;
    margin: 0 100px;
}

.footer h1 {
    font-size: 1.3rem;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-bottom: 30px;
    color: #001573;
}

.footer-wrapper {
    width: 80%;
    max-width: 1040px;
    margin: auto;
}

.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: #4634EC;
    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 {
/*
        max-height: 200px;
        max-width: 400px;
*/
        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;
    }
     .site-slogan{
        margin-bottom: 75px;
    }
    .carousel-banner {
        display: none;
    }
    .paragraph-list {
    padding: 40px 20px;
    }
    .map {
    padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper {
        width: 95%;
    }
    .header-logo {
        padding-left: 0;
    }
    .header-logo img {
        max-width: 250px;
    }
    .col {
        padding: 0;
    }
    .paragraph {
        padding: 10px 0px;
    }
    .paragraph-list {
    padding: 20px 5px;
    }
    .promotion{
        margin-top: 50px;
    }
    .card {
        width: 100%;
        font-size: 1.4rem;
        padding: 10px;
        margin-bottom: 85px;
        margin-top: 25px;
    }
    .footer{
        margin: 0
    }

/*
    .footer-wrapper {
        width: 95%;
    }
*/
}