.ph_button {
  background-color:rgb(239,239,239) !important;
  border-radius:0;
  color:black;
  border:1px solid #ced4da;
  text-transform:uppercase;
}

.fullscreen {
  height:100vh;
  width:100%;
}

.icon.ion-ios-arrow-down {
  color:rgb(0,0,0);
  font-size:32px;
}

.navbar {
  font-family:Roboto, sans-serif;
  font-weight:300;
}

.navbar-light .navbar-brand {
  background-image:url("../../assets/img/logo.png");
  background-size:contain;
  background-repeat:no-repeat;
  width:128px;
  height:64px;
}

#alll-about {
}

.header {
  font-size:3vh;
  width:33vw;
  position:absolute;
  bottom:0;
  font-family:Roboto, sans-serif;
  font-weight:200;
  line-height:5px;
}

.header h2 {
  font-size:2.5vh;
  line-height:1.2 !important;
}

@media (min-width: 576px) {
  .header {
    font-size:5vh;
    width:calc(100% - 15px);
    z-index:999;
    /*position:relative;*/
    top:0;
  }
}

@media (min-width: 768px) {
  .header {
    padding-top:7vh;
  }
}

@media (min-width: 576px) {
  .header h2 {
    font-size:5vh;
  }
}

@media (min-width: 992px) {
  .header h2 {
    font-size:4.5vh;
  }
}

@media (min-width: 1200px) {
  .header h2 {
    font-size:4.5vh;
  }
}

.col-md-3.col-lg-2.title {
  min-height:20vh;
}

.swiper-slide {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.right {
  text-align:right;
  right:15px;
}

p {
  font-family:Roboto, sans-serif;
  font-weight:200;
}

h2 {
  font-family:Roboto, sans-serif;
  font-weight:200;
  /*margin-bottom:50px;*/
}

.form-control {
  font-family:Roboto, sans-serif;
  font-weight:200;
  border-radius:0;
}

.nav-link {
  text-transform:capitalize;
}

.swiper-button-prev, .swiper-button-next {
  background-image:none;
  width:auto;
}

.header a {
  font-size:2.5vh;
  color:#9a9a9a;
  display:none;
}

.header a:hover {
  text-decoration:none;
  border-bottom:1px solid #9a9a9a;
}

