/* Start custom CSS */

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

body {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0c1013;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4 {
  font-family: "Antonio", sans-serif;
}

#newsletter-optin {
  background-color: #000;
  min-height: 100vh;
}

.newsletter-header {
  max-width: 700px;
  margin: auto;
}
.newsletter-header h1 {
  color: #ffffff;
  font-size: 2rem;
}

.newsletter-header h1 span {
  color: #d90b20;
  font-weight: bold;
}

.newsletter-header h2 {
  color: #bbbbbb;
  font-size: 0.9rem;
  width: 85%;
  margin: auto;
}

.newsletter-header h2 span {
  color: #d90b20;
  font-style: italic;
}

.newsletter-header p {
  color: #bbbbbb;
  font-size: 0.9rem;
  line-height: 1.2;
}

.newsletter-header p span {
  color: #d90b20;
  text-decoration: underline;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.btn-close {
  position: absolute;
  top: -30px;
  right: 0px;
  background-color: #d90b20;
}

.btn-download {
  background-color: #d90b20;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  padding: 20px 15px 8px 15px !important;
  border-radius: 8px;
  box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.24);
  text-decoration: none !important;
}

.btn-download h2 {
  color: #ffffff;
  font-size: 1.4rem !important;
  text-transform: capitalize;
}

.btn-download:hover {
  background-color: #c30a1d;
}

.btn-download p {
  color: #222;
  font-size: 1rem;
  line-height: 1;
}

.lp-title-emph {
  color: #d90b20;
  font-weight: bolder;
  display: block;
  font-size: 2.5rem;
  padding-bottom: 10px;
}

.lp-title {
  font-size: 1.6rem;
}

.video-thumbnail {
  max-width: 100%;
}

.video-btn {
  margin-top: 60px;
  border: 1px solid #eee;
  cursor: pointer;
  background-color: #d90b20;
}

.video-thumbnail:hover {
  opacity: 0.9;
}

.red {
  color: #d90b20;
}

.italic {
  font-style: italic;
}

.cnt-narrow {
  max-width: 1140px;
}

#mainNav {
  border: none;
  background-color: #f5f5f5;
  transition: top 0.5s ease-in-out;
  box-shadow: 0px 4px 20px -1px rgb(0 0 0 / 24%);
}
#mainNav .navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#mainNav .navbar-brand img {
  height: 35px;
}

#mainNav.navbar-show {
  top: 0px;
}

#navbarNav {
  padding: 15px 0;
}

.nav-item {
  padding: 0.25rem 1.25rem;
  transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}

.nav-item.nav-item-shrink {
  padding-left: 1.15rem !important;
  padding-right: 1.15rem !important;
}

.nav-link {
  color: #1e2022 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-link.active {
  color: #d90b20 !important;
}

.hero-nav-buttons {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero-nav-buttons li {
  display: inline-table;
}

.btn-mg {
  color: #fff !important;
  background-color: #d90b20;
  font-size: 1.2rem;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

.btn-mg:hover {
  background-color: #c30a1d;
}

.btn-nav {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.btn-masthead {
  padding: 0.9rem 1.8rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}

.links-avatar {
  border-radius: 100%;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
  border: 7px #d90b20 solid;
  box-shadow: 0px 4px 20px -1px rgb(0 0 0 / 24%);
}

.links-avatar img {
  width: 100%;
}

header#masthead {
  padding: 150px 0;
  min-height: 70vh;
  text-align: left;
  color: #1e2022;
  background-image: url("/assets/MG-BG-Masthead-Mobile-v3-5e2b5b9b.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: top center;
}

header#masthead img {
  display: none;
}

header#masthead h1 {
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

header#masthead h1 .red {
  font-weight: normal;
  text-decoration: underline;
}

header#masthead h2 {
  font-size: 1.2rem;
  line-height: 1.3;
}

#masthead-intro {
  min-height: 100vh;
  padding: 25px;
  background-color: #000000ad;
  position: absolute;
  bottom: 0px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.social-circle {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #1e2022;
  color: #fff !important;
  padding: 5px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 5px 5px 0 0;
}

.social-circle:hover {
  background-color: #d90b20;
}

.seenin-logo {
  opacity: 0.7;
  height: 30px;
  display: inline;
  margin: 0 15px;
  justify-content: space-evenly;
}

section {
  padding: 80px 0;
  color: #0c1013;
}

section#meet {
  padding-top: 0px;
}

section#meet h2 {
  margin-bottom: 20px;
}

section#meet p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

section#seen-in {
  padding: 0px;
  position: relative;
  top: -35px;
}

section#seen-in img {
  max-width: 100%;
}

section#seenin,
section#statistics,
section#statistics-mobile {
  padding: 30px;
  background-color: #f5f5f5;
  text-align: center;
  background-image: url("/assets/MG-BG-Masthead-v2_02-0051783b.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
}

section#statistics-mobile {
  text-align: left;
}

section#statistics-mobile span:after,
section#statistics span:after {
  content: " ";
  height: 15px;
  display: block;
}

section#seenin p,
section#statistics p,
section#statistics-mobile p {
  margin: 0;
}

section#statistics h3,
section#statistics-mobile h3 {
  color: #d90b20;
  font-size: 1.5rem;
  font-weight: bolder;
}

section#statistics span,
section#statistics-mobile span {
  text-transform: uppercase;
  font-size: 0.75rem;
}

section#contact {
  background-image: url("/assets/links-bg-b4af8a12.jpg");
  background-size: cover;
  background-position: top center;
}

#contact-form-block {
  margin: 40px auto 0px auto;
  padding: 20px;
  background-color: #0c101340;
  border-radius: 20px;
}

section#links {
  background-image: url("/assets/links-bg-b4af8a12.jpg");
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
}

section#links h1 {
  font-size: 1.8rem;
}

section#links h2 {
  font-size: 1rem;
}

section#about {
  padding: 0px 0 100px 0;
}

section#about span {
  display: inline;
}

.about-avatar {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  border: 14px solid #d90b20;
  border-radius: 100%;
}

section#about-matt {
  background-image: url("/assets/links-bg-b4af8a12.jpg");
  background-size: cover;
  background-position: top center;
}

section#awards {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

section#awards::before {
  content: "";
  background-image: url("/assets/mg-bg1-bbfc470e.svg");
  background-size: cover;
  background-color: #678faa;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

section#judging p span {
  display: inline;
}

section h2 {
  font-size: 2.5rem;
  color: #d90b20;
  position: relative;
}

section h3 {
  font-size: 1rem;
  color: #1e2022;
  position: relative;
  text-transform: uppercase;
}

section p {
  font-size: 0.9rem;
  line-height: 1.8;
  position: relative;
}

section ul {
  margin-left: 1.5em !important;
  position: relative;
  display: inline-block;
  text-align: left;
}

section ul span {
  color: #d90b20;
}

section li {
  color: #1e2022;
  padding: 1rem;
  position: relative;
  font-size: 0.9rem;
}

section .fa-li {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  color: #d90b20;
  background: rgba(217, 11, 32, 0.1);
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.links-block {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 30px;
}

.link-item {
  background-color: #d90b20;
  font-size: 1rem;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  padding: 15px !important;
  border-radius: 8px;
  box-shadow: 0px 4px 20px -1px rgb(0 0 0 / 24%);
  text-decoration: none !important;
}

.link-item h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  color: #1e2022 !important;
}

.link-item p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #ffffff !important;
}

#matt-bubbles {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: -60px;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

#page-up-chevron {
  position: fixed;
  bottom: 30px;
  right: -50px;
  color: white;
  background-color: #d90b20;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  font-size: 22px;
  opacity: 0.85;
  transition: right 0.5s ease-in-out;
  z-index: 1;
}

.showUpChev {
  right: 30px !important;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.footer-logo {
  width: 200px;
}

#matt-gubba-footer-signature {
  margin: auto;
  width: 200px;
  margin-bottom: 20px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  header#masthead {
    padding: 0px;
    text-align: center;
    min-height: 200px;
    margin: auto;
    background-image: none;
    background-color: #0c1013;
  }

  header#masthead img {
    max-width: 100%;
    display: block;
  }

  section#seen-in {
    display: none;
  }

  section#about {
    padding: 60px 0px 80px 0px;
  }

  #contact-form-block {
    width: 100%;
    padding: 30px;
  }

  .newsletter-header h1 {
    font-size: 2.5rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section#about span {
    display: block;
  }

  section#statistics span:after {
    content: " ";
    height: 0px;
    display: block;
  }

  #contact-form-block {
    width: 80%;
    padding: 40px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .video-btn {
    margin-top: 50px;
  }

  #contact-form-block {
    width: 70%;
  }

  .newsletter-header h1 {
    font-size: 3rem;
  }

  .newsletter-header h2 {
    font-size: 1.3rem;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  section#about span {
    display: inline;
  }

  .video-btn {
    margin-top: 40px;
  }

  #contact-form-block {
    width: 60%;
  }

  .newsletter-header h1 {
    font-size: 3.5rem;
  }

  .newsletter-header h2 {
    font-size: 1.5rem;
  }
}
