@font-face {
    font-family: 'Montserrat';
	src: url('/fonts/Montserrat-Light.ttf')format('truetype');
	    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
	src: url('/fonts/Montserrat-Regular.ttf')format('truetype');
	    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
	src: url('/fonts/Montserrat-SemiBold.ttf')format('truetype');
	    font-weight: 400;
	
}

@font-face {
    font-family: 'Montserrat';
	src: url('/fonts/Montserrat-Bold.ttf')format('truetype');
	font-weight: 600;
}

#logodiv{
	margin-right:10vw;    
	width: 20%!important;
    max-width: 265px;
}

#menupic{
	justify-content: space-between;
}

#img > img{
	max-width: 250px
}

#Login{
	max-width:400px;
	margin-top: 60px
}

#sub{
	max-width: 200px;
		float: left!important
}

body{
	padding-top:50px;
}

h1{
    font-family: Montserrat!important;
    color: #6C6C65;
    font-size: 20px;
    font-weight: 400;
	text-align: left!important;
	width: 80%;
	margin: auto;
}

body > div:nth-child(3) > h1{
	width: 80%;
	margin:auto
}

h2{
	font-family: Montserrat!important;
    color: #282828;
    font-size: 14px;
    font-weight: 400
}

p{
 font-family: Montserrat!important;
    color: #6C6C65;
    font-size: 14px;
    font-weight: 200
}

h3{
	
	 font-family: Montserrat!important;
    color: #76B837;
    font-size: 14px;
    font-weight: 400;
	margin-top: 30px
		
}

h4{
	 font-family: Montserrat!important;
    color: #6C6C65;
    font-size: 14px;
    font-weight: 400
}

label{
	 font-family: Montserrat!important;
    color: #6C6C65;
    font-size: 14px!important;
    font-weight: 200
}

.button{
	background-color: #76B837;
	padding: 10px;
	color: white;
	width: max-content;
	font-family: montserrat!important;
	font-weight: 200!important
}

.skipbutton{
	margin-top:30px!important;
	background-color: #76B837!important;
	padding: 10px!important;
	color: white!important;
	width: max-content!important;
	float:right!important;
	font-weight: 200!important
}

.skipbutton:hover{
 cursor: pointer!important
}

.button:hover{
 cursor: pointer!important
}
