/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Miranda Monzo
8/25/24
Web Design
Mr. Mathie
Past, Present, and Future Website CSS */

h1 {
	font-size:40pt;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	text-align:center;
	color:rgb(22, 95, 59);
}

h2 {
	font-size:30pt;
	text-align:center;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	background-image:url("https://s3.envato.com/files/57560833/Leaves%20seamless%20background%20_pv.jpg");
	color:rgb(22, 95, 59);
	padding:5px
}

article {
	text-align:center;
	margin:70px;
	padding:25px;
}

#intro {
	font-size:20pt;
	font-weight:bold;
}

#sec1 {
	margin:100px;
	background-color:rgb(144, 224, 151);
	padding: 50px;
	border:dotted;
	border-color:rgb(255, 255, 255);
	border-width:thick;
}

#sec2 {
	margin:100px;
	background-color:rgb(144, 224, 151);
	padding: 50px;
	border:dotted;
	border-color:rgb(255, 255, 255);
	border-width:thick;
}

#sec3 {
	margin:100px;
	background-color:rgb(144, 224, 151);
	padding: 50px;
	border:dotted;
	border-color:rgb(255, 255, 255);
	border-width:thick;
}

h3 {
	font-size:30pt;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	text-align:center;
	color:rgb(116, 35, 92)
}

p {
	font-size:16pt
}

#bmsaimg {
	margin:100px;
}

#mtechimage {
	margin:100px;
}

.flexbox {
	display:flex;
}

body {
	background-image:url("https://www.statalist.org/forums/core/image.php?userid=35494&thumb=1&dateline=1557934628");
}

p {
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color:rgb(116, 35, 92)
}

footer {
	background-image:url("https://s3.envato.com/files/57560833/Leaves%20seamless%20background%20_pv.jpg");
	padding:10px
}

#sec1img {
	max-width:100%;
}

.imgbox {
	display: grid;
	height: 100%;
}

.image {
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
}