body {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  font-weight: 700;
}

p {
  color: #5c5c5c;
}

/* Colors */


/* Headings */
.big-heading {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */
.container-fluid {
  padding: 7% 15%;
}

/* Sections */
.title {
  background-color: #303841;
  color: #fff;
}

.events-section {
  background-color: #fcdfcd;
  color: #000;
}

.classifieds-section {
  background-color: #00ADB5;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px #282828;
}

.library-section {
  background-color: #FF9F29;
  color: #fff;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.1rem;
  font-family: "Montserrat";
  font-weight: 300;
}

.navbar-nav .nav-item .nav-link {
  color: #c9c9c9;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #eeeeee;
}

/* Buttons */
.btn-primary {
  background-color: #FF5722;
  font-weight: 500;
  color: #FFFFFF;
  border-color: #303841;
  text-shadow: 0px 4px 4px #000000;
}

.btn-primary:hover {
  font-weight: 500;
  background-color: #ee420c;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-success {
  font-weight: 500;
  background-color: #00ADB5;
  text-shadow: 0px 5px 5px #282828;
  border-color: #303841;
}

.btn-success:hover {
  font-weight: 500;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #0c777c;
}

/* Title Section */
#title .container-fluid {
  padding: 3% 15% 7%;
  text-align: left;
}

.title-image {
  width: 60%;
  transform: rotate(0 deg);
  position: absolute;
  right: 10%;
}

/* Events Section*/
#events {
  position: relative;
}

.events-box {
  padding: 4.5%;
}

.events-icon {
  color: #00ADB5;
  margin-bottom: 1rem;
}

.events-icon:hover {
  color: #FF5722;
}

.events-title {
  font-size: 1.5rem;
}

/* Classifieds Section */
.classifieds-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.classifieds-text {
  font-size: 3rem;
  line-height: 1.5;
}

/* Press Section */
#press {
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Library Section */
#library {
  padding: 100px;
}

.library-column {
  padding: 3% 2%;
}

.library-text {
  font-size: 3rem;
  line-height: 1.5;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}

@media(max-width: 992px) {
  .title-image {
    display: none;
  }
}

/* CTA Section */
/* Footer Section */
#footer {
  background-color: #fff;
  color: #000;
  padding:
}

.social-icon {
  color: #000;
  margin: 20px 10px;
}
