@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans|Overpass|Open+Sans');

* {
  box-sizing: border-box;
}

body, html {
  background-color: #f1c548;
  height: 100%;
}

/* white */
h1 {
  font-family: Bubblegum Sans;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}

/* All H's dark but coloured */
h2 {
  font-family: Bubblegum Sans;
  font-size: 50px;
  color: #1f3c37;
  text-align: center;
}

h3 {
  font-family: Bubblegum Sans;
  font-size: 40px;
  color: #1f3c37;
  text-align: center;
}

h4 {
  font-family: Bubblegum Sans;
  font-size: 30px;
  color: #1f3c37;
  text-align: center;
}

h5 {
  font-family: Bubblegum Sans;
  font-size: 25px;
  color: #1f3c37;
  text-align: center;
}

/* Mid accent colour */
p {
  font-family: Overpass;
  font-size: 20px;
  text-align: left;
  color: #22523c;
}

/* As for p */
ol, ul {
  font-family: Overpass;
  font-size: 20px;
  text-align: left;
  color: #22523c;
}

/* Other accent colour */
a. {
  font-family: Overpass;
  font-size: 20px;
  color: #577e6b;
}

 /* unvisited link; other accent colour */
a:link {
  font-family: Overpass;
  font-size: 20px;
  color: #1f3c37;
  font-weight: bold;
  text-decoration: none;
}

/* visited link; black or grey */
a:visited {
  font-family: Overpass;
  font-size: 20px;
  color: #1f3c37;
  font-weight: bold;
  text-decoration: none;
}

/* mouse over link; lighter accent colour */
a:hover {
  font-family: Overpass;
  font-size: 20px;
  color: #577e6b;
  font-weight: bold;
  text-decoration: none;
}

/* selected link; second to darkest accent colour */
a:active {
  font-family: Overpass;
  font-size: 17px;
  color: #1B128A;
  text-decoration: none;
} 

/* Header/Blog Title */
.header {
  padding: 30px;
  text-align: center;
  background: none;
  color: #white;
  text-shadow: 4px 4px 10px #173F5F;
}

.header h1 {
  font-family: Bubblegum Sans;
  font-size: 100px;
}

/* Style the top navigation bar */
.topnav {
  font-family: Overpass;
  overflow: hidden;
  background-color: #f1c548;
}


/* Style the topnav links; other accent colour */
.topnav a {
  font-family: Overpass;
  font-size: 17px;
  float: left;
  display: block;
  color: #22523c;
  text-align: center;
  padding: 16px 20px 16px 16px;
  text-decoration: none;
}


/* Change color on hover; 2nd to darkest accent colour */
.topnav a:hover {
  background-color: #000000;
  color: #000000;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: center;
  width: 100%;
}

/* Fake image */
.fakeimg {
  background-color: #00cccc;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: none;
  padding: 20px;
  margin-top: 20px;
}

.buffer {
  float:left;
  padding:0px 20px 20px 20px;
  width:225px;
}

.footlogo {
  float:centre;
  padding:20px 20px 20px 20px;
  width:100px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: center;
  width: 33.33%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: none;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

/* The hero image on the title page*/
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (Heroimage_cactus1.jpg). This will make the text easier to read */
  background-image:  url("Heroimage_cactus1.jpg");

  /* Set a specific height */
  height: 75%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* Infotable */
.infotable {
  width: 100%;
  border: none;
  background-color: #173F5F;
  padding: 20px;
} 

/* Infotable titles */
.infotexttitle {
  font-family: Overpass;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
} 

/* Infotable text */
.infotext {
  font-family: Overpass;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
} 

/* Invisible table for footer */
table {
  width: 100%;
  border: 0px solid red;
} 

.container {
  position: relative;
}

.bottomright {
  font-family: Bubblegum Sans;
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 5px #173F5F;
}

img { 
  width: 100%;
  height: auto;
}

div.gallery {
  margin: 20px;
  border: 1px solid #ED553B;
  float: left;
  width: 250px;
  padding: 15px;
  background-color: none;
}

div.gallery:hover {
  border: 1px solid #F6D55C;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.galtitle {
  padding: 15px;
  font-size: 25px;
  font-family: Overpass;
  font-weight: bold;
  color: #173F5F;
  text-align: center;
}

div.galmain {
  padding: 15px;
  font-family: Overpass;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  color: #20639B;
}

 /* unvisited link */
a.desc:link {
  font-family: Overpass;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background-color: #20639B;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* visited link */
a.desc:visited {
  font-family: Overpass;
  font-size: 18px;
  font-weight: bold;
  background-color: #20639B;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* mouse over link */
a.desc:hover {
  font-family: Overpass;
  font-size: 18px;
  font-weight: bold;
  background-color: #68829E;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* selected link */
a.desc:active {
  font-family: Overpass;
  font-size: 18px;
  font-weight: bold;
  background-color: #20639B;
  color: white;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
} 

/* Slideshow */

body {font-family: Open Sans, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: poOverpass;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: poOverpass;
  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;
}

/* Fading animation */
.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}
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  font-weight: bold;
  border: none;
  outline: none;
  color: #22523c;
  padding: 16px;
  background-color: inherit;
  font-family: Overpass;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1f3c37;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #22523c;
  color: #ffffff;
}

/* Add a background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #577e6b;
  color: #ffffff;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 

.formfurnish {
   background-color: #E1BF10;
   color: black;
   padding: 10px 13px 10px 10px;
   border: 3px solid green;
   border-radius: 8px;
   font-family: Overpass;
   font-size: 20px;
   width: 100%
}




