html, body {
	height: 100%;
	width: 100%;
	margin: auto;
}

.top{
	height: 10%;
	width: 100%;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.top .logo{
	height: 100%;
	width: 40%;
	background-image: url('../pictures/ScalaMasterlogo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size:30%;
}

.top .menu{
	height: 20%;
	width: 60%;
	text-align: left;
}

.top .menu .text{
	font-family: Montserrat;
	font-size:0.8vw;
    text-transform: uppercase;
	color: #888;
	padding-left: 4%;
}

.top .menu .link{
	text-decoration: none;
}

.bar{
	height: 15%;
	width: 100%;
	background-color: #2B2E37;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bar .header-text{
	font-family: "proxima-nova", sans-serif;
	font-size:2vw;
	color: #FFFFFF;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
}

.bar .normal-text{
	font-family: Montserrat;
	font-size:1.2vw;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
}

.content {
	height: 75%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: #f8f8f8;
}

.content .container{
	width: 40%;
	height: 40%;
}

.red {
	color: #EE3235 !important;
}

.main-text{
	font-family: Montserrat;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-size: 0.8vw;
	color: black;
}

.button {
    background-color: #2B2E37;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7vw;
}

