/***************************/
/* main2.css umbrella style sheet
/* v1.01 10/1/2025 Parade of Homes
/* author: Scarlett Amethyst
/* 
/* Called from multisystem files
/*
/***************************/

/******************/
/*BODY            */
/******************/

body {
	font-family: "Trebuchet MS", "Arial", "Geneva", "Lucida", "Helvetica", sans-serif;
	font-size: 85%;
	text-align: left;
    color: #343d44;
	background: #FFFFFF url(../images/bg.png) repeat-x scroll top;
	margin:	50px
			100px
			50px
			100px;
	}

/******************/
/*HEADERS         */
/******************/

h1 {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 250%;
	font-weight: normal;
	color: #4c0406;
	background: transparent;
	clear: none; 
	margin:	30px
			0px
			30px
			0px;
    text-transform: uppercase;
	}

h2 {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #4c0406;
	background: transparent;
	clear: both;
	margin:	30px
			0px
			0px
			30px;
	}

h3 {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #4c0406;
	background: transparent;
	clear: both;
	margin:	20px
			0px
			0px
			30px;
	}

h4 {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #4c0406;
	background: transparent;
	clear: both;
	margin:	20px
			0px
			0px
			40px;
	}


/******************/
/*LISTS           */
/******************/

dt {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Myriad Web", "Syntax", sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #000000;
	background: transparent;
	margin:	20px
			20px
			0px
			30px;
	}

dd {
	margin:	0px
			20px
			0px
			60px;
	}
	
ul {
 	list-style-type: none;
	margin:	10px
		10px
		10px
		10px;
}

li {
	font-size: 110%;
	margin:	10px
			10px
			10px
			10px;
	}


/******************/
/*DIVISION        */
/******************/

div {
	clear: both;
	}

hr {
	clear: both;
	margin:	10px
			20px
			10px
			20px;
	}

/******************/
/*PARAGRAPH       */
/******************/

p {
	clear: none;
	font-size: 125%;
	margin:	15px
			20px
			0px
			40px;
	}

/******************/
/*span            */
/******************/

span {
	clear: none;
	margin:	0px;
	padding: 0px;
	}

/******************/
/*CLASS           */
/******************/

.callout{
	width:65%; 
	border:2px solid #4c0406; 
	margin:20px 0px 20px 70px;
	padding:0px 20px 20px 20px;
	font-style: italic;
	}

.footer {
	font-style: italic;
	font-size: 85%;
	line-height: 150%;
	margin: 300px
			0px
			100px
			0px;
	}

.pull_in {
	margin:	20px
			80px
			20px
			40px;
	}

.tiny {
	font-size: 75%;
	font-style: italic;
	margin:	0px;
	padding: 0px;
	}

.notes {
	font-size: 75%;
	color: #FF0000;
	margin:	0px;
	padding: 0px;
	}


.alert {
	color: #FF0000;
	}

.subtitle {
	font-size: 125%;
	text-align: center;
	}

.header td {
	border-style: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/******************/
/*TABLE           */
/******************/

.bbb_button {
  background-color: #4c0406;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 20px 2px;
  cursor: pointer;
  border-radius: 12px;
}

/******************/
/*TABLE           */
/******************/

table {
	border: 1px solid black;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
	}

table td {
    transition: all .5s;
	text-align: left;
	font-size: 150%;
    border: 1px solid black;
    padding: 5px 20px;
   }

table th {
    height: 20px;
	font-size: 150%;
	padding:10px
			10px
			10px
			10px;
	background-color: #4c0406;
	color: #f0f0f0;
   } 


/******************/
/*PSEUDO-CLASS    */
/******************/

A:link {
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
	}

A:visited {
	text-decoration: none;
	color: #000000;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
	}

A:hover {
	text-decoration: none;
	color: #0000FF;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
		}

A:active {
	text-decoration: none;
	color: #CC0000;
	background: transparent;
	font-weight: bold;
	font-size: 100%;
	}

A.menu:link {
	font-weight: normal;
	}

A.menu:visited {
	font-weight: normal;
	}

A.menu:hover {
	font-weight: normal;
	}

A.menu:active {
	font-weight: normal;
	}

/******************/
/*IMAGE           */
/******************/

img {
	border-width: 0px;
	margin:	10px
			30px
			10px
			30px;
	float: left;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: center;
	}

img.right {
	float: right;
	vertical-align: middle;
	}

/******************/
/*SIDENAV         */
/******************/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #4c0406;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #C0C0C0;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/******************/
/*FORMS           */
/******************/

input[type=text], input[type=url] {
  width: 200px; 
  padding: 5px 5px;
  margin: 0px 0px;
  box-sizing: border-box;
  font-size: 15px;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #4c0406;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 20px 2px;
  cursor: pointer;
  border-radius: 12px;
}