
#webname {  /*modify web name located in the top left*/
	background-color: #333;
	color: #f2f2f2;
	text-align: center;
	float: left;
	padding: 14px 16px;
	font-size: 17px;
	
}

.homepage {
	margin: 0;
	border: 0;
	padding: 10px;
	background-color: white;
}



	

.belowhp { 
	margin: 0;
	padding: 10px;
	background-color: #e4d6ce;
	
}

.column {
  float: left;
  width: 25%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

h1 {
	font-size:50px;
	color: white;
	text-align: center;
	margin: 0;
	padding: 2px;
	
}

h3 {
	font-size:20px;
	color: white;
	text-align: center;
	margin: 10px;
	padding: 2px;
}

ul { /* navigation bar color */ 
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li { /* nav options */
  float: left;
}

li a, .dropbtn {
	display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn { /*hovering color*/
  background-color: red;
}

li.dropdown {
	
	display: inline-block;
}

.dropdown-content { /* dropdown content*/
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: red;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #e4d6ce;
	
}

.dropdown:hover .dropdown-content { /*dropdown menu position*/
  display: block;
}
 
.topnav {
	
	background-color: #e4d6ce;
	
	padding: 65px;
	
	
 }
 
.topnav a { /* top nav bar font color, font position, space b/t words, */
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 18px;
	text-decoration: none;
	font-size: 17px;
}

.topnav-right {
	float: right;
	
	background-color: lightblue;
}

.portfolioimg_left { /* left images on the homepage */
	height: 250px; /* height px to center the images on homepage = 320px */
	width: 450px; /* width px to center the images on homepage = 480px */
	padding: 20px 250px;
	margin: 100px;
	background-color: white;

}


.portfolioimg_right /* right images on the homepage */
{
	height: 250px; /* height px to center the images on homepage = 320px */
	width: 450px; /* width px to center the images on homepage = 480px */
	padding: 20px 250px;
	margin: 100px;
	background-color: white;
	float:right;
	
}

.blank { /* blank div that allows images on homepage to look staggerd */
	height: 350px;
	width: 450px;
	padding: 20px 20px;
	margin: 10px;
	background-color: none;
}



img {
	max-width: 100%;
	max-height: 100%;
}


#float-right {
	height: 350px; /* height px to center the images on homepage = 320px */
	width: 450px; /* width px to center the images on homepage = 480px */
	padding: 20px 20px;
	margin: 10px;
	background-color: none;
	float:right;
	
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#shiftdown.center {
  margin: 0;
  position: absolute;
  top: 120%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container {
	height: 400px;
	position: relative;
	border: 50px solid #e4d6ce;
}

.newsletter {
	font-size: 50px;
}



#color-black {
	color: black;
}

#center {
	text-align: center;
	left: 649px;
	position: relative;
}

button {
margin: 0 auto;
}

#yolo {
	text-align: center;
}

table, th, td {
  border: 1px solid black;
}
}
}

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
}

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}
	

label {

display: block;

margin: 5px 0;

}