@import url("https://fonts.googleapis.com/css?family=poppins&display=swap");

body {
  font-family: poppins, serif;
  background-size: 100%;
  background-color: rgb(23, 24, 21);
  background-image: url("/source/Images/IMG_6075\ \(1\).png");
  /* ниже не зафиксирована картинка, при скролле она стоит на месте */
  /* background-attachment:fixed; */
  background-repeat: no-repeat;
  
  /* background-position-y: -10em; */
}


h1 {
  font-size: 45px;
  margin-top: 0;
  
  color: antiquewhite;
  text-align:center;
  padding-top: 0;
  
}

h2{
  margin-top: 1.5em;
  color: antiquewhite;
  text-align: center;
  padding-top: 0;
  font-size: 26px;

}

.navbar-nav>.nav-item>.nav-link.active{
  color: antiquewhite;
}

.nav-link {
  color: rgb(135, 117, 94);
} 



@media (max-width: 950px) {
  h1 {
    margin: 0;

    color: antiquewhite;
    text-align: center;
    padding-right: 20px;
  
    font-size: 36px;
  }
  h2{
    margin-top: 0;
  }
  .invis{
    display: none;
  }
  
}


.button2{    
color: rgb(249, 247, 247);
display: flex;
width: 250px;
text-align: justify;
justify-content: center;
margin: 30px;
text-decoration:none;
border-style:solid;
border-radius: 30px ;
padding: 15px;

}

.button1{
color: black;
display: flex;
width: 250px;
text-align:justify;
justify-content: center;
margin: 30px;
margin-top: 30px;
text-decoration:none;
border-style:none;
border-radius: 30px ;
padding: 15px;
background-color: gold;

}

.buttons{
  display: flex;
  justify-content: center;
}

@media(max-width:760px){
  h1 {
    margin-top: 0;
    font-size: 26px;
  }
  h2{
    margin-top: 0;
    text-align: center;
    font-size: 18px;
  }
  .buttons{
    margin-top: 20em;
  }
  .button2{
    margin: 8px;
  }
  .button1{
    margin: 8px;
  }
  
  
}
.invis>p{
  margin: 830px;
  color: rgba(238, 151, 20, 0);
}

.footer{
 
  text-align: center;
  color: antiquewhite;
  margin-top: 2.5em;

}
.footertext>p{
  margin: 0;
  padding: 0;
  font-size: 10px;
}



@media(min-width:1024px){
  .head{
    position: sticky;
    /* width: auto ; */
    top: 10%;
    

  } 
  
}











