/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */

body {
  padding-top: 15px;
    background-color: #c0e4da;
}

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

.nav{
    background: white;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

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

a {
    text-decoration: none;
    color: #051f5b;
    letter-spacing: .07em;
}

.dropdown-item {
    color: #051f5b;
    letter-spacing: .07em;
}

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

h1 {
    color: #051f5b;
    font-family: "mrs-eaves-roman-all-small-ca", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .08em;
    margin-bottom: 3rem;
}

.card-footer {
    color: #051f5b;
    font-family: "mr-eaves-modern", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 11pt;
    
}

h5.card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 important!;
    border: none;   
}

div.card-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 important!;
    border: none;   
} 

.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 important!;
    border: none;   
}

img.card-image-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 important!;
    border: none;   
}

.btn {
    background-color: #24408e;
    color: white;
     -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 important!;
    border: none;   
}

.card-header {
    background-color: #39D8AA;
    font-family: mr-eaves-modern, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16pt;
    color: #051f5b;
    
}

.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35,173,134, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.fa {
    padding: 8px 0px 0px 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50%;
    color: white;
    background: #605E61;
    margin: 12px;
}





.dropdown-item:hover {
    color: #345ccc;
}

a:link {
    color: #051f5b;
}

a:hover, a:active {
    text-decoration: none;
    color: #345ccc;
}

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

ul.navbar-nav li a:hover, ul.navbar-nav li a:active {
  color: #345ccc !important;
}

li a.nav-link:visited {
    color: #051f5b;
}