.storefront-primary-navigation {
        clear: both;
        bottom: 0;
        position: absolute;
        width: 100%;
}


#masthead::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: -owg-linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
}


#masthead{
    height: 100vh;
    padding: 0;
    background-size: cover;
    vertical-align: bottom;
    display: grid;
    align-content: center;
    color: black;
    background-attachment: fixed;
}


#masthead > *{
	width:100%;
	z-index: 50;
	margin:auto;
}


.site-branding,
.site-branding > *,
.site-branding >*>* {
    float: none;
    margin-bottom: auto;
    width: auto;
}


.site-branding .site-title,
.site-branding .site-title a
{
	font-size:100px;
	text-shadow: 2px 2px 10px #000000;
	color:white;
	font-family: "Corinthia", "Birthstone", "Hurricane", cursive;
	font-style: normal;
	text-align:center;
    text-shadow: -2px -2px 0 black, 1px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;	
}


@media screen and (max-width: 767px){
	.site-branding .site-title,
	.site-branding .site-title a
	{
		font-size:100px;
        line-height: 50px;	
	}	
}

@media screen and (min-width: 768px){
	.site-branding .site-title,
	.site-branding .site-title a
	{
        font-size: 150px;
        line-height: 70px;	
	}	
}

@media screen and (min-width: 1024px){
	.site-branding .site-title,
	.site-branding .site-title a
	{
        font-size: 200px;
        line-height: 100px;	
	}	
}


.site-branding .site-description{
	font-size: 52px;
	text-shadow: 2px 2px 8px #000000;
	color:white;
	font-family: "Corinthia", "Birthstone", "Hurricane", cursive;
	font-style: normal;
	text-align:center;
    text-shadow: -2px -2px 0 black, 1px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;	
}

.site-branding .site-title,
.site-branding .site-title a,
.site-branding .site-description{

}


.site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link{
	text-align: center;
}

.site-header .site-branding img{
	margin: auto;
}





/* ------------- MENU --------- */



nav.main-navigation{
	text-align: center;	
}

nav.main-navigation button.menu-toggle{
	float: none !important;
	border: none;
}

{
	float: none !important;
	border: none;	
}

nav.main-navigation button.menu-toggle:focus
{
	float: none !important;
	border: none;
	outline-color: #7f54b3;
	outline: none;
	font-weight: bold;
}

nav div.menu ul,
nav ul.menu,
.handheld-navigation ul{
    text-align: left;
    width: auto;
    margin: auto;
    display: inline-block;
}

.storefront-primary-navigation{
	background-color: white;
	font-weight: bold;
	bottom: -2px;
}

.main-navigation ul.menu > *,
.main-navigation ul.nav-menu > *{
	text-align	: left;
}

