/*
 * Globals
 */

/* Links */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

body {
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}

.bg-frostair {
  background-color: #0060a8;
  color: white;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.text-link {
  font-weight: 700;
  color: #012d4e;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  color: #0060a8;
 }

/*
 * Fonts
 */


/*
 * Header
 */

 .header-container {
   background-color: whitesmoke;
 }
 .contact {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
 }

 .contact:hover,
 .contact:focus {
  color: #0060a8;
 }
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75) !important;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: #0060a8 !important;
  border-bottom-color:  #0060a8;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active .nav-link{
  color: #0060a8 !important;
  border-bottom-color:  #0060a8;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
}

#topnav {
  top: -100px;
}
/*
  Carousel
 */

.carousel-text-top{
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    text-align: left;
}

.carousel-text-bottom{
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(0, 0, 0);
  text-align: left;
  background-color: #fff;
}

/*
  Sections
  */

section {
  padding-top: 80px;
  overflow: hidden;
}

#hero {

  padding-top: 50px;
}

.topgap {

  margin-top: 6rem;
}

/*
  Borders
  */

.frostair-border-bottom{
  border-bottom: .25rem solid #0060a8;
}
/*
  Cards
 */

.card-button{
  position: absolute;
  bottom: 20px;
}

.card-body {
  background-color: rgba(0,0,0,.03);
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.card-text {
  margin-bottom: 3.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.card-button {
  margin-left: 1.25rem;
}

/*
 * Checklist
 */
 .frostair-check-list li{
  padding-top: 10px;
 }
/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
 .footer-link {
  padding: .5rem 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 1) !important;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
 }

 .footer-link:hover,
 .footer-link:focus {
  text-decoration: underline;
 }

 .social-links a{
  font-size: 16px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
 }

 .social-links a:hover{
   background: transparent;
 }