body{
    margin: 0;
	padding: 0;
    background-color: white;
   font-family: 'Quicksand', sans-serif;
    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{
    border: 1px solid antiquewhite;
    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;
    border-radius: 30px;
}
.HeaderLi:hover {
    border: 1px solid black;

    
   
    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;
    
}
.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;
}
.Kvyat{
transition: 0.5s;
    border-radius: 10px;
    font-size: 25px;
    border: 1px solid grey;
    display: inline-block;
    margin-top:30px;
  width:200px;
    padding:100px;
margin-left: 30px;

}
.USA{
    transition: 0.5s;
    border-radius: 10px;
    font-size: 40px;
  padding:110px;
     border: 1px solid grey;
     display: inline-block;
  width:600px;
margin-left: 30px;
    margin-top: 50px;
    
}
.Tesla{
    transition: 0.5s;
    border-radius: 10px;
    font-size: 40px;
     border: 1px solid grey;
display: inline-block;
  width:600px;
    padding:130px;
    margin-top: 30px;
}
.AgeraRS{
    transition: 0.5s;
    border-radius: 10px;
    font-size: 30px;
    padding:90px;
     border: 1px solid grey;
        display: inline-block;
  width:200px;
margin-left: 30px;

}
.Kvyat:hover, .USA:hover, .Tesla:hover, .AgeraRS:hover {
    transition: 0.5s;
    transform: scale(1.1);
    background-color: black;
}
.AgeraRS a{
  text-decoration: none;
    
    color:black;
}
.USA a{
    text-decoration: none;
    color:black;
}
.Tesla a{
    color:black;
     text-decoration: none;
}
.Kvyat a{
     text-decoration: none;
    color:black;
}
.Kvyat:hover a{
    color:antiquewhite;
}
.USA:hover a{
    color:antiquewhite;
}
.Tesla:hover a{
    color:antiquewhite;
}
.AgeraRS:hover a{
    color:antiquewhite;
}
