@charset "utf-8";
/* CSS Document */
/* This is faqsstyles.css */
/* Written by Valerian Nita on November 20, 2016. */
/* Last modified on May 19, 2017. */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

#wrapper		{
	max-width: 1200px;
	margin: 0px auto;
	padding: 30px;
	background-color: khaki;
}

header {
	padding: 0px;
}

.tmpicture	{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: underline;
	text-align: center;
	display: block;
	padding: 8px;
	font-size: 23px;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

.style-nav a:link { color: purple; }
.style-nav a:hover { color: gray; }

.above-horizontal-line {
	height: 10px;
	width: 100%;
	clear: both;
}

.horizontal-line {
	height: 4px;
	width: 100%;
	background-color: darkmagenta;
}

#left-side {
	float: left;
	/*  Commenting out the stuff needed for advertising
	max-width: 850px;
	End of commenting out the stuff needed for advertising */
	background-color: aquamarine;
	border: 5px solid blue;
	margin: 10px;
}

#left-side a:link { color: darkblue; }
#left-side a:hover { color: red; }

.answer-and-question {
	border: 5px solid red;
	background-color: azure;
	padding: 10px;
}

.answer-and-question h1 {
	text-align: center;
	font-size: 55px;
}

.answer-and-question h2 {
	text-align: center;
	font-size: 25px;
}

.answer-and-question h3 {
	text-align: left;
	font-size: 20px;
	padding: 5px;
}

.question {
	border: 2px solid red;
	text-align: center;
	padding: 10px;
}

.question h1 {
	font-size: 40px;
}

.question h2 {
	font-size: 25px;
}

.question h3 {
	font-size: 20px;
}

.question-yellow {
	border: 2px solid red;
	text-align: center;
	padding: 10px;
	background-color: yellow;
}

.indent-problem {
	margin-left: 100px;
	color:darkgreen;
}
/*  Commenting out the stuff needed for advertising.

#right-side {
	float: right;
	max-width: 200px;
	background-color: blanchedalmond;
	text-align: center;
	border: 5px solid gold;
	margin: 10px;
}

#right-side-0 {
	background-color: hotpink;
	text-align: center;
}

#right-side-0 p {
	color: darkslateblue;
	font-size: 3em;
	font-family: 'Tangerine', cursive;
}

#right-side-1 {
	border: 1px solid black;
	padding: 2px;
}

#right-side-1 p {
	color: blue;
	font-size: 1em;
}

#right-side-2 {
	border: 1px solid red;
	padding: 2px;
}

#right-side-2 p {
	color: red;
	font-size: .8em;
}

End of commenting out the stuff needed for advertising */

footer {
	text-align: center;
	background-color: black;
	color: white;
	padding: 5px;
}


.above-horizontal-line {
	height: 10px;
	width: 100%;
	clear: both;
}

.horizontal-line {
	height: 4px;
	width: 100%;
	background-color: darkmagenta;
}

.version-and-date {
	float: right;
	font-size: 15px;
	color: black;
}

/*  Commenting out the stuff needed for advertising.

@media (max-width: 1200px) {
	#left-side {
		max-width: 800px;
	}
}

@media (max-width: 1150px) {
	#left-side {
		max-width: 750px;
	}
}

@media (max-width: 1100px) {
	#left-side {
		max-width: 700px;
	}
}

@media (max-width: 1050px) {
	#left-side {
		max-width: 650px;
	}
}

@media (max-width: 1000px) {
	#left-side {
		max-width: 600px;
	}
}

@media (max-width: 950px) {
	#left-side {
		max-width: 550px;
	}
}

@media (max-width: 900px ) {
	#left-side {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	#right-side {
		margin-left: auto;
		margin-right: auto;
	}
}

End of commenting out the stuff needed for advertising */

/* Tablet View */

@media (min-width: 768px) {
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
}

/* Desktop View */

@media (min-width: 1024px) {
	
	.tmpicture {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
}
