.bg-read {
    background-color: #d7c5ef!important;
}
.carousel-item {
  height: 80vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.absol {
 position: absolute;
    width: 80%;
    bottom: 10px;
    border: 1px solid #9779c0;
}
.portfolio-item {
  margin-bottom: 30px;
}
/*.bg-round {
    background-image: url(http://standrews1.com/zzz/images/circles-and-roundabouts.png);
}*/
.ml-2 {
    font-size: 1.6rem;
}
.mobile {
    display: none;
}
.desktop {
    display: inline-block;
}
#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid #afa3bf8f;
    padding: 12px 30px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 30px;
}
.dropdown-toggle::after {
  color: #5a3383;
}
  .btn-outline-secondary {
    color: #9879C0;
    background-color: transparent;
    background-image: none;
    border-color: #724EA2;

}
  .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #59348e;

}
  body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 450px;
}
.dropdown-menu.show {
    display: block;
}
.u-content-space {
    padding-top: 6.25rem;
    /* padding-bottom: 6.25rem; */
}
.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.page-section {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 2rem;
  font-weight: 100;
}

.bg-faded {
    background-color: rgba(230, 209, 249, 0.85);
}
.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}
.alert-primary {
    color: #0b0c0c;
    background-color: #9879c073;
    border-color: #5a338e;
}
.alert-primary hr {
    border-top-color: #ffffff;
}
.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5a338e;
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}
.btn-primary {
    color: #fff;
    background-color: #59348e;
    border-color: #9779c0;
}

.collapsible {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #5a338e!important;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {
  content: "\2212";
}*/

.content-about {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.content-about .btn-secondary {
    background: #CDA8FF;
}

.fakeimg {
    margin: auto;
    max-width: 500px;
}

figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 500px;
    margin: auto;
}

figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}

.modal-header {
    padding-bottom: 5px;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* Dropdown Button */
.dropbtn {
  background-color: #9879C0;
  color: white;
  font-size: 14px;
  border: none;
  /*text-transform: uppercase;*/
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: fixed;
  top: 180px;
  background-color: #9879C0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #300D5F;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #300D5F;}

.content-wrapper {
        padding-top: 7.75rem;
        margin-left: 0;
    }
    .topnav
    {
        overflow: hidden;
        background-color: #333;
    }

    .topnav a 
    {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .topnav a:hover
    {
        background-color: #ddd;
        color: black;
    }

    .topnav a.active
    {
        background-color: #04AA6D;
        color: white;
    }
    
    .topnav .icon {
        display: none;
    }
    
    .topnav .dropdown-content a {
        float: none;
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

@media screen and (max-width: 1440px) {
    /*figure, .fakeimg {
        max-width: 50%;
    }*/
}

@media screen and (max-width: 1366px) {
    .btn-primary h4 {
        font-size: 0.75rem;
    }
}
    
@media screen and (max-width: 1024px) {
    /*figure, .fakeimg {
        max-width: 60%;
    }*/
}

@media screen and (max-width: 768px) {
    .topnav a {
        font-size: 12px;
    }
    .content-wrapper {
        padding-top: 7.25rem;
    }
    /*figure, .fakeimg {
        max-width: 75%;
    }*/
}

@media screen and (max-width: 425px) {
    .dropdown-content {
        /*display: none;*/
        position: initial;
        /*background-color: #9879C0;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        left: 250px;
        top: 0px;*/
    }
    .topnav a {
        float: none;
        display: block;
    }
    .topnav .dropdown {
        float: none;
    }
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }
    footer {
        text-align: center;
    }
    .btn-primary {
        white-space: break-spaces;
    }
    figure, .fakeimg {
        max-width: 100%;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

@media screen and (max-width: 600px) {
        .topnav a.icon {
            float: right;
            display: block;
        }
        .topnav.responsive {position: relative;}
        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
    }