@font-face {
  font-family: "francois_oneregular";
  src: url("./fonts/francoisone-webfont.eot");
  src: url("./fonts/francoisone-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/francoisone-webfont.woff2") format("woff2"), url("./fonts/francoisone-webfont.woff") format("woff"), url("./fonts/francoisone-webfont.ttf") format("truetype"), url("./fonts/francoisone-webfont.svg#francois_oneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arnopro";
  src: url("./fonts/arnopro-webfont.eot");
  src: url("./fonts/arnopro-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/arnopro-webfont.woff") format("woff"), url("./fonts/arnopro-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dancing_script_otregular";
  src: url("./fonts/dancingscript-regular-webfont.eot");
  src: url("./fonts/dancingscript-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/dancingscript-regular-webfont.woff2") format("woff2"), url("./fonts/dancingscript-regular-webfont.woff") format("woff"), url("./fonts/dancingscript-regular-webfont.ttf") format("truetype"), url("./fonts/dancingscript-regular-webfont.svg#dancing_script_otregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: francois_oneregular;
}

p {
  font-family: arnopro;
}

.slogan {
  font-family: dancing_script_otregular;
  font-size: 30px;
}

li {
  font-family: arnopro;
}

.navbar {
  margin: 0;
  font-size: 18px;
}

/* Change the logo colour */
.navbar-inverse .navbar-brand {
  color: white;
}

/* The hover effect on the logo */
.navbar-inverse .navbar-brand:hover {
  color: red;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: rgb(32, 59, 63);
}

/* Background colour for when you click on 'Social Media' */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(32, 59, 63);
}

/* Background colour of the navbar */
.navbar-inverse {
  background-color: rgb(52, 79, 83);
}

.jumbotron {
  margin: 0;
  min-height: 90%;
  color: white;
  background-image: url(images/image3blur.jpg);
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jumbotron .qf h1, .jumbotron .qf h2, .jumbotron .qf h3 {
  font-family: francois_oneregular;
}
.jumbotron .qf h3, .jumbotron .qf img {
  display: inline;
}
.jumbotron .qf h2 {
  margin: 0 0 30px 0;
}
.jumbotron .qf h3 {
  margin: 0;
  margin-right: 10px;
}
.jumbotron .qf .with-wrapper {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.jumbotron .qf .with-wrapper img {
  margin-right: 10px;
}

.vertical-center {
  min-height: 95%;
  min-height: 95vh;
  text-align: center;
  /* All the different syntaxes for flex box vertical center*/
  /*2009 Syntax*/
  display: -webkit-box;
  display: box;
  /* current syntax */
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  /* current syntax */
  -webkit-align-items: center;
  flex-align: center;
  align-items: center;
}

.btn {
  font-family: francois_oneregular;
  background-color: rgb(43, 185, 165);
  border: 1px solid white;
}

.btn:hover {
  background-color: #219080;
  border: 1px solid white;
}

.secondSection {
  padding: 30px;
  font-size: 25px;
  margin: 0;
  text-align: center;
  background-color: rgb(43, 185, 165);
  color: white;
  border-bottom: dashed 4px rgb(243, 243, 243);
}

.secondSection ol {
  padding: 0;
  list-style-position: inside;
}

.secondSection h2 {
  font-family: "francois_oneregular";
}

.thirdSection {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(243, 243, 243);
}
.thirdSection h3 {
  margin: 0;
}

.aim {
  font-size: 25px;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 50px;
  padding-bottom: 50px;
  color: rgb(243, 243, 243);
  background-color: rgb(45, 45, 47);
  border-top: 2px white solid;
  position: relative;
}

.quote {
  font-family: "dancing_script_otregular";
  font-size: 40px;
  color: rgb(243, 243, 243);
  margin-bottom: 20px;
}

#learnMore {
  font-size: 16px;
  color: rgb(43, 185, 165);
}

.down-triangle-holder {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: rgb(243, 243, 243);
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  display: inline-block;
  border-top: 25px solid rgb(45, 45, 47);
}

.hiddenTitle {
  text-align: center;
  background-color: rgb(243, 243, 243);
}

.hiddenTitle h2 {
  padding-top: 30px;
  margin: 0;
}

.needConvincing {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 7%;
  padding-right: 7%;
  width: 100%;
  background-color: rgb(243, 243, 243);
}

.video {
  text-align: center;
  border-right: solid 1px gray;
  background-color: inherit;
}

.blogPosts {
  min-height: 100%;
  float: right;
  background-color: inherit;
}

.title {
  padding: 10px;
  width: 100%;
  min-height: 50%;
  background-color: inherit;
}

.title > h2 {
  margin: 0;
}

.blogPost1 {
  width: 50%;
  min-height: 50%;
  float: left;
  padding: 10px;
}
.blogPost1 p {
  font-size: 14px;
}

.blogPost2 {
  width: 50%;
  min-height: 50%;
  float: right;
  padding: 10px;
}
.blogPost2 p {
  font-size: 14px;
}

.partners {
  display: inline-block;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(43, 185, 165);
}

.sponsorLogo {
  width: 400px;
}

.sponsorLogo2 {
  width: 200px;
}

.signoff {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* About Page Specific */
.aboutMain {
  width: 100%;
  background-color: rgb(45, 45, 47);
  padding-bottom: 5%;
  text-align: center;
}

.aboutHolder {
  display: inline-block;
  width: 80%;
  background-color: rgb(243, 243, 243);
  border-left: solid 5px rgb(43, 185, 165);
  color: rgb(45, 45, 47);
  text-align: left;
  padding: 5%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 18px;
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.personAndDescriptionHolder {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 20px;
}
.personAndDescriptionHolder p {
  text-align: center;
  display: inline-block;
}

.name {
  text-align: center;
}
.name h3 {
  font-size: 32px;
  font-family: "dancing_script_otregular";
}

.aboutPhoto {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100px;
}

#chrisPhoto {
  background-image: url("images/chris.png");
  background-size: cover;
}

#paulPhoto {
  background-image: url("images/paul.png");
  background-size: cover;
}

#ashPhoto {
  background-image: url("images/ash.jpeg");
  background-size: cover;
}

.socials a {
  margin-right: 20px;
}
.socials img {
  width: 64px;
}

/* Blog Page Specific */
.blogMain {
  width: 100%;
  background-color: rgb(45, 45, 47);
  padding-bottom: 5%;
  text-align: center;
}

.blogHolder {
  display: inline-block;
  width: 80%;
  background-color: rgb(245, 245, 245);
  border-left: solid 5px rgb(43, 185, 165);
  color: rgb(52, 79, 83);
  text-align: left;
  padding: 5%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 20px;
}

.newBlogSection {
  padding-top: 5%;
  border-top: dashed 2px rgb(43, 185, 165);
}

/*Donate page specific*/
.donateOptions {
  display: inline-block;
  width: 100%;
  background-color: rgb(50, 50, 50);
  text-align: center;
}

.donateIcon {
  /*width: 20%;*/
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  display: inline-block;
  color: rgb(245, 245, 245);
  font-family: "francois_oneregular";
}

.donateHolder {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: rgb(50, 50, 50);
  font-size: 18px;
}

.donateContent {
  width: 80%;
  display: inline-block;
  text-align: left;
  padding: 5%;
  padding-left: 10%;
  padding-right: 10%;
  background-color: rgb(245, 245, 245);
  border-left: solid 5px rgb(43, 185, 165);
  margin-bottom: 50px;
}

.input {
  width: 70%;
  padding: 15px;
  margin-bottom: 10px;
}

.selectInput {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Contact Specific */
input {
  width: 300px;
}

textarea {
  resize: none;
  width: 300px;
  height: 200px;
}

@media screen and (max-width: 1050px) {
  .personAndDescriptionHolder {
    text-align: center;
  }

  .name {
    width: none;
    float: none;
  }

  .name h3 {
    top: -50px;
  }

  .aboutHolder {
    padding-left: 3%;
    padding-right: 3%;
    width: 90%;
  }

  .aboutPhoto {
    float: none;
    margin-left: 20px;
  }

  .thirdSection {
    padding-left: 3%;
    padding-right: 3%;
  }

  .personAndDescriptionHolder p {
    float: none;
    width: 100%;
  }

  .sponsorLogo {
    width: 60%;
  }

  .blog-image {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .name h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .jumbotron .qf h3 {
    margin-bottom: 10px;
  }
  .jumbotron .qf .with-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .jumbotron .qf .with-wrapper img {
    margin-bottom: 10px;
  }

  .dhlnarvar-image {
    width: 100%;
  }
}

/*# sourceMappingURL=style2.css.map */
