@charset "utf-8";
 body {font-family: "Montserrat", sans-serif;
}

 h1 { 
  font-family: "Arial";
  font-size:xx-large;
font-style: oblique;
font-weight: bolder;
padding-top: 30pt;
color:  rgb(43, 98, 175);
}


h2 { 
  font-family: "Arial ";
  font-size: larger;
font-style:oblique;
font-weight:bolder;
padding-top: 30pt;
padding-bottom: 30pt;
color:  rgb(43, 98, 175);
}

div.scrollmenu {
    background-color: none;
    overflow: auto;
    white-space: nowrap;
    font-family: "Arial";
    font-style: oblique;
    font-size: medium;
    font-weight: 600;
  
  }
  
  div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    padding: top 5px;
  
    }
  
  div.scrollmenu a:hover {
    background-color: rgb(43, 98, 175);
   
  }

.logo {
  size: 10px;
  background-image: none;

}

.embrintroduction {
  max-width: 56%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.whatweoffer { 
  max-width: 56%;
  margin: 0 auto;
  padding-top: 30pt;
  margin-top: 30px;
 
  }


.button {
  font-family: "Arial";
  font-size:large;
font-style: oblique;
font-weight: bolder;
color:rgb(43, 98, 175) ;


}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 90%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 whitesmoke;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: white;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color:rgb(43, 98, 175) ;
}




h3 {
  font-family: "Arial";
  font-size:xx-large;
font-style: oblique;
font-weight: bolder;
padding-top: 30pt;
color:  rgb(43, 98, 175);
}

.name {
  font-family: "Arial";
  font-size:medium;
font-style: oblique;
font-weight: bolder;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 6px; /* Some padding */ 
 
  border-radius: 4px;
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 14px; /* Add a top margin */
  margin-bottom: 10px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
 
  color: rgb(43, 98, 175);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;

}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color:white;

}

/* Add a background color and some padding around the form */
.container {
  
  background-color: rgb(43, 98, 175);
 }
.contacts {
  background-color: white;
}
/* Style all font awesome icons */
.social {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
 border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background:  rgb(43, 98, 175);
  color: white;
}

/* Instagram */
.fa-instagram {
  background: rgb(43, 98, 175);
  color: white;
}


/* Linkedin*/
.fa-linkedin {
  background: rgb(43, 98, 175);
  color: white;
}


.column3 {
  float: right;
  width: 35%;
  padding-right: 20px;
  margin-right: 10%;
  margin-bottom: 2%;
  padding-top: 10px;

}


.columns {
  float: left;
  width: 33,3%;
  padding: 20px;
  padding-left: 60px;
 

 
}


.columna {
  float: left;
  width:60%;
  padding: 20px;
  padding-left: 3px;
 

 
}


.copyright {

  padding-bottom: 5px;
  
}


/* Style the navbar */
#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color:black;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column1 {
  flex: 40%;
  padding: 0 4px;
  margin-left: 10px;
  
}

.column1 img {
  margin-top: 8px;
  vertical-align: middle;

  
}

@media only screen and (max-width: 600px) {
  .navbar {
      max-width: 146%;
  }
}

@media only screen and (max-width: 60px) {
  .embrintroduction {
      max-width: 146%;
  }
}

@media only screen and (max-width: 60px) {
  .columns {
      max-width: 146%;
  }
}


@media only screen and (max-width: 60px) {
  .column2 {
      max-width: 146%;
  }
}


.columno {
  float: right;
  width: 50%;
  padding: 20px;
  padding-left: 3px;
 

 
}

div.scroll-container {
  background-color: rgb(31, 30, 30);
  overflow: auto;
  white-space: nowrap;
  padding: 5px;
}

div.scroll-container img {
  padding: 5px;
}

.detail {

  float: right;
  width:40%;
  padding: 100px;
  padding-left: 2px;
  padding-right: 15px;
}


/* Style the links inside the sidenav */
#mySidenav a {
  position:absolute;
  left: -20px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 10px; /* 15px padding */
  width: 100px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 10px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
  margin-top: 3%;
}

#mySidenav a:hover {
  left: 0; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#about {
  top: 20px;
  background-color: rgb(43, 98, 175);
  text-align:end;
}

#blog {
  top: 80px;
  background-color: rgb(43, 98, 175);
  text-align:center;
}

#projects {
  top: 140px;
  background-color: rgb(43, 98, 175); 
  text-align: center;


}

#press {
  top: 200px;
  background-color: rgb(43, 98, 175);
  text-align: center;
  
}

#contact {
  top: 260px;
  background-color: rgb(43, 98, 175);
  text-align: center;
}

.sidenav {
  position: sticky;
  top: 0;
}

.icon {
 
  margin-top: 1%;
  margin-right: 0%;
 
}


.embrintroduction1 {
  max-width: 56%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}


.logo {
  padding-top: 45px;
  padding-bottom: 45px;
}


.embrintroduction2 {
  max-width: 56%;
  margin: 0 auto;
  padding-bottom: 55px;
  padding-top: 55px;
}


.chris {
  padding-top: 10px;
  padding-bottom: 60px;

}

.cont {
 
  padding-bottom: 5px;
}

.federica {
  padding-top: 10px;
  padding-bottom: 60px;

}


.contacto {
  padding-bottom: 63px;
 
}


/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: none;
  font-family: Arial;

}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(43, 98, 175);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(43, 98, 175);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

* {
  box-sizing: border-box;
}

/* Set a background color */
body {
  background-color: #474e5d;
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color:  rgb(43, 98, 175);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
   
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* The grid: Three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: white;
}

.containerTab {
  padding: 20px;
  color: white;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the image */
.closebtn {
  float: right;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.navi {
  float: center;
}

