.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url('yachay.jpg');
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:50px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron h2 {
  color: #fff;
  font-size: 20px;  
  font-family: 'Shift', sans-serif;
}

.jumbotron h3 {
  color: #fff;
  font-size: 15px;  
  font-family: 'Shift', sans-serif;
}

.fab-bot{
    background-color : #ffffff;
    border-bottom : 1px solid #dbdbdb;
}

.fab-bot h2{
    color : #393c3d;
    font-size : 34px;
    text-align: center;
}

.fab-bot iframe{
    margin-bottom : 13px;
}

.fab-info {
  background-color: #efefef;
}

.fab-info h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.fab-info p {
  text-align: justify;
}

.fab-info a {
  color: #00b0ff;
  text-decoration: underline;
}