body{
    margin: 0;
    padding: 0;
    -webkit-touch-callout: n_1;
    -webkit-user-select: n_1;
    -khtml-user-select: n_1;
    -moz-user-select: n_1;
    -ms-user-select: n_1;
    user-select: n_1;
    background-color: rgba(234,234,234, .5);
}

a, a:visited{
    text-decoration-color: #56668d; 
    color: #56668d;
}

body{
    background-color: #000;
    height: 760px;
}

#loadingWrapper{
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
}

#loaderSymbol{
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-size:  contain;
    background-repeat: no-repeat;
    background-image: url("images/loader.png");
}

#headerWrapper{
    position: absolute;
    z-index: 9000;
    width: 100%;
    height: 760px;
    display: block;
    overflow: hidden;
}

#homepageVideo{
    position: fixed;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:  2;
}

#menuWrapper{
    position: relative;
    float: left;
    top: 347px;
    width: 100%;
    left: 5%;
    z-index: 9003;
    margin-top: 20px;
}

#menuShows{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}

#menuShowsMobile{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 87px;
    height: 34px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}


#menuGallery{
    position: absolute;
    top: 65px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 11;
    opacity: 1;
    background-size:  contain;
    cursor:  pointer;
}

#menuAbout{
    position: absolute;
    top: 130px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 11;
    opacity: 1;
    background-size:  contain;
    cursor:  pointer;
}

#menuAboutMobile{
    position: absolute;
    top: 0px;
    left: 107px;
    width: 78px;
    height: 34px;
    z-index: 11;
    opacity: 1;
    background-size:  contain;
    cursor:  pointer;
}


#menuContact{
    position: absolute;
    top: 195px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}

#menuContactMobile{
    position: absolute;
    top: 0px;
    left: 200px;
    width: 113px;
    height: 34px;
    z-index: 11;
    background-size:  contain;
    cursor:  pointer;
}


#logo{
    position: absolute;
    float: left;
    z-index: 9002;
    top: 10px;
    left: 3%;
    width: 399.1px;
    height: 332.8px;
    opacity: 1;
    cursor:pointer;
    background-size: contain;
}

.homeText{
    font-family: "Sedan SC", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 25px;
      text-align: center;
      color: #eed798;
}

.headerFont{
    font-family: "Padyakke Expanded One", system-ui;
    font-weight: 400;
    font-style: normal;
}

.menuFont{
    color: #fff2cd;
    font-size:  37px;
}

.menuFont:hover{
    color: #fff;
}

#workPageWrapper{
    position:  absolute;
    top:  0;
    left:  0;
    z-index:  10;
    width:  100%;
    height:  100%;
    display:  none;
    background-color:  rgba(234,234,234, .5);
}

#workPageInnerWrapper{
    position:  relative;
    display: flex;
    flex-flow:  row wrap;
    justify-content:  center;
    top:  112px;
    width:  100%;
    padding-bottom: 33px;
}

.workItem{
    cursor: pointer;
    overflow: hidden;
    text-align:  center;
    user-select:  none;
    width:  19.2%;
    background-color: rgba(234,234,234, .8);
    height:  auto;
}

.workImage{
    display:  block;
    background-color: rgba(234,234,234, .8);
    width:  100%;
    height:  auto;
    overflow:  hidden;
    transform:  scale(1);
    transition:  1s ease;
}

.workImage:hover{
    transform:  scale(1.1);
}


#mobileIconWrapper{
    display:  none;
    position:  absolute;
    top:  33px;
    left:  18px;
    cursor:  pointer;
    width: 30px;
    height:  16px;
}

#mobileIconWrapper:hover{
    opacity:  .75;
}

.hamMenuBar{
    width:  30px;
    height:  4px;
    background-color:  #7882b1;
}

#mobileIconTop{
    position: absolute;
    top:  0px;
}

#mobileIconMiddle{
    position: absolute;
    top:  6px;
}

#mobileIconBottom{
    position: absolute;
    top:  12px;
}

#mobileMenuWrapper{
    position: fixed;
    top: 80px;
    left:  0;
    width:  100%;
    height:  0px;
    background-color:  #354179;
    overflow:  hidden;
    z-index: 8000;
    display:  none;
}

#mobileMenuInnerWrapper{
    position:  relative;
    margin-left:  auto;
    margin-right: auto;
    width:  300px;
    top:  15px;
}

.mobileMenuFont{
    color:  #ffffff;
    font-size: 20px;
}


#contactPageWrapper{
    position:  absolute;
    top:  0;
    left:  0;
    z-index:  10;
    width:  100%;
    height:  100%;
    display:  none;
    background-color:  rgba(234,234,234, .5);
}

#contactPageInnerWrapper{
    position:  relative;
    top:  82px;
    width:  100%;
    padding-bottom: 33px;
}

#contactImage{
    position:  relative;
    background-position:  top center;
    background-size: cover;
    height:  300px;
    width:  100%;
}

#contactHeading{
    position: relative;
    overflow: visible;
}

.headingFont{
    font-size: 30px;
    
    font-family: "cormorant-sc", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-top:  20px;
    padding-left: 33px;
    color:  #56668d;
}

#contactSubHeading{
    position: relative;
    overflow: visible;
}

.subHeadingFont{
    font-size: 20px;font-family: "libre-caslon-display", sans-serif;
font-weight: 400;
font-style: normal;
    padding-left: 33px;
    color:  #56668d;
    text-decoration: none;
}

#contactPhoneNumber{
    position: relative;
    overflow: visible;
}

.contactBodyFont{
    font-size: 20px;font-family: "libre-caslon-display", sans-serif;
font-weight: 400;
font-style: normal;
    font-style: normal;
    padding-left: 33px;
    padding-top:  5px;
    color:  #56668d;
}

#emailTextWrapper{
    position: relative;
    overflow: visible;
    font-size: 20px;font-family: "libre-caslon-display", sans-serif;
font-weight: 400;
font-style: normal;
    color:  #56668d;
    margin-top:  -23px;
}


#aboutPageWrapper{
    position:  absolute;
    top:  0;
    left:  0;
    z-index:  10;
    width:  100%;
    height:  100%;
    display:  none;
}

#aboutPageInnerWrapper{
    position:  relative;
    top:  82px;
    width:  100%;
}

#aboutHeading{
    position: relative;
    overflow: visible;
}

#aboutBodyText{
    position: relative;
    overflow: visible;
    padding-left:  33px;
    width:  360px;

}

.aboutBodyFont{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color:  #56668d;
}

#clientsWrapper{
    position:  relative;
    top:  0;
    left:  0;
    z-index:  10;
    width:  370px;
    height:  100%;
}

#clientsInnerWrapper{
    position:  relative;
    display: flex;
    flex-flow:  row wrap;
    justify-content:  center;
    top:  0;
    width:  100%;
    padding-bottom: 33px;
}

.clientItem{
    cursor: pointer;
    overflow: hidden;
    text-align:  center;
    user-select:  none;
    width:  160px;
    height:  100px;
    background-size:  contain;
}

.clientImage{
    display:  block;
    width:  100%;
    height:  auto;
    overflow:  hidden;
}


#lightbox{
    position: fixed;
    top:  0;
    left:  0;
    width:  100%;
    height:  100%;
    background-color:  rgba(255,255,255,.85);
    display:  none;
    z-index:  7000;
}

#videoWrapper{
    position: relative;
    margin-left:  auto;
    margin-right: auto;
    top: 80px;
    width:  1000px;
    height:  600px;
    z-index:  7001;
    border:  2px solid #000000;
}

#videoPlayer_right{
    position: fixed;
    top: -25%;
    right: 0;
    opacity:  0;
}

#videoPlayer_left{
    position: absolute;
    top: 0;
    left: 0;
    opacity:  0;
    width: 640px;
    height: 640px;
}

#homePageText{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    z-index: 11111;
    top: 500px;
    padding-bottom: 30px;
}

#closeButton{
    width:  60px;
    height:  60px;
    position:  relative;
    margin-left:  auto;
    margin-right: auto;
    top:  80px;
    right: 0px;
    background-color:  #ffffff;
    z-index:  7010;
    cursor: pointer;
}

#closeButton:hover{
    opacity:  .75;
}

#closeButtonX{
    position:  absolute;
    top:  1px;
    left:  15px;
    font-size: 43px;
    color: #354179;
}

#social_wrapper{
    position:fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 60px;
    left: 3.5%;
}

#instagram{
    position:absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-size: contain;
}

#facebook{
    position:absolute;
    left: 60px;
    top: 0;
    width: 60px;
    height: 60px;
    background-size: contain;
}

.socialIcon{
    cursor: pointer;
    opacity: 1;
}

.socialIcon:hover{
    opacity: .7;
}

@media only screen and ( max-width: 550px), only screen and (max-device-width: 550px){

    .headerFont{
        font-size: 26px;
    }

    #menuWrapper{
        margin-left: 20px;
        top: 287px;
    }

    #logo{
        width: 319.28px;
        height:266.24px;
    }


    #videoPlayer_right{
        top:-5%;
    }

    #social_wrapper{
        bottom: 105px;
    }
}



#menuShows{
    font-size: 15.3px;
}

