
/* .hero-image {
	background: url("images/ariel.jpg")
	no-repeat center center;
	height: 3000px;
	width: 3000px;
	background size: cover;
} */

.slidershow{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.middle{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.navigation{
  position: relative;
  bottom: 40px;
  left: 35%;
  display: flex;
}
.bar{
  width: 50px;
  height: 10px;
  border: 2px solid #000;
  margin: 6px;
  cursor: pointer;
  transition: 0.4s;
}
.bar:hover{
  background: #fff;
}

input[name="r"]{
    position: absolute;
    visibility: hidden;
}

.slides{
  width: 500%;
  height: 100%;
  display: flex;
}

.slide{
  width: 20%;
  transition: 0.6s;
}
.slide img{
  width: 100%;
  height: 100%;
}

#r1:checked ~ .s1{
  margin-left: 0;
}
#r2:checked ~ .s1{
  margin-left: -20%;
}
#r3:checked ~ .s1{
  margin-left: -40%;
}
#r4:checked ~ .s1{
  margin-left: -60%;
}
#r5:checked ~ .s1{
  margin-left: -80%;
}




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

input[type=text], select, textarea {
  font-size: 25px;
  font-family: 'Muli', sans-serif;
}

/* Style the submit button with a specific background color etc */
button[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 26px;
}

/* When moving the mouse over the submit button, add a darker green color */
button[type=submit]:hover {
  background-color: #45a049;
  font-size: 26px;
}

.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}


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

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 25px;
  font-family: 'Muli', sans-serif;
}

/* Add a background color and some padding around the form */
.containersketch {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 24px;
  font-family: 'Muli', sans-serif;
}


/* Style the submit button with a specific background color etc */
button[type=buy] {
  background-color: #3070c9;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 25px;
  text-align: center; /* make it center */
}

/* When moving the mouse over the submit button, add a darker green color */
button[type=buy]:hover {
  background-color: #182863;
  font-size: 25px;
  text-align: center; /* make it center */
}
