@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
}

main {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-family: arial;
}


h2 {
	font-family: Bangers !important;
	text-align: center;
	font-size: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

h3 {
	font-family: Bangers !important;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
}

p {
	padding-bottom: 10px;
}

.myNotes {
    font-size: 11px;
    line-height: normal;
}

.paraSize {
    font-size: 17px;
    line-height: 25px;
}

.openState {
	font-size: 20px;
}

.gotQuestions {
	font-family: bangers;
	font-size: 20px;
}

ul.mainList {
	list-style-type: disc;
	margin-left: 25px;
	padding-left: 20px;
	line-height: 22px;
	padding-bottom: 10px;
}

ul.listA {
	list-style-type: square;
	margin-left: 25px;
	padding-left: 20px;
	line-height: 22px;
	padding-bottom: 10px;
}

table, td, th {
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

table {
	/*width: 75%;*/
    table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

th {
	font-family: bangers;
	font-size: 20px;
	letter-spacing: 2px;
	background-color: #CB620A;
	color: white;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 350px;
	min-width: 150px;
}

.imgTable {
	max-width: 200px;
	min-width: 100px;
}

tr:nth-child(even
) {
	background-color: #f2f2f2;
}

button {
	background-color: #C02800;
	border: none;
	color: white;
	padding: 5px 15px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 8px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

button:hover {
	background-color: #eb6b02;
}

.outlineText {
	text-shadow: 0px 3px 1px Black;
}

.centerItems {
	text-align: center !important;
}

.notation {
	background-color: rgba(105,48,0,0.73);
	padding: 10px 10px 10px 10px;
	color: white;
	border-radius: 10px;
	font-size: 17px;
    line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

strong {
	font-weight: bold;
	color: #FDB752;
}

img {
	width: 100%;
	text-align: center;
}

.conversionImg {
	text-align: center;
	width: 100%;
	padding: 10px 10px 0 10px;
}

.fadingImg {
	height: auto;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	text-align: center !important;
}

.fadingContent {
	min-height: 340px;
	text-align: center !important;
}

.imgCap {
	text-align: center;
	border: 1px solid #693000;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: rgba(105,48,0,0.73);
	color: white;
	font-size: 13px;
}

.newWork {
	max-width: 20px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.questionBlock {
	margin-left: 50px;
	margin-right: 50px;
}

.longSpace {
	min-height: 300px;
}

.shortSpace {
	min-height: 150px;
}

footer {
	background-color: #693000;
	text-align: center;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}
