body{
    margin: 0;
	padding: 0;
    background-color: white;
    font-family: 'Quicksand', sans-serif;
    height: 100%;
}

main{
position: relative;
  min-height: 80%;
}
html,
body {
  height: 100%;
}
h1{
    margin-left: 5%;
    color:black;
    font-size: 70px;
}
.h2_ForMainPageHeader{
    font-size: 30px;
    margin-left: 5%;
    -webkit-text-stroke: .04em black;
    color:antiquewhite;
}
.HeaderLi{
    font-size: 20px;
    font-weight: 500;
    width:200px;
    text-align: center;
    color:black;
    transition: 1s;
    padding:24px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.HeaderLi:hover {
    border: 1px solid black;
    padding:20px;
    border-radius: 30px;
    color:antiquewhite;
    background-color: black;
    transition: 1s;
}
.HeaderNav{
    background-color: antiquewhite;
    margin-top: 20px;
}



.HeaderDiv{
    width: 75%;
    display: inline-block;
}
.ExtraInfDiv{
    font-size: 18px;
    color:black;
    padding:10px;
    text-align: center;
   display: inline-block; 
    width:23%;
}
@media(max-width:1240px){
    .ExtraInfDiv{
        display: none;
    }
    .HeaderDiv{
        width:100%;
    }
}
footer{
    margin-top:50px;
    font-size: 15px;
    color:black;
	left: 10px;
	bottom: 10px;
	width: 100%;
	height: 80px;
    
}
h1 a{
    text-decoration: none;
    color:black;
}
li a{
    text-decoration: none;
    color:black;
}
.HeaderLi:hover a{
    color:antiquewhite;
}
main p{
    font-size: 90px;
    text-align: center;
}
main .ExtraP{
    padding-top: 100px;
    font-size: 70px;
    text-align: center;
}
