: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%;
    left:0;
    opacity: 0.9;
    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;
}




/* 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 */

.content{
    height:100%;
    width:100%;
    background: url(img/DSC_0359.jpg);
    opacity: 1;
    display: table;
    top: 0;
    margin-left:0px;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    max-height:auto;
    
}

.content .inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: none;

}

/* Contact form */

.contact-title{
    margin-top:100px;
    color: #fff;
    font-family: "simplifica";

}

.contact-title h1{
    font-size: 32px;
    line-height: 25px;
    text-align: center;
}

.contact-form{
    text-align: center;
    
}
form{
    margin-top: 50px;
    
}

.form-control{
    width:600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid grey;
    color: black;
    font-size: 20px;
    margin bottom: 50px;
    color: white;
    
    
}
.input{
    height: 50px;
    
}

form .submit{
    background:#ff5722;
    border-color:transparent;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    height:50px;
    
}
form .submit:hover{
    opacity:0.8;
    cursor: pointer;
    
}




/* 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: 0;
    margin-right: 0;
    
    
}
  
}

@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%;
}
    
  
}

@media (max-width: 500px) {
    .navigation ul {
  display: grid;
  grid-gap: 3px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(1, 6fr);
    
}
    .content{
    height:100%;
    width:100%;
    background: url(img/DSC_0359.jpg);
    opacity: 1;
    display: table;
    top: 0;
    margin-left:0px;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    max-height:auto;
    
}
    .form-control{
    width:300px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid grey;
    color: black;
    font-size: 15px;
    margin bottom: 50px;
    color: white;
    
    
}
    .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;
}
  
}
