@charset "UTF-8";

/* Matoska Red	background-color: rgba(141,25,27,1.00); */

#mainwrapper header {
	/*Header */
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 800;
}

#mainwrapper header #logo {
	/* Company Logo text */
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 20px;
}

#mainwrapper #logo img {
	/* Actual banner image */
	max-width:	100%;
}


#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(79,79,79,1.00);
	font-family: montserrat, sans-serif;
}

#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: rgba(101,101,101,1.00);
}

#content #mainContent #bannerImage {
	/*Container for main banner image */
	max-width:	100%;
}


#content #mainContent p {
    /* All paragraphs under maincontent */
    color: rgba(0,0,0,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
	/*font-size: large;*/
}

#content #matohotaContent p {
    /* All paragraphs under maincontent */
    color: rgba(0,0,0,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
	/*font-size: large;*/
}

#linklist {
text-align: center;
}

footer article {
	width: 96%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: large;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	/*#color: rgba(146,146,146,1.00);*/
	color: rgba(0,0,0,1.00);
}

#mainContent {

}




nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom:10px;
}
footer {
	/* Container for footer artices */
	width: 100%;
  	left: 0;
  	bottom: 0;

}

#mainContent #bannerImage img {
	/* Actual banner image */
	max-width: 100%;
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.matolinks {
	list-style: none;
	font-weight: 800;
	font-size: x-large;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.li_image:hover
    {
      -moz-box-shadow: 0 0 30px #8d191b;
      -webkit-box-shadow: 0 0 30px #8d191b;
      box-shadow: 0 0 30px #8d191b;
    }
	
/* Tablet view */

@media screen and (max-width : 758px ){

	
#mainContent {
	padding-top: 0px;
	float: none;
	width: 90%;
}


footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}

#mainwrapper header {
	/* Header */
	width: 100%;
}
}


/* Mobile view */
@media screen and (max-width : 605px ){
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#mainwrapper header nav a {
	/* Links in header */
	color: rgba(71,71,71,1.00);
	text-decoration: none;
}
}
