.il2d_red {
  color: #b7212a;
}

* {
  box-sizing: border-box;
}

body {
  color: #6d6f71;
}

a, a:hover {
  color: #6d6f71;
}

.row, .col {
  margin: 0px;
  padding: 0px;
}

.flex-container {
  display: flex;
  justify-content: space-around;
}

.il2d_button {
  margin-top: -20px;
  margin-bottom: 50px;
}
.il2d_button button {
  border-radius: 20px;
  background-color: #b7212a;
  font-size: 0.75rem;
  color: #fff;
  height: 80px;
  width: 80px;
  border-color: #fff;
  border-width: 6px;
  border-style: solid;
  box-shadow: 8px 10px 15px #444;
  background-image: linear-gradient(180deg, #b7212a 40%, #f5c5c5 100%);
}

.hp_container, .contact_container {
  padding: 0px;
  margin-bottom: 10px;
}

.fb_logo {
  position: absolute;
  bottom: 48%;
  right: 16%;
  max-width: 30px;
  height: auto;
  border-radius: 6px;
}

.signature {
  color: #b7212a;
  font-family: "Yesteryear", cursive;
  font-size: 2rem;
  text-align: right;
}

.yt-container {
  display: flex;
}

.yt-list {
  margin-top: 20px;
  align-self: center;
  padding-inline-start: 10px;
}
.yt-list li {
  list-style: none;
}

.collingwood {
  max-width: 220px;
  background-color: #1e73be;
  padding: 10px 20px;
}

.boss {
  z-index: 1000;
}

.ian {
  margin-top: -50px;
}

.becca, .more-success {
  width: 90%;
}

.contact-title {
  color: white;
  background-color: #ccc;
  max-width: 350px;
  padding: 10px 20px;
  font-size: 1.5rem;
  border-radius: 25px;
  border: 4px solid #fff;
  margin-bottom: -50px;
}

.grey-stripe {
  background-color: #cccccc;
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.dbes-bordered {
  border: solid 2px #b7212a;
}

/*contact form styling*/
.contact-form {
  margin-left: 0px;
  margin-right: auto;
  text-align: right;
  margin-top: 50px;
  padding-right: 5%;
}
.contact-form fieldset {
  margin-bottom: 20px;
}
.contact-form ul {
  padding: 0;
}
.contact-form li {
  list-style: none;
  margin-bottom: 15px;
}
.contact-form input {
  max-width: 200px;
}
.contact-form textarea {
  max-width: 200px;
}
.contact-form label {
  min-width: 160px;
}
.contact-form .form-required {
  color: red;
}

/* contact form styling */
@media only screen and (min-width: 320px) {
  .fb_logo {
    bottom: 48%;
    max-width: 35px;
    right: 16%;
  }
  .contact-form input {
    max-width: 240px;
  }
  .contact-form textarea {
    max-width: 240px;
  }
  .contact-form label {
    min-width: 160px;
  }
  /* contact form styling */
}
@media only screen and (min-width: 568px) {
  .fb_logo {
    bottom: 48%;
    max-width: 60px;
    right: 15%;
  }
  .container {
    max-width: 100%;
  }
  .contact-form input {
    max-width: 360px;
  }
  .contact-form textarea {
    max-width: 360px;
  }
  .contact-form label {
    min-width: 160px;
  }
  /* contact form styling */
}
@media only screen and (min-width: 768px) {
  .il2d_button {
    align-self: center;
  }
  .il2d_button button {
    font-size: 1rem;
    height: 100px;
    width: 100px;
  }
  .fb_logo {
    bottom: 48%;
    max-width: 70px;
    right: 15%;
  }
  .container {
    max-width: 100%;
  }
  .newspaper {
    -moz-columns: 130px 3;
         columns: 130px 3;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .becca, .more-success {
    width: 75%;
  }
  .grey-stripe {
    background-color: #cccccc;
    height: 500px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }
  .contact-form input {
    max-width: 560px;
  }
  .contact-form textarea {
    width: 560px;
  }
  .contact-form label {
    min-width: 160px;
  }
  /* contact form styling */
}
@media only screen and (min-width: 992px) {
  .fb_logo {
    bottom: 48%;
    max-width: 100px;
    right: 15%;
  }
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .fb_logo {
    bottom: 45%;
    max-width: 125px;
    right: 15%;
  }
  .container {
    max-width: 1200px;
  }
}/*# sourceMappingURL=style.css.map */