#promo {
  margin-top:100px;
  text-align: center;
  padding: 40px;
  background: url(/assets/img/background.JPG) no-repeat ;
  background-size: cover;
  max-height: auto;
 
}

#promo .jumbotron {
  
  background-color: rgba(255,255,255,0.55);
  margin: auto;
  max-width: 800px;
}
.jumbotron .card{
  min-height: 510px;
 }

body {
  font-family: Arial,Helvetica,sans-serif;
}

@media (min-width: 576px) {
  #promo .jumbotron {
    padding: 40px;
  }
}

#promo .jumbotron h1 {
  font-size: 2.5vw;
}

@media (max-width: 992px) {
  .jumbotron .card{
    margin-bottom: 20px;
   }
}
@media (max-width: 576px) {
  #promo .jumbotron h1 {
    font-size: 2rem;
  }
  .jumbotron .card{
    margin-bottom: 50px;
   }
}

@media (min-width: 992px) {
  #promo .jumbotron {
    min-height: 200px;
    
  }
  
}

@media (min-width: 576px) {
  #promo {
    padding: 40px;
    max-height: auto;
  }
  
  
}

.site-section {
  text-align: center;
  padding-bottom: 70px;
}

.site-section h1 {
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0.px;
  padding-top: 40px;
}

#welcome {
  max-width: 800px;
  font-size: 20px;
}

#welcome p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
}

#why .item i {
  font-size: 40px;
  color: #0067b9
}

#why .item h2 {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #why .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #gallery .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    max-width: 100%;
  }
}

.dark-section {
  background-color: rgba(40,105,228,0.08);
}

.script {
  font-family: Barlow, cursive;
  font-size: 3.5rem;
}
.small{
  font-family: 'Barlow', sans-serif;
  font-size: .5rem;
}
.normal{
  font-family: 'Barlow', sans-serif;
  font-size: 3.5rem;
}

#logo {
  max-height:50px;
  margin: -10px 10px 100 10px;
  display: inline-block;
}
.analog_blue{
  color: #005EA9;
}
.teal{
  color: #00b2a9;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  color: #005EA9;
  font-family: "Barlow", sans-serif;
}
p {
  font-family: "Barlow", sans-serif;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0,0,0,0.9);
  background-color: rgba(184,144,249,0.42);
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #888888;
}

#why .item p {
  color: #5d6569;
}

.gallery-image {
  min-height: 280px;
  max-width: 258px;
}

#table-div{
  border-style: solid;
  border-color: #005EA9;
  padding: 5% 2% 5%;
  border-radius: 1%;

}
.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: white;
  font-size: 20px;
  background: #0067B9;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: default;
  border: solid thin #0067B9;
}

.btn:hover {
  background: #00325C;
  text-decoration: none;
  color:white;
  cursor: pointer;
}


.btn-secondary{
  color: #0067B9;
  background: white;
}

.btn-secondary:hover {
  background: white;
  color:#00427a;
  text-decoration: none;
  cursor: pointer;
  border: solid thin #00427a;

}


@media (max-width: 768px) {
  #table-div{
    padding: 1% 0 1%;
    
  
  }
}
@media (max-width: 560px) {
  #table-div{
    border-style: none;
    
  }
}
