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

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

/* 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%;}

/* header */
.sky {
  background-color: #3674b5;
  overflow: hidden;
}

#sun {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 140px;
  
}

.exploreHeader {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* CSS for fonts */

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

h2{
    margin-left: 15px;
    font-family: 'baloo';
    color: #ea97ad;
    font-size: 34px;
}

h3 {
    margin-left: 15px;
    font-family: 'baloo';
    color: #ea97ad;
    font-size: 15px;
}

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

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

}

/* CSS for links */

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 - boxes */

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

#boxes {
  color:#ea97ad;
  border-radius: 25px;
  background: #f3f2da;
  padding: 20px; 
  height: auto;  
  padding-bottom: 100px;
  margin: 20px;
} 

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

#boxes p{
  color: #4e8d7c;
  font-size: 24px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding: 5px 17px;
}

.boxesImg {
    margin-left: 10px;
}

#articles {
    color:#ea97ad;
    border-radius: 25px;
    background: #f3f2da;
    height: auto;  
    margin: 10px;
}

.leftColumn {
    display: flex;
    flex-direction: column;
    width: 60%;

}

.rightColumn{
    display: flex;
    flex-direction: column;
    width: 40%;

}

.exploreContent{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}  
/* footer */

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

.footerHills img {
  margin-top: -15px;
}
.footer {
  
  background-color:#3674b5;
  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;
}
