@charset "utf-8";
/* CSS Document */



h1 {background: linear-gradient(#165b62, #1f808a); 
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  padding: 20px 0;}

h2, h3 {background-color: #a3c1ad;
  color: #333;
  font-family: 'Roboto', sans-serif;}

p {font-size: 16px;
  line-height: 1.6;
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: Verdana, sans-serif;}

li {margin-bottom: 10px;}

footer {text-align: center;
  padding: 10px;
  color: white;
  background-color: #444;}

.highlight {background-color: yellow;
  font-weight: bold;}

nav {padding: 15px 0;
  text-align: center;}


nav a {color: #165B62;
  font-style: italic;
  padding-right: 20px;
  text-decoration: none;}

h3, footer {color: #0D444A;

  font-family: 'Roboto', sans-serif;}


body {font-family: 'Roboto', sans-serif;}

ol li {list-style-type: decimal;
  font-style: italic;
  color: #165b62;
  margin-left: 40px;
  margin-bottom: 10px;}

ul li {list-style-type: square;
  list-style-position: inside;
  margin-left: 30px;
  margin-bottom: 10px;}

#wrapper {width: 80%;
  margin: 30px auto; /* centers and adds top spacing */
  padding: 20px;
  background-color: #D1E7E7;
  border: 2px solid #165b62;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);}

h2 {background-color: #a3c1ad;
  color: #333;
  font-family: 'Roboto', sans-serif;
  padding: 15px 0 15px 15px;
  margin-bottom: 10px;}

h3 {background-color: #a3c1ad;
  color: #0D444A;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #165b62;}

.feature-box {width: 80%;
  margin: 20px auto;
  background-color: #e8f4f4;
  padding: 20px;
  border: 2px solid #165b62;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}

img {display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #165b62;}

.gallery {width: 200px;         
  height: auto;
  margin: 10px;
  display: inline-block;}

body {background-image: url("https://images.pexels.com/photos/1323550/pexels-photo-1323550.jpeg"); background-color: #D1E7E7;}

.align-left {float: left;
  margin-right: 20px; 
  margin-bottom: 15px;}

.align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;}

.clear {clear: both;}

.flex-container {display: flex;}

.image-container {display: flex;
  flex-wrap: wrap;
  justify-content: center;}

section {width: 65%;}

.feature-box {width: 30%;}

p {margin-left: 0;}

nav a:link {color: #165b62;
  text-decoration: none;}

nav a:visited {color: #0d444a;}

nav a:hover {color: #ffffff;
  text-decoration: none;}

nav a:active {color: #a3c1ad;}

label {
    float: left;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 120px;
    padding-right: 12px;
}

.submitbtn {
    background-color: #165b62;
    color: white;
    border-radius: 5px;
    padding: 6px 20px;
    margin-left: 132px;
    border: none;
    cursor: pointer;
}

.submitbtn:hover {
    background-color: #0d444a;
}


