/*!
 * 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)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.business-header {
  height: 50vh;
  min-height: 400px;
  background: url('../100_34172.jpg') center center no-repeat scroll;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}

.intrologo {
  max-height: 275px;
  max-width: auto;
  min-height: 30%;
  min-width: auto;
  height: auto;
  width: auto;
  display: block;
  margin-top: 20px;
}

.navbar {
  background-color: #659dbd;
}

@media only screen and (max-width: 768px) {
  .intrologo {
    margin-right: auto;
    margin-left: auto;
    max-height: 300px;
  }
}


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

#aboutus {
  padding: 50px 30px;
}

#contact {
  padding: 50px 30px;
}

.section-heading {
  padding-top: 40px;
}

iframe {
  float: right;
}

.monusect {
  padding: 20px 20px;
  margin: 10px 0px;
}

.overmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.overmenu li {
    float: left;
}

.overmenu li a {
    display: block;
    color: #659dbd;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.overmenu li a:hover {
  color: black;
}

.galexam {
  padding-bottom: 30px;
}