@charset "utf-8";
/* This is the desktop view */
header {
    background-color: rgba(198,200,200,0.79);
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
 }
.headerdiv  {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

nav {float: right;}
.mobile-view {
    display: none;
}	
.desktop-view li {
    display: block;
    margin-right: 10px;
    text-align: center;
    border: medium solid rgba(0,0,0,1.00);
    background-color: rgba(255,255,255,0.64);
    margin-bottom: 5px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    text-decoration: none;
    padding-right: 5px;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 1px;
    margin-top: 2px;
}
.desktop-view li a {
    color: #3C418E;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}
body {
    font-family: eb-garamond;
    font-style: normal;
    font-weight: 400;
    background-color: rgba(111,116,116,0.38);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.BkGndImage {
    background-image: url(images/Artboard1.png);
    height: 768px;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center 0%;
    padding-top: 18px;
}
.Aboutmemain {
    min-height: 525pX;
    max-height: 525px;
    max-width: 975px;
    overflow-y: scroll;
    overflow-x: scroll;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

main {
    min-height: 525pX;
    max-height: 525px;
    margin-left: auto;
    margin-right: auto;

}

footer {
    height: 50px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(198,200,200,0.79);
    margin-top: 10px;

}
.leftFooter {
    float: left;
    margin-left: 10px;
    letter-spacing: 17pt;
    padding-left: 0px;
}
.rightFooter {
    float: right;
    margin-right: 35px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 16px;
    color: #3C418E;
    font-weight: bold;
}
.forward-section-format {
    margin-top: 12px;
    margin-left: 26px;
    margin-right: 26px;
    font-size: large;
    color: #3C418E;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 29px;
    background-color: rgba(198,200,200,0.79);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.FloatRight {
    float: right;
}

.preview-section-format {
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 25px;
}
.contract {
    display: none;
}
div .header nav {
    float: right;
}
.hr {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px rgba(255,255,255,1.00);
    box-shadow: 0px 0px rgba(255,255,255,1.00);
    border-color: rgba(255,255,255,1.00);
}
.documentLibraryMenu {
    text-align: center;
    height: 265px;
    overflow-x: no-display;
    display: block;
    overflow-y: scroll;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: rgba(198,200,200,0.79);
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}



















/*This is the tablet view*/
@media (min-width: 401px) and (max-width: 768px){
.mobile-view {
    display: block;
}
.desktop-view {
    display: none;
}
.expand {
    display: block;
}
.TabletText {
    font-size: 95%;

}
.tabletHeadImgShrink {
    max-width: 200px;
    max-height: 100px;


}
.blockmobile {
    display: none;
}





}

/*This is the phone view*/
@media (max-width: 400px){
	.mobile-view {
    display: block;
}

.header a img {
    width: 50%;
    height: 50%;
}

.desktop-view {
    display: none;
	}
.expand {
    display: inline-block;
}
	
	.blockmobile {
    display: none;
}
.TabletText {
    font-size: 95%;

}

	
}
