@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap'); */
@import url("https://use.typekit.net/pdf7uog.css");

/* html {
  font-size: 62.5%;
} */

/* Global */
/* * {
  margin: 0px;
  padding: 0px;
} */

h1, h2, h3, h4, h5, h6 {
  font-family: 'neuzeit-grotesk', sans-serif;
  font-weight: 700;
  font-style: normal;
}

div {
  font-size: 1.0rem;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

/*Font Awesome Icons Nav Bar START*/
.icon-nav-bar i {
    color: white;
    font-size: 2.6rem;
}

.icon-nav-bar p {
    color: white;
    font-size: 1.0rem;
    font-family: 'neuzeit-grotesk', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-style: normal;
}

.icon-nav-bar a:hover p {
    color: #F9D72D;
    transition: 0.2s;
}

.icon-nav-bar a:hover i {
    color: #F9D72D;
    transition: 0.2s;
}
/*Font Awesome Icons Nav Bar END*/

/* Headings */
h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.2rem;
  color: #1D3532;
}

h3 {
  font-size: 1.9rem;
}

h4 {
   font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Regular Text */
p {
  font-size: 1.0rem;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

.bold {
  font-weight: bold;
}

.extra-large-text {
    font-size: 2.0rem;
}

.large-text {
    font-size: 1.4rem;
}

.small-text {
    font-size: 0.7rem;
}

.top-pad-20 {
    padding-top: 20px;
}

.nscc-proud-special {
  font-size: 1.5rem;
}

.nscc-proud-special-sub {
  font-size: 0.9rem;
  font-family: 'neuzeit-grotesk', sans-serif;
}

li {
  font-size: 1.0rem;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

li a {
  font-weight: bold;
  text-decoration: underline;
}

a {
  font-size: 1.0rem;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

p a {
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #1D3532;
}

.font-white {
  color: #ffffff;
}

.font-black {
  color: #121212;
}

.font-green {
  color: #1D3532;
}

.font-gold {
  color: #F9D72D;
}

#black-box {
  height: 200px;
  width: 200px;
  background-color: #121212;
  color: white;
  text-align: center;
}

#green-box {
  height: 200px;
  width: 200px;
  background-color: #1D3532;
  color: white;
  text-align: center;
}

#yellow-box {
  height: 200px;
  width: 200px;
  background-color: #F9D72D;
  color: #121212;
  text-align: center;
}

#lightgrey-box {
  height: 200px;
  width: 200px;
  background-color: #E4E4E4;
  color: #121212;
  text-align: center;
}

#white-box {
  height: 200px;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  color: #121212;
  text-align: center;
}

/* DESKTOP */
@media (min-width: 767px){
  h1 {
    font-size: 4.0rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2.0rem;
  }

  h5 {
    font-size: 1.6rem;
  }

  h6 {
    font-size: 1.2rem;
  }

  .nscc-proud-special {
    font-size: 1.5rem;
  }

}
