<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  background-color: #ffefba;
  background-image: linear-gradient(0deg, #ffefba 0%, #ffffff 45%, #ffefba 100%);

  /*97D9E1*/

  padding-top: 56px;
  font-family: 'Libre Baskerville', serif;
}

.card-size {
  max-width:310px
}
.cust-grid{
  display: flex;
  justify-content: center;
  flex-flow:row wrap;
}

.cust-grid-col{
  float:none;
}

@media screen and (min-width:992px) {
  .card-headers {
    min-height: 175px;
  }

  .card-img {
    max-height: 385px;
  }
}

@media screen and (min-width:1125px) {
  .card-headers {
    min-height: 127px;
  }

  .card-img {
    max-height: 390px;
  }
}

@media screen and (min-width:1400px) {

  .card-img {
    max-height: 420px;
  }
}

.content {
  background-color: rgba(255,255, 255, .4);
  /*box-shadow: rgba(255, 255, 255, .8) -1px -1px 30px,
   rgba(255, 255, 255, .8) 1px 1px 30px;*/
}

.carousel-item {
  height: 58vh;
  min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {

  color: white;
  text-shadow: 1px 1px 3px black, 0 0 28px red, 0 0 6px darkred;

}

.portfolio-item {
  margin-bottom: 30px;
}

.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}

.navbar-brand {
  color: #383d3b;
  font-family: 'Libre Baskerville', serif;
  font-weight: bolder;
}

a {
  color: black;
}
nav {
  background-color: #e6dcd3;

}
.navbar {
  padding: 0;
}

footer {
  background-color: #e6dcd3;
}

hr {
  background-color: #e6dcd3;
}

.card-header {
  background-color:rgba(255, 255, 255, .3);
}

.card{
  background-color:rgba(255, 255, 255, .5);
}

.card-footer {
  border: none;
}

.spacing {
  height: 30em;
}

.btn {
  background-color: #e6dcd3;
}

/* Tablet and Mobile Styles*/

@media screen and (max-width:999px) {
  .carousel, .quiz, #bgStyle{
    display:none;
  }

}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 20;/* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  display: block;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 800px;
  height: 600px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-body {
  padding: 0;
}
.modal-content img {
  position: relative;
  top: -29px;

}
.modal-content button {
  position: relative;
  top: -121px;
  left: 233px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #888;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: 5px;
  left: -10px;
  z-index: 40;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width:749px) {
  .modal {
    display: none;
  }
}</pre></body></html>