body {
	font-family: 'Roboto Slab', serif;
	margin: 0px;
	padding: 0px;
}

header {
	background-color: black; /*orange*/
	position: relative;
	top: 20px;
	height: 167px;
}

#siteTitle {
	background-color: red;
	width: 800px;
	margin: 0px;
	color: white;
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 350px;
	font-size: 4em;
	width: 660px;
}

.logoSize {
	width: 200px;
}

.iconSize {
	width: 40px;
	margin-right:14px;
	float: right;
}

#socialMedia {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 10px;
	min-width: 1100px;
}

li:hover {
	background-color: red;
	color: white;
}


/* Add a black background color to the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #e9e9e9
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: red;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: grey;
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@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;
  }
} 
.clear {
	clear: both;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

 
/*meet the team*/
/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.footerText {
	line-height: 30px;
	margin: 0px;
}

footer {
	width: 100%;
	position: fixed;
	bottom: 20px;
	background-color: black;
	color: white;
	text-align: center;
}
