/* fonts import */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Tangerine:wght@400;700&display=swap');



/* element styling */

body {
	font-family: "Poppins", sans-serif;
	color: #663300;
	background-color: #eeeeee;
	overflow-x: hidden;
}

h1{
	font-family: "Poppins", sans-serif;
	text-align: center;
	color: ivory;
	font-size: 2em;
	
}

h2 {
	text-align: center;
	font-family: "Balthazar", serif;
	font-size:1.5em;
	color: #996633;
	font-weight: bold;
}

h3 {
	font-family: "Balthazar", serif;
	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 #885522;
	font-weight: bold;
	font-size: 1.2em;
}

.script {
	font-family: "Tangerine", Brush Script MT, cursive;
	text-shadow:4px 4px 2px #774411;
	font-weight: bold;
	font-size: 1.5em;
}


.container {
	background-color: #fefefe;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header {
	background-color: #FFC000;
	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;
}

.footer {
	font-family: Arial, sans-serif;
	color: ivory;
	background-color: #FFC000;
	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;
}



