body {
    background-color: #1f2937;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    width: 960px;
    margin: 0 auto;
} 

/*Navbar Styles*/
/*mouseout*/
.white {
    color: #fff;
 }
 /*mouseover and mouseup*/
 .yellow {
    color: #ffff80;
 }
 /*mousedown*/
 .green {
    color: #1b7736;
 }

/*a:link {

}

a:visited {

}

a:hover {
    
}

a:active {

}*/

/* Section 1 */
.section--1 {
    color: #000;
    background-color: #ffff80;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header__logo {
    padding: 20px;
}

.header__menu {
    padding: 20px;
}

.header__menu img {
    border: 1px solid black;
}

 .name {
    font-size: 1.2em;
    text-align: center;
    font-style: italic;
    color: #1b7736;
    margin: 0px;
    padding-bottom: 60px;
}

hr {
    width: 75%;
    height: 2px;
    background-color: #535252;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
    padding: 25px;
    gap: 25px; 
}

.hero__right {
    border: 2px solid black;
    padding: 10px;
}

.button--cta {
    color: #fff;
    background-color: #1b7736;
    border-radius: 10px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-left: 20px;
}

/* Section 2 */
.section--2 {
    color: #fff;
    background-color: #535252;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 25px;
}

.section--2__header {
    text-align: center;
}

.section--2__cards {
    width: 600px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 50px;
}

.section--2__cards card {
    border: 1px solid #fff;
    width: 174px;
    height: 180px;  
}

.section--2__cards p {
    padding: 0px 5px;
}

.img {
    border: 2px solid black;
}

/* Section 3 */
.section--3 {
    color: #000;
    background-color: #ffffae;
    margin: 0px;
    padding: 50px;
}

.big {
    font-size: 20px;
}

.author {
    font-size: 15px;
    font-weight: bold;
    text-align-last: right;
}

/* Section 4 */
.section--4 {
    color: #fff;
    background-color: #535252;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta {
    color: #000;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 800px;
    padding: 0px;
}

.cta__textBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.cta__textBox-big {
    font-size: 20px;
    font-weight: bold;
}

.cta__textBox-small {
    font-size: 15px;
}

/*Page Headings*/
.page__heading {
    text-align: center;
    color: #fff;
    background-color: #535252;
    margin: 0 auto;
    padding: 25px;
}

/*Current Trips Slideshow*/
.slideshow {
    background-color: #535252;
    padding: 25px;
    display: flex;
    justify-content: space-around;
}

.thumbnail__images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: #fff;
}

.large__image {
    padding: 25px 0px;
    color:#fff;
}

.caption {
    max-width: 450px;
}

/*Show Info for Job Descriptions*/
.show__info {
    background-color: #535252;
    padding: 25px;
    color: #fff;
}

.show__info h2 {
    font-size: 1.3em;
}

.show__info h3 {
    font-size: 0.8em;
}

.show__info a {
    color: #ffff80;
    text-decoration: none;
    font-size: 1.4em;
}

#message {
    font-size: 1em;
    line-height: 1.5;
}

.show__info p {
    font-size: 1.1em;
}

/*Pages Under Construction*/
.comingSoon {
    color: #000;
    background-color: #fff;
    height: 200px;
    text-align: center;
    margin: 0px;
    padding: 25px;
    font-size: 0.8em;
}

/*Footer Styles*/
.footer  {
    color: #000;
    background-color: #ffffae;
    margin: 0px;
    padding: 25px;
}

.footer h3 {
    padding: 0px 40px;
}

.contact ul {
    list-style-type: none;
    line-height: 1.5;
}

.back-to-top {
    text-align: right;
    padding-right: 25px;
}

.footer p {
    font-size: 0.9em;
    text-align: center;
    color: #1b7736;
    background-color: #ffffae;
    padding: 25px 0px 0px;
}