a:link {
  color: #000000;
  text-decoration: none
}

/* visited link */
a:visited {
  color: #000000;
  text-decoration: none
}

/* mouse over link */
a:hover {
  color: #999999;
  text-decoration: none
}

/* selected link */
a:active {
  color: #333333;
  text-decoration: none
}

h1 {
 padding: 15px;
 color: #000000;
 font-size: 75px;
 line-height: 0px;
 letter-spacing: .05rem;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h2 {
 background-color: #666666;
 padding: 15px;
 color: #FFFFFF;
 font-size: 40px;
 line-height: 32px;
 letter-spacing: .05rem;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h3 {
 padding: 25px;
 color: #666666;
 letter-spacing: .05rem;
 font-size: 14px;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h4 {
 padding: 25px;
 color: #FFFFFF;
 letter-spacing: .05rem;
 font-size: 14px;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h5 {
 Margin: 0px;
 padding: 0px;
 background-color: #666666;
 color: #FFFFFF;
 font-size: 75px;
 line-height: 100px;
 letter-spacing: .05rem;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h6 {
 margin: 5px;
 padding: 10px;
 color: #000000;
 letter-spacing: .05rem;
 font-size: 18px;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
h8 {
 margin: 5px;
 padding: 10px;
 color: #000000;
 letter-spacing: .05rem;
 font-size: 18px;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.logo-image{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}
#nav {
	font-size: 16px;
	letter-spacing: .05rem;
	line-height: 40px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	height: 40px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	color: #000000;
}
/* Dropdown Button */
.dropbtn {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  border: none;
}

/* 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: #FFFFFF;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000000;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #999999;}

/* 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: #FFFFFF;}

body {
	background-color: #000000;
}
#container {
	background-color: #FFFFFF;
	height: 860px;
	width: 1280px;
	margin: 0px auto 0px auto;
}

#banner {
	font-size: 40px;
	color: white;
	height: 10px;
	background-color: #FFFFFF;

}
footer{
	line-height: 25px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    	position: fixed;
	height: 25px;
	width: inherit;
	background-color: #FFFFFF;
	color: #000000;
	bottom: 0px;
}

button.accordion {
    Margin: 0px;
    background-color: #666666;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-family: arial;
	font-size: 15px;
}
.accordion:after {
  content: '\02795'; /* "Plus" sign (+) */
  font-size: 13px;
  color: #000000;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* "Minus" sign (-) */
}

/* Hover and Click Color */
button.accordion.active, button.accordion:hover {
    background-color: #000000;
}

/* Accordion Panel Style */
/* No Effects

div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* "Show" Class when clicked on */
/* No Effects
div.panel.show {
    display: block !important;
}
/*Transition*/
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}
section{
	width: 1280px;
	background-color: #000000;
	margin: 0px auto 0px auto;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 0px;  /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #999999;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #666666;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #000000;
  padding: 20px;
}



