/*
Beth @ Wagonerstudios.com's Stylesheet
*/

body, html {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #3f3f3f;
	background-image:url("images/bg.gif");
    }

header, footer, article, section, nav, figure {
	display:block;
	}
#container {
	margin:auto;
	padding:0; 
	width:1000px;

	}
header {
	margin:0px;
	padding:0px;
	clear: both;
	}		
header h1	{
	display:none;
	}
/*#images { 
	background-color:#000;
	width:100%;
	}		
#projects {
	text-align:center;
	width:700px;
	}		
#content {
	padding: 8px 10px;
	background-color:#fff;
	border-right:#000 2px solid;
	border-bottom:#000 2px solid;
	}
#content_photos {
	padding: 8px 10px;
	background-color:#fff;
	border:2px #000 solid;
	}*/
#des {
	float:right;
	/*width:250px;*/
	padding: 0em 1em;
	border:solid 1px #999;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color:#FFF;
	}
footer {
	clear: both;
	margin: 0;
	width:700px;
	padding: 8px 10px;
	}
footer p {
	font-size:small;
	color:#333;
	}			
/*
a:link {
	color:#333;
	text-decoration:underline;
	}
a:hover, ul li a:hover {
	color: #FFF;
	text-decoration:underline;
	background-color: $77cc6d;
	}
a:visited {
	color:#ccc;
	text-decoration:none;
	}	

hr {
	color:#69c;
	}
.active {
	background:#900;
	font-weight:bold;
	z-index:11111;
	opacity:1;
	padding-left:15px;
	color: #fff;
	}

	
.error {
	font-weight: bold;
	color: #69c;
	}
.gray_bg {
	background-color: #282828;
	border: 0px;
	padding:0px;
	display:block;
	}
.beach_photo {
	background-color:#fff;
	border: solid 1px #000; 
	padding:8px;
	float:right;
	}
.contact_photo {
	padding:8px;
	float:right;
	border: solid 1px #000;
	}
.footer_note {
	font-size:smaller; 
	color:#999;
	}
.no_border {
	border: 0px;
	padding: 0px;
	display:block;
	}
.center_footer {text-align: center;}

table styles*/

td .wide15 {width: 15%;}
td .wide60 {width: 60%;}
td .wide25 {width: 25%;}

th {
	text-align:left;
	font-size:larger;
	font-weight:bolder;
	padding-top: 10px;
	padding-bottom: 5px;
	}
	.mobile-container {
  max-width: 200px;
  margin: 0px;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
border-right:2px #000 solid;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
	
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #77CC6D;
  color: black;
}

.active {
  background-color: #77CC6D;
  color: white;
}
	.topnav ul li{
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	text-transform:uppercase;
	font-weight:bold;
	}
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

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

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
