html {
    height: auto;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    /*min-height: 100%;*/
    font-family: 'Lora', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #58595B;
    background-color: white;
}

a,
a:visited {
    color: #ED174F;
    text-decoration: none;
}

a:hover {
    color: #755035;
    text-decoration: none;
}

img {
    border-style: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    line-height: 20px;
}

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

h1,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    text-rendering: optimizelegibility;
    display: block;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h3 {
    margin: 0;
    font-weight: 700;
    text-rendering: optimizelegibility;
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

h2 {
    font-family: 'lora', serif;
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
    margin: 0;
    font-style: italic;
    text-rendering: optimizelegibility;
    display: block;
    text-align: center;
}

h4 {
    font-size: 15px;
    padding: 0;
}


/* Header Styling ------------------------------------------------------------------------------- */

#header {
    z-index: 10;
    margin: 0 auto;
    background-color: #fff;
    /*background-image: url("images/xv_x.png");*/
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6);
}

#header-content {
    width: 100%;
    height: 5px;
}

#logo {
    z-index: 1;
    width: 100%;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    pointer-events: none;
}

#logo a img {
    width: 230px;
}

#navigation {
    margin: 100px 0 0 0px;
    width: 100%;
    background-color: #fbd7e7;
    position: fixed;
}

#navigation li {
    /*display: inline-block;*/
    flex: 1;
    position: static;
    line-height: 30px;
}

li#phone {
    width: 13%;
}

li#c {
    width: 13%;
}

li#au {
    width: 16%;
    /*margin-left: 250px;*/
}

li#p {
    width: 16%;
}

li#wwu {
    width: 24%;
}

li#test {
    width: 10%;
}

#navigation ul {
    /*display: inline-block;*/
    display: flex;
    margin: 0 5%;
    width: 90%;
}

#navigation li a {
    display: inline-block;
    width: 90%;
    text-align: center;
    background-color: #fbd7e7;
    padding: 0px 5%;
    color: black;
    font-size: 14px;
    -webkit-transition: background-color 0.15s;
    /* Safari */
    transition: background-color 0.15s;
}

#navigation li a:hover {
    background-color: #DADC56;
    color: white;
    -webkit-transition: background-color 0.15s;
    /* Safari */
    transition: background-color 0.15s;
    font-weight: bold;
}

nav {
    display: block;
}

#header-content {
    position: relative;
    height: 147px;
}

div.nav-container {
    Width: 100%;
    height: 147px;
}

#mobile-nav-button,
#mobile-navigation {
    display: none;
}

#mobile-nav-button {
    margin-top: 35px;
    position: relative;
    z-index: 20;
}

#mobile-navigation li a {
    width: 100%;
    text-align: center;
    color: #58595B;
    background-color: #e7cac9;
    padding: 15px 0;
    -webkit-transition: background-color 0.15s;
    /* Safari */
    transition: background-color 0.15s;
}

#mobile-navigation li a:hover {
    background-color: #DADC56;
    color: #fff;
    -webkit-transition: background-color 0.15s;
    /* Safari */
    transition: background-color 0.15s;
}


/* Section One -------------------------------------------------------------------------------- */

div#one .picture-block {
    height: 500px;
    background-image: url(images/MsC-couture-alterations-1.png);
}

div.picture-block {
    width: 100%;
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}

#one {
    margin-top: 147px;
    background-image: url(images/brown-dots.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

div.mobile-picture-block {
    display: none;
}


/* Rule Styling ------------------------------------------------------------------------------------ */

.rule {
    height: 5px;
    margin-bottom: 10px;
}

.rule-dot {
    width: 5px;
    height: 5px;
    display: inline;
    float: left;
}

.rule .rule-line {
    background-image: url(images/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0 4px;
    height: 4px;
    float: left;
}


/* Section Two -------------------------------------------------------------------------------- */

.menu-items .rule .rule-line {
    width: 430px;
}

.section-wrap {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-wrap aside {
    padding: 0 0 10px 0;
}

.section-wrap aside#about-us {
    padding: 0 0 10px 0;
}

.section-two-copy p {
    text-align: left;
}

#two {
    margin-top: 0px;
    background-color: white;
    /*background-image: url("images/xv_x.png");*/
}


/* Section Three -------------------------------------------------------------------------------- */

#three {
    margin-top: 0px;
    background-image: url(images/brown-dots2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

div#three .picture-block {
    height: 500px;
    background-image: url(images/MsC-working-with-MsC.png);
}


/* Section Four -------------------------------------------------------------------------------- */

#four {
    background-color: white;
    /*background-image: url("images/xv_x.png");*/
    margin-top: 150px;
    min-height: 718px;
}


/* Section Five -------------------------------------------------------------------------------- */

#five {
    margin-top: 0px;
    background-image: url(images/brown-dots3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

div#five .picture-block {
    height: 500px;
    background-image: url(images/MsC-portfolio.png);
}


/* Section Six -------------------------------------------------------------------------------- */

aside#about-us div.rule div.rule-line {
    width: 942px;
}

aside#about-us {
    float: left;
    width: 960px;
    height: auto;
}

li.rbk,
li.robert {
    text-align: center;
    float: left;
    margin-bottom: 30px;
    width: 330px;
}

li.rbk h3,
li.robert h3 {
    margin-bottom: 10px;
}

div.staff-list ul {
    position: relative;
}

div.staff-list ul li {
    position: absolute;
}

.rbk {
    left: 0px;
    top: 0px;
}

.robert {
    left: 630px;
    top: 0px;
}

.job-title {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 20px;
}

#six {
    background-color: white;
    /*background-image: url("images/xv_x.png");*/
    margin-top: 50px;
}


/* Section Seven -------------------------------------------------------------------------------- */

#seven {
    background-image: url(images/pink-dots.jpg);
    background-attachment: fixed;
}

div#seven .picture-block {
    height: 100px;
}


/* Section Eight -------------------------------------------------------------------------------- */

div.address div.rule,
div.hours div.rule {
    width: 250px;
}

div.address div.rule div.rule-line,
div.hours div.rule div.rule-line {
    width: 230px;
}

.address-hour-soc {
    float: left;
    height: 370px;
}

div#eight div.section-wrap {
    padding-bottom: 20px;
}

div.contact-map {
    float: right;
    padding: 5px;
    margin: 20px 0;
    background-color: #e7cac9;
    width: 65%;
}

#contact:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#eight {
    background-color: white;
    /*background-image: url("images/xv_x.png");*/
    margin-top: 150px;
    min-height: 698px;
}


/* Footer -------------------------------------------------------------------------------- */

#footer {
    width: 100%;
    min-height: 60px;
    color: white;
    font-size: 14px;
    background-color: #fbd7e7;
}

div#footer a {
    color: white;
}

.footer-wrap {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#footer div.footer-wrap ul li {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 33%;
    text-shadow: 1px 1px 2px #000;
}
div#footer div.footer-wrap ul li img{
	margin-left: 5px;
	box-shadow: 0px 0px 2px #000;	

}

/* Media Queries ------------------------------------------------------------------------- */

@media all and (max-width: 1023px) {
    /* Navigation */
    #header-content {
        width: 740px;
    }
    /* Section One */
    div#one {
        margin-top: 100px;
    }
    /* Section Two */
    .menu-items {
        height: 1500px;
    }
    .menu-items .rule .rule-line {
        width: 320px;
    }
    .section-wrap {
        width: 740px;
    }
    aside#menu {
        width: 340px;
    }
    .sectiontitle1,
    .sectiontitle2,
    .sectiontitle3,
    .sectiontitle4,
    .sectiontitle5,
    .sectiontitle6 {
        width: 340px;
    }
    .sectiontitle2 {
        left: 400px;
        top: 0px;
    }
    .sectiontitle3 {
        left: 0px;
        top: 1000px;
    }
    #fullrule {
        top: 1520px;
        width: 740px;
    }
    #fullrule div.rule-line {
        width: 720px;
    }
    .sectiontitle4 {
        left: 400px;
        top: 1590px;
    }
    .sectiontitle5 {
        left: 0px;
        top: 1590px;
    }
    .sectiontitle6 {
        left: 400px;
        top: 2220px;
    }
    /* Section Four	*/
    #catering .rule .rule-line {
        width: 720px;
    }
    aside#working-with-us {
        float: left;
        margin-bottom: 20px;
        width: 740px;
    }
    /* Section Six */
    aside#about-us {
        width: 740px;
        /*height: 476px;*/
    }
    aside#about-us .rule .rule-line {
        width: 720px;
    }
    li.rbk,
    li.robert {
        width: 226px;
    }
    .robert {
        left: 512px;
    }
    /* Section Eight */
/*    .address-hour-soc {
        height: 350px;
    }
 
    div.contact-map iframe {
        width: 100%;
    }*/
    /* Footer */
    .footer-wrap {
        width: 740px;
    }
    div#footer div.footer-wrap ul li {
        width: 246px;
    }
}
@media (min-width: 768px){
	#mobile-navigation{
		display: none !important;
	}
}
@media all and (max-width: 767px) {
    #two,
    #four,
    #six,
    #eight {
        border-bottom: solid 5px #e7cac9;
    }
    /* Navigation */
    #header-content {
        width: 90%;
    }
    #navigation {
        display: none;
    }
    #mobile-nav-button {
        display: block;
    }
    #mobile-nav-button {
        display: block;
        float: right;
    }
    #mobile-navigation li a {
        display: block;
    }
    #logo img {
        width: 180px;
    }
    #header-content {
        position: relative;
        height: 130px;
    }
    div.nav-container {
        Width: 100%;
        height: 100px;
    }
    /* Mobile Picture Block */
    div.picture-block {
        display: none;
    }
    div.mobile-picture-block {
        display: block;
        max-width: 100%;
        height: auto;
    }
    div.mobile-picture-block img {
        max-width: 100%;
        height: auto;
        margin-top: 28px;
    }
    #one {
        margin-top: 100px;
    }
    /* Section Two */
    h2.mobile-title {
        display: block;
        padding-bottom: 10px;
    }
    h2.tagline {
        display: none;
    }
    .menu-items {
        height: auto;
    }
    .rule .rule-line {
        width: 92% !important;
    }
    .section-wrap {
        width: 90%;
    }
    aside#menu {
        width: 100%;
        margin-bottom: 0;
    }
    .sectiontitle1,
    .sectiontitle2,
    .sectiontitle3,
    .sectiontitle4,
    .sectiontitle5,
    .sectiontitle6 {
        width: 100%;
    }
    .sectiontitle1,
    .sectiontitle2,
    .sectiontitle3,
    .sectiontitle4,
    .sectiontitle5,
    .sectiontitle6 {
        position: static;
    }
    .sectiontitle3 {
        margin-bottom: 0;
    }
    .sectiontitle1,
    .sectiontitle2 {
        margin-bottom: 10px;
    }
    #fullrule {
        position: static;
        width: 100%;
    }
    #fullrule div.rule-line {
        width: 96%;
    }
    /* Section Four	*/
    #catering div.rule {
        width: 100%;
    }
    #catering .rule .rule-line {
        width: 95%;
    }
    aside#catering {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
    /* Section Six */
    aside#about-us {
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    li.rbk,
    li.robert {
        position: static !important;
        width: 100%;
    }
    /* Section Eight */
    .address-hour-soc {
        height: auto;
        padding-bottom: 20px;
        float: none;
    }
    div.contact-map {
        float: none;
        width: 97%;
    }
    div.contact-map iframe {
        width: 100%;
    }
    /* Footer */
    .footer-wrap {
        width: 100%;
    }
    div#footer div.footer-wrap ul li {
        width: 33%;
    }
}
@media(max-width: 480px){
	div#footer div.footer-wrap ul li {
		float: none;
		width: 100%;
	}
}
#portofolio {
    float: left;
    height: auto;
    width: 100%;
    margin: 120px auto 0 auto;
}

#portofolio img {
    margin: auto;
}

#portofolio img.single {
    margin: auto;
    display: block;
}

h2.left{
	text-align: left;
}
.owl-carousel{
	max-height: 219px;
	overflow: hidden;
	margin-bottom: 20px;
}


.owl-carousel.main_carousel{
	max-height: 100%;
	overflow: visible;
	top: 45px;
    margin-bottom: 45px;
}

/*carousel*/
.owl-carousel.main_carousel img {
  height: auto;
  width: 100%;
}
