body{
    margin: 0;
	padding: 0;
    background-color: white;
    font-family: 'century gothic';
    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%;
    }
}
.FooterNav{
    border-top: 1px solid grey;
}
footer{
      margin-top:50px;
    font-size: 15px;
    color:black;
	left: 10px;
	bottom: 10px;
	width: 100%;
	height: 80px;
}
@media(min-height:1070px and min-width:3000px){
    footer{
    margin-top:50px;
    font-size: 15px;
    color:black;

	left: 10px;
	bottom: 10px;
	width: 100%;
	height: 80px;
    }
}
.FooterLi{
     color:darkgoldenrod;
     padding:0;
    padding-top:10px;
    padding-bottom: 10px;
     display: inline-block;
    text-decoration: none;
}
.DivRights{
 border-top: 1px solid grey;
    vertical-align: top;
    padding-top: 24px; 
    padding-bottom: 24px; 
    padding-left: 40px;
    left: 10px;
}
.LiFooter{
     color: black;
    padding: 24px;
}
.FirstFooterLi{
    color: black;
    padding-right:24px;
}
.FooterBoarderForLi{
    display: inline-block;
    width: 1px;
    height:12px;
    background-color: black;
}
h1 a{
    text-decoration: none;
    color:black;
}
li a{
    text-decoration: none;
    color:black;
}
.HeaderLi:hover a{
    color:antiquewhite;
}
main{

    
}
.MainError{
   
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 8.1vw;
    text-align: center;
    padding: 5px;
}
.h2Error{
     
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3vw;
    text-align: center;
    padding:5px;
}
.ErrorP{
    
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2vw;
    text-align: center;
    padding:5px;
}