/* XXXXX| Header |XXXXX*/
.header {
    background-image: url("/images/header/Manta_SWSD.jpg");
    background-position: center center;
    background-size: cover;
    height: 15%;
    min-height: 125px;
    max-height: 500px;
    width: 100%;
}

.headerimg {
  width: 100%; 
  max-width: 100%; 
  height: auto; 
  display: block; 
  margin: 0 auto;
}


/* XXXXX| Navigation Bar |XXXXX*/
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a,
.dropbtn {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-family: Tahoma;
}
.topnav a {
    padding: 14px 16px;
}
.dropbtn {
    border: none;
    background: none;
    padding: 13px 16px;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown {
  font-size: 17px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  margin: 0;
  font-family: Tahoma;
}
/* Change the color of links on hover */
.topnav a:hover,
.dropdown:hover,
.dropbtn:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

/* XXXXX| Image Cycle |XXXXX
#cycle-image {
  width: 100%;
  height: 20%;
  background-size: cover;
  overflow: hidden;
}*/
.cycle {
  /*overflow: hidden;*/
  position: relative;
  height: 25%;
  width: 100%;
}
.cycle img {
  /*position: absolute;*/
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.add-button {
  width: 400px;
  height: auto;
}


/* XXXXX| Text |XXXXX*/
.paragraph1 {
	text-align: center;
	font-family: Tahoma;
	font-size: 25px;
}
