.hero {
    background-color: black;
    background-image: url(/assets/img/bg1.png);
	background-position: center;
    background-size: cover;
    position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 67px;
    margin-top: -67px;
}

.heroHolder{
	width:100%;
}

.hero h1{
    font-size: 2em;
    text-align: center;
    color: white;
    font-family: GothamBlack, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
	margin-top:0px;
}

.hero.black h1, .hero.black h2{
	color:black;
}

.hero h2{
    font-size: 1.1em;
    text-align: center;
    color: white;
    font-family: GloberBold, sans-serif;
    margin-top: 0px;
}

@media(min-width: 450px)
{
	.hero h1{
        font-size: 3em;
    }
}


@media (min-width:650px)
{
    .hero h1{
        font-size: 4em;
    }

    .hero h2{
        font-size: 1.2em;
    }
}


@media (min-width:750px)
{
	.hero h1{
        font-size: 6em;
    }

	.hero h2{
		font-size:1.6em;
	}

}
div.fixed-header{
     margin-top:0px;
}


@media(min-width:500px)
{
    .hero{
        margin-top:-70px;
        padding-top:70px;
    }

}



@media (min-width: 650px)
{
    .hero{
        margin-top: -76px;
        padding-top: 76px;
    }
}


/*
.hero-welcome {
    background:url(img/welcome.png) no-repeat center center;
    background-size: 70%;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-position: 50% 65%;
    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
    transition-delay: .4s;
}*/

.hero-welcome {
	background-image: url(/assets/img/welcome.png);
	background-image: url(/assets/img/welcome.svg), linear-gradient(transparent, transparent);;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%; 
    background-position: 50% 50%;
    width: 100%;
    height: 100%;

}

/*.hero-welcome:hover{
    -webkit-transform: translate(.4%,-.4%);
    transform: translate(.4%,-.4%);
}*/
