/*
@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Regular.eot');
  src: url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'), 
       url('OpenSans-Regular.woff') format('woff'), 
       url('OpenSans-Regular.ttf')  format('truetype'), 
       url('OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2') format('svg'); 
       
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'Open Sans Semibold';
  src: url('OpenSans-Semibold.eot'); /
  src: url('OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), 
       url('OpenSans-Semibold.woff') format('woff'), 
       url('OpenSans-Semibold.ttf')  format('truetype'), 
       url('OpenSans-Semibold.svg#b96880fafbf6b051ff49d9fe8a31137c') format('svg'); 
       
  font-style:   normal;
  font-weight:  700;
}*/

/*GLOBAL*/
*{
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #mcg {
  font-family: 'Proxima Nova', Georgia, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mcg main {
  width: 900px;

}

#mcg .wrapper{
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 15px;
  min-height: calc(100vh - 148px);
}

#mcg h1 {
  font-family: 'proxima_nova_ltthin', Georgia, sans-serif !important;
  font-weight: 300;
}
/*#mcg h1{
  font-family: 'Open Sans Semibold';
  font-size: 48px;
  color: #3c2313;
  margin-bottom: 25px;
  display: inline;
}
#mcg h2{
  font-family: 'Open Sans';
  font-size: 24px;
  color: #3c2313;
  margin-bottom: 10px;
  font-weight: 300;
}
#mcg h3{
  font-family: 'Open Sans Semibold';
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
}
*/

/* Hamburger icon */

#mcg .masthead {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0px;
}

#mcg a.menu {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 20px 0 0 20px;
  width: 27px;
  height: auto;
}

#mcg .hamburger-icon {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 3px;
  background: #000;
}
#mcg a.menu.clicked .hamburger-icon {
  background: transparent;
}

#mcg .hamburger-icon::before,
#mcg .hamburger-icon::after {
  content: "";
  position: absolute;
}

#mcg .hamburger-icon::before,
#mcg .hamburger-icon::after {
  width: 27px;
  height: 3px;
  background: #000;
  transform-origin: 50% 50%;
}

#mcg .hamburger-icon::before {
  top: -7px;
}

#mcg .hamburger-icon::after {
  bottom: -7px;
}


#mcg a.menu.clicked .hamburger-icon::before,
#mcg a.menu.clicked .hamburger-icon::after {

}

#mcg a.menu.clicked .hamburger-icon::before {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -ms-transform-origin: 50% 50%; /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Safari 3-8 */
  -webkit-transform-origin: 50% 50%; /* Safari 3-8 */
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  top: 0px;
}
#mcg a.menu.clicked .hamburger-icon::after {
  -ms-transform: rotate(45deg); /* IE 9 */
  -ms-transform-origin: 50% 50%; /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari 3-8 */
  -webkit-transform-origin: 50% 50%; /* Safari 3-8 */
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  bottom: 0px;
}

#mcg a.menu.clicked .hamburger-icon::before {

}

#mcg a.menu.clicked .hamburger-icon::after {
  
}