:root {
	--menu-bgcolor: #090102;
	--bground-color: #e5e5e5;
	--menu-font-color: #090102;
	--menu-font-hover: #333333;
	--menu-big-menu-bground: #333333;
  }

*, *:before, *:after {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body, html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-family: 'Roboto', sans-serif;
	color: var(--menu-font-color);
	font-size: 1rem;	
	line-height: 1;
}


/* upper-navbar */
.upper-navbar {
	top: 0;
	left: 0;
	right: 0;
	background: var(--bground-color);
	height: 75px;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
}

.upper-navbar div {	
	position: static;
	text-align: center;
 	display: inline-flex;
	align-items: center;
	height: 100%;
}

.upper-navbar div img {
	-ms-flex-item-align: center;
	padding-right: 10px;
}

.upper-navbar a {		
	color: var(--menu-font-color);
	text-decoration: none;
	font-weight: 700;
}

.upper-navbar p {	
	font-weight: 400;
	font-size: 1rem;
	color: var(--menu-font-color);
	float: right;
	padding-right: 25px;
	height: 100%;
	position: static;
	text-align: center;
 	display: inline-flex;
	align-items: center;
}

.upper-navbar p a {
	padding-left: 20px;
}

.upper-navbar p a:hover {
	color: var(--menu-font-hover);
}


/* SHOWCASE */

#showcase {
	height: 700px;
	background-color: var(--menu-font-color);
}

#showcase h1 {
	text-align: left;
	padding: 50px;
	font-weight: 400;
	font-size: clamp(2.5rem, 1rem + 5vw, 5.5rem);
	color: var(--bground-color);
	text-shadow: 2px 2px var(--menu-font-color);
}

#showcase .books {
	text-align: center;
	padding-top: 10px;
}


#showcase .books img {
	transform: scale(0.75);
}

/* FOOTER */

footer {
	height: 350px;
	padding: 25px;
	background-color: var(--bground-color);
}

.footer_about {	
	line-height: 1.5;
	float: right;
}

footer p {
	font-weight: 700;
	font-size: 1rem;
	color: var(--bground-color);	
}

.footer_about a {
	color: var(--bground-color);
	font-weight: 700;
	text-decoration: none;
}

.footer_about a:hover {
	color: var(--menu-font-hover);
}

.social_content {
	padding: 25px;
}

.connect {
	font-weight: 700;
	font-size: 1rem;
	color: var(--bground-color);
	padding-bottom: 20px;
}



.social_content i {
	font-size: 1.2rem;
	color: var(--bground-color);
	padding-right: 2rem;
}

.social_content i:hover {
	color: var(--menu-font-hover);
}

/* NAVIGATION */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header h2 {
	margin: 0;
	font-size: 28px;
	text-align: center;
	color: blue;
}

.container {
	margin: 0px auto;
	display: table;
	max-width: 1140px;
	width: 100%;
}

.container:after, .container:before {
	content: ""; clear : both;
}

nav.menu {
	background: var(--menu-bgcolor);
	position: relative;
	min-height: 45px;
}

.menu > ul > li {
	list-style: none;
	display: inline-block;
	color: #fff;
	line-height: 45px;	
}

.menu > ul li a, .xs-menu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px 24px;
}

.menu > ul li a:hover {
	background: var(--menu-font-hover);
	color: #fff;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.menu i {
	padding-right: 5px;
}

.active {
	background: var(--bground-color) !important;	
}

.displaynone {
	display: none;
}

.xs-menu-cont {
	display: none;
}

.xs-menu-cont > a {
    background: none repeat scroll 0 0 var(--menu-bgcolor);    
    padding: 3px 6px;
	display: block;	
	border-bottom: 1px solid var(--bground-color);
	box-shadow: 0 1px 2px var(--menu-bgcolor);
	-webkit-box-shadow: 0 1px 2px var(--menu-bgcolor);
	-moz-box-shadow: 0 1px 2px var(--menu-bgcolor);
}

.xs-menu-cont > a:hover {
	cursor: pointer;
}
  
.xs-menu li {
	color: #fff;
	padding: 14px 30px;
	border-bottom: 1px solid #ccc;
	background: var(--menu-bgcolor);
}

.xs-menu li:hover {
	background: var(--menu-font-hover);
}

.xs-menu  a {
	text-decoration: none;
}

.xs-menu i {
	padding-right: 5px;
}

.mega-menu {
	background: none repeat scroll 0 0 var(--menu-big-menu-bground);
    left: 0;
    margin-top: 0px;
	font-size: .85em;
    position: absolute;
    width: 100%;
	padding: 1em;
	display: none;
	transition-duration: 0.9s;
	z-index: 1000;
}

#menutoggle i {
    color: var(--bground-color);
    font-size: 2rem;
    margin: 5px 0;
    padding: 0 25px;
}

/*--column--*/
.mm-6column:after, .mm-6column:before, .mm-3column:after, .mm-3column:before{
	content: "";
	display: table;
	clear: both;
}

.mm-6column, .mm-3column {
	float: left;
	position: relative;
 }

.mm-6column {
    width: 50%;
}

.mm-3column {
    width: 25%;
}

.responsive-img {
    display: block;
    max-width: 100%;
}

.left-images {
	margin-right: 25px;
}

 .left-images, .left-categories-list {
	float: left;
}

.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}

.categories-list p {
	line-height: normal;
	padding: 5px;
}

.categories-list li :hover{
	background: inherit !important;
}

.left-images > p {
    background: none repeat scroll 0 0 var(--menu-bgcolor);
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
}

.categories-list span {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.mm-view-more{
	background: none repeat scroll 0 0 var(--menu-bgcolor);
    color: #fff;
    display: inline !important;
    line-height: normal;
    padding: 5px 8px !important;
	margin-top: 10px;
}

.display-on{
	display: block;
	transition-duration: 0.9s;
}

.drop-down > a:after{
	color:#fff;
	font-style: normal;
	margin-left: 5px;
}





 /*MediaQuerys*/
 @media (max-width: 835px) {
	.menu {
		display: none;
	}
	.xs-menu li a {
		padding: 0px;
	}
	.xs-menu-cont{
		display: block ;
	}
	.social_content i {
		float: left;
	}

	footer p, .footer_about, .footer_about a {
		clear: both;
		float: left;
		padding-top: .5rem;
	}
	#showcase .books {
		text-align: center;
		padding-top: 5px;
	}
	#showcase h1 {
		padding-bottom: 5px;
	}
 }


/*Animation--*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
  






