


body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  background-color: rgb(252,252,252);
  focus: none;
}
h1, h2, h3, h4, h5 {
  font-weight: 300;
  margin-bottom: 17px;
}
.underLine::after {
  content: "";
  display: block;
  border: 0.5px solid rgb(220,220,220);
  /*text-align: center;*/
  margin: 10px auto;
  width: 7%;
}
.fa-small {
  font-size: 0.5em;
  margin-left: 15px;
}
.button {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  border: 1px solid black;
  min-width: 100%;
  padding: 20px;
  margin-top: 35px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
}
#mainSlider {
  width: 100%;
  /*min-height: 100vh;*/
  overflow: hidden;
  background-color: rgb(5,5,5);
  /*background-color: #2a2a2a;*/
}
.scrollBtn img {
  display: block;
  /*position: absolute;*/
  margin: 25px auto;
  width: 70px;
  /*height: auto;*/
  /*left: 50%;*/
  /*bottom: 40px;*/
  /*transform: translateX(-50%);*/
}
.menuSwitchBtn {
  position: fixed;
  top:5px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
.navi {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  position: fixed;
  top:0;
  right: 0;
  z-index: 10;
  overflow-x: hidden; /* Disable horizontal scroll */
  border-radius: 1px;
  background-color: #2B2C34;
  background-color: #1d1717;
  color: darkgrey;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*visibility: hidden;
  opacity: 0;*/
  transition: 0.6s;
}
.navi-hidden {
  visibility: hidden;
  opacity: 0;
}
.closeBtn {
  cursor: pointer;
  width: 30px;
  height:30px;
  /*padding:15px;*/
  background-color: #E87A70;
  background-color: darkred;
  /*background-color: #EDCB5B;*/
  font-family: sans-serif;
  font-size: 1em;
  position: absolute;
  top: 36px;
  right: 40px;
  border: 3px solid white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: 0.3s;
  color: whitesmoke;
}
.closeBtn:hover {
  background-color: red;
  color: white;
  opacity: 1;
  transform: scale(1.2) rotate(1turn);
}
.naviItems {
  display: flex;
  flex-direction: column;
  /*background-color: red;*/
  justify-content: space-around;
}
.naviItems a {
  /*font-family: 'Georgia', serif;*/
  font-size: 2em;
  font-weight: 300;
  text-decoration: none;
  color: silver;
  line-height: 2em;
  /*margin: 50px 0;*/
  transition: 0.5s;
}
.naviItems a:hover {
  color: #81acd5;
}
/* ##### MAIN NAVIGATION END */

.mainNav {
  padding: 50px 30px;
  display: flex;
  align-items: flex-end;
}
.mainMenu {
  /*align-self: flex-start;*/
  flex: 2;
  text-align: right;
}
.mainMenu a {
  padding-left: 20px;
  color: rgb(30,30,30);
  transition: 0.5s;
}
.mainMenu a:hover {
  color: red;
}
.fullH {
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about {
  /*min-height: 80vh;*/
  padding-top: 10vh;
  padding-bottom: 20vh;
}
.about h3, .about h4 {
  padding-bottom: 10px;
}
.about p {
  line-height: 2em;
  /*font-si```ze: 1.1em;*/
  padding-right: 0px;
}
.actionStrip {
  min-height: 20vh;
  background-color: blue;
}
.offer {
  background-color: darkred;
  color: rgb(220,220,220);
  padding-top: 10vh;
  padding-bottom: 15vh;
}
.offer .tile {
  padding-top: 70px;
  text-align: center;
}
.offer .tile img {
  border: 2px solid white;
  border-radius: 100%;
  /*max-width: 220px;*/
  padding: 4px;
  margin-bottom: 25px;
  transition: 0.2s;
}
.offer .tile img:hover {
  transform: rotate(-20deg);
}
.offer h2 {
  margin-bottom: 25px;
  text-align: center;
}
.offer .tile a {
  color: rgb(220,220,220);
  text-decoration: underline;
}
.offer h5 {
  letter-spacing: 0.11em;
  /*font-weight: bold;*/
  text-transform: uppercase;
}
.offer .tile p {
  margin-bottom: 0.3rem;
  line-height: 1.6em;
  font-size: 0.95em;
}
.offer .tile .fa {
  padding-bottom: 15px;
}
.allegro {
  /*min-height: 100vh;*/
}
.allegro img {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 70%;
}
.allegro .button {

}
.allegro .button-orange:hover {
  background-color: #F85C1D;
  border-color: transparent;
  color: white;
}
.allegro .button-blue:hover {
  background-color: #81acd5;
  border-color: transparent;
  color: white;
}
.contact {
  background-color: rgb(220,220,220);
  padding-top: 15vh;
  padding-bottom: 15vh;
}
.contact .button:hover {
  background-color: darkred;
  border-color: transparent;
  color: white;
}
.contact h5 {
  font-size: 0.8em;
}
.contact h4 {
  /*padding: 6px;*/
  font-size: 1.1em;
}
.contact img {
 margin-bottom: 15px;
}

.gMap {
  margin: 50px 0;
  width: 100%;
}

.footer {
  font-size: 0.7em;
  padding: 10px;
}


@media screen and (min-width: 992px) {

  #frontPage {
    /* min-height: 100vh; */
    position: relative;
  }

  .navi {
    width: 40%;
  }
  .menuSwitchBtn {
    position: fixed;
    top:55px;
    right: 55px;
  }
  .naviItems a {
    line-height: 2.5em;
    font-size: 2.2em;
}
.button {
  min-width:350px;
}
.about p {
  /*padding-right: 20px;*/
}
.allegro img {
  margin-bottom: 50px;
  max-width: 100%;
}
.gMap {
  width: 80%;
}
