/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
  padding-top: 20px;
    background-color: #C1F7E1;
}

@media (min-width: 992px) {
  body {
    padding-top: 10px;
  }
}

.card {
  
    border-radius: 0;
    border: none;
}

nav.navbar {
    margin-bottom: 35px;
}

/*@media (min-width: 200px) {
    .navbar {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        background-color: white;
    }
}*/

/*nav.navbar.navbar-expand-l {
    float: none;
    text-align: center;
}*/

/*.jumbotron {
    background: #000 url("../img/tallulah.png") center center;
    background-size: cover;
    overflow: hidden;
    height: 30vh;
    margin-top: 15px;
}*/

li {
    color: #051f5b;
    font-family: "mr-eaves-modern", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16pt;
    text-decoration: none;
    display: inline;
}

a {
    text-decoration: none;
    color: #390344;
}

p {
    color: #051f5b;
    font-family: "mr-eaves-modern", sans-serif;
    font-style: normal;
    font-weight: 300;
}

h4 {
    color: #051f5b;
    font-family: "mrs-eaves-roman-all-small-ca", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .11em;
}

.container-fluid.main {
    width: 90%;
}

.card-body {
    padding: 1.75rem .5rem .5rem .5rem;
    max-height: 350px;
    border-radius: 0rem !important;
    stroke: 1px solid rgba(0,0,0,0);
}

h4.card-title {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
}

h4 {
    margin-bottom: 20px;
}

/*@media (min-width 992px) and (max-width:1090px){
    div.row.text-center {
        height: 360px;
    }
}*/

img.card-image-bottom.img-fluid {
    border-radius: 0;
    padding-top: 1.25rem;
    padding-bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 15px;
    max-height: 320px;
}

container.no-padding  {
    max-height: 450px;
    min-height: 30vh;
    width: 100%;
    height: 30vh;
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px;
}

a.nav-link {
    font-size: 1.5rem;
    padding: .25em .5em;
}

@media (max-width: 564px) {
    a.nav-link {
        font-size: 1.25rem;
        padding: .15em .5em;
    }
}

img.img-fluid.col-12-md.col-12-sm {
    margin-bottom: 0px;
}

footer {
    background-color: white;
}

/*@media (min-width: 1500px) {
    container-fluid.viewport {
    max-height: 100vh;
    min-height: 100vh;
    height: 100vh;
    }
}*/

.fa {
    padding: 9px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50%;
    color: white;
    background: #9c69a5;
    margin: 20px;
}

@media (max-width: 564px) {
   .fa {
        padding: 5px;
        width: 35px;
        height: 35px;
        font-size: 23px;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        border-radius: 50%;
        color: white;
        background: #605E61;
        margin: 10px;
    }
}
    
.nav{
    background: white;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    align-content: center;
}


@media (min-width: 768px) {
    li.nav-item {
       padding: 0px 30px;
    }
}

@media (max-width: 768px) {
    .container-fluid.main {
       width: 95%;
    }
}

@media (max-width: 768px) {
    li { font-size: 14pt;
    }
}

a:link {
    color: #390344;
}

a:hover, a:active {
    text-decoration: none;
    color: #0CBD91;
}

li a.nav-link:link {
    color: #390344;
}

ul.nav li a:hover, ul.nav li a:active {
  color: #098E6D !important;
}

li a.nav-link:visited {
    color: #70047d;
}