@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

body {
/*   background-color: #19191B; */
  font-family: Work Sans;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}



header {
	width: 100%;
  padding-top: 72px;
  padding-bottom: 88px;
  padding-right: 40px;
  padding-left: 40px;
}

header a {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  transition:  color 0.3s;

}

header a:hover {
  color: #0000EE;
  border-bottom: solid 2px;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.releases {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  
}

.releases section {
    padding-bottom: 100px;
}

.three ,
.one {
  max-width: 480px;
}

.pola {
  max-width: 480px;
  padding-bottom: 40px;
}


a {
  text-decoration: none;
	color: #0000EE;
  transition:  color 0.3s;
/*   text-transform: uppercase; */
}

a:hover {
  color: #000;
}


section a {
  margin: 20px;
  display: inline-block;
  border-bottom: solid 2px;
	padding-bottom: 5px;
/*   width: 100%; */
}

.about {
/*   max-width: 480px; */
  padding-bottom: 20px;
  letter-spacing: 1.4px;
/*   padding-left: 20px;
  padding-right: 20px; */
}

.about a {
  margin: 0;
  padding: 0;
  display: inline; 
}





h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 10px;
  text-align: left;
}


p {
  max-width: 440px;
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

p a {
  margin-bottom: 2px;
}

footer nav {
width: 100%;
/*   max-width: 500px; */
  padding-bottom: 28px;
letter-spacing: 1px;
display: flex;
justify-content: space-around;
  margin-left: auto;
  margin-right: auto; 
}

footer a {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
}

footer a:hover {
  color: #0000ee;
}


.arrow-home {
/*   font-size: 14px; */
color: #000000;
/*   text-align: left; */
}


@media (max-width:800px) {
  
  header {
    padding-bottom: 80px;
  }
  
/*   .footer1 {
    display: none;
  } */
  
  header nav {
    justify-content: space-between;
  }
  
}


@media (max-width:560px) {
  
  .link-contact,
  .link-about {
    display: none;
  }
  
 header a:hover {
    color: #000;
  }
  
  
  section a:hover {
    color: #0000EE;
  }
  
  footer a:hover {
    color: #aaa;
  }
  
  header {
    padding-bottom: 50px;
    padding-top: 40px;
  }
  
  h2 {
        text-align: left;
     padding-left: 10px;
  }
  
  .releases section {
    padding-bottom: 40px;
  }
  
  header nav {
    justify-content: space-around;
  }
  
   footer nav {
/*     flex-wrap: wrap; */
    justify-content: space-between;
  }
  
 
 



}



@media (max-width:480px) {

  p {
    text-align: left;
    margin-left: 10px;
  margin-right: 10px;
    letter-spacing: 1px;
  }
  
   .about {
    font-size: 14px;
  }
  
  .about a {
    font-size: 14px;
  }
  
  footer nav {
/*     flex-wrap: wrap; */
    justify-content: space-between;
  }

  .releases section {
    padding-bottom: 40px;
  }
  
  h2 {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 18px;
     margin-bottom: 20px;
    text-align: left;
  }
  
  section a {
    font-size: 16px;
    margin: 10px;
  }
  
  footer nav a {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  
}




 



