/*the borders are coming in and out*/
/*getting rid of link underlines are not working*/

body {
  background-color: #000000;
  color: #ffffff;
}

/*Fonts*/

h1 {
  font-family: "Bebas Neue", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6rem;
  white-space: nowrap;
}

p {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
}

/*Header*/

.header_1 {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#lp_logo {
  height: 80%;
  width: auto;
}

.suicide_prevention {
  height: 100%;
}

.opaque:hover {
  opacity: .75
}

.white {
  background-color: #ffffff;
}

/*Nav*/
/*Links move when hover*/

.nav_ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style-type: none;
  font-family: "Bebas Neue", serif;
  box-sizing: border-box; 
  border-top: 1px solid white;
  border-bottom: 1px solid #ffffff;
  background-color: #161F4C;
  padding: 7px 0;
  font-size: 1.5rem;
}

.nav_ul:link, .nav_a:visited {
  text-decoration: none; /*not working*/  
  color: white;
}

.nav_a:hover {
  text-decoration: none;
  padding: 5px;
  background-color: #45549f;
  border: 1px solid white;
  border-radius: 20% / 50%;
  box-sizing: border-box;
  
}

/*Main Image and text*/

#main_img {
  width: 100%;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.center_right {
  position: absolute;
  top: 0%;
  left: 1%;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: left;
  padding-left: 20px;  
}

.bottom-right {
  position: absolute;
  top: 30%;
  left: 1%;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: left;
  padding-left: 20px;
}

.call_text_chat:link {
  text-color: white;
}

.call_text_chat:visited {
  color: white;
}

.call_text_chat:hover {
  color: #bababa;
}

.c2a1 {
  font-family: font-family: "Bebas Neue", serif;
  font-size: 2.5rem;
}

.donate_button {
  background-color: #161F4C;
  border: 2px solid white; /*does not work*/
  border-radius: 50% / 50%;
  width:fit-content;
  padding: 8px;
  font: 2rem "Bebas Neue", serif;
  color: white;
  text-decoration: none; /*does not work*/ 
}

.donate_button:link, .donate:visited {
  text-decoration: none;
  border: 2px solid white;
}

.donate_button:hover {
  background-color: #45549f;
}



/*@media (max-width: 900px) {
  .c2a1 {
    display: none;
  }

  .center_right {
    display: none;
  }

  .bottom-right {
    display: none;
  }

  #main_img {
    visibility: visible;
  }
}*/

/*@media (min-width: 900px) {
  .c2a1 {
    font-family: font-family: "Bebas Neue", serif;
    font-size: 1.5rem;
  }

  .container {
    position: relative;
    text-align: center;
    color: white;
  }
  
  .center_right {
    position: absolute;
    top: 0%;
    left: 1%;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: left;
    padding-left: 20px;  
  }
  
  .bottom-right {
    position: absolute;
    top: 30%;
    left: 1%;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: left;
    padding-left: 20px;
  }
  }

  @media (min-width: 1200px) {
    .c2a1 {
      font-family: font-family: "Bebas Neue", serif;
      font-size: 2rem;
    }
  
    .container {
    position: relative;
    text-align: center;
    color: white;
  }
  
  .center_right {
    position: absolute;
    top: 0%;
    left: 1%;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: left;
    padding-left: 20px;  
  }
  
  .bottom-right {
    position: absolute;
    top: 30%;
    left: 1%;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: left;
    padding-left: 20px;
  }
}*/

/*get section side by side*/
/*https://stackoverflow.com/questions/5387392/how-to-get-these-two-divs-side-by-side*/

/*Sections*/

.section {
  display: flex;
  justify-content: space-between;
}

.section_head {
  font: 3rem "Bebas Neue", serif;
  font-weight: 600;
  font-style: normal;
}

.subheading {
  font: 1.5rem "Bebas Neue", serif;
  font-weight: 300;
  font-style: normal;
}

.text {
  width: 60%;
  margin: 0 5%;
  padding-top: 5vh;
}

.section_img {
  width: 40%;
  height: 60vh;
  display: flex;
  align-items: center;
}

/*Images*/

#linkin_park_band_pic, #chester_with_family, #text_call_chat {
  width: 100%;
}

#days_before_img {
  height: 100%;
  padding-top: 40vh;
}

#text_call_chat {
   padding-top: 50%;
}

#interacting_with_fans {
  width: 100%;
}
/*within reach*/

.within_reach {
  text-align: center;
}

/*@media*/

@media (max-width: 1400px) {
  .c2a1 {
    font-family: font-family: "Bebas Neue", serif;
    font-size: 1.75rem;
  }
}

@media (max-width: 1200px) {
  .c2a1 {
    font-family: font-family: "Bebas Neue", serif;
    font-size: 1.5rem;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 3.5rem;
  }
  
  #lp_logo {
    height: 60%;
    }

  .nav_ul {
    font-size: 1.25rem;
  }

  /*call to action*/

  .c2a1 {
    font-family: font-family: "Bebas Neue", serif;
    font-size: 1.0rem;
  }
  }

@media (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
  
  #lp_logo {
    height: 40%;
  }

  .nav_ul {
    font-size: 1rem;
  }

  .c2a1 {
    font-family: font-family: "Bebas Neue", serif;
    font-size: .75rem;
  }
}


