@charset "UTF-8";
/* CSS Document */
*{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
body {
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
    margin-left: auto;
}
	 
header{
	width:960px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	background-color: aliceblue;
	

}

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

}

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;
}

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

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



