/* fonts import */

@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Poppins:wght@400;600;700&display=swap');



/* element styling */

body {
	font-family: "Poppins", sans-serif;
	color: #3a3f58;
	background-color: #eeeeee;
	overflow-x: hidden;
}

h1{
	font-family: "Poppins", sans-serif;
	text-align: center;
	color: ivory;
	font-size: 1.2em;
	
}

h2 {
	text-align: center;
	font-family: 'Goldman', monospace;
	font-size:1.5em;
	color: #996633;
	font-weight: bold;
}

h3 {
	font-family: 'Goldman', monospace;
	font-size:1.2em;
	color: #774411;

}

q {
	font-style: italic;
	font-size: 0.8em;
	background: #FFFF99;

}

a {
	font-size: 0.8em;
}


img {
	padding: 5px;
}


/* class styling */


.bold {
	font-family: "Poppins", sans-serif;
	text-shadow:4px 4px 2px #552200;
	font-weight: bold;
	font-size: 1.2em;
}

.script {
	font-family: 'Goldman', monospace;
	text-shadow:4px 4px 2px #552200;
	font-weight: bold;
	font-size: 1.3em;
}


.container {
	background-color: #fefefe;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header {
	background-color: #c8915a;
	height: 100%;
	padding: 1em;
	margin-bottom: 20px;
}

.header img {
	float: left;
	width: 80px;
}

.row {
	align-items: center;
}

.textbox-left {
	text-align: left;
	width: 300px;
	float: left;
}

.textbox-right {
	text-align: right;
	width: 300px;
	float: right;
}

.imgbox1 {
	border-style: outset;
	border-color: #c8915a;
	border-width: 5px;
	margin: 3px;
}

.imgbox2 {
	border-style: outset;
	border-color: #2F5395;
	border-width: 5px;
	margin: 3px;
}

.footer {
	font-family: Arial, sans-serif;
	color: ivory;
	background-color: #c8915a;
	padding: 1em;
	
	margin-top: 10px;
	margin-bottom:20px;
	
}

.footer p {
	text-shadow: 2px 2px 2px #774411;
}

.btn btn-lg {
	border: 1px solid red;
	
	
}

.btn btn-lg {
	border: 1px solid red;
}



