/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 * modified for riverspa by Jens Vevstad
 */

body {
  background-color:#E4EAEF;
  padding-top: 84px;
}



#bokatidMenuItem{ 
  font-weight: bold;
  background-color: #23A994;
}

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; /* or 950px */
}
.button-top-margin { margin-top:5px; }

.image-top-margin { margin-top:50px; }

.heading-top-margin { margin-top:80px; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-ph:hover {
     color: #31A500;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
.card {
  height: 100%;
}

@media (min-width: 992px) {
  body {
    background-color:#E4EAEF;
    padding-top: 64px;
  }
.image-top-margin { margin-top:70px; }

.heading-top-margin { margin-top:50px; }

}
