html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Custom styles*/

/* Home page */


h1 {
    color: #2b2b2b;
    font-family: "Maven Pro";
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
/* Text style for "A, ntar kl" */
    letter-spacing: 1px;
    padding-top: 38px;
    padding-bottom: 55px;
}

.navigation {
    background: url('../img/header-image.jpg') no-repeat center top;
    min-width: 100%;
    min-height: 100vw;
}

nav {
    margin-top: 20px;
}

.menu li a {
    color: #ffffff;
    font-family: "Maven Pro";
    font-size: 15px;
    font-weight: 400;
    /* line-height: 50px; */
    text-transform: uppercase;
/* Text style for "HOME   POR" */
    letter-spacing: 2.7px;
}

.menu li {
    display: inline-block;
    margin-right: 25px;
}

.menu {
    display: inline-block;
}

.home-photo img {
    max-width: 100%;
}

.first-row {
    margin-top: 30px;
}

 .first-row-left {
    min-width: 100%;
    min-height: 50vw;
    /* background: url(../img/35.jpg) no-repeat center bottom;
    background-size: cover;  */
    
} 

.first-row-right {
    min-width: 100%;
    min-height: 50vw;
/*     background: url(../img/33.jpg) no-repeat center bottom;
 background-size: cover; */ 
    
}


footer {
    margin-top: 30px;
    padding-top: 46px;
    padding-bottom: 39px;
    margin-bottom: 30px;
}

.copyright {
    color: #222222;
    font-family: "Maven Pro";
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
/* Text style for "Copyright" */
    letter-spacing: 2.7px;

}

/* For hamburger menu */

.hamburger {
    height: 41px;
    margin-top: 70px;
    display: none;
}

.smallscreen {
    display: none;
}

@media screen and (max-width: 767px) {
    .hamburger {
        display: inline-block;
        margin-left: 15px;
    }

    .h1-wrapper {
        text-align: center;
        width: 84%;
        display: block;

    }

    h1 {
        /* margin-right: 15px;
        margin-right: 35%; */
        margin-left: -30px;
    }

    .big-screen {
        display: none;
    }

    .smallscreen {
        display: none;
        width: 100%;
        height: 100%;  
        z-index: 50;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(254,254,254,0.95);
    }

    .small-menu li a {        
        color: #222222;
        font-family: "Maven Pro";
        font-size: 22px;
        font-weight: 400;
        line-height: 50px;
        text-transform: uppercase;
/* Text style for "HOME    ," */
        letter-spacing: 3.96px;
    }

    .small-screen {
        position: fixed;
        top: 70px;
        left: 25%;
        z-index: 999;
    }

    .close {
        position: fixed;
        top: 24%;
        left: 10%;
        /* display: none; */
    }

    
}

@media screen and (max-width: 991px) { 
    .img-right {
        /* margin-top: 30px; */
    }
}

/* Portfolio page */

.dark-menu li a{
    color: #222222;
    font-family: "Maven Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
/* Text style for "HOME   , A" */
    font-weight: 400;
    letter-spacing: 2.5px;

}

.without-back-img {
    background: none;
    min-width: unset;
    min-height: unset;
}

.h1-header2 {
    padding-bottom: 0;
}

h2.gallery-title {
    color: #222222;
    font-family: "Maven Pro";
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
/* Text style for "E, ast 9th" */
    letter-spacing: 1.8px;
    margin-top: 48px;
    margin-bottom: 40px;
}

.gallery-img {
    padding-bottom: 100%;
    
    background-size: cover;
    margin-bottom: 30px;
}


h2.gallery-title-2 {
    margin-top: 160px;
}

    .overlay {
        display: none;
        width: 100%;
        height: 100%;  
        z-index: 50;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,1);
    }

/* About Page */    

.together {
    background-color: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 69px;
    margin-bottom: 100px;
}

.both {
    max-width: 100%;
}

.together p {
    color: #222222;
    font-family: "Maven Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
/* Text style for "D, eborah" */
    letter-spacing: 1px;
    margin-left: 60px;
}

.lady-name {
    color: #222222;
    font-family: "Maven Pro";
    line-height: 30px;
/* Text style for "DEBORAH AN" */
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 32px;
}

.lady {
    margin-bottom: 56px;
    max-width: 100%;
}


.separate {
    margin-top: 48px;
    margin-bottom: 60px;
}

.separate p {
    color: #222222;
    font-family: "Maven Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 15px;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .together div.col-sm-12 {
        text-align: center;
    }

    .separate div.col-sm-12 {
        text-align: center;
    }

    .separate p {
        margin-left: 0;
        text-align: left;
    }

    .together p {
        margin-left: 0;
        text-align: left;
    }

    .both {
        margin-bottom: 44px;
    }

    .lady2 {
        margin-top: 60px;
    }
}

/* Contact Page */

.address {
    background-color: #f9f9f9;
    padding-top: 34px;
    padding-bottom: 26px;
    margin-top: 39px;
    margin-bottom: 80px;
}

.address  p {
    color: #222222;
    font-family: "Maven Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
/* Text style for "A, NTAR KL" */
    letter-spacing: 1px;
}

.address p span {
    color: #00aeef;
}

.address div {
    text-align: center;
}

.form {
    width: 100%;
}

input {
    background-color: #fafafa!important;
}

.form-control {
    font-size: 18px;
    padding: 8px 16px;
}

.control-label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.form-group p {
    margin-top: 5px;
}

.form-group {
    margin-bottom: 30px;
}

.textarea {
    min-height: 80px;
}

.form-group .btn {
    border: 2px #000 solid;
    padding: 12px 37px;
    text-transform: uppercase;
    font-family: "Maven Pro";
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #2b2b2b;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
}

.form-group .btn:hover {
    border: 2px #000 solid;
    padding: 12px 37px;
    text-transform: uppercase;
    font-family: "Maven Pro";
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #fff;
    background: #2b2b2b;
    text-decoration: none;
}

.form-surname {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    
    .form-btn {
        text-align: center;
    }

    .form-group {
        margin-bottom: 40px;
    }

    .form-name {
        margin-bottom: 10px;
    }

    .control-label2 {
        display: none;
    }
}

.thank-you {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 24px;
    display: none;

}

#after_submit {
    color: #000;
    display: none;
}

/* sampleimg */

img {
    max-width: 100%;
}

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

.img-for-small {
    display: none;
}

.only-on-small {
    display: none;
}

@media screen and (max-width: 767px){
    .img-for-big {
        display: none;
    }

    .img-for-small {
        display: block;
        max-width: 100%;
        margin-top: 30px;
    }

    .only-on-small {
        display: block;
    }
}

.insta-big {
    margin-top: 2f.3px;
    max-height: 20px;
}

.insta-big2 {
    margin-top: 33px;
    max-height: 20px;
}

.insta-small {
    position: fixed;
    top: 330px;
    left: 25%;
}

.go-to-port {
    border: 2px #000 solid;
    margin-top: 30px;
    padding: 10px 25px;
    color: #2b2b2b;
    font-family: "Maven Pro";
    font-size: 20px;
    text-transform: uppercase;
}

.go-to-port:hover {
    border: 2px #000 solid;
    margin-top: 30px;
    padding: 10px 25px;
    color: #fff;
    background: #2b2b2b;
    font-family: "Maven Pro";
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

li.current-menu-item a {
    font-weight: bold;
}

@font-face {
    font-family: 'didonesque-roman';
    src: url('didonesque-roman-webfont.woff2') format('woff2'),
         url('didonesque-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.together p {
    font-family: 'didonesque-roman' ;
}

p, a, span {
    font-family: 'didonesque-roman';
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
}

/*  ===========================
    Aaron's additions
    =========================== */
.home_description {
    background-color: #fff;
    color: #333;
    padding: 15px;
}
.big-screen .home_description {
    display: none;
    margin: 0 auto;
    padding: 30px;
    max-width: 800px;
    opacity: .9;
}

.home_description p {
    text-align: center;
    margin-bottom: 1rem;
    opacity: 1;
    font-size: 14px;
}

.gallery_description {
    font-family: "Maven Pro";
    font-size: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
}

.h1-wrapper {
    width: 100%;
	text-align: center;
	padding: 0 5px;
}

.h1-wrapper h1 {
    padding-bottom: 0;
    margin-left: 0;
}

.hamburger {
    margin-right: 15px;
    margin-top: 15px;
}

/* .home .navigation {
    background: url('../img/14.jpg') no-repeat center top;
} */

@media screen and (min-width: 768px){
    .home_description {
        display: none;
    }

    .big-screen .home_description {
        display: block;
    }

    .h1-wrapper {
        width: auto;
    }

    .home .big-screen .menu li a {
        color:#222222;
    }

    /* .home .big-screen .navigation {
        min-height: 800px;
    } */
}