*{
    font-family: "Calibri", Times, serif;
}
/*.content{*/
/*    height:1000px;    */
/*}*/

.navbar{
    padding-left:0px;
    padding-right:0px;
}

.content img{
    height: 300px;
    width:110%;
}

.info-links{
    padding-left:0px;
}
.info-links li a svg{
    margin-right:10px;
}

h5{
    font-weight:bold;
}
h4{
    font-weight:bold;
}
h2{
    font-weight:bold;
}

.nav.nav-tabs > .nav-item{
    width:100px;
}

.nav.nav-tabs > .nav-item:first-child{
    /*margin-left:auto;*/
    margin-left:10px;
}

/*.nav.nav-tabs > .nav-item:last-child{*/
/*    margin-right:auto;*/
/*}*/

.nav.nav-tabs > .nav-item > .nav-link{
    color:#0070c0;
}

.nav.nav-tabs > .nav-item > .nav-link.active{
    border:none;
    border-bottom:3px solid #f37018!important;
    background:none;
    color:#f37018;
}
.nav.nav-tabs > .nav-item > .nav-link:hover{
    border:none;
}
.nav.nav-tabs > .nav-item > .nav-link{
    /*color:#0070c0;*/
    color:#fff;
}

.logo{
  height: 48px!important
}

.footer-logo {
    height: 26px!important;
    margin-bottom: 5px;
}

.bg-white{
    background: white;
}

.text-black{
    color:black;
}

.bg-logo-primary{
    background-color: white;
}
.bg-logo-secondary{
    background-color: white;
}

.color-logo-primary{
    color:#f37018;
}

.color-logo-secondary{
    color:#0070c0;
}

.btn-logo:hover{
    background: white;
    color:#f37018;
    border:1px solid #0070c0;
}

.info-links{
    list-style:none;
}

iframe.map{
    width: 100%;
    height:300px;
}
.bg-black{
    background-color: black;
}
.text-white{
    color:white;
}
footer hr{
    background-color: white;
}
/*.navbar-light .navbar-nav .nav-link{*/
/*    font-size:16px;*/
/*    color:black;*/
/*}*/


/*.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{*/
/*    font-size:16px;*/
/*    color:white;*/
/*}*/

/* Stackoverflow preview fix, please ignore */
.navbar-nav {
    flex-direction: row;
  }
  
  .nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  /* Fixes dropdown menus placed on the right side */
  .ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
  }



  /* Loading screen spinner */
  .load{
      position: fixed;
      height: 100%;
      width: 100%;    
      z-index: 1000;
      text-align: center;
      pointer-events: none;
      overflow: hidden;
      top: 0;
      background-color:#f37018;
  }
  .spinner {
    width: 60px;
    height: 60px;
    background-color: #0070c0;
    

    position: absolute;
    top: 45%;
    left:48%;
    vertical-align: center;
    
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
  }
  
  @-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  }
  
  @keyframes sk-rotateplane {
    0% { 
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }

/* about us page */
    .aboutus p{
        font-size: 15px;
    }