/*
Theme Name: Final SpecialDivi
Version: 1.0
Description: A child theme of SpecialDivi
Author: shannoncoffin
Template: SpecialDivi
*/

@import url("../SpecialDivi/style.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap');

h1{
    font-family: 'Barlow', sans-serif;
    font-size: 25pt;
    color: #f1592a;
    text-shadow: #707070 1px 1px 1px;
}

h2{
      font-family: 'Barlow', sans-serif;
      font-size: 20pt;
}

body{
      font-family: 'Barlow', sans-serif;
      font-size: 12pt;
}

.et_pb_fullwidth_header {
  padding: 150px 0;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-shadow: #707070 1px 1px 1px;
}

.et_pb_fullwidth_header h1{
  text-align: center;
}

#introduction{
  background-color: #ddd1c3;
}

#testimonials{
  background-color: white;
}

.et_pb_blurb img{
  border: 10px solid #ddd1c3!important;
}

.et_pb_blurb h4{
  text-align: center;
  text-shadow: 0px 0px 0px;
}

#solutions{
    background-color: #ddd1c3;
}

.et_section_regular img{
  border: 10px solid #ffffff;
}

#recycling{
    background-color: white;
}

#recycling img{
  border: 10px solid #ddd1c3;
}

#funding{
    background-color: #ddd1c3;
}

#signthepetition .header-content{
  text-align: center;
}

.et_pb_module_header{
    font-weight: bold;
    text-shadow: #707070 1px 1px 1px;
}

.et_pb_button{
    color: #ffffff !important;
    border-width: 0px !important;
    border-color: #FFFFFF;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 700 !important;
    background-color: #f1592a;
}

.et_pb_button:hover{
  color: #f1592a!important;
  background-color: white;
  font-size: 1.25em!important;
}

.et_pb_button::after, .et_pb_button::before {
  font-size: 1em;
  line-height: 1em;
  content: "\6a";
  opacity: 0;
  position: absolute;
  margin-top: .3em;
  margin-left: -1em;
}

a:hover{
  font-size: 1.5em!important;
  transition: all .4s ease-in-out;
  opacity: 1!important;
  color: #f1592a!important;
}

a:active{
	border-top: 5px solid #f1592a;
  	opacity: 1!important;}

.mobile_menu_bar::before {
  color: white;
}