/* basic styles */

body, html{
	background-color: #d4cbba;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 100vh;
	overflow-y: scroll;	
	text-align:center;
	margin:auto;
	padding:0;
}

.logo {
	margin: auto;
	margin-top: 0%;
}
.logo img {
	height: auto;
	max-width: 40vw;
}

h1 {
	margin-top: 20px;
	margin-bottom: 24px;
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 400;
}

p {
	text-align: center;
    /* position: fixed; */
    top: 50%;
    left: 50%;
    /* margin-top: -50px; */
    /* margin-left: -100px; */
    font-size: 20px;
    /* color: antiquewhite; */
}


.main-sign {
	align-items: center;
	margin-top: 50%;
}
   


a:link {
	text-decoration: none;
}

.contact {
	top: 80%;
	position: fixed;
	text-align: center;
	width: 100%;
	word-wrap: normal;
}

.contact img{
    vertical-align: middle;
    border-style: none;
	height: 1.5rem;
}

.mail {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.footer{
    font-size: small;
	word-wrap: normal;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer a{
	color: black;
}




	