﻿.bgimage {
    display: none;
}

.mainbody {
        border-width: 2px;
        background-color: white;
        position: relative;
        z-index: 2;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: inherit;
        height: 100%;
        padding: 10px;
        min-height: 1020px;
}

img {
    max-width: 100%;
}

.whatyouget {
    clear: both;
    border: double;
    width: auto;
    margin: 0 auto;
    }

.blankimage {
    display: none;
}

.headertitle {
    float: left;
    width: auto;
}
.headertitle p {
    background-color: white;
    font-family: sans-serif;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-color: black;
    color: #3f6ab9;
    text-shadow: 1px 2px #000000;
    }

.headerlogo {
    display: none;
    /*float: right;
    width: 30%;*/
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #00a0ff;
    /*background-color: #6086cd;*/
}

.navlistitem {
    clear: both;
    float: left;
    width: 20%;
}

.menubutton{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.navlistitem a:hover {
    background-color: #5066bd;
}

.footer a:link {
    color: white;
    }
.footer a:visited{
    color: white;
}

.headerdesc {
    visibility: hidden;
}

.tagline {
        visibility: hidden;
    }

.introsection1 {
    clear: both;
}
    .introsection1 img {
        width: inherit;
    }
    .introsection1 p {
        clear: both;
    }

.introsection2 {
    clear: both;
}
    .introsection2 img {
        width: inherit;
    }

    .introsection2 p {
        clear: both;
    }

.introsection3 {
    clear: both;
}

    .introsection3 img {
        width: inherit;
    }
    .introsection3 p {
        clear: both;
    }

.introsection4 {
    clear: both;
}
    .introsection4 img {
        width: inherit;
    }
    .introsection4 p {
        clear: both;
    }

.introsection5 {
    clear: both;
}
    .introsection5 img {
        width: inherit;
    }
    .introsection5 p {
        clear: both;
    }
