@charset "UTF-8";
/* CSS Document */

*{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}


section.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    float:center;

}

section.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    float:center;
}

section.scrollmenu a:hover {
    background-color: #777;
}
	
body {
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
    margin-left: auto;
}


@font-face{
	font-family:enlighten-your-destiny;
	src: url('../fonts/enlighten-your-destiny.ttf');
}

@font-face{
	font-family:hello--stranger;
	src: url('../fonts/hello--stranger.otf');
}

@font-face{
	font-family:saturday-nights-personal-use;
	src: url('../fonts/saturday-nights-personal- use.ttf');
}

h1{
	font-family:enlighten-your-destiny;
	font-size: 60pt;
	text-align: center;
}

h3{
	background-color: aliceblue;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	overflow: auto;
	display: block;
	padding-left: 100px;
	padding-right: 100px;
    padding-top: 30px;
}

	 
header{
	width:960px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	background-color: aliceblue;
	

}

ul{
	display:inline-block; 
	overflow:hidden;
	font-family: saturday-nights-personal-use;
}

nav{
	
	
}




