* {
    font-family: 'Raleway', sans-serif;
}

body {
    height: 100%;
    width: 100%;
}

.navbar {
    padding: .8rem;
}

.navbar-nav li {
    padding-right: 20px;
}

.navbar-logo {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.carousel-inner img {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    object-fit: contain;
}

.banner {
    height: 10%;
    width: 100%; 
    margin-bottom: 25px;
    background-size: cover;
    box-sizing: content-box;
    object-fit: contain;
}

.banner-text {
    mix-blend-mode: exclusion;
    position: absolute;
    text-align: center;
    top: 200px;
    left: 0;
    width: 100%;
}

.jumbotron {
    padding: 2rem;
    border-radius: 0;
}

.lead {
  font-size: x-large;
  text-align:start;
}


[class*="col-"] {
    padding: 1rem;
}
.caroimg{
  max-width: 200px;
  max-height: 400px;
}

* {box-sizing: border-box}
/* Full-width input fields */
  input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */


/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #F7567C;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
  margin-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

#actualUse {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  margin-top: 20px;
  display: none;
}


.close:hover,
.close:focus {
  color: #F7567C;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
    width: 100%;
  }
}
button{
    font-family: 'Raleway', san serif;
    font-weight: bolder;
    border: 4px solid #302f3a;
    color: #302f3a;
    position: relative;
    margin: 2rem 3rem;
    padding: 1rem 2rem;
    font-size: 1.15rem;
    background-color: transparent;
    cursor: pointer;
  }
  button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -.6rem;
    top: -.5rem;
    z-index: -1;
    background-color: #F7567C;
    transition: all 200ms ease-out;
  }
  button:hover::before {
    top: 0;
    left: 0;
  }
  .button--bop:active {
    transform: translateY(3px);
  }

  .wrapper h2 {
    text-align: center; 
    font-size: 30px;
  }

  .img-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

.single-img {
  padding: 20px 20px 20px 20px;
  height: 220px;
  width:200px;
  overflow: hidden;
}


.single-img img {
  height: auto;
  width: 100px;
}

@media screen and (max-width: 600px)  {
  /* .navbar-nav a:not(:first-child) {display: none;}
      .topnav a.icon {
        float: right;
        display: block;
      } */
}


@media (max-width: 768px){


}

@media (max-width: 576px) {

}
