/* Navbar section */

@charset "UTF-8";
/* CSS Document */

/*imported fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* This is Nav Styling */


html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-size: 62.5%;
    font-size: 20px;
    background-color: #DFD9AB;
}



header{
  text-align: center;
}

.header{
	background-color: #491000;
}

top{
	text-decoration-color: #dedaad;
}

.topnav ul{
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	padding: 10px;
	background-color: #491000;

}

.topnav a{
	text-decoration: none;
	color: #dedaad;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
}

a:hover {
    color: #191312 !important;
}

.social a:hover{
	color: #883e25;
}

/* End of Nav Styling */

/* -- MENU STYLING -- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Bitter', serif;
}


/* -- -- */
h3 {
    display: inline-block;
    font-size: 32px;
    line-height: 36px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 15px;
}

h3:before {
    left: -40px;
    height: 0;
    height: 1px;
}

h3:before, h3:after {
    content: "";
    position: absolute;
    bottom: 18px;
    height: 1px;
    width: 40px;
    margin: 0 -15px;
    background-color: #7e0000;
}

h3:after {
    right: -40px;
}

.item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.item h4, .item p {
    display: block;
    clear: both;
    color: #7e0000;
}

.item p {
    clear: both;
    color: #191312;
    margin-left: 5px;
}

.item span:first-of-type {
    background-image: linear-gradient(to right, rgba(56, 47, 47, .5) 33%, rgba(0, 0, 0, 0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 22px;
}

/* Dots in IE */
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .dots {
        background: transparent url('/img/dot.gif') repeat-x bottom left;
    }
}

.item span:nth-of-type(2n) {
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    right: 0;
    padding-left: 8px;
    background-color: #DFD9AB;
    z-index: 0;
}

.item h4 {
    display: inline-block;
    padding-right: 8px;
    font-size: 1.25rem;
    max-width: 80%;
    text-transform: capitalize;
    margin-bottom: 4px;
    position: relative;
}

/* Footer Styling */

#footer {
    position:absolute;
}

.footer-basic {
    padding: 40px 0;
    background-color: #491000;
    color: #DFD9AB;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #DFD9AB;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social>a:hover {
    opacity: 0.9;
}
