body {
   font-family: "Roboto";
   font-weight: 700;
   margin: 0px;
} 

.logo {
   margin-left: 90px;
    height: 60px;
}

nav {background: #484848;
 height: 60px;
  width: 100%; 
  position: absolute;
   top: 0; 
   left: 0;
}

nav ul {
	list-style: none; 
    margin: 0 auto; 
    padding: 0;
     width: 100%;
      max-width: 1400px;
  }

nav ul li {
	position: absolute; 
    float: right; 
    text-align: center; 
    width: 130px; 
    position: relative; 
     padding-top: 10px;
 } 

nav ul li a {
 display: block;  
    padding: 15px 25px ; 
    font-size: 0.85em; 
    
         margin-right: 20px;
      }

nav ul li:hover a { 
    color: white;
    text-decoration: none; 
    transition: 0,5s;
    border-bottom: 2px solid white;
}

a:link, a:visited {
    text-decoration: none;
    color: #c3c3c3;
    background-color: transparent;
}

.immagine1 {
  width: 1349px;
  height: 600px;
}



.container {
  margin-left: 400px;
}

 {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: white;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.messaggio{
  height: 200px
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

h2 {
  font-size: 50px;
  color: #484848;
}

.myButton {
  background-color:#5B4B38;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #707070;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:16px 31px;
  text-decoration:none;
  text-shadow:0px 1px 0px #2f6627;
  margin-left: 500px
}
.myButton:active {
  position:relative;
  top:1px;
}

.immagine2 {
  width: 40%;
  height: 50%;
  margin-left: 200px;
  float: left;
  display:block;
  clear:left;
}

h3 {
  margin-left: 200px;
  font-size: 50px;
  color: #484848;
}

p {
  margin-left: 800px;
  font-size: 30px;
  color: #484848;
}

 .page-footer{
      background:#484848;
    margin-top: 200px;

  }
.logo1{
  width: 100%;
}

{
  box-sizing: border-box;
}

 
.column1 {
  float: left;
  padding: 10px;
  height: 300px; 
  margin-left: 200px;
}

 .right {
  width: 16%;
}

.left {
  width:16%;
}

.middle {
  width: 5%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}


p1{
  color: white;
   font-family: "Roboto";
   font-weight: 700;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 18px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-facebook {
  background: white;
  color: #484848;
}

.fa-instagram {
  background: white;
  color: #484848;
}
