/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}
.bg-primary-custom{
  background-color: #06192b;
}
.top_area{
  background-image: url("../assets/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.bgSeperator{
  height: 200px;
  width: 98%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.fas{
  color: #7abcff;
  font-size: 20px;
}
.contactSnippet{
  text-align: center;
  color: blue;
  font-size: 1em;
  font-style: italic;
}
.linda{
  background-image: url("../assets/about/bitlinda.png");
  transition: background-image .25s;
}
.linda:hover{
  background-image: url("../assets/about/reallinda.png");
}
.sherri{
  background-image: url("../assets/about/bitsherri.png");
  transition: background-image .25s;
}
.sherri:hover{
  background-image: url("../assets/about/realsherri.png");
}
.stephanie{
  background-image: url("../assets/about/bitstephanie.png");
  transition: background-image .25s;
}
.stephanie:hover{
  background-image: url("../assets/about/realstephanie.png");
}
.helene{
  background-image: url("../assets/about/bithelene.png");
  transition: background-image .25s;
}
.helene:hover{
  background-image: url("../assets/about/realhelene.png");
}
.heath{
  background-image: url("../assets/about/bitheath.png");
  transition: background-image .25s;
}
.heath:hover{
  background-image: url("../assets/about/realheath.png");
}
.anthony{
  background-image: url("../assets/about/bitanthony.png");
  transition: background-image .25s;
}
.anthony:hover{
  background-image: url("../assets/about/realanthony.png");
}
.aboutPicture{
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 109px;
  height: 150px;
  margin: auto;
}

.logoCenter, .sponsorCenter, .aboutCenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aboutCenter{
  width: 30%;
}
.logoArea{
  width: 80%;
  max-width: 50%;
  margin: auto;
}
.logoCenter{
  width: 40%;
}
.sponsorCenter{
  width: 60%;
}
.bottomBorder{
  border-bottom: 1px dashed black;
}
.modal-content{
  padding: 15px;
}
.modal{
  height: 100%;
}
.customButton{
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
.iframeContainer{
  width: 75%;
  margin: auto;
  margin-bottom: 20px;
  height: 300px;
}

.iframeContainer iframe{
width: 100%;
height: 100%;
}
.customIframe{
  width: 80%;
  marigin: auto;
}
.bgDivideOne{
  background-image: url("../assets/background2.png");
}
.bgDivideTwo{
  background-image: url("../assets/background3.png");
}
.goback{
  font-size: 20px;
}
