html {
  scroll-behavior: smooth;
}

body {
  background-image: url(../img/back.png);
  background-size: cover;
  background-attachment: scroll;  
  background-repeat: no-repeat;
   font-family: "Roboto Condensed", sans-serif;
}

.container {
  margin-top: 15%;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  position: relative;    
}

header {
  background: #7e82a2;
  position: relative;
  padding: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.5;
  justify-content: space-between;
}

.fixo {
  position: fixed;
  top: 0%;
  right: 0%;
  left: 0%;
  z-index: 1030;
}

ul, li {
  color: #343649;
  text-align: left;
  display: inline-block;
}

footer {
  background: rgba(30, 30, 120, 0.5);
  padding: 1.5%;
  margin-top: 10%;
}

h4 {
  text-align: center;
  color: #343649;
  line-height: 1;
}

h2 {
  color: #343649;  
  font-weight: bolder;
  line-height: 1.2;  
  font-size: 100%;
  text-align: center; 
  padding: 1.5%;
}

p {
  color: #4d5470;    
  text-align: center;
  margin-bottom: 0.5%;
  font-size: 100%;
}

.icon {
  text-align: left;
  width: 13%;
}

table {
  text-align: center; 
  border-collapse: collapse;
  width: 80%;
  color: #4d5470;  
  margin: 2%;
  margin-right: auto;
  margin-left: auto;   
}

td, th {
  border: 3px solid #bcb2bc;
  padding: 1%;
  background: #e8e1e7;
  text-align: center; 
  color: #343649;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #323872;
}

a:hover {
  color: #343649;
}

a:active {
  color: #161724;
}

/* Media Queries */
@media screen and (min-width: 599px) {
  .container {
    margin-top: 65%;
  }
}

@media screen and (min-width: 600px) {
  .container {
    margin-top: 40%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    margin-top: 10%;
  }

  header {
    background-color: #7e82a2;
    flex-direction: row;
    position: relative;
  }

  nav ul {
    display: flex;         
    margin: 0;
    padding: 0;
  }

  nav ul li {
    margin-left: 100px;  
    font-size: 20px;
  }
}
