/*basic text and header edits*/
body {
    background-color: #F2F2E4; /*cream color*/
    color: #0A1F3D; /*navy*/
  
}
hr { 
    color:  #0A1F3D;/*navy*/
    border: none; 
    border-top: .5px dashed #000;
}
h1 {
   font-size:35px;
   font-family: 'Changa', Latin;
   font-weight:bold;
}
h2 {
   font-size:20px;
   font-family: 'Changa', Latin;
}
h3 {
  font-family:'Changa', Latin;
}
h4 {
  font-family:'Changa', Latin;
}
h5 {
  font-family:'Changa', Latin;
}
h6 {
  font-family:'Changa', Latin;
}
p {
  font-family:'Changa', Latin;
}
  /*basic text and header edit end*/
  
/*sections*/

#section1 {
   margin: 0 auto; /* Centers the section */
   background-image:url(FALL.jpg);
   background-repeat: no-repeat; 
   background-size:contain;      
   background-attachment: fixed;
   height: 340px;
   width: 1866px; 
}

#section2 {
    background-color: #E4E4C8; /*burnt cream*/
    height: 75%; 
    padding: 20px; /* Controls internal spacing */
    width: 50%;    /* Makes the section narrower */
    margin: 0 auto; /* Centers the section */
}

#section3 {
    background-color: #E4E4C8; /*burnt cream*/
    padding: 20px;
    width:30%;
    
}
    /*sections end*/

/*Navigation bar 1 start*/
#top-nav ul {
    list-style-type: none; 
    padding: 0;
    overflow: hidden;
    background-color: #315C2B; /*light green */
    border: 1px dashed;
    border-color: #0A1F3D; /*navy*/
    display: flex; 
}

#top-nav li a {
    display: block; 
    color: #E4E4C8; /*burnt cream*/
    text-align: center;
    padding: 14px 16px;
    text-decoration: none; 
    font-family: 'Changa', Latin;
}

#top-nav li a:hover {
    background-color: #315C2B; /*light green*/
}
    /*Navigation bar 1 end*/

/*misc start*/
.centered {
    text-align: center;
    font-family: 'Changa', Latin;
}
.hidden {
  display: none;
  font-family: 'Changa', Latin;
}

    /*misc end*/




