body {
background-color: #2D2D2F;
color: #FFE9C7;
font-size: 1em;
font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
margin: 0px 30px;
padding: 1em;
text-align: left;
}

.name {
text-align: left;
font-size: 1.875em; /* 30px/16=1.875em */ 
text-transform: uppercase;
font-weight: bold;
font-family: 'Museo300', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
color: #FF5B5B;
}



#navcontainer ul
{
padding: 0;
margin: 0;
background-color: #70E8CB;
color: #545454;
font-weight: bold;
font-size: 1.2em;
float: none;
width: 100%;
font-family: 'Museo300', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
}

#navcontainer ul li { display: inline-table; 
}

#navcontainer ul li a {
padding: 0.7em;
text-align: center;
background-color: #70E8CB;
color: #545454;
font-weight: bold;
text-decoration: none;
float: left;
border: 1px solid #70E8CB;
}

#navcontainer ul li a:hover {
background-color: #FF5B5B;
color: #FFE9C7;
}

#resume ul li { padding-top:1em; 
}


h2, h4, h5, h6{
text-align: left;
font-size: 1.5em; /* 24px / 16px */
font-style: normal;
font-weight: normal;
font-family: 'Museo300', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; 
color: #70E8CB;
}

h3 {
text-align: left;
font-size: 20px; 
font-style: normal;
font-weight: normal;
font-family: 'Museo300', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
color: #FF5B5B;
}

a {
text-decoration: none;
color: grey;
}

a:hover, a:focus, a:active {
text-decoration: none;
color: #FF5B5B;
}

p  {
    text-align: left;
} 

.quote {
text-align: center;
letter-spacing: 3.3px;
font-size: 1em;  
text-transform: none;
font-weight: bold;
font-family: 'Museo300', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
color: #FFE9C7;
}

.clear {
clear: both;
}

.floatleft {
float: left;
margin: 0px 10px 0px 0px;}

.floatright {float: right;
margin: 0px 10px 0px 0px;}

.innovate {
width: 48%;
float: left;
}

.radio {
width: 48%;
float: left;
margin-left: 4%;
}

.box {
  
  /* background-color: #FFE9C7; */
	float: left;
	width: 33.3333333%; /*390 / 1180*/
	/*border: 1px solid #FFE9C7;*/
	/* height: 33%; /* I forget how to arrive at the percentage for the height*/
	text-align: center;
  font-size: 1.5em; /* 24px / 16px */
  font-style: normal;
  font-weight: normal;
  font-family: 'Museo300', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif; 
  color: #FF5B5B;
	overflow: hidden;
}

#box p  {
    text-align: center;
} 

.boxfull {
  
  background-color: #FFE9C7;
	float: left;
	width: 100%;
	border: 1px solid #FFE9C7;
	height: 100%;
	text-align: center;
  font-family: 'Museo300', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
	
}



@media screen and (max-width: 768px) {
}


