@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200&display=swap');


body{
  margin: 0;
  padding: 0;
  font-family: 'Verdana', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 14px;
}

.container{
  max-width: 1200px;
  margin: 0 auto;
}

section {
  min-height: 85%;
  padding: 3%;
}
section h1 {
  margin: 0;
  padding: 20px 0;
  font-family: Dosis, 'Verdana', 'Lucida Sans';
  font-size: 40px;
}

#intro {
  background-image: url("../assets/images/raging_fire.jpg");
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#intro-main {
  background-color: white;
  padding: 10px;
  margin: 0 3%;
}
#fire-div > div {
  background: rgba(0, 0, 0, 0.4);
  padding: 3px;
  margin: 3%;
  text-align: center;
}
#fire-div > div p{
  color: white;
  font-size: 20px;
}
#bible-verse{
  display: block;
  margin-top: 30px;
}

#about {
  background-color: white;
  min-height: 60%;
}
#about a{
  color: black;
}

#resource {
  background-color: whitesmoke;
}
#resource div{
  text-align: center;
}
.resource-section{
  background-color: white;
  margin: 5% 10%;
  padding-bottom: 10%;
}
.resource-img img{
  height: 25%;
  width: 100%;
}
.resource-section a:link{
  text-decoration: none;
}
.resource-section a h4{
  color: black;
}
.resource-section a:hover{
  text-decoration: underline;
  text-decoration-color: black;
}

#contact {
  background-color: white;
}
#contact a{
  margin-top: 45px;
}

footer{
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  margin: 0;
  padding: 2%;
}

.signup-call{
  text-decoration: underline;
  display: block;
  margin: 2% 20%;
  background-color: sienna;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 8px 7px;
}

#error{
  margin: 0;
  padding: 2%;
  text-align: center;
}
#error img{
  height: 30%;
  width: 30%;
  max-height: 250px;
  max-width: 250px;
}
#error h2{
  margin-top: 3px;
  margin-bottom: 60px;
}

@media (min-width:450px) {
  .resource-section{
    margin: 5% 10%;
    padding-bottom: 5%;
  }
  .resource-img img{
    height: 40%;
    width: 100%;
  }
}
@media (min-width:500px) {
  #fire-div>div>p{
    font-size: 28px;
  }
  
  .resource-section{
    width: 300px;
    margin: 5% auto;
    padding-bottom: 5%;
  }
}
@media (min-width:700px) {
  .container{
    font-size: 16px;
  }
  
  section h1{
    font-size: 72px;
  }

  #intro{
    background-image: none;
    padding: 0;
  }
  #intro-main{
    background-color: whitesmoke;
    margin-bottom: 10%;
    display: flex;
  }
  #main-header-content{
    padding-top: 5%;
    text-align: left;
  }
  #intro-main h1{
    max-width: 500px;
  }
  .signup-call{
    width: 250px;
    height: 30px;
    padding-top: 15px;
    margin-top: 10%;
    margin-left: 0;
    font-size: 16px;
  }
  #main-header{
    min-width: 60%;
    padding-top: 1%;
  }
  #fire-div{
    margin: 0;
    padding-top: 5%;
    height: 40%;
    background-image: url("../assets/images/raging_fire.jpg");
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #about{
    display: flex;
  }
  #about div:nth-child(1){
    width: 55%;
    padding-top: 13%;
  }
  #about div:nth-child(2){
    width: 40%;
    padding-top: 10%;
    font-size: 20px;
  }

  #resource > div{
    display: flex;
    margin: 0 auto;
  }
  .resource-section{
    width: 30%;
    margin: 2%;
    padding-bottom: 7%;
  }
  .resource-section p{
    margin: 5px;
  }
  .resource-img img{
    height: 50%;
    width: 100%;
  }

  #contact{
    width: 580px;
    font-size: 20px;
  }
}
