:root {
  --primary: #ddd;
  --dark: #333;
  --light: #fff;
  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}


body, head {
  margin: 0;
  margin-left:0;
  line-height: 1;
  height: 100%;
  width:100%;
  overflow-x: hidden;

}
/* Background*/
.page{
    height:100%;
    width:100%;
    background:;
    opacity: 0.8;
    display: table;
    top: 0;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
}


/* Banner*/

.banner{
    display: block;
}

.big{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.small{
    display:none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    float: right;
}
.faa {
    padding: 20px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    float: right;
}


/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Navigation bar */

.navigation ul {
  margin: 0px 0px;
  background: ;    
  display: grid;
  grid-gap: 3px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(6, 2fr);
  margin-top:40px;
    
}

.navigation a {
  background: none;
  display: block;
  text-decoration: none;
  padding: 1rem;
  text-align: center;
  color: #51675e;
  text-transform: uppercase;
  font-size: 1.1rem;
    font-family: "arial" ;
}

.navigation a:hover {
  background:#eef4ee;
  color: #51675e;
}
.navigation a.active{
  background:#eef4ee;
  color: #51675e;
}

/* Content */

.box{
    height:100%;
    width: 100%;
    background: #eef4ee;
    margin-top:-81px;
    

}
.content{
    margin-left: 200px;
    margin-right: 200px;
    height:100%;
   
    
}
.text{
    margin-top:81px;
    font-family: "Verdana" ;
    font-size: 20px;
    color: #4d4d4d;
    text-align: justify;
    line-height: 25px;
}

h1{
    font-family: "Verdana" ;
    font-size: 20px;
    color: #4d4d4d;
    color:darkslategray;
    text-align: justify;
    font-weight:normal;
    
}
h2{
    font-family: "Verdana" ;
    font-size: 20px;
    color: #4d4d4d;
    color:darkslategray;
    text-align: center;
    font-weight:normal;
}

h3{
    font-family: "Verdana" ;
    font-size: 25px;
    color: #4d4d4d;
    color:darkslategray;
    font-weight:normal;
    text-align: none;
    
}
.face{
    float:none;
    margin-right:auto;
    margin-left:auto;
    display:block;
    width:40%
}




/* Footer */
.footer {
  width:100%;
  background: var(--dark);
  color: var(--light);
  text-align: center;
  height: 50px;
  font-family: "Bookman Old Style";
  font-size: 20px;
  bottom: 0;
  position:fixed;
}


ul{
    list-style-type: none;
}
.social-media{
    float:left;
    margin-top: -40;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    float: right;
}


/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Media Queries */
@media (max-width: 1350px) {
    .content{
    margin-left: 20;
    margin-right: 20;
    
    
}
     .banner{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}

@media (max-width: 1150px) {
    .navigation ul {
  display: grid;
  grid-gap: 3px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 3fr);
    
}
    .logo{
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 25%;
}

    .content{
    margin-left: 20;
    margin-right: 20;
    
    
}
    .face{
        float:none;
        display:block;
        margin-left: auto;
        margin-right:auto;
        width:80%;
    
}
  
}

@media (max-width: 800px) {
    .navigation ul {
  display: grid;
  grid-gap: 3px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 3fr);
    
}
   .big{
    display:none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.small{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
    .face{
        float:none;
        display:block;
        margin-left: auto;
        margin-right:auto;
        width:100%;
    
}
  
}

@media (max-width: 500px) {
    .navigation ul {
  display: grid;
  grid-gap: 3px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(1, 6fr);
    
}
    .big{
    display:none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.small{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
    .face{
        float:none;
        display:block;
        margin-left: auto;
        margin-right:auto;
        width:100%;
    
}
     .text{
    margin-top:80px;
    font-family: "Verdana" ;
    font-size: 15px;
    color: #4d4d4d;
    text-align: justify;
    line-height: 25px;
}
    .footer {
  width:100%;
  background: var(--dark);
  color: var(--light);
  text-align: center;
  height: 50px;
  font-family: "Bookman Old Style";
  font-size: 15px;
  bottom: 0;
  position:fixed;
}
    h1{
    font-family: "Verdana" ;
    font-size: 15px;
    color: #4d4d4d;
    color:darkslategray;
    text-align: justify;
    font-weight:normal;
    
}
h2{
    font-family: "Verdana" ;
    font-size: 15px;
    color: #4d4d4d;
    color:darkslategray;
    text-align: center;
    font-weight:normal;
}

h3{
    font-family: "Verdana" ;
    font-size: 20px;
    color: #4d4d4d;
    color:darkslategray;
    font-weight:normal;
    text-align: none;
    
}
    br {
  line-height: 20%;
}
}
