h1, h2 {
  font-family: Capriola;
}

h2 {
  line-height: 1.5;
}

p, a, input, ul, li {
  font-family: Arial;
  font-size: 20px;
  line-height: 1.5;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical margin: auto;
  max-width: 100%;
}

input[type=submit] {
  background-color: black;
  float: center;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: gold;
  color: black;
}

.container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  float: center;
  top: 25px;
  padding: 30px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: white;
  width: 70%;
  z-index: 0;
}

.container2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  float: center;
  padding: 30px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: white;
  width: 70%;
  z-index: 0;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
  z-index: 1;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
  padding-top: 60px;
}

.responsive {
  width: 100%;
  height: auto;
}

div.scroll-container {
  background-color: #333;
  overflow: scroll;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
  width: 50%;
  height: 50%;
}
