/* GLOBAL STYLES */
h1 {
  font-family: "helvetica-light", "helvetica";
  color: #6c6c6c;
  font-size: 30px;
  text-transform: capitalize;
}

h3 {
  text-transform: capitalize;
  font-size: 20px;
}

h4 {
  font-family: "helvetica";
  color: #6c6c6c;
  font-size: 20px;
}

p,
a,
li,
h3 {
  font-family: "helvetica";
  color: #6c6c6c;
}

li {
  text-transform: capitalize;
  list-style: none;
  font-size: 18px;
}

p {
  font-size: 18px;
  margin: 0;
}

a:hover {
  color: #208cb1;
}
.active {
  color: #208cb1;
}

nav a {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}

header {
  padding-top: 20px;
  margin-bottom: 20px;
}

.navbar {
  display: initial;
}

.navbar-collapse {
  justify-content: space-around;
  max-width: 100%;
}

.navbar-light .navbar-toggler {
  margin-top: 20px;
}

.navbar-toggler {
  display: block;
  margin: auto;
}
.collapse.in{
  display: block !important;
}
.logo a {
  display: inline-block;
}

.logo img {
  display: block;
  margin: auto;
}

.frida {
  color: red;
}

.img-fluid {
  width: 100%;
}

.containerPic {
position: relative;
  width: 100%;
}

.imagePic {
  display: block;
  width: 100%;
  height: auto;
}

.overlayPic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(42, 42, 42, 0.86);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.containerPic:hover .overlayPic {
  height: 100%;
}

.textPic {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.desk {display:block !important;}
.mobi {display:none !important;}

.owl-nav {
  top: 45% !important;
}
.owl-carousel .owl-item img {
  margin:auto;
  width: inherit !important;
}
.owl-carousel .owl-item{
  background: white;
}
/* FONTS */
/*
@font-face {
  font-family: helvetica;
  src: url(fonts/helvetica.ttf);
} */
/* ROOMS */
.room-item {
  position: relative;
  text-align: center;
}

.rooms p {
  position: absolute;
  margin: auto;
  color: #6d6f72;
  border: 2px solid #6d6f72;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 40px;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rooms img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}

.lg-img {
  padding-right: 15px;
}

/* .sm-img {
  margin-bottom: 15px;
} */
/* GALLERY */
.wrapper {
  position: relative;
  margin-bottom: 15px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  text-align: center;
}

.wrapper:hover .overlay {
  height: 100%;
}

.overlay p {
  text-transform: uppercase;
  margin-top: 25%;
  color: white;
  font-size: 27px;
}

.gallery-item {
  margin-bottom: 25px;
}

.gallery h3 {
  text-align: center;
}

.carousel-item img {
  display: block;
  margin: auto;
}

.carousel-control-prev-icon {
  background-image: url("prev-button.png");
}

.carousel-control-next-icon {
  background-image: url("next-button.png");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 34px;
  height: 34px;
}

.flex-column img {
  margin-bottom: 15px;
}

.about img {
  height: 400px;
  width: auto;
}

/* STUDIO */
.studio {
  margin-bottom: 20px;
}

.studio h1 {
  text-align: center;
}

.studio .text {
  padding: 0 30px;
}

.studio img {
  margin-bottom: 30px;
}

.founder {
  margin-top: 30px;
}

.services {
  text-align: center;
}

/* FRIDA  */
.frida-collection {
  margin-bottom: 20px;
}

.frida-collection .text {
  padding: 0 30px;
}

.frida-bottom .img-fluid {
  width: initial;
}

/* CONTACT */
.contact a,
.contact p {
  font-size: 16px;
}

.contact a {

}

.contact img {

  width: 100%;
}
.contact2 img {

  width: 40px;
}

iframe {
  max-width: 100%;
}

address {
  margin-top: 20px;
}
/*.maxHeighter {max-height:320px;}

.itemer {
  height: 50vh !important;
  max-height: 20vh;
}*/
.top{left:20% !important}
.popover.top>.arrow {
   display:none;
}

#bs-example-navbar-collapse-1 {margin-top:30px;}
.mainNavtop {padding-left:0px; padding-right:0px;margin-top:0px;}
}

/* MEDIA QUERIES ******************************************************/
@media screen and (min-width: 200px) {
  .lg-img {
    padding: 15px 0;
  }
}

@media screen and (min-width: 566px) {
  .navbar {
    display: flex;
  }
}

@media screen and (min-width: 576px) {
  nav a {
    font-size: 10px;
  }
}

@media screen and (min-width: 770px) {
  .logo img {
    margin-right: 20px;
  }

  nav a {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .lg-img {
    height: 552px;
    padding: 0;
  }

  .rooms .item-block {
    margin-bottom: 15px;
  }

  .founder {
    margin-top: 10%;
  }

  .frida-collection .text {
    padding: 0 80px;
  }

  address {
    margin-top: 10%;
  }
}

@media screen and (min-width: 994px) {
  .logo img {
    margin-right: 150px;
  }

  .lg-img {
    height: 739px;
  }

  .frida-collection .text {
    padding: 0 100px;
  }
}

@media screen and (min-width: 1200px) {
  .lg-img {
    height: 880px;
  }
}
@media(max-width:991px){
  .desk {display:none !important;}
  .mobi {display:block !important;text-align:center;}
  .img-responsive{

    max-width: 100%;
  }
}
