/* Overlay style */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	xbackground: rgba(153,204,51,0.9);
	background: rgba(21,21,21,0.9);
	z-index: 10;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url('/assets/fullscreen-cross-a82ddde29aad91a7d826f11c40533fa0451ae60b620ab831ae89856472c43019.png') no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	xcolor: #e3fcb1;
	color: rgb(230,180,80);

}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
body{
  /* background-color: #181818; */
}

h2 {
    font-size: 27px;
}

#global-nav ul.clearfix{
    display: none;
}

#hero-image h2{
  padding: 25vh 40px 3vh;
  line-height: 117%;
}

.ghost-button-1 {
    width: 32px;
    padding: .2em auto;
    font-size: 15px;
}

.overlay ul li a{
    font-size: 27px;
}

.overlay i.fa{
    width: 40px;
    text-align: center;
}

.overlay .overlay-close {
    width: 30px;
    height: 30px;
}

footer small{
    font-size: 10px;
}

/* MEDIA QUERIES */
@media screen and (min-width: 760px ) {
    body{
      background: linear-gradient(rgba(0,0,0,.2) 60%, rgba(24,24,24,.5)), url('/assets/hero-okinawa-sky-diet-dbb123a40dbebd6e287b1edbe7f9b572b0bd0b2ddf61ed63f7e0e19947603edc.jpg ') center center / cover no-repeat;
      background-color: #181818;
    }

    h2 {
      font-size: 55px;
      line-height: 120%;
    }

    #global-nav ul.clearfix{
        display: block;
    }

    #hero-image h2{
      padding: 18vh 40px 3vh;
    }

    .ghost-button-1 {
      width: 50px;
      margin: 0 auto;
      padding: 0.1em 1.5em;
      font-size: 45px;
    }

    .overlay ul li a{
        font-size: 54px;
    }

    .overlay i.fa{
        width: 80px;
        text-align: center;
    }

    .overlay .overlay-close {
        width: 80px;
        height: 80px;
    }

    #left {
        float: left;
        width: 690px;
    }
    #right {
        float: right;
        width: 280px;
    }

    footer small{
        font-size: 13px;
    }
}

/*


 */

