html {
	position: relative;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	position: relative;
}

#menuDiv{
	border-bottom: 1px solid #999999;
	overflow: hidden;
	margin-bottom: -1px;
}
#logiDiv{
	background-image: url(../images/abacus-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
@media (orientation: landscape) {
	#logiDiv{
		height: 10vh;
		width: 25vw;
		float: left;
		margin-right: 20vw;
		background-position: left;
	}
}
@media (orientation: portrait) {
	#logiDiv{
		height: 10vh;
		width: 100vw;
		float: left;
		background-position: center;
	}
}

@media (orientation: portrait) {
	#menuButtonHome{
		display: none;
	}
}

@media (orientation: portrait) {
	.withUpButton{
		padding-left:10vw;
	}
}
@media (orientation: landscape) {
	.withUpButton{
		padding-left:10vw;
	}
}

.upButtom{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_up_white.png);
}
@media (orientation: portrait) {
	.upButtom{
		width: 5vw;
		height: 5vh;
		margin-right: 5vw;
		float: right;
		display: block;
	}
}
@media (orientation: landscape) {
	.upButtom{
		width: 5vw;
		height: 5vh;
		margin-right: 5vw;
		float: right;
		display: block;
	}
}

.submenuButton{
	color: #999999;
	text-decoration: none;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	overflow:hidden;
}
.submenuButton:hover{
	color: #36A8FF;
}
@media (orientation: portrait) {
	.submenuButton{
		width: 29vw;
		height: 3vh;
		line-height: 3vh;
		font-size: 1.5vh;
	    margin-left: 2vw;
	    margin-right: 2vw;
	    margin-top: 1vh;
	    margin-bottom: 1vh;
	    border-radius: 1.5vh;
	}
}
@media (orientation: landscape) {
	.submenuButton{
		min-width: 10.5vw;
		height: 4vh;
		line-height: 4vh;
		font-size: 2vh;
	    margin-left: 1vw;
	    margin-right: 1vw;
	    margin-top: 1vh;
	    padding-left: 0.5vw;
	    padding-right: 0.5vw;
	}
}

.menuButton{
	color: #999999;
	text-decoration: none;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid white;
	text-align: center;
	overflow:hidden;
}
.menuButton:hover{
	color: #36A8FF;
}
@media (orientation: portrait) {
	.menuButton{
		width: 25vw;
		height: 3vh;
		line-height: 3vh;
		font-size: 1.5vh;
	    margin-left: 4vw;
	    margin-right: 4vw;
	    margin-top: 1vh;
	    margin-bottom: 1vh;
	    border-radius: 1.5vh;
	}
}
@media (orientation: landscape) {
	.menuButton{
		min-width: 10.5vw;
		height: 5vh;
		line-height: 5vh;
		font-size: 2vh;
	    margin-left: 1vw;
	    margin-right: 1vw;
	    margin-top: 2.5vh;
	    border-radius: 2.5vh;
	    padding-left: 0.5vw;
	    padding-right: 0.5vw;
	}
}
.activeMenu{
	border-color: #36A8FF;
}

h1{
	color: white;
	font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
@media (orientation: portrait) {
	h1{
		margin-top: 5vh;
    	margin-bottom: 5vh;
	    font-size: 6vw;
    	line-height: 8vw;
	}
}
@media (orientation: landscape) {
	h1{
		margin-top: 10vh;
    	margin-bottom: 5vh;
    	font-size: 4vh;
    	line-height: 5vh;
	}
}

h2{
	color: white;
	font-weight: normal;
    text-align: center;
}

h2 a{
	color: white;
	font-weight: normal;
}

@media (orientation: portrait) {
	h2{
		margin-top: 1vh;
    	margin-bottom: 1vh;
	    font-size: 2.5vw;
    	line-height: 5vw;
	}
}
@media (orientation: landscape) {
	h2{
		margin-top: 1vh;
    	margin-bottom: 1vh;
    	font-size: 2vh;
    	line-height: 3vh;
	}
}

h3{
	color: #36A8FF;
	font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}
@media (orientation: portrait) {
	h3{
		margin-top: 1vh;
    	margin-bottom: 1vh;
	    font-size: 2.5vw;
    	line-height: 5vw;
	}
}
@media (orientation: landscape) {
	h3{
		margin-top: 1vh;
    	margin-bottom: 1vh;
    	font-size: 2vh;
    	line-height: 3vh;
	}
}