/* CSS Document */
#about-wrapper{
  padding-top: 100px;
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Maven Pro", sans-serif;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.about-parent{
  background: white;
  width:80%;
  border-radius: 10px;
  padding-bottom: 50px;
  padding:20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-bottom:50px;
  font-size: 1.2em;
  line-height: 2em;
}
.about-top{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.about-bottom-holder{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.image-holder{
}
.image-text{
}
.about-image{
  align-self:center;
  width:100%;
    max-width:3000px;
  padding:15px;
}
hr.rounded {
  border-top: 8px solid #5A5A5A;
  border-radius: 5px;
  width:80%;
}

.about-extra{
  width:80%;
  font-size: 1.2em;
}

.about-bottom{
  padding-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items:center;
  flex-direction: column;
}


#contact-wrapper{
  padding-top: 100px;
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Maven Pro", sans-serif;
  flex-grow: 1;
}
.contact-title{
  color:white;
  font-weight: bold;
}
.contact-parent{
  padding-top:100px;
  display: flex;
  justify-content: space-around;
  width: 60%;
}
.contact-holder{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
}
.contact-icon{
  width:50px;
}
.contact-button{
  width:300px;
  height:300px;
  background:#73d442;
  border-radius: 50%;
  color: white;
  font-size: 2em;
  transition: .6s ease;
}

.contact-button:hover{
  background: #383838;
}
.contact-form-parent{
  background: white;

}
.contact-form{
  margin:auto;
  background: white;
  color:black;
  padding:20px;
  border-radius: 10px;
  margin-bottom: 20px;
  width:50%;
}
.form-holder{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 1.1em;
}
.form-name{
  display: flex;
}
.first-name{
  margin-right:30px;
}
input{
  margin: 8px 0;
  box-sizing: border-box;
}
.large-field{
  width: 40%;
}
.form-submit-hold{
  display: flex;
  justify-content: space-between;
  align-items: baseline;

}
.form-disclamer{
  font-size: .8em;
}

#events-wrapper{
  display: flex;
  align-items:center;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  padding-top:100px;
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
  flex-grow: 1;
}
.events-holder{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color:white;
  width: 75%;
  padding:30px;
  border-radius: 5px;
}
.events-title
{
  align-self: center;
}

.events-titletext{
  font-size: 3em;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  color:white;
}
.event{
  border-radius: 5px;
  color: black;
  background-color: white;
  margin-top:20px;
  padding:10px;
}
.event-title{
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  font-size: 2em;
}
.event-description{
  font-size: 1.2em;
}
.event-date{
  font-size: 1.4em;
}

.event-rsvp{
  background:    #159dd7;
  background:    linear-gradient(#159dd7, #0a8ae2);
  border-radius: 10px;
  padding:       15px 20px;
  color:         #ffffff;
  display:       block;
  font:          normal bold 20px/1 "Roboto", sans-serif;
  text-align:    center;
  border: 0px;
  transition: .65s ease;
  margin:15px;
}
.event-rsvp:hover{
  background:    linear-gradient(#169ad2, #0a85d8);
}

.event-img{
  width: 80%;
}

#articles-wrapper{
  padding-top: 100px;
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Maven Pro", sans-serif;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.articles-holder{
  background: white;
  width:80%;
  border-radius: 10px;
  padding-bottom: 50px;
  padding:20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-bottom:50px;
  font-size: 1.2em;
  line-height: 2em;
}
.articles-desc{

}
.articles-logo-holder{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.articles-logo{
  height:65px;
  margin-top:10px;
  margin-bottom: 10px;
  border-radius:2px;
}
.articles-list{
  font-size: 1em;
}
.articles-list-item{
  transition: .65s ease;
  padding-top:15px;
}
.article-list-title{
  padding-top:8px;
  padding-bottom:8px;
}
@media only screen and (max-width: 1000px){
  .skillHold{
    padding-top:100px;
  }
  .about-top{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-bottom-holder{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-parent{
    width:95%;
  }
  #about-wrapper{
    padding-top:150px;
  }
  .events-holder{
    width:100%;
  }
  #events-wrapper{
    padding-top:150px;
    align-items:center;
    justify-content: space-around;
  }
  #contact-wrapper{
    padding-top:150px;
    align-items: center;
  }
  .contact-parent{
    flex-direction: column;
    align-items: center;
  }
  .contact-form{
    width: 100%;
  }
  .form-name{
    flex-direction: column;
  }
  #articles-wrapper{
    padding-top: 150px;
  }
  .articles-holder{
    width:95%;
  }
  .articles-logo{
    height:45px;
  }
}
