  

 header h1 {
    font-family: Open Sans;    ;
    font-size: 60px;
    color:black;
    margin-left: 80px;
  }
  
  header {
    background:white;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }
 
  nav {
    display: none;
    clear: both;
    justify-content: center;
    background: white;
    flex-direction: column;
    margin-right:200px ;
  }
  
  nav a {
    padding: 1.25em 1.5em;
    background: white;
    text-decoration: none;
    color:black;
    font-weight: bold;
    margin-left: 40px;
  }
  
  
  .menu {
    background: white;
    line-height: 2em;
  }
  
  
    nav {
      display: flex;
      flex-direction: row;
      }
    nav a:hover {
      color: black;
      background: lightseagreen;
      }
      
      * {box-sizing:border-box}

.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
  margin-left: 130px;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

h2 {
  font-family: Open Sans;
  font-size: 30px;
  color:black;
  margin-left: 50px;
  font-weight: bold;
}


  
h4 {
  font-size: 20px;
margin-left: 60px;
}


div.social {
  margin-top: 5px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-top: 20px;
}
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 
}

input[type=submit] {
  background-color: blueviolet;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color:lightskyblue;
  padding: 20px;
}


a.button-email:hover {
  background-color: #717171;
}

iframe
{
  margin-left: 60px;
}


.button {
  margin: 20px;
}

.smallerFont {
  font-size: 50px;
  color:red;
  margin-bottom: 0px;
}

.bigFont {
  color: blueviolet;
  font-size: 50px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
  margin: 10px;
}

.price {
  color:black;
  font-size: 21px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-flow: row-reverse wrap;
      justify-content: space-around;
}

.flex-item {
  background:skyblue;
  padding: 5px;
  width: 250px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}


.flex-item-contact {
  background: #e8491d;
  padding: 5px;
  width: 500px;
  height: auto;
  color: white;
  text-align: center;
}

p {
  font-size: 16px;
}


label {
  font-size: 35px;
}
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.contact-containter {
  width: 1100px;
  margin: auto;
  overflow: hidden;
}
 .mySlides2 {display: none}
img {vertical-align: middle;}

footer {
  width: 100%;
  position: auto;
  background-color:blueviolet;
  color: white;
  text-align: center;
  margin-left: 0px;
}

canvas
{
  margin-top: 30px;
  margin-left: 300px;

}

img {
  object-fit: cover;
  width: 300px;
  height: 250px;
  margin-left: 150px;
}
.test {
  object-fit: cover;
  width: 300px;
  height: 250px;
  margin-left: 150px;
}
