/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: transparent;
  border: 0.1rem solid #fff;
}



/*
 * Base structure
 */

html,
body {
  font-family: 'Raleway';
  background-color: #050e1f; 
  display: -ms-flexbox;
  color: #fff;
  
}



.logo {
  width: 40px;
  height: 40px;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.image {
  padding-bottom: 5px; 
  margin-right: 3px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
  }

@media (max-width: 769px) {
  
  .image {
    height: 80px;
    width: 80px;
    object-fit: cover;
  }
}

.container{
  background-color: #fff;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}




/* Carousel base class */
.carousel {
  margin-bottom: 4rem;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.p {
  font-style: "italic"
  font-size: 1.25rem;
  font-weight: 300;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  object-fit: cover;
}

.jumbotron-heading {
    font-weight: 300;
    color: #050e1f;
}

.btn-primary{
    margin-right: 3px;
    
}

