:root {
  --blue: #1c75bc;
  --yellow: #f3d361;
}

@font-face {
  font-family: "josefin_italic";
  src: url("/fonts/josefinsans-italic-webfont.woff2") format("woff2"),
    url("/fonts/josefinsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "josefin_regular";
  src: url("/fonts/josefinsans-regular-webfont.woff2") format("woff2"),
    url("/fonts/josefinsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "josefin_bold";
  src: url("/fonts/josefinsans-bold-webfont.woff2") format("woff2"),
    url("/fonts/josefinsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "epoque";
  src: url("/fonts/1927 Epoque.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "butler_bold";
  src: url("/fonts/Butler-Bold.woff") format("woff"),
    url("/fonts/Butler-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "butler_ebold";
  src: url("/fonts/Butler-ExtraBold.woff") format("woff"),
    url("/fonts/Butler-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*MENU*/
#menuHolder {
  width: 100%;
  z-index: 100;
  padding: 0px;
  margin: 10vh 0px 0px 0px;
  font-family: "butler_ebold";
  position: fixed;
  pointer-events: none;
}

#menuHolder a {
  color: white;
  text-decoration: none;
  width: 100%;
  transition: 0.5s;
}

.menuBox {
  background-color: var(--blue);
  color: white;
  height: 90%;
  font-size: 40pt;
  padding: 0;
  transition: 0.5s;
  width: 0%;
}

#menuHead {
  font-size: 50pt;
  height: 100%;
  padding: 10px 20px 20px 10px;
  width: 50%;
  opacity: 0.5;
  pointer-events: auto;
}

#menuHead:hover {
  cursor: pointer;
}

.menuCol {
  height: 80px;
}

.menuText {
  width: 100%;
  height: 100%;
}

/*Stuff that is not the menu*/

#mainTitle {
  font-family: "epoque";
  color: white;
  font-size: 100pt;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
  top: 25vh;
  position: relative;
  text-shadow: -2px -2px 4px #000, 2px -2px 4px #000, -2px 2px 4px #000,
    2px 2px 4px #000;
}

#mainLogo {
  width: 100%;
  margin: 0 auto;
  bottom: 0px;
  position: absolute;
  text-align: center;
  display: block;
}

.indexTextBox {
  font-family: "josefin_regular";
  color: black;
  background-color: white;
  width: 100%;
  text-align: center;
  font-size: 18pt;
}

.indexTextBox hr {
  width: 75%;
  border: 2px solid var(--blue);
  margin: 0 auto;
  opacity: 1;
}

.indexText {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.indexText b {
  font-family: "josefin_bold";
}

.headText {
  font-family: "epoque";
  color: black;
  font-size: 45pt;
  width: 100%;
}

.headText hr {
  border: 3px solid var(--blue);
  opacity: 1;
  width: 100%;
}

.headTextCon {
  margin-right: 0px !important;
  padding-right: 0px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.halfImg {
  width: 60%;
  margin-bottom: 30px;
}

.halfer {
  margin-bottom: 30px;
}

.halfText {
  font-family: "josefin_regular";
  font-size: 18pt;
}

.halfTextBox {
  margin-top: 30px;
  width: 70%;
}

.highlight {
  background-color: var(--yellow);
  font-family: "butler_bold";
  color: black;
  font-size: 40pt;
  padding: 10px;
  position: relative;
  width: 100%;
}

.bodyHolder {
  margin-right: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.footer {
  background-color: var(--yellow);
  font-family: "josefin_regular";
  font-size: 20pt;
  padding: 20px;
  position: relative;
  bottom: 0;
  margin-top: auto;
  width: 100%;
}

#footerText {
  text-align: center;
  margin: 0 auto;
}

#phone {
  margin-bottom: 0px !important;
}

.yellowRow {
  background-color: var(--yellow);
}

.whiteRow {
  background-color: white;
}

.resLink {
  text-decoration: none;
  font-family: "josefin_regular";
  font-size: 30pt;
  text-align: left;
  transition: 0.5s;
  color: black;
  font-weight: bolder;
}

.resLink:hover {
  text-decoration: underline;
  color: var(--blue);
}

.resRow {
  font-family: "josefin_regular";
  font-size: 20pt;
  text-align: left;
  padding: 25px;
  max-width: 100%;
  margin-left: 0px !important;
}

/*article stuff*/
.articleText {
  font-family: "josefin_regular";
  font-size: 18pt;
  width: 50%;
  margin: 0 auto;
}

.articleText h1 {
  font-family: "epoque";
  font-size: 40pt;
  margin-bottom: 30px;
}

.articleText h2 {
  font-family: "epoque";
  font-size: 30pt;
  margin-bottom: 30px;
}

.articleText h3 {
  font-family: "josefin_regular";
  font-size: 30pt;
  font-weight: bolder;
  margin-top: 40px;
  margin-bottom: 20px;
}

.articleText p {
  margin-bottom: 40px;
}

.articleText table {
  width: 100%;
  margin-bottom: 40px;
  border: 2px solid var(--yellow);
}

.articleText td,
.articleText th {
  padding: 20px;
}

.articleText li {
  margin-bottom: 20px;
}

.articleText a {
  color: var(--blue);
}

.articleText tr:nth-child(even) {
  background-color: var(--yellow);
}

.articleText b {
  font-family: "josefin_bold";
}

.articleText img {
  width: 75%;
  margin-bottom: 40px;
}

#topButton {
  background-color: var(--blue);
  color: white;
  font-family: "butler_ebold";
  font-size: 35pt;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 15px;
  opacity: 0.5;
  text-align: center;
  transition: 0.5s;
}

#topButton:hover {
  opacity: 1;
  padding: 20px;
}

#topButton a {
  width: 100%;
  text-decoration: none;
  color: white;
}

.fullwide {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#planeH {
  font-family: "butler_bold";
  font-size: 40pt;
  color: black;
}

.planeText {
  text-align: center !important;
}

#imageColorBar {
  position: absolute !important;
  background-color: var(--blue);
  height: 200px;
  z-index: 0;
}

.barImage {
  width: 60%;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

#panelPicture {
  width: 95%;
}
/*MEDIA QUERIES*/

@media only screen and (max-width: 1200px) {
  .highlight {
    text-align: center;
    margin-bottom: 30px !important;
  }

  .halfTextBox {
    text-align: center;
    margin: 0 auto !important;
  }

  .barImage {
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  #mainLogo {
    content: url("/img/logothin.svg");
  }

  .articleText {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .articleText table {
    width: 100%;
  }

  .articleText img {
    width: 100%;
  }

  .barImage {
    width: 95%;
  }
  #imageColorbar {
    display: none;
  }

  #barRow {
    background-color: var(--blue);
    padding: 20px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  #mainTitle {
    font-size: 80pt;
  }

  .menuBox {
    font-size: 30pt;
  }

  #menuHead {
    font-size: 40pt;
  }

  .articleText h1 {
    font-size: 30pt;
  }

  .articleText h2 {
    font-size: 23pt;
  }
}
