@charset "UTF-8";
body {background-color: black}
#mainwrapper {
    max-width: 1200px;
}
#mainwrapper header {
	/*Header */
	background-color: rgba(0,0,0,1.00);
	overflow: auto;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "sans-serif";
	font-style: normal;
	font-weight: 600;
	font-size: 59px;
	}
#mainwrapper header #img {
	/*Logo image*/
	width: 14%;
	float: left;
	padding-left: 4%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainwrapper header #logo {
	/*Logo text*/
	width: 80%;
	float: right;
	padding-left: 2%;
	padding-top: 28px;
	padding-bottom: 27px;
	color: rgba(255,255,255,1.00);
}

#mainwrapper header #logo #eng {
	font-size: 69px;
}

#mainwrapper header a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(199,199,199,1.00);
}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "sans-serif";
	font-style: normal;
	font-weight: 200;
	color: rgba(199,199,199,1.00);
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(199,199,199,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "sans-serif";
	font-style: normal;
	font-weight: 200;
    font-size: 105%;
	text-align: justify;
}
#mainContent {
	padding-left: 2%;
	width: 71%;
	float: left;
	padding-right: 2%;
	padding-top: 12px;
}
#mainContent #links {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 24px;
    padding-bottom: 6px;
}
#mainContent #links .fwdlink {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "sans-serif";
    float: right;
}
#mainContent #links .backlink {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "sans-serif";
    float: left;
}
#mainContent .image_div {
    text-align: center;
}
#mainContent .text_image {
}
#mainContent .num_list {
    color: rgba(199,199,199,1.00);
    list-style-type: decimal;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "sans-serif";
    font-size: 104%;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 20%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	background-color: rgba(0,0,0,1.00);
	padding-top: 12px;
    font-size: 104%;
}
#mainwrapper {
	/* Container of all content */
	width: 80%;
	overflow: auto;
	margin-left: 10%;
}
#content #mainContent #alert {
	color: yellow;
    border-style: solid;
    border-color: red;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
    font-size: 104%;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(255,255,255,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "sans-serif";
	font-style: normal;
	font-weight: 200;
	text-decoration: none;
}
nav ul li .marked {
	color: #454545;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 30px;
	clear: both;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
    color: rgba(199,199,199,1.00);
}
footer {
	/* Container for footer artices */
	width: 100%;
    color: rgba(199,199,199,1.00);
}
footer #year {
    padding-left: 2%;
    width: 5%;
    float: left;
}

footer #pdf {
    padding-left: 2%;
    width: 90%;
    float: right;
}

footer #pdf a {
	color: rgba(255,255,255,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "sans-serif";
	font-style: normal;
	font-weight: 200;
}

/* Tablet view */
@media screen and (max-width:1366px) {
footer {
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 52px;
}
#mainwrapper header #logo {
	width: 80%;
	float: right;
	padding-left: 2%;
	padding-top: 30px;
	padding-bottom: 27px;
	color: rgba(255,255,255,1.00);
}

#mainContent .text_image {
}

#mainwrapper header #logo #eng {
	font-size: 62px;
}


/* Tablet view */
@media screen and (max-width:1024px) {
#mainContent {
	padding-top: 0px;
	float: inherit;
	width: 96%;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: left;
	width: 20%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 45px;
}
#mainwrapper header #logo {
	/*Logo text*/
	width: 70%;
	float: right;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
}

#mainContent .text_image {
    width: 60%;
    height: auto;
}

#mainwrapper header #logo #eng {
	font-size: 49px;
}

/* Tablet view */
@media screen and (max-width:769px) {
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 96%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 45px;
}
#mainwrapper header #logo {
	/*Logo text*/
	width: 70%;
	float: right;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
}

#mainwrapper header #logo #eng {
	font-size: 49px;
}


#mainContent .text_image {
    width: 80%;
    height: auto;
}

/* Tablet view */
@media screen and (max-width:736px) {
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 96%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 45px;
}
#mainwrapper header #logo {
	/*Logo text*/
	width: 70%;
	float: right;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
}

#mainwrapper header #logo #eng {
	font-size: 49px;
}

#mainContent .text_image {
    width: 80%;
    height: auto;
}

/* Tablet view */
@media screen and (max-width:667px) {
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 96%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 44px;
}
#mainwrapper header #logo {
	/*Logo text*/
	width: 70%;
	float: right;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
}

#mainContent .text_image {
    width: 80%;
    height: auto;
}


/* Mobile view */
@media screen and (max-width:480px) {
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 96%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 26px;
}
#mainwrapper header #logo {
	/*Logo text*/
	width: 60%;
	float: right;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
}

#mainwrapper header #logo #eng {
	font-size: 30px;
}


#mainContent .text_image {
    width: 80%;
    height: auto;
}

/* Mobile view */
@media screen and (max-width:414px) {
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper header #img {
	width: 96%;
	float: none;
	padding-left: 4%;
	padding-top: 5px;
	padding-bottom: 5px;
    text-align: center;
}
#mainwrapper header #logo {
	width: 96%;
	float: none;
	padding-left: 2%;
	padding-top: 28px;
	padding-bottom: 27px;
	color: rgba(255,255,255,1.00);
    text-align: center;
}
#mainwrapper header #logo_image {
    width: 40%;
    height: auto;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 96%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 30px;
}

#mainContent .text_image {
    width: 60%;
    height: auto;
}

/* Mobile view */
@media screen and (max-width:412px) {
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper header #img {
	width: 96%;
	float: none;
	padding-left: 4%;
	padding-top: 5px;
	padding-bottom: 5px;
    text-align: center;
}
#mainwrapper header #logo {
	width: 96%;
	float: none;
	padding-left: 2%;
	padding-top: 28px;
	padding-bottom: 27px;
	color: rgba(255,255,255,1.00);
    text-align: center;
}
#mainwrapper header #logo_image {
    width: 40%;
    height: auto;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 96%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 30px;
}

#mainContent .text_image {
    width: 60%;
    height: auto;
}

/* Mobile view */
@media screen and (max-width:375px) {
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper header #img {
	width: 96%;
	float: none;
	padding-left: 4%;
	padding-top: 5px;
	padding-bottom: 5px;
    text-align: center;
}
#mainwrapper header #logo {
	width: 96%;
	float: none;
	padding-left: 2%;
	padding-top: 28px;
	padding-bottom: 27px;
	color: rgba(255,255,255,1.00);
    text-align: center;
}
#mainwrapper header #logo_image {
    width: 40%;
    height: auto;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 96%;
	padding-top: 12px;
	overflow: auto;
}
footer {
	/* Footer region */
	width: 100%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
	font-size: 30px;
}

#mainContent .text_image {
    width: 60%;
    height: auto;
}
