html{box-sizing: border-box}*,*:before,*:after{box-sizing: inherit}html{overflow-x: hidden}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%; line-height: 1.15; -webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
a{background-color:transparent}a:active,a:hover{outline-width:0}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}
figure{margin:1em 40px}
img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}
optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */

/* --------------------MainCss-------------------- */
/* 
font-family: 'Cousine', monospace;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif; 
*/
html,body{
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
h1{
  margin: 0.625rem 0;
  font-family: 'Roboto Slab', serif;
}
h3{
  margin: 0.625rem 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
a{color: inherit}
img{vertical-align: middle}
.image{max-width: 100%;height: auto;}
.navBar:before,.navBar:after,.clearfix::after{content:"";display:table;clear:both}

/* ---------------NavBar--------------- */
.top{
  width: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
}
.navBar{
  overflow: hidden;
  padding: 0.5rem 1rem!important;
  letter-spacing: 0.25rem;
  background-color: #808080!important;color: #fff!important;
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,0.16),0 0.125rem 0.625rem 0 rgba(0,0,0,0.12);
}
.float{float: right!important;}
.float a {display: none;}
.float a.icon {float: right;display: block;}
.float.responsive {position: relative;}
.float.responsive a.icon {position: absolute;right: 0;top: 0;}
.float.responsive a {float: none;display: block;text-align: left;}
.barItems{
  display:flex;flex-direction: column;
  justify-content: center;align-items: center;
  float: none;
  width: auto;
  padding: 0.5rem 1rem;border: none;outline: 0;
  font-size: 1rem;
  text-align: center;text-decoration: none;
  background-color: inherit;color: inherit;
  cursor: pointer;
  white-space: normal;
  }
.barItems:hover{color: #000!important;}
.barItems:focus{outline: 2px solid black;}
@media screen and (min-width: 1000px) {
  .float .icon {display: none;}
  .float a {display: block;}
  .float a.icon {display: none;}
  .barItems {float: left;display: block;}
}
/* ---------------NavbarEnd--------------- */

/* ---------------Header--------------- */
header{
  max-width: 1500px;
  position: relative;
  margin-left: auto;margin-right: auto;margin-top: 3.125rem;
  letter-spacing: 0.25rem;
}
header img{max-height: 638px;}
h1.hideLogoSmall {font-size: 2.7vw;}
@media screen and (max-width:600px) {h1.hideLogoSmall{font-size: 1.5vw;}}
@media screen and (min-width: 2500px){h1.hideLogoSmall{font-size: 3.125rem;}}
.logo{
  position: absolute;top: 50%;left: 50%;
  margin-top: 1rem!important;
  text-align: center!important;
  white-space: nowrap;
  transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
@media (max-width: 398px){.imageSmall{margin-top: 7.5rem!important}}
@media (max-width: 999px){.imageSmall{margin-top: 5.625rem}}
/* ---------------HeaderEnd--------------- */

/* --------------------PageContent-------------------- */
.content{
  max-width: 1564px;
  margin-left: auto;margin-right: auto;
  padding: 0.5rem 1rem!important;
}
/* SectionTitles */
.sectionTop{padding: 2rem 1rem;}
.sectionTitle{
  border-bottom: 0.0625rem solid #ccc!important; padding: 1rem 0;}
/* SectionTitlesEnd */

/* ---------------InfoSection--------------- */
.infoFlex{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 0.8125rem;
}
@media (max-width: 600px){.infoFlex{flex-direction: column;}}
/* ---------------InfoSectionEnd--------------- */

/* ---------------GallerySection--------------- */
.row-padding{display: flex;padding: 0 0.5rem}
.col{
  flex: 50%;
  padding: 0.5rem;
}
.col-padding > img{
  padding: 0.5rem 1rem;
}
/* ---------------GallerySectionEnd--------------- */

/* --------------------PageContentEnd-------------------- */

/* ---------------Footer--------------- */
footer{
  padding: 1rem 0;
  text-align: center!important;
  color: #000!important;background-color: grey!important;
}
select {
  padding: 0.25rem;
  border: 1px solid white;
  border-radius: 0.25rem;
  background-color: grey; color: #000;
}
/* ---------------FooterEnd--------------- */


/* --------------------MainCssEnd-------------------- */