
/* #TYPOGRAPHY REFERENCE
	
  62.5%  => 10px
	68.8%  => 11px
	75%    => 12px
  81.3%  => 13px
	87.5%  => 14px
	100%   => 16px
	112.5% => 18px
	125%   => 20px
  
*/

/* #HEADINGS 1.25

h1,
h2, 
h3, 
h4, 
h5, 
p 16
caption text 12.8px
tiny text 10.24px

*/ 

/* #PARAGRAPHS 
p {
  margin: 0 0 0.5em 0;
  max-width: 38em;
}
*/

/* MEDIA QUERIES 

  #SMALL:(Mobile) 0-767px
  #MEDIUM:(Table) min-width:768px+
  #LARGE:(Netbook)min-width: 1050px+
  #EXTRALARGE:(Desktop) min-width: 1250px+
  
*/


/* TYPOGRAPHY, HEADINGS, PARAGRAPHS  */

ul, li, p, a {
  font-family: 'Raleway', sans-serif;
  }
h1, h3, h4 {
  font-family: 'Raleway', sans-serif;
  }
h2 { 
  font-family: 'Playfair Display', serif;
}  

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

/* ul li {
font-size: 16px;
display: block;
padding: 0.5em 0;
line-height: 1.5;
position: relative;
cursor: pointer;
text-align: center;
} */
/*
ul li {
  
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  display:inline-block;
  cursor: pointer;
  
  }

li a {
  
  display: block;
  padding: 10px 28px 0 28px;
  text-decoration: none;
  }
*/
ul li {
font-size: 18px;
display: inline-block;
cursor: pointer;

}

li a {
  display: block;
  padding: 10px 28px 10px 28px;
  text-decoration: none;
  }

li a:hover {
  text-decoration: none; 
  } 


/* HELPER */

.text-centered.container {
margin: 0 auto;
width: 80%;
text-align: center;
} 

 /* SITE HEADER */

.site-header {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0em 1em 0em;
  background: #fff;
  }

.site-header .mylogo {
  width: 38px;  
}

.site-header .container { 
  padding-top: 4em; 
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
#coverpage-nav a {
  color: #fff;

}
.site-nav.topnav-centered ul {
  
  display: inline-block;
  position: relative;
  padding-top: 20px;
}

.site-nav ul li a {
  color: #333;
}

.site-nav ul li a:hover {
  color: rgb(207, 173, 88);
}



.site-header .mylogo {
    width: 30px;  
}

@media (max-width: 767px) {

  ul li {
    padding: 0;
    text-transform: uppercase;
  }
  a.sp1:hover, a.sp1:active {
    letter-spacing: 5px;
    }
  .site-nav ul li a {
    font-size: 10px;
    text-align: center;
    padding: 20px 5px 10px 5px;
  }
  .site-header .mylogo {
    width: 25px;  
  }

}

  /* NAV ICON MENU */

.menu.navicon {
    color: rgba(68, 49, 49, 0);
  }
.menu.navicon:after {
    content:'\2630';
    display: block;
    float: right;
    color: rgb(22, 22, 22);
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1em; 
    width: 1em;
    height: 1em;
   
  }

.menu.expanded.navicon:after {
 content: '\2715';
}

/* TOGGLE NAV */

.toggle-nav .site-identity {
    float: left;
    margin-top: 10px;
}

.toggle-nav .menu {
  display: none;
  margin-top: 1em;
}

@media (max-width: 767px) {   
 .toggle-nav .menu {
    display: block;
  }

  .toggle-nav .menu + ul {
    clear: both;
    display: none;
  }
   
  .toggle-nav .menu.expanded + ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 63.232vh;
    width: 80%;
    margin: 0 auto;
    margin-top: 2.15em;
    background: rgb(22, 22, 22, 22);
    }
}
  
.toggle-nav .menu.expanded + ul li {
  display: block;
  }
  
@media (max-width: 767px) { 
    .toggle-nav .menu.expanded + ul li a {
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
    }

    .toggle-nav .menu.expanded + ul li a:hover {
      background: #000;
      }
}
     
/* MAIN */

.hero-container {
  width: 80%;
  text-align: center;
}

@media (max-width: 767px) { 
  .hero-container {
    width: 100%;
  }
}

body {
  margin: 0;
  padding: 0;
}

main {
  color: #000;
  padding: 10vh 0;
  width: 100vw;
  overflow-x: hidden;
  height: 100vh;
  display: grid;
  place-items: center;
}

@media (max-width: 767px) {
  main {
    border-left: 5vw solid #fff;
    border-right: 5vw solid #fff;

  }
}

 /* SOCIAL LINKS */ 

.social-links {
  position: fixed;
  bottom: 0;
  left: calc(50% - 2.5vh);
  transform: translateY(-50%);
  width: 10vw;
  text-align: center;
}

  @media (min-width:768px) {
    .social-links {
      bottom: auto;
      left: auto;
      right: 0;
      top: 50%;
    }
   } 

    .social-links a {
      display: block;
    }

    .social-links i {
      font-size: 2em;
      color: #000;
    }

    @media (max-width: 767px) {
      main {
        border-left: 5vw solid #fff;
        border-right: 5vw solid #fff;
      }

      .social-links i {
        font-size: 1.5em;
      }    
 } 
  
* {
    box-sizing: border-box; }

/* HOME PAGE COL ONLY */

.col-container {
  width: 80%;
}

@media (min-width: 768px) {
  .col-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 80%;
  }
}

.content {
    padding: 16px 16px;
    background-color: rgb(26, 24, 24);
    color: #fff;  
    display: grid;
    align-content: center;
    margin: 0 auto;
}

.content p {
    font-size: 18px;
    text-align: center; 
    margin: 0;
}


.content h2 {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
    text-align: center;
}
    
.title {
    text-align: right;
}

.title p {
	padding-right: 1em;
    text-align: right;
    margin: 0;
}

.title a {
    text-decoration: none;
    color:rgb(207, 173, 88);
}

.title a:hover {
    color: #fff;
        
}
  
@media (max-width: 767px) {
  .col { 
    display: block;
    width: 100%;
    }
  }

.title h1 {
  font-size: 120px; 
  margin: .2em; 
}

@media (max-width: 1200px) {
  .title h1 {
    font-size: 96px;    
  }
}

@media (max-width: 976px) {
  .title h1 {
    font-size: 90px; 
  }
}

@media (max-width: 864px) {
  .title h1 {
    font-size: 80px;    
  }
}

@media (max-width:768px) {
  .title h1 {
    font-size: 75px; 
  }
}

@media (max-width:700px) {
  .title h1 {
    font-size: 70px; 
  }
}

@media (max-height:700px) {
  .title h1 {
    font-size: 64px;  
  }
}

@media (max-height:400px) {
  .title h1 {
    font-size: 48px; 
  }
}


span {
  padding-right: 1em;
  color: rgb(207, 173, 88);
}



header {
  top: 0;
  position: fixed;
  background: #fff;
}

footer {
    position: fixed;
    left: 0;
    background: #fff;
    height: 10vh;
    width: 100%;
    bottom: 0;
  }
 

  /* WORK PAGE ONLY ------------------------*/

  .gallery.container {
    width: 1320px;
    /* background: red;  */
    margin-top: 37px;
  }

  @media (max-width:787px) {
    .gallery.container {
      width: 100%;
      text-align: center; 
      
  }
} 

 .col.thumbnails {
   padding-top: 24px;
   padding-left: 20px;
 }

 .col-md-4.mix {
  padding: 10px;
  float: left; 
 }

@media (max-height:500px) {
  .col.thumbnails a {
  width: 10%;
  height: 10%;
  
  }
}

@media only screen and (max-width: 830px) {
  .col-md-4.mix {
      width: 100%;
  }
} 

 /* FOR MIXITUP FILTERING ELEMENTS  */ 

.mix {
  display: none;  
}

/* PORTFOLIO PAGES */
/* Horizontal Rules */

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 3em 0; }


/* SITE MAIN */
.site-main h1 {
  font-size: 36px;
  font-family: 'Hind', sans-serif;
  line-height: 1.5;
  margin: 35px 0px 20px 0px; 
  color: #333;
}

.site-main h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: #333;
  margin: 22px;
  
} 

.site-main h3 {
  font-family: 'Hind', sans-serif;
  /* font-weight: 200; */
  font-size: 24px;
  color: rgb(128, 128, 128);
  text-align: left;
  margin-top: 2em; 
} 

.site-main h4 {
  font-family: 'Hind', sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  color: rgb(103, 103, 103);
  text-align: center;
  margin-top: 2em; 
} 

.site-main p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333;
  line-height: 2;
} 


/* HERO PAGES */

.hero-img-citylogo {
  background-image: url('../img/City_logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
}
@media (max-width: 767px) {
  .hero-img-citylogo {
    background-position: bottom center;
    background-size: 150%;
    padding-top: 0;
  }
}

.hero-img-shekhinah {
  background-image: url('../img/shekhinah_hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
}
@media (max-width: 767px) {
.hero-img-shekhinah {
  background-position: bottom center;
  background-size: 150%;
  padding-top: 0;
 }
}

.hero-img-ba {
  background-image: url('../img/ba_website-mockup-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
}
@media (max-width: 767px) {
  .hero-img-ba {
    background-position: bottom center;
    background-size: 100%;
    padding-top: 0;
  } 
}

.hero-img-muse {
  background-image: url('../img/Muse-1600.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
}
@media (max-width: 767px) {
  .hero-img-muse {
    background-position: bottom center;
    background-size: 100%;
    padding-top: 0;
  } 
} 

.hero-img-hsiao {
  background-image: url('../img/Hsiao-brochure-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
}
@media (max-width: 767px) {
  .hero-img-hsiao {
    background-position: bottom center;
    background-size: 100%;
    padding-top: 0;
  } 
}

.hero-img-stamp {
  background-image: url('../img/stamp_mockup-hero-white.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
  }
@media (max-width: 767px) {
  .hero-img-stamp {
    background-position: bottom center;
    background-size: 100%;
    padding-top: 0;
  } 
} 

.hero-img-magazine {
  background-image: url('../img/magazine-web2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
}
@media (max-width: 767px) {
  .hero-img-magazine {
    background-position: bottom center;
    background-size: 100%;
    padding-top: 0;
  } 
} 

.hero-img-kimdoo {
  background-image: url('../img/kimdoo-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 23em 1em;
} 
@media (max-width:767px) {
  .hero-img-kimdoo {
    background-position: bottom center;
    background-size: 100%;
    padding-top: 0;
  } 

  .text-centered.container {
    width: 100%;
    margin: 0 auto;
  }

  .site-main h1 {
  font-size: 24px;
  line-height: 32px;
  margin: 16px; 
  }

  .site-main h2 {
  font-size: 12px;
  margin: 16px 0 16px 0;
  } 

  .site-main h3 {
  font-size: 16px;
  text-align: left;
  } 

  .site-main p {
  font-size: 11px;
  }

  #row1 h3 {
  margin-top: 0;
  }

}

/* SECTIONS */    

section {
  padding: 2.5em 0;
}

section img {
  width: 100%;
  height: auto;
}

.design-briefs {
  max-width: 700px;
}

/* #THUMBGRID */

.thumbgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumbgrid a {
  width: 49.5%;
}
@media (min-width:768px) {
  .thumbgrid a {
    width: 24.5%;
  }
}

.thumbgrid a:hover img {
  /* background-color: green; */
  border: 1px solid rgba(255,255,255,0);
}

#work {
  text-align: center;
  margin-top: 1.5em;
}

.row {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.column {
  width: 50%;
  height: 50%;
}

#row1 {
  padding-left: 2em;
}

.row1 h3 {
  margin-top: 0;
}


/* SMALL- MEDIA QUERY (mobile 0-767px) */
@media (max-width: 767px) {
  .row.swap {
    display: table;
  }
  #row1 {
    display: table-header-group;
  }
  #row2 {
    display: table-footer-group;
  }
  .row.swap p {
    margin-bottom: 2em;
  } 
}

/* .row > .column {
flex-grow: 1;
margin: 0 1% 2% 1%; }

.row > .column.centered {
  flex-grow: 0; }

.row > .column.centered.narrow {
  flex-basis: 30.4em; } */



/* -webkit-flex-basis: 10; /* Safari 6.1+ 
flex-basis: 10; 
margin: 0 1% 2% 1%; }

.row > .column.centered {
  flex-grow: 0; }

.row > .column.centered.narrow {
  flex-basis: 30.4em; } */



/* KIMDOO PAGE ONLY */

#cloud {
  width: 30%;
}

#chopsticksnbowls {
  width: 30%;
}

img#chopsticksnbowls {
  margin-top: 10em;
}

/* MUSE LOGO */

#muselogo {
  width: 30%;
}

/* MEDIA QUERIES NOTES  */
/* 
/* SMALL- MEDIA QUERY (mobile 0-767px) */
/* @media (max-width: 767px) {
} */

/* MEDIUM- MEDIA QUERY (mobile 768px + ) */
/* @media (min-width: 768px) {
} */

/* LARGE- MEDIA QUERY */
/* @media (min-width: 1050px) {
  body {
    font-size: 100%;
  }

  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px;
  }
} */

/* EXTRA LARGE- MEDIA QUERY */
/* @media (min-width: 1250px) {
  body {
    font-size: 105%;
  }

  .container {
    max-width: 1100px;
  }
}  */
