/*
CUSTOM BACKGROUND AND WEBSITE SIZING
*/
body {
    min-height:100vh;
    background-color:white;
    text-align:center;
    min-width:420px;
    position:relative;
}
#content {
    width:100%;
    max-width:1200px;
    display: inline-block;
}


/*
USED FOR FORMATTING
*/
.clear {
    clear: both;
}
#errorMessage {

}
.clearNavBar{
    margin-top:55px;
}
#errorMessageCancelButton{
    float:right;
    width:30px;
    text-align:center;
    border-radius:5px;
}

/*
CUSTOM BUTTON CSS
*/
.defaultLink {
    text-decoration:none;
    color:inherit;
}
.defaultLink:hover {
    text-decoration:none;
    color:inherit;
}
.customButton {
    background-color:black;
    border-radius:7px;
}
.customButton:hover {
    font-size:1.1em;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    transform: translate(0px, -2px);
    border:none;
}
.customButton:active {
    box-shadow:0;
    -moz-box-shadow:0;
    -webkit-box-shadow:0;
    transform: translate(0px, 2px);
    border:none;
}
.customButton:focus {
    box-shadow:0;
    border:none;
    outline:none;
}
.customButton:visited {
    border:none;
    outline:none;
}

/*
HAMBURGER ICON CSS
*/
.hamburgerIcon {
    width: 50px;
    height: 50px;
    text-align:center;
    padding:0;
    border:0;
    background:rgba(0,0,0,0);
    border-radius:7px;
}
.hamburgerComponent {
    width: 85%;
    height: 5px;
    background-color: white;
    margin:0;
    padding:0;
    margin-left:7.5%;
    margin-top:6px;
    border-radius:3px;
}
.hamburgerComponent1 {
    margin-top:0;
}

/*
NAVIGATION MODAL
*/
#navList {
    width:100%;
    text-decoration:none;
    list-style-type:none;
    text-align:left;
    font-weight:bold;
}
.navListItem {
    min-height:20px;
    border-radius:3px;
    padding:3px;
    margin-bottom:2px;
}
.subNavList {
    width:100%;
    text-decoration:none;
    list-style-type:none;
    text-align:left;
    font-weight:normal;
}
.navListSubItem {
    min-height:20px;
    border-radius:3px;
    padding:3px;
    margin-bottom:2px;
}
.navSelectable:hover {
    font-size:1.1em;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    transform: translate(0px, -2px);
    border:none;
}
.navSelectable:active {
    box-shadow:0;
    -moz-box-shadow:0;
    -webkit-box-shadow:0;
    transform: translate(0px, 2px);
    border:none;
}
.navSelectable:focus {
    box-shadow:0;
    border:none;
    outline:none;
}
.navSelectable:visited {
    border:none;
    outline:none;
}

/*
GENERAL STUFF
*/
.inlineLink {
    font-weight:bold;
    color: blue;
}

/*
HEADER NAVBAR
*/
#headerNavContainer {
    margin-bottom:10px;
    height:50px;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    min-width:420px;
    z-index:1;
}
header {
    width:98%;
    margin-left:1%;
    height:100%;
    background-color: black;
    color:black;
    line-height:50px;
}
#defaultHeader {
    float:left;
    margin-left:5px;
}
#defaultNav {
    float:right;
    margin-right:5px;
}
#headerImgContainer {
    height:50px;
    float:left;
    max-width:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#headerImg {
    max-width:50px;
    max-height:50px;
}
#headerTitle {
    height:50px;
    float:left;
    color: white;
    margin-left:5px;
    font-family:tahoma;
    font-size: 20px;
}

/*
FOOTER
*/
#footerContainer {
    margin-bottom:0px;
    height:50px;
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    min-width:420px;
}
footer {
  width:98%;
  margin-left:1%;
  height:100%;
  background-color: black;
  color:white;
  line-height:50px;
}
#footerLeftContainer {
    width:55%;
    float:left;
    text-align:left;
    padding-left:5px;
}
#footerRightContainer {
    width:45%;
    float:left;
    text-align:right;
    padding-right:5px;
    height:50px;
}

/*
PAGE SECTIONS DEFAULT
*/
.pageTitle {
    font-size:2em;
    font-weight:bold;
    width:98%;
    margin-left:1%;
    padding:10px 5px;
}
@media (max-width: 580px) {
  .pageTitle {
      font-size:1.5em;
  }
}
.avoidBanner {
    margin-top:60px;
}
.pageSection {
    width:98%;
    margin-left:1%;
    margin-top:10px;
    overflow:hidden;
}
.pageSectionImage {
    width:50%;
    float:left;
    margin-right:5px;
    padding-top:10px;
    padding-bottom:5px;
}
@media (max-width: 480px) {
  .pageSectionImage {
      width:100%;
  }
}
.pageSectionImg {
    max-height:100%;
    max-width:150px;
    height:auto;
}
.pageSectionTitle {
    font-size: 1.5em;
    font-weight:500;
}
.pageSectionBody {
    padding:5px;
    margin-left:2px;
    text-align:left;
}
.inset {
    margin-left:10px;
}

/*
THUMBNAILS
*/
.thumbnailContainer {
    text-align:center;
}
.thumbnailRow {
    width:100%;
    padding:0;
    margin:0;
}
.customThumbnailContainer {
    margin-bottom:5px;
}
.customThumbnailImage {
    width:100%;
    max-height:250px;
    text-align:center;
}
.customThumbnailImg {
    height:98%;
    max-height:250px;
    margin-top:1%;
    max-width:100%;
}
.customThumbnailCaption {
    padding:5px;
    text-align:center;
}
.customThumbnailCaptionHeading {
    font-weight:500;
    font-size:1.2em;
}
.thumbnailImgBlackBackground {
    background-color:white;
    border:solid 1px #e9ecef; /*grey*/
    padding:1%;
    overflow:hidden;
}
.thumbnailImg {
    min-height:200px;
    max-width:98%;
    max-height:98%;
    margin:auto;
    max-height:250px;
}
.centerImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
END OF PAGE FORMATTING
*/
.finalSection {
    margin-bottom:40px;
}