@charset "utf-8";
/* CSS Document */
body {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .40);
  background-color: rgba(113, 139, 160, 1.00);
  background-color: rgba(197, 129, 93, 1.00);
	 background-color: rgba(197, 129, 93, 1.00);*/
  color: #000;
  padding-top: 10px;
}
#aboutUs {
  /*background-color: #ff9966;
  background-image: url("../images/purpleReticulation30.png");*/
  background-image: url("../images/reticulationBlack30.png");
}
.smallcaps {
  font-variant-caps: all-small-caps;
}
.roman {
  font-style: normal;
}
.screen-reader-text{
	 overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute !important;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;
}
.HTnavContainer {
  background-color: rgba(123, 123, 123, 1.00);
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
#HTbanner, #HTtitle {
  padding: 0;
  margin-bottom: 5px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px dotted #fff;
  margin-top: .5em;
  margin-bottom: 0;
  padding: 0;
}
a.HTnav, span.HTnav {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  margin-top: 0;
  padding-top: 0;
  letter-spacing: 1px;
  text-decoration: none;
}
#homeBTN {
  margin-top: -2px;
}
#homeBTN svg {
  width: 16px;
  height: 16px;
}
span#aboutBTN.HTnav {
  color: rgba(255, 255, 255, .50);
}
a.HTnav:hover {
  color: #fff;
}
a.HTnav:hover {
  color: #fff;
}
/*.HTmathText {
  color: #6A2FB4;
}*/
em {
  font-style: italic;
}
p.HTindent {
  font-size: 1.1rem;
  margin: 0;
  text-indent: 1.5rem;
}
p.HTpara {
  font-size: 1.1rem;
  margin: 0;
}
p.HTpara .smallcaps {
  font-size: 125%;
  font-weight: 900;
  color: #622DA4;
}
.figure-caption {
  color: #fff !important;
  font-style: italic;
  line-height: 120%;
  font-weight: 500;
}
/*Alter BS modal*/
.modal-content {
  background-color: #2E2E2E;
  border: none;
}
.modal-footer {
  font-style: italic;
  font-weight: 500;
  color: #E1E1E1;
  border-top: none;
}
/*About Us*/
#HTtitle img {
  opacity: 75%;
}
#HTbanner img {
  opacity: 75%;
}
#aboutUs p.HTpara, #aboutUs p.HTindent {
  color: #D7D7D7;
  font-weight: 300;
  /*text-align: justify;
	hyphens: auto;*/
}
#aboutUs p.HTpara .smallcaps {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
#aboutUs p.HTpara a, #aboutUs p.HTindent a {
  color: rgba(141, 216, 252, 1.00);
  text-decoration: none;
}
#aboutUs p.HTpara a:hover, #aboutUs p.HTindent a:hover {
  color: #fff;
}
.bios {
  padding-bottom: 20px;
  border-bottom: dotted #FFFFFF 4px;
  margin-bottom: 20px;
}
.HTpara.linkedIn a svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
/*#aboutUs a {
  color: rgba(53, 171, 207, 1.00);
}
#aboutUs a:hover {
  color: rgba(255, 255, 255, .80);
}
#aboutUs .HTnavContainer a.HTnav {
  color: #000;
}
#aboutUs .HTnavContainer a.HTnav:hover {
  color: #fff;
}*/
#aboutUs .HTpara.linkedIn {}
footer {
  /*background-color: rgba(0, 0, 0, .20);*/
}
.copyright {
  font-weight: 900;
  font-size: .8rem;
  color: rgba(0, 0, 0, .50);
}
#aboutUs a.impressum {
  /*font-variant-caps: all-small-caps;*/
  text-transform: uppercase;
  font-weight: 900;
  font-size: .8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, .50);
  text-decoration: none;
}
#aboutUs a.impressum:hover {
  color: #CFCFCF;
}
/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #HTbanner, #HTtitle {
    padding-left: 3%;
    padding-right: 3%;
  }
  #HTbody {
    padding-left: 3%;
    padding-right: 3%;
  }
  .HTpara.linkedIn a svg {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }
  #aboutUs p.HTindent {
    text-indent: 1.5rem;
  }
  #aboutUs p.HTpara, #aboutUs .HTindent {
    font-size: 1.2rem;
  }
  #aboutUs p.HTpara .smallcaps {
    font-size: 130%;
    letter-spacing: .5px;
  }
  .card {}
}
#HTbody h1 {
  font-size: 2.5rem;
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #HTbanner, #HTtitle {
    padding-left: 1%;
    padding-right: 1%;
  }
  #HTbody {
    padding-left: 1%;
    padding-right: 1%;
  }
  /*a.HTnav, span.HTnav, span.HTnav#contactBTN {
    font-size: 1.3em;
    margin-top: 0;
    letter-spacing: 1px;
  }*/
  #homeBTN svg {
    width: 18px;
    height: 18px;
  }
  a.HTnav, span.HTnav {
    font-size: 1.3rem;
    margin-top: 0;
    letter-spacing: 1px;
  }
  #aboutUs p.HTpara, #aboutUs p.HTindent {
    font-size: 1.2rem;
  }
  #aboutUs .HTpara .smallcaps {
    font-size: 135%;
    letter-spacing: .5px;
  }
  #aboutUs p.HTpara .smallcaps {
    font-weight: 700;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #HTbanner, #HTtitle {
    padding-left: 2%;
    padding-right: 2%;
  }
  #HTbody {
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #HTbanner, #HTtitle {}
  /*a.HTnav, span.HTnav {
    font-size: 1.4rem;
    margin-top: 0;
    letter-spacing: 1px;
  }*/
  a.HTnav, span.HTnav {
    font-size: 1.4rem;
    margin-top: 0;
    letter-spacing: 1px;
  }
  #HTbody {
    padding-left: 3%;
    padding-right: 3%;
  }
  #aboutUs p.HTpara, #aboutUs p.HTindent {
    font-size: 1.2rem;
  }
  #aboutUs p.HTpara .smallcaps {
    font-size: 140%;
    letter-spacing: .5px;
  }
}
/*extra extra*/
@media (min-width: 1800px) {
  a.HTnav {
    font-size: 1.9rem;
  }
  #HTbanner, #HTtitle {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  #HTbody {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  a.HTnav, span.HTnav, span.HTnav#contactBTN {
    font-size: 1.5rem;
    margin-top: 0;
    letter-spacing: 1px;
  }
  #aboutUs p.HTpara, #aboutUs p.HTindent {
    font-size: 1.3rem;
  }
  #aboutUs .HTpara .smallcaps {
    font-size: 135%;
    letter-spacing: .5px;
  }
  .bios img, .bios p.HTpara, .bios p.HTpara.linkedIn, .bios p.HTindent {
    max-width: 600px;
  }
  img.portraits {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-right.bios p.HTpara.linkedIn, .text-right.bios p.HTpara, .text-right.bios p.HTindent, .bioillus {
    margin-right: 0;
    margin-left: auto;
  }
  p.HTpara.linkedIn {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}