﻿/* site.css */
header, footer {
  background-color: #deb887; /*light brown*/
  /*font-family: 'Times New Roman', serif;*/
}

footer {
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  font-family: Times New Roman, sans-serif;
  font-size: 20px;
  font-color: #36454f; /*charcoal*/
}

body {
  font-family: Times New Roman, sans-serif;
  font-size: 20px;
  font-color: #36454f; /*charcoal*/
  text-align: center;
  background-color: #deb887; /*light brown*/
  border: solid 3px #533118; /*dark brown*/ /*Puts boarder around all content*/
}

a {
  color: #36454f; /*charcoal*/
  font-family: Times New Roman, sans-serif;
  text-decoration: none;
}

html, body { /*Pushes site to endge of window*/
  padding: 0;
  margin: 0;
}

#main {
  border: solid 5px #533118; /*dark brown*/ /*puts boarder around main contect*/
  border-radius: 5px;
  margin: 20px 0;
  padding: 5px;
  font-color: #36454f; /*charcoal*/
  font-family: Times New Roman, sans-serif;
  text-align: center;
}

#selection {
  border: solid 5px #533118; /*dark brown*/
  border-radius: 5px;
  margin: 20px 0;
  padding: 5px;
  text-align: center;
  font-color: #36454f; /*charcoal*/
  font-family: Times New Roman, sans-serif;
}
#table {
  border: solid 5px #533118; /*dark brown*/
  border-radius: 5px;
  margin: 20px 0;
  padding: 5px;
  font-color: #36454f; /*charcoal*/
  font-family: Times New Roman, sans-serif;
}

#title{
  font-size: 36px;
  margin: 0 auto;
  background-color: #deb887; /*light brown*/
  padding: 5px;
  font-color: #36454f; /*charcoal*/
  font-family: Times New Roman, sans-serif;
  font-weight: bold;
}
input[type=submit] {
  padding: 5px;
  background: #533118; /*dark brown*/
  color: white;
  font-family: Times New Roman, sans-serif;
  border: none;
  border-radius: 3px;
  padding: 5px;
}

.container {
  margin: 0 auto;
  background-color: #deb887; /*light brown*/
  padding: 5px;
  font-color: #36454f; /*charcoal*/
  font-family: Times New Roman, sans-serif;
  font-weight: bold;
}

.social-icons {
  text-align: center;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:70px;
  height:70px;
  margin-right: 20px;
}

nav {
  margin-right: 20px;
}

nav li {
  display: inline;
  font-size: 30px;
}