
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700);
html,
body
{
    width: 100%;
    height: 100%;
    margin: 0;
}

body
{
    font-weight: 300;
    font-style: normal;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: auto;

    margin: 0;
    padding: 0;

    color: #000;
}

h1
{
    font-size: 45px;
}

h2
{
    font-size: 35px;
}

h3
{
    font-size: 30px;
}

h4
{
    font-size: 24px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 16px;
}

p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
}

a,
a:hover,
a:focus
{
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
       -moz-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
    text-decoration: none;
}



/** Begin Site CSS **/

#front-page {
	
	position: static !important;
}

#home-screen {
	height: 100%;
	min-height: 100% !important;
	position: absolute;
	width: 100%;

}


#home-screen .content-block {
	position: absolute;
    text-align: center;
    width: 100%;
	padding-top: 10%;
}

.container {
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#home-screen .content-block img.logo {
	width: 70%;
}

.bg-dark
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

#home-screen .content-block h1
{
	color: white !important;
	letter-spacing: 2px !important;
	line-height: 70px;
	font-size: 62px;
	font-weight: 200 !important;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif !important;
	text-shadow: 2px 0px 3px black;

}

#home-screen .content-block h2
{
	color: white !important;
	letter-spacing: 2px !important;
	line-height: 30px;
	font-size: 28px;
	font-weight: 200 !important;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif !important;
	text-shadow: 2px 0px 2px black;
	
}


@media only screen and (max-height: 800px)
{
    #home-screen .content-block h1
    {
        font-size: 60px;
    }

    #home-screen .content-block p
    {
        font-size: 14px;

        padding-bottom: 40px;
    }

    .overlay-contact-content .container
    {
        margin-top: 80px;
    }
}

@media only screen and (max-height: 630px)
{
    .overlay-content
    {
        height: 100% !important;
    }

    .overlay-contact-content
    {
        height: 100% !important;
    }

    #home-screen .content-block h1
    {
        font-size: 55px;

        margin-bottom: 40px;
    }

    .open-overlay
    {
        font-size: 32px;
        line-height: 70px;

        width: 70px;
        height: 70px;
        margin-top: -70px;
        margin-left: -35px;
    }

    #home-screen .content-block img.logo
    {
        width: 220px;
        margin-bottom: 8px;
        
    }

    .open-overlay
    {
        font-size: 28px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-top: -60px;
        margin-left: -30px;
    }

    .close-overlay
    {
        font-size: 22px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-left: -30px;
    }

    .close-contact
    {
        font-size: 22px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-left: -30px;
    }

    .close-overlay img,
    .close-contact img
    {
        width: 30px;
    }

    .overlay-content .container
    {
        margin-top: 0;
        padding-top: 80px;

        text-align: center;
    }

    .overlay-contact-content .container
    {
        margin-top: 80px;
    }
}

@media only screen and (max-height: 320px)
{
    .content-block
    {
        overflow: auto;

        height: 100% !important;
    }
}

@media only screen and (max-width: 768px), only screen and (max-height: 510px)
{
    .open-overlay i
    {
        font-size: 32px;
        line-height: 56px;
    }

    div.open-overlay
    {
        width: 60px;
        height: 60px;
    }

    #home-screen .content-block p
    {
        padding-bottom: 60px;
    }

    #home-screen .content-block h1
    {
        font-size: 45px;
    }

    .subscribe-form
    {
        display: inline-block;

        width: auto;

        background: rgba(255, 255, 255, .0);
    }
}

@media only screen and (max-width: 480px), only screen and (max-height: 410px)
{
    #home-screen .content-block h1
    {
        font-size: 40px;
    }

    #home-screen .content-block p
    {
        font-size: 10px;
        font-weight: 300;

        padding-bottom: 20px;

        letter-spacing: 2px;
    }

    #home-screen .content-block img.logo
    {
        width: 240px;
        margin-bottom: 4px;
    }

    .overlay-content .container h1
    {
        font-size: 30px;
    }

    .overlay-content .container p
    {
        font-size: 10px;
    }

    .overlay-contact-content h1
    {
        font-size: 35px;
    }

    .overlay-contact-content p
    {
        font-size: 10px;
    }

    .open-overlay
    {
        font-size: 28px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-top: -60px;
        margin-left: -30px;
    }

    .close-overlay
    {
        font-size: 22px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-left: -30px;
    }


    .close-contact
    {
        font-size: 22px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-left: -30px;
    }

    .close-overlay img,
    .close-contact img
    {
        width: 30px;
    }

    .subscribe-form button
    {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 400px), only screen and (max-height: 310px)
{
    #home-screen .content-block h1
    {
        font-size: 30px;

        margin-bottom: 30px;
    }

    #home-screen .content-block img.logo
    {
        width: 240px;
        margin-bottom: 8px;
    }

    .overlay-content .container h1
    {
        font-size: 30px;
    }

    .overlay-contact-content h1
    {
        font-size: 30px;
    }

    .overlay-content .container
    {
        margin-top: 0;
        padding-top: 80px;

        text-align: center;
    }

    .overlay-contact-content .container
    {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 355px) ,only screen and (max-height: 280px)
{
    #home-screen .content-block h1
    {
        font-size: 22px;
		line-height: 29px;
        margin-bottom: 0px;
        margin-top: 10px
    }
    
    #home-screen .content-block h2
    {
        font-size: 16px;
	
		line-height: 18px;
        margin-bottom: 0px;
        margin-top: 10px
    }


    #home-screen .content-block img.logo
    {
        width: 300px;
        margin-bottom: 4px;
    }

    .overlay-content .container h1
    {
        font-size: 28px;
    }

    .overlay-contact-content h1
    {
        font-size: 28px;
    }
}