html{
	overflow: scroll;
}

#container {
    position: absolute;
    width: 100%;
    height: 100vh;
}
#menu-holder {
    width: 420px;
    height: 100%;
    float: left;
}
#logo {
    width: 100%;
    height: 210px;
}


#welcome-text {
	
   width: 480px;
    height: 100%;
    float: left;
}
.nav-button {
    height: 50px;
    width: 400px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}
.nav-button:hover {
    opacity: 0.7;
    width: 420px;
    margin-left: 0px;
    transition-duration: 0.1s;
}
.close-button {
    height: 50px;
    width: 100%;
    opacity: 0.7;
    transition-duration: 0.1s;
}
footer {
    color: #fff;
    width: 415px;
    position: absolute;
    bottom: 5px;
    text-align: center;
}
#home-background {
    position: fixed;
    width: 100%;
    height: 100vh;
}
#frame-1, #frame-2 {
    visibility: hidden;
    transition-duration: 0.5s;
    height: auto;
    position: absolute;
    left: -200%;
    width: 100%;
    min-height: 100vh;
}

#frame-1-content, #frame-2-content {
padding: 20px 20px 20px 20px;
    margin: 50px auto 0 auto;
    width: 94%;
    min-height: 93vh;
}
#frame-2{
margin-top: 40px;
}
#body{
	width: 100%;
	margin-right: 80px;
	}
	.on-white{
	color: #2e2e2e;
	font-size: 40pt;
	}
	.reset-margin{
		margin: 0 0 0 0;
	}
	.header{
	width: 100%;
	height: 105px;
	}
