@charset "utf-8";
/* Dropdown Button */
body{background-color: black;}
.dropbtn {
  background-color: #B0BC22;
  color: white;
  padding: 16px;
	width: 100%;
  font-size: 16px;
  border: none;
  float:left;
  overflow: hidden;
margin-left: 20%;
	margin-top: 10%;
	margin-bottom: 5%;
	text-shadow: 1px 1px 1px #020202;
}
.Intro h2{
 text-align: center;
font-size: 24pt;
	color: white;
}
.Intro{
	color: white;
	text-align: center;
	font-size 14pt;
	background-color: #515151;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	padding-bottom: 10px;
}
.introtext ul{
	list-style: none;
}
.introtext li a{
	text-decoration: none;
	color: #B0BC22;
	margin-left: -3%;
}
.introtext li a:hover{
	color: white;
}
.introtext{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
footer{
	text-align: center;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
/*search box inside the navigation bar*/

/*search box inside the navigation bar*/
.topnav{
	overflow: hidden;
	float:right;
}
.topnav input[type=text] {
  padding: 16px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}
h1{
	overflow: hidden;
    text-align: right;
	font-size: 36pt;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #B0BC22;
	text-shadow: 1px 1px 1px #020202;
	margin-right: 2%;
	padding-top: 2%;
}
.logo{
	overflow: hidden;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
}
nav{
	background-color: #515151;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	
}
.TMCCphoto{
	width: 100%;
	margin-top: -.01%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.Intro h2{
 text-align: center;
font-size: 24pt;
	color: white;
}
.Intro{
	color: white;
	text-align: left;
	font-size 14pt;
	background-color: #515151;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
@media screen and (max-width: 600px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
	h1{
    text-align: center;
	font-size: 24pt;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #B0BC22;
	text-shadow: 1px 1px 1px #020202;
	
}
}