/* body html */
body, html
{
  width: 100%; /*makes the website fit to the edges*/
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
    background-color:#4e8d7c;
    margin-bottom: -10px;
}

.sky {
  background-color: #A1E3F9;
  overflow: hidden;
}

/* Nav Bar */

.navHills{
  padding: 0px;
  border: 0px;
  display: inline-block;
}

.navHills img {
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  margin-bottom: -15px;
}

.navBar{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.navBar a{
  padding-left: 2%; 
  padding-right: 2%;
}

h1{
  margin-top: 0px;
  padding: 15px;
  font-family: 'baloo';
  color: #ea97ad;
  font-size: 50px;
}

.infoText p {
  margin-left: 15px;
  margin-right: 15px;
}

p{
  color: white;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.Title {
    color: #1e4451;
    font-size: 80px;
    font-family: 'Baloo';

}

/* style for links (in navbar) */
a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

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

a:active {
  text-decoration: none;
  color: #ea97ad;
}

#sun {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  background-color: #4e8d7c;
}

/* cloud buttons*/

#cloudButtons {
  text-align: center;
}

/*popup, code - w3 schools*/
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #1e4451;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f3f2da;
}


.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}


/* footer */

.footerHills {
  background-color: #A1E3F9;
  margin-bottom: 0px;
  margin-top: -20px;
  padding: 0%;
}

.footerHills img {
  margin-top: -15px;
}
.footer {
  
  background-color: #A1E3F9;
  margin-top: -15px;
  width: 90%;
  padding: 15px;
  display: flex;
}

.footer div{
  text-align: center;
  padding: 20px;
}

.foot3 a{
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer div h3 {
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h3 {
  font-family: 'baloo';
  color: #4e8d7c;
  font-size: 30px;
}

h4 {
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #4e8d7c;
  margin-left: 10%;
  margin-right: 10%;
}

/*
#foot1 {
  padding: 30px;
  width: 25%;

}

#foot2 {
  padding: 30px;
  width: 25%;
  
}
*/