@charset "UTF-8";
/* CSS Document */
* {
    box-sizing: border-box;
}
body {
    font-family:"Majesti Banner Medium";
    padding: 10px;
    background: #41393d;
}

/* Header/Blog Title */
.header {
    padding: 8px;
    text-align: left;
    background-color:transparent;
}

.header h1 {
    font-size: 50px;
}
.topnav ul {text-align:center;
	list-style-type: none;
	padding:8px; font-size: 20px}
/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #be1e2d;
}

/* Style the topnav links */
.topnav a {
    float: right;
    display: block;
    color: #ffffff;
    text-align: center;
    padding:8px;
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #41393d;
    color: #8a8c8f;
}

.sitemap {background-color: #41393d;
	color: #ffffff;
	text-align:justify;
	font-size: 13px;
	text-decoration: none

	}

h2 {color: #ffffff; text-align: center; font-size: 45px
}
.sitemaplist {color: #ffffff; text-align: left; font-size:20px; list-style-type: none}
.sitemaplist ul {color: #ffffff; text-align: left; font-size:20px; list-style-type: none}
.sitemaplist a {color: #ffffff; text-decoration: none}
.sitemaplist a:hover {color: #8a8c8f}
/* Footer */


.footer h2 {
    background-color: #41393d;
	color: #ffffff;
    text-align: center;
	font-size: 13px;
	padding: 10px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #8a8c8f;
	border-top-color: #8a8c8f;
	border-bottom-width: thin;
	border-top-width: thin;
}
.socialmedia {width: 30px; height: 30px}