/*---------- Bootstrap Override ----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: 1d1d1f;
}

.text-secondary,
.text-muted {
  color: #666 !important;
}


.card {
  overflow: hidden;
}

/*-- dropdown menu --*/
.dropdown-menu .dropdown-item {
  font-size: 15px;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 180px;
}

.dropdown-menu .dropdown-item:focus {
  background-color: #cc3333;
  color: #fff;
}

.dropdown-menu .about-dropdown {
  right: 0;
  left: auto;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  color: rgba(255, 255, 255, 1.0);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #999;
  color: rgba(255, 255, 255, 0.65);
  transition: .15s;
}

.nav-link {
  font-size: 18px;
  font-weight: 400;
}

/*---------- Common Classes ----------*/

body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 23px;
}


/*--- Other Classes ---*/

.home-hero-gradient {
  background-image: url("../img/hero-background-paper1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8eac0;
  /* background: linear-gradient(225deg,rgba(181, 229, 255, 1) 0%, rgba(225, 255, 255, 1) 100%); */

}

.content-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.content-section-header {
  margin-bottom: 40px;
}

.content-section-text {
  margin-bottom: 40px;
}

.form-container {
  background: #f3f3f3;
  padding: 30px;
  border-radius: 8px;
}

.footer {
  color: #666;
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer a {
  color: #666;
  text-decoration: none;
}

/*----- Utilties Classes -----*/

.margin-responsive-top40 {
  margin-top: 40px !important;
}

.margin-responsive-top60 {
  margin-top: 60px !important;
}

.margin-responsive-bottom40 {
  margin-bottom: 40px !important;
}

.margin-responsive-bottom60 {
  margin-bottom: 60px !important;
}

.padding-responsive-top40 {
  padding-top: 40px !important;
}

.padding-responsive-top60 {
  padding-top: 60px !important;
}

.padding-responsive-bottom40 {
  padding-bottom: 40px !important;
}

.padding-responsive-bottom60 {
  padding-bottom: 60px !important;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-10 {
  border-radius: 10px;
}


.border-radius-8 {
  border-radius: 8px;
}

.border-radius-4 {
  border-radius: 4px;
}

.top0 {
  margin-top: 0px !important;
}

.top10 {
  margin-top: 10px !important;
}

.top20 {
  margin-top: 20px !important;
}

.top30 {
  margin-top: 30px !important;
}

.right0 {
  margin-right: 0px !important;
}

.right5 {
  margin-right: 5px !important;
}

.right10 {
  margin-right: 10px !important;
}

.right20 {
  margin-right: 20px !important;
}

.bottom0 {
  margin-bottom: 0px !important;
}

.bottom5 {
  margin-bottom: 5px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.bottom30 {
  margin-bottom: 30px !important;
}

.left0 {
  margin-left: 0px !important;
}

.left5 {
  margin-left: 5px !important;
}

.left10 {
  margin-left: 10px !important;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
}

.relative {
  position: relative;
}

.bg-white {
  background: #fff;
}

.bg-light-gray {
  background: #f3f3f3;
}

.bg-black {
  background: #000;
  color: #fff;
}

.basic-hover {
  opacity: 1.0;
  transition: 0.15s;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
}

.basic-hover:hover {
  opacity: 0.75 !important;
}

/*----- Device Wrapper Classes -----*/

/*----- iPad -----*/
.ipad-wrapper-black {
  background: #000;
  padding: 3%;
  border-radius: 28px;
  border: 2px solid #999;
  margin-bottom: 20px;
}

.ipad-wrapper-black-thumbnail-lg {
  background: #000;
  padding: 3%;
  border-radius: 5% / 7%;
  border: 1px solid #666;
  margin: 10px;
}

.ipad-wrapper-black-thumbnail-sm {
  background: #000;
  padding: 4%;
  border-radius: 6% / 5%;
  border: 1px solid #666;
  margin: 10px;
}

/*----- iPhone -----*/
.iphone-wrapper-notch-black {
  background: #000;
  padding: 3%;
  border-radius: 10%/5%;
  border: 1px solid #666;
  position: relative;
}

/*----- Navigation Classes -----*/

.logo-cozy-scholar {
  width: 200px;
  height: 72px;
  padding-top: 20px;
  display: inline-block;
}

.hero-button {
  background-color: #ee4800;
  border: none;
  display: relative;
}


/*----- Screen size Classes -----*/

@media (min-width: 1200px) {


}

@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 991px) {

  .margin-responsive-top40 {
    margin-top: 30px !important;
  }

  .margin-responsive-top60 {
    margin-top: 40px !important;
  }

  .margin-responsive-bottom40 {
    margin-bottom: 30px !important;
  }

  .margin-responsive-bottom60 {
    margin-bottom: 40px !important;
  }

  .hero-button {
  display: block;
  margin-bottom: 20px;
  }

}

@media (min-width: 401px) and (max-width: 767px) {

  body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .content-section {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .content-section-header {
    margin-bottom: 25px;
  }

  .content-section-text {
    margin-bottom: 20px;
  }

  .ipad-wrapper-black {
    border-radius: 20px;
    border: 1px solid #999;
  }

  .margin-responsive-top40 {
    margin-top: 20px !important;
  }

  .margin-responsive-top60 {
    margin-top: 20px !important;
  }

  .margin-responsive-bottom40 {
    margin-bottom: 20px !important;
  }

  .margin-responsive-bottom60 {
    margin-bottom: 20px !important;
  }

  .lead {
    font-size: 1.15rem;
  }

  .hero-button {
  display: block;
  margin-bottom: 20px;
  }

}

@media (min-width: 0px) and (max-width: 400px) {

  body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .content-section {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .content-section-header {
    margin-bottom: 25px;
  }

  .content-section-text {
    margin-bottom: 20px;
  }

  .margin-responsive-top40 {
    margin-top: 20px !important;
  }

  .margin-responsive-top60 {
    margin-top: 20px !important;
  }

  .margin-responsive-bottom40 {
    margin-bottom: 20px !important;
  }

  .margin-responsive-bottom60 {
    margin-bottom: 20px !important;
  }

  .lead {
    font-size: 1.05rem;
  }

  .hero-button {
  display: block;
  margin-bottom: 20px;
  }

}