
body {
    font-family: Helvetica;
    font-size: 22px;
    color: seashell;
    background-color: black;
    opacity: 0.9;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: black;
}


.header{
  width: 100%;
  height:auto;
  max-height: max-content;
  border-bottom: 1px solid seashell;
  position: fixed;
  display: block;
  top: 0px;
  background-color: black;
  z-index: 5;
  padding: 0;
  margin:0;
}

.header img{
  height: 100px;
  width: 120px;;
}

.logo{
  float: left;
  height: 100%;
  padding-left: 10px;
  z-index: 5;
}


 /* <---- navigation ----> */ 

.navigation {
  float: right;
  height: 100%;
  margin: 0 auto;
  text-decoration: none;
}

.navigation a{
  height: 100%;
  display: table;
  float: left;
  padding: 30px 20px;
  text-decoration: none;
}

.navigation a li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-decoration: none;
  color:pink;
  flex:wrap;
  font-size: 20px;
}

 .navigation a li a:hover{
  color: gold;
} 


/*<--- responsive ---> */

.header .mobile{
  display: none;
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .header .navigation a  li{
    display: block;
    
      }
    .mission-container{
      max-height: auto;
    }
  .header .mobile{
    display: block;
  }
.header .desktop{
  display: none;
}

.logo{
  padding: 20px 0 0 20px;
}
.header img{
  height: 150px;
  width: 180px;;
}
.angela-photo{
  display:block;
  width: 100%;
  margin-top: 100px;
}
.angela-image{
  display:inline-block;
  width: 100%;
  
}
}
@media only screen and (max-width: 400px) {
  .angela-photo{
    display:block;
    width: 100%;
    margin-top: 100px;
  }
  .angela-image{
    display:inline-block;
    width: 100%;
    margin-top: 300px;
  }
  .ani-photo{
    margin-top: 100px;
    display: inline-block;
  }
  .help-photo{
    display:block;
    width: 100%;
    margin-top: 100px;
  }
  .help-image{
    margin-top: 300px;
  }
  .mission-container{
    /* height: 1000px; */
  }
  .front-text{
    /* margin-top: 100px; */
  }

}

 /* <---- mission container ----> */ 

.mission-container{
  background-image: url("images/IMG_0152.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 700px;
  width: 100%;
  /* max-width: 1200px; */
  margin-top: 10px;
  display: flex;
}

.front-text{
  margin: auto;
  background-color: black;
  width: 100%;
  opacity: 0.7;
  color:whitesmoke;
}

.box p {
  
}

.front-text h2{
  color:pink;
  font-size: 50px;
}

.front-text div {
  color: gold;
  display: inline;
}

.trend-container{
  display: inline-flex;
  max-width: 1000px;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.trend img{
  height: 200px;
  width: 300px;
  padding: 0px 10px;
}

.banner{
  height: 500px;
  max-width: 1200px;
  margin: 40px auto auto auto;
  padding-top: 85px;
  background-image: url("images/philbackground.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-top{
  font-size: 43px;
  font-weight: bold;
  color: gold;
 
}

.box-container{
  max-width: 1050px;
  margin: 15px auto auto auto;
  display: flex;
  justify-content: space-between;
}


.box{
  height: 300px;
  padding: 20px;
  margin-bottom: auto;
  flex-basis: 30%;
  box-sizing: border-box;
  background-color: black;
  opacity: 0.8;
}


h3 div {
  color: pink;
}

.contact{
  border: white solid 1px;

}

 /* <---- footer ----> */ 

footer {
  display: block;
  float: left;
  padding-left: 20px;
  font-size: 0.8em;
}

.contact-details {
text-align: center;
border: thin solid white;
}

.contact div{
  color: pink;
  display: inline;
}

.contact h1 {
  color:gold;
}

.text-top{
  color:gold;
  text-shadow: 0.5px 0.5px black;
}

 /* <---- help pages ----> */ 

.safe{
  color: #fff;
  font-weight: bolder;
}

.box a:hover{
  color: gold;
  text-decoration: underline;
  font-weight: bold;
}

.navigation a:hover{
  color: red;
}

/*<-- angela -->*/

footer img {
  width: 100%;
}

.angela-photo {
  margin-top: 200px;
  padding-top: 20px auto;
  display: flex;
  flex: wrap;
  align-items: center;
  justify-content: space-around;
}

.ani-message {
  margin-top: 200px;
  padding-top: 20px auto;
  display: flex;
  flex: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 100px;
}


.help-photo {
  margin: 20px 0;
  padding-top: 20px auto;
  display: flex;
  flex: wrap;
  align-items: center;
  justify-content: space-around;
}

.angela-imagetop{
margin-top: 100px;
}

.angela-image{
  height: auto;
  width: 400px;
  margin-top: auto;
}

.ani-image{
    height: auto;
    width: 500px;
    margin-top: 250px;
  }

.ani-photo{
  margin: 20px 0;
  padding-top: 20px auto;
  display: flex;
  flex: wrap;
  align-items: center;
  justify-content: space-around;
}

.help-image{
  width: 100%;
  margin-top: 250px;
  display: inline-block;
}

.helpful-link{
  text-decoration: none;
  list-style-type:none;
}

.askforangela{
  font-weight: bolder;
  color: red;
}

.helplinetitle{
  font-weight: bolder;
  font-size: 30px;
  color:red;
}

.featured, h1{
  color: gold;
}

.featured, h3{
  color: pink;
  
}

a{
  text-decoration: none;
}

