@import url("https://fonts.googleapis.com/css?family=Reenie+Beanie");
@import url('https://fonts.googleapis.com/css?family=Aref+Ruqaa|Nothing+You+Could+Do');
@import url('https://fonts.googleapis.com/css?family=Abel');



html, body{overflow-x: hidden;}

/* MODAL FOR MENU */
.modal{height: 130vh;overflow-y: hidden;}
.modal-dialog {
  margin-top: 0;
  width: 100%;
  padding: 0;
}
.modal-content {
  height: 100vh;
  border-radius: 0;
  background-color: #000;
}
.modal-body{bottom: 0; overflow-y: hidden;}

/* -----------------------------------------------  COMMON PROPERTIES  ---------------------------------------- */
.bg-black{background-color: #000;}
.bg-white{background-color: #fff;}
.black{color: #000;}
.white{color: #fff;}
.green{color: #3dc788;}
.heading{font-family: 'Aref Ruqaa', serif;}
.heading1{font: small-caps normal 2.5vw 'Aref Ruqaa', serif;}
.heading3{font: small-caps normal 1.6em 'Aref Ruqaa', serif; letter-spacing: 3px;}
.heading4{font: small-caps normal 1.2em 'Aref Ruqaa', serif; letter-spacing: 3px;}
.center{margin: 0 auto;}
.fix{position: fixed;}
.content-big{font: bold 1em 'Abel', sans-serif; letter-spacing: 2px;}
.content-medium{font: normal 0.8em 'Abel', sans-serif;}
.content-small{font: normal 0.6em 'Abel', sans-serif;}
a:link, a:visited{text-decoration: none;}
a:hover{text-decoration: none !important;}
a:active{text-decoration: none;}

/* --------------------------------------------------- HEADER --------------------------------------------------- */
h2.navbar-common{  
  font: normal 2em 'Reenie Beanie', cursive;
  position: fixed;
  z-index: 51;
  margin-top: 5vh;
  z-index: 1;
}
h2.navbar-brand{margin-top: -2vh; text-align: left;}
h2.navbar-menu{margin-top: 0vh; right: 2.5vw;}

/* --------------------------------------------------- MENU --------------------------------------------------- */
h3.menu-category{
  font: small-caps normal 2.2vw 'Aref Ruqaa', serif;
  margin-bottom: 5vh;
  letter-spacing: 1vw;
}
.menu-block{margin-top: 20vh;}

/* --------------------------------------------------- FOOTER --------------------------------------------------- */
footer{margin-top: 10em;}
footer p{letter-spacing: 2px; text-transform: uppercase; margin-bottom: 3em;}
footer div{margin-bottom: 2em;}
footer div a{
  color: #fff; 
  letter-spacing: 2px; 
  text-transform: uppercase; 
  border-bottom: solid 2px #3dc788;
}
footer div a:hover{color: #fff;}
footer span{padding: 0 1em;}
footer div .text-black a{color: #000;}
/* -----------------------------------------------  INDEX.HTML  ----------------------------------------------- */

.typing-text {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font: normal 2.5em 'Aref Ruqaa', serif;
  letter-spacing: 5px;
}
.typing-text .content {display: inline;}
.typing-text .dash {
  display: inline-block;
  height: 3px;
  width: 20px;
  animation: blink .5s infinite linear;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ------------------------------------------------------  HOME.HTML  ------------------------------------------- */

body.home{
    background: url('../images/home-bg.jpe') no-repeat center center fixed;
    background-repeat: none;
    -webkit-animation: zoom 20s; 
    animation: zoom 20s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-bg{
    margin: 8vh 4vw;
    height: 84vh;
    width: 92vw;
}
.vertical-top{left: 45vw; top: 5vh;}
.vertical-bottom{left: 45vw; top: 88vh;}
.vertical-right{
    margin-top: 33vh;
    left: 97.5vw;    
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.vertical-left {
    transform: rotate(270deg);
    transform-origin: left top 0;
    float: left;
    margin-top: 50vh;
    margin-left: 2.5vw;
}
.link{
    font: bold 1.8vw 'Aref Ruqaa', serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
    position: absolute;
    z-index: 51;
}

/* --------------------------------------------------  EXCLUSIVES.HTML  ------------------------------------------ */

body.exclusive{margin: 2vh 2vw 0 1.5vw;}
.navbar{overflow-y: auto; overflow-x: hidden; margin-bottom: 0;}
.bg-img{    
    height: 95vh;
    width: 96vw;    
    background-size: cover; 
    clear: both;
    z-index: -1;
}
.ex-images{background-color: none;}
.img-center{
  display: block;
  max-width: 60%;
  height: auto;
  margin-bottom: 50vh;  
  -webkit-box-shadow: -2px 15px 43px -8px rgba(255,255,255,0.56);
  -moz-box-shadow: -2px 15px 43px -8px rgba(255,255,255,0.56);
  box-shadow: -2px 15px 43px -8px rgba(255,255,255,0.56);
}
.menu-bg{
  background-position: center;
  width: 100%;
  float: right;
  margin-right: -1.7vw;
}
.img-ex-first{padding-top: 5vh;}
.img-ex-last{margin-bottom: 25vh;}
.ex-desc{
  line-height: 2em;
  margin-bottom: 25vh;
  letter-spacing: 0.3vw;
  margin-left: 25vw;
  margin-right: 25vw;
}
.ex-desc:before{
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    border: 5px solid #fff;
    width: 30%;
    right: 0.5em;
    margin-left: -30%;
}
i.symbol{color: #3dc788;}

/* ---------------------------------------------------  GALLERY.HTML  --------------------------------------------- */
body.gallery{
  background-color: #000;
  overflow-x: hidden;
}
.gallery nav{margin-top: 1.5em;}
#gallery{animation: slide infinite 3s alternate; margin: 0 3vw;}
#gallery .row{margin-bottom: 3em;}
#gallery:hover > div{animation-play-state: paused;}
.img-w{width: 100%;}
.w-2h{height: 43em;}
.h-2w{height: 25em;}
.w-h{height: 15em;}
.no-gutter > [class*='col-'] {
    padding-right:1vw;
    padding-left:1vw;
    padding-top: 2em;
    /*padding-right: 0;
    padding-left: 0;*/
}
.row-2 .w-2h, .row-9 .w-2h{height: 52em;}
.row-3 .w-h{height: 22em;}
.row-4 .w-h{height: auto;}
.row-5 .w-2h{height: 38em;}
.row-7 .w-2h{height:35em;}
.row-7 .h-2w{height:35em;}
.row-8 .w-h{height: 30em;}
h5.gallery-brand{
  font: normal 1.5vw 'Reenie Beanie', cursive;
  letter-spacing: 0.7vw;
  color: #fff;
  z-index: 51;
}
h5.gallery-menu{
  font: normal 1.2vw 'Aref Ruqaa', serif;
  color: #fff;
  letter-spacing: 0.5vw;
  text-align: left;
  width: auto;
}
h5.gallery-menu:before{
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    border: 2px solid #fff;
    width: 3vw;
    right: 0.5em;
    margin-left: 2vw;
}
div.img-content {
    font: normal 1.5em 'Aref Ruqaa', serif
    position: relative;
    float: left;
    overflow: hidden;
    color: #000000;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
}
div.img-content figcaption {
    top: 50%;
    left: 1em;
    right: 1em;
    position: absolute;
    opacity: 0;
    z-index: 1;
}
div.img-content h4 {
    font-family: 'Aref Ruqaa', serif;
    letter-spacing: 0.5vw;
    text-transform: uppercase;
    margin-bottom: 3vh;
}
div.img-content i {font-size: 32px;}
div.img-content:after {
    background-color: #fff;
    position: absolute;
    content: "";
    display: block;
    top: 6vh;
    left: 2vw;
    right: 2vw;
    bottom: 3vh;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}
div.img-content a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
div.img-content:hover figcaption,
div.img-content.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
div.img-content:hover:after,
div.img-content.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.7;
}
/* ------------------------------------------------------  PAINTING.HTML  -------------------------------------------- */
.painting-info{
  padding-top: 5vh;
}
.painting-info img{
  margin: 0 auto;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}
.img-details{margin: 5vh 10vw;}
hr.small{width: 10vh; border: solid 1px #3dc788;}
.heading-link{
  display: inline;
  line-height: 5em;
  font-size: 0.8em; 
  text-transform: uppercase; 
  letter-spacing: 3px;
  padding: 1.5em;
  border: solid 2px #3dc788;
}

/* -----------------------------------------------------------------  ABOUT.HTML  --------------------------------------------------- */

body#about{background-color: #000;}
#about nav{margin-top: 2vh;}
section#about-top{margin: 0 auto;}
div.about-sri{
  height: auto;
  margin-top: -40vh;
  background-color: #3dc788;
  color: #fff;
  padding: 6vh 4vw;
  font: normal 2.2vw 'Reenie Beanie', cursive;
}
h1.about-title{top: 20vh; font-size: 3vw; margin-bottom: 2vh;}   
img.img-sri{margin-top: 20vh; width: 50vw; border: solid 3px #eee;}
div#about-content:after { 
    content: " "; 
    display: block;
    clear: both;
    height: 100%;
}
.row-recog .row{margin-bottom: 2em;}
div#abt-content-recog{margin: 8em 5em; overflow: auto;}
.abt-text{position: relative; font: normal 2.2vw 'Reenie Beanie', cursive; margin-top: 2em;}
.abt-text .desc{
  background-color: #a498e1; 
  padding: 5vh 3vw;
  width: 80%;
  font-size: 0.8em;
  border: solid 15px #fff;
}
h2.img-text{text-align: center;}
#about-content{margin-top: 30vh;}
.img-1{max-height: 70vh; margin: 0 auto; border: solid 3px #c75696;}
.img-2{max-height: 50vh; margin: 10vh auto; border: solid 3px #512e67;}
.row-article{
    display: flex;
    justify-content: center;
    align-items: center;
  }
.row-article img, .row-recog img{margin: 2vh auto;}
.row-recog .h-2w img{height: 20em; width: 60vw;}
.row-recog .w-3h img{height: 75em; width: 33.33vw;}
.row-recog .w-h img{height: 30em; width: 33.33vw;}

/* ------------------------------------------------  MEDIA QUERIES  ------------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
      .vertical-top{top: 5vh;}
      .vertical-bottom{top: 89vh;left: 47vw;}
      .vertical-left{left: -1vw;}
      .vertical-right{left: 98vw;}
      .link{font: bold 2.5vw 'Aref Ruqaa', serif;}
      .abt-text .desc{font-size: 1.5em;}
  }

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
      .vertical-top{top: 5vh;left: 42vw;}
      .vertical-bottom{top: 89vh;left: 43vw;}
      .vertical-left{left: -1vw;}
      .vertical-right{left: 98vw;}
      .link{font: bold 3vw 'Aref Ruqaa', serif;}
      .abt-text .desc{font-size: 1.5em;}
  }

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
      .vertical-top{top: 5vh;left: 42vw;}
      .vertical-bottom{top: 89vh;left: 43vw;}
      .vertical-left{left: -1vw;}
      .vertical-right{left: 98vw;}
      .link{font: bold 3.5vw 'Aref Ruqaa', serif;}
      div.about-sri{margin-top: -10vh; padding: 3vh 2vw; font-size: 3.5vw;}
      h1.about-title{top: 10vh; font-size: 5vw;}
      img.img-sri{width: 80vw;}
      body.exclusive{margin-left: 1vw; margin-right: 0vw; width: 100vw;}
      .menu-bg{width: 100%; margin-right: 0vw;}
      .img-center{max-width: 90%;}
      h3.menu-category{font-size: 2em;}
      .abt-text .desc{font-size: 1.4em;}
  }

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
      .vertical-top{top: 4vh;left: 30vw;}
      .vertical-bottom{top: 87vh;left: 33vw;}
      .vertical-left{left: -3vw;margin-top: 55vh;}
      .vertical-right{left: 100vw;margin-top:28vh;}
      .link{font: bold 5vw 'Aref Ruqaa', serif;}
      h5.gallery-brand{font-size: 2vw;}
      h5.gallery-menu{font-size: 2vw;}
      div.about-sri{margin-top: -10vh; padding: 3vh 2vw; font-size: 3.5vw;}
      h1.about-title{top: 10vh; font-size: 5vw;}
      img.img-sri{width: 80vw;}
      .heading1{font-size: 5vw;}
      .img-center{max-width: 90%;}
      h3.menu-category{font-size: 1.5em;}
      .abt-text .desc{font-size: 1.3em; border: solid 5px #fff;}
      #gallery{margin: 0 3em;}
      .img-content img{max-height: 20em; max-width: 75vw;}
      #gallery .row{margin-bottom: 1em;}
  }

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
      h3.menu-category{font-size: 1em;}
      .abt-text .desc{font-size: 1.3em; border: solid 5px #fff;}
      #gallery{margin: 0 3em;}
      .img-content img{max-height: 20em; max-width: 75vw;}
      #gallery .row{margin-bottom: 1em;}
}
