/*
Template Name: Notary Society
Template URI: asieger.com
Author: Asieger
Author URI: https://asieger.com/
Version: 1.0
*/

/* font-family: 'Lato', sans-serif;
font-family: 'Vollkorn', serif; */

/* general styles */
focus, a:hover {
    color: #ffb302;
}

body {
    font: 1.1rem/1.5 'Vollkorn', serif; 
    color: rgb(87, 86, 86);
}

a {
    text-decoration: none !important;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}  

/* id selectors */
#nav {
    background-color: #6e090c;
}

#nav a:hover {
    color: #ffb302!important;
}

#footer {
    padding: 3rem 3rem;
    margin-top: 5rem;
    font-family:  'Vollkorn', serif;
    font-style: italic;
    background-color: #ded8d8;
    color: black !important;
}

/* class selectors */
.stylesbg {
    background-color: rgb(238, 236, 236);
    border: 1px solid gainsboro;
    border-radius: 10px;
    padding: 2px;
    height: 180px;
    margin-top: 2px;
}

.title {
    font-family:  Vollkorn, serif;
    text-transform: uppercase;
    color: black;
}

.fontLato {
    font-family:'Lato', sans-serif;
}

.margin {
    margin-left: 8.33333333%;
}

.rmMargin {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important;
}

.hr {
    font-size: 1.5rem;
    border-bottom: 4px solid #ffb302;
    width: 95%;
}

.name{
    font-family:  Vollkorn, serif;
    text-transform: uppercase;
    color: black;
}

.dropdown-item:hover {
    color: coral !important;
    background-color: transparent !important;
}
/* class selectors ends */

/* Contact form */
.form-comment .form-control,
.contact .form-control {
  height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none; 
}

/* media query */
@media (max-width: 412px) {
    .margin {
        margin-left: 0;
    }

    .addmargin {
        margin-right: 8.33333333%;
    }
}

@media (max-width: 396px) {
    body {
        font-size: .87rem;
    }
}

@media (max-width: 353px) {
    body {
        font-size: .75rem;
    }
}