/* Place your own CSS here */
body {
  font-size: 18px !important;
}
p.lead{
  font-size: 19px !important;
}
img.site-logo {
    height: 200px;
    width: auto;
    padding-bottom: 1em;
}
a.focus {
text-decoration: underline;
text-decoration-style: dotted;
}
a:hover {
text-decoration: underline;
text-decoration-style: solid;
}
p, ul, li {
font-family: montserrat, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: Cormorant Garamond, serif !important;
}
#navbar-main:not(.outOfSight) {
/*background-color: transparent !important;*/
background-color: rgba(0,0,0,0.5) !important;
}
#navbar-main ul li a {
    color: #fff;
    opacity: 1 !important;
    text-shadow: 0px 0px 10px black !important;
}
