
/* Google fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@font-face {
font-family: "CSPraJad";
src: url("../images/Villamusee/fonts/CSPraJad.otf");
}

.musee p{
margin-bottom: 24px;
font-family: 'CSPraJad';
font-weight: 400;
}

.musee h1{
    font-family: 'CSPraJad';
    letter-spacing: 5px;
    margin-right: -5px;
    margin-bottom: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 74px;
}
.musee h4{

    font-family: 'CSPraJad';
    margin-bottom: 24px;
    font-weight: 600 !important;
    font-size: 23px;
    line-height: 32px;
}

.musee .outline {
    margin-top: 22px;
    margin-bottom: 30px;
    width: 100%;
    height: 25px;
    background: url(../images/Villamusee/icon-our.png) no-repeat center center;

}


.musee2 h1{
    font-family: 'Roboto';
    letter-spacing: 5px;
    margin-right: -5px;
    margin-bottom: 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
}
.musee2 .outline {
    margin-top: 22px;
    margin-bottom: 30px;
    width: 100%;
    height: 25px;
    background: url(../images/Villamusee/icon-our.png) no-repeat center center;

}
.musee2 p{
margin-bottom: 24px;
font-family: 'CSPraJad';
font-weight: 400;
}


.image-tile {
  overflow: hidden;
  position: relative;
  min-height: 670px;
}
.titlemb16{
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'CSPraJad';
}

.v-align-children2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap !important;

  }
  @media (max-width: 990px){
    .v-align-children2 {
    display: block !important;
  }
  }
  .pb48 {
    padding-bottom: 48px;
  }
  .pt24 {
    padding-top: 24px;
  }
  .mb16{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  @media (max-width: 767px){
    .mb-xs-24 {
    margin-bottom: 24px;
    }}
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-indent {
    text-indent: 20px;
    display: inline-block;
  }
  .uppercase {
    font-weight: 700;
    text-transform: uppercase;
    }
  .cast-shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
  .col6,.col4{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 992px){
  .col6{
    width: 66.66666667%;
    float: left;
  }
  .col4{
    width: 41.66666667%;
    float: left;
  }
  }
  @media (min-width: 992px){
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  }
