/* 
Classic Template
http://www.templatemo.com/tm-488-classic
-----------------------------*/

body {
  background-size: auto;
  background-position: center;
  background-repeat: repeat repeat;
  background-image: url('../img/concrete_seamless.png');
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

.map {
  min-width: 50px;
  width: 100%;
  height: 250px;
  box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
  -moz-box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
  -webkit-box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
}

.blue-strip {
  background-color: #0192c1;
  min-height: 190px;
  padding-top: 65px;
}

.blue-strip a {
  background-color: #fff;
  color: black;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 28px;
  letter-spacing: 1px;
  width: 380px;
  min-height: 66px;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 25px;
}

.small-prefa-img {
  padding: 0;
}

.small-prefa-img img {
  width: 100%;
  max-width: 250px;
}

/* On mobile */
@media (max-width: 1247px) {
  .blue-strip {
    padding: 12px 0;
  }

  .blue-strip a {
    margin: 12px auto;
  }

  .small-prefa-img img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .hide-on-small {
    display: none;
  }
}

.row div img { margin-top: 15px;}

.img-title-list-col {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.img-title-list-col img {
  width: 100%;
  max-width: 465px;
  height: 240px;
}
.img-title-list-col h2 {
  padding-top: 10px;
  font-weight: 600;
}
.img-title-list-col ul {
  text-align: left;
  margin-left: 35px;
}
.bottom-margin-small {
  margin-bottom: 15px;
}
.bottom-margin-big {
  margin-bottom: 50px;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,h2,h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 25px;
}

h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}

.zero-padding {
  padding: 0 !important;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1390px;
  overflow-x: hidden;
}

.main-content {
  background-color: #FFF;
  box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
  padding-top: 60px;
  padding-bottom: 100px;
}

.tm-header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}

.tm-site-name {
  padding-top: 1.5rem;
  display: block;
}

.tm-site-name img {
  width: 210px;
}

.tm-main-nav { font-size: 0.9rem; }

.navbar-nav .nav-link {
  color: black;
  padding: 0 10px;
  font-size: 1rem;
}

a {
  color: black;
}

a.active, a:hover, .blue-link,
.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
  color: #0192c1;
}

#menu-placeholder {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
  -moz-box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
  -webkit-box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
}

.tm-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.tm-img-container {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 270px;
}

.tm-img-container h1, 
.tm-img-container h2 {
  text-align: center;
  margin-bottom: 10px;
  color: white;
  text-shadow: 1px 1px 1px #000;
}

.tm-img-container h1 {
  padding-top: 100px;
}

.tm-footer {
  color: #CCC;
  background-color: #191919;
  background-image: url('../img/classic-pattern-bg.png');
  font-size: 1rem;
  padding-bottom: 10px;
}

hr {
  border-top: 1px solid #CCCCCC;
  margin: 25px auto;
  max-width: 1150px;
}

hr.double {
  margin: 50px auto;
}

ul, p { line-height: 1.8; }

p.small-line { line-height: 1; }

ul ul {
  padding-left: 20px;
}

ul ul li {
  list-style-type: none;
}

@media (max-width: 991px){
  
  #tmNavbar .navbar-nav .nav-link { padding: 10px 25px; }
  .media { max-width: 240px; }

  .tm-section {
      padding-top: 50px;
      padding-bottom: 60px;
  }
}

/* Sticky header on desktops */
#menu-placeholder {
  position: fixed;
  width: 100%;
}

#sticky-placeholder {
  height:100px;
  width:100%;
  clear:both;
}

@media (max-width: 1247px) {
  #menu-placeholder {
    position: relative;
  }
  #sticky-placeholder {
    display: none;
  }
  .tm-main-nav {
    position: fixed;
    right: 0;
    top: 21px;
    z-index: 1000;
  }
  #tmNavbar .navbar-nav .nav-item { float: none; }
  #tmNavbar .navbar-nav .nav-link { padding: 10px 35px; }
  #tmNavbar {
    background: white; 
    border-radius: 6px;
    box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
    -webkit-box-shadow: 0 1px 8px 0 rgba(50,50,50,0.75);
  }
  #tmNavbar .navbar-nav .nav-item+.nav-item { margin-left: 0; }

  .tm-navbar-toggler:focus,.tm-navbar-toggler:hover{text-decoration:none}

  .tm-navbar-toggler {
    padding:.5rem .75rem;
    font-size:1.25rem;
    line-height:1;
    border:1px solid transparent;
    border-radius:.25rem;
    border-color: #0192c1;
    background: white;
    color: #0192c1;
    display: block;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 9px;
  }
  .tm-navbar-toggler:focus { outline: none; }

  .collapse {
    display: none;
  }
}

@media (min-width: 1248px) {
  .tm-hidden-md-up {
    display: none !important;
  }

  .tm-navbar-toggleable-sm {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .tm-footer { padding-bottom: 15px; }
}

@media(max-width: 510px) {
  .media { max-width: 240px; }
    
  .tm-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
