/* CSS Document */

body {
	margin:0px;
	text-align: center;
	background-color: #ffffff;
}

 * {
  box-sizing: border-box;
} 

#container {
width: auto;	
max-width: 1024px;
margin: 0 auto;
height: auto;
text-align: left;
background-color: #ffffff;
padding-top: 0px;
position: block;
}

#header {
width: 100%;
height: auto;
max-height: 400px;
padding: 15px;
text-align: left;
background-image: url("/images/home-office.jpg");
background-repeat: no-repeat;
border-radius: 0px 0px 15px 15px;
}

.topheader {
width: 100%;
height: auto;
padding: 10px 15px;
text-align: left;
background-color: #000000;

}

.spacer{
width: 100%;
height: 150px;
	
}

.logo {
	font-family: Agency FB, Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 35px;
	color: #ffffff;
	width: 100%;
	text-align: left;
	text-shadow: 3px 3px 4px #000000;
}

.logo a {
	font-family: Agency FB, Arial, Helvetica, Verdana, Sans-serif, Bahnschrift;
	font-size: 35px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	text-shadow: 5px 5px 3px #b0b0b0;
	text-decoration: none;
}


.tag {
font-family: Verdana, Arial, Sans-serif;
font-size: 24px;
color: #ff6010;
text-align: right;
}

.menu {
	font-family: Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-shadow: 3px 3px 2px #000000;
	height: 40px;
	line-height:40px;
	margin-bottom: 50px;
	
}

.menu a {
	font-family: Verdana, Arial, Sans-serif, Helvetica, Bahnschrift;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 5px #000000;
	text-decoration: none;
	padding: 10px 20px;
	height: 40px;
	line-height: 40px;
	
	
}

.menu a:hover {
	font-family: Verdana, Arial, Sans-serif, Helvetica, Bahnschrift;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	text-shadow: 3px 3px 2px #000000;
	text-decoration: none;
	padding: 10px 20px;
	border-bottom: 4px solid #ff6010;
	
}

.maincontent {
	font-family: Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 16px;
	color: #404040;
	text-align: justify;
	line-height: 1.25em;
	width: 90%;
	max-width; 1000px;
	padding: 15px 30px;
	display: block;
	position: relative;
	background-color:#ffffff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 text-align: justify;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 border-radius: 15px;
	
}


.maincontent a {
	font-family: Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 16px;
	color: #ff6010;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #ff6010;
	
	
}

.maincontent a:hover {
	font-family: Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 16px;
	color: #ff0000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: none;
}

.maincontent hr {
width: 30%;
height: 3px;
background-color:#ff6010;
border:0;
}

.maincontent img {
width: auto;
max-width: 300px;
border:3px solid #c0c0c0;
margin: 15px;
}

.highlight {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #c0c0c0;
	color: #404040;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
}

.highlight:hover {
	padding: 10px 20px;
	border: 1px solid #ff6010;
	color: #ffffff;
	background-color: #ff6010;
}

 ul {
  list-style: none; /* Remove default bullets */
}

  .services li::before {
  content: "\2611";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff6010; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
  list-style-position: outside;
  line-height: 1.5em;
}

.projects li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff6010; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
  list-style-position: outside;
  font-size: 18px;
  line-height: 1.5em;
}


#date {
width: 100%;
height: 35px;
line-height: 35px;
font-family: sans-serif, Verdana, Arial, Helvetica;
font-size: 90%;
text-align: left;
padding: 10px 25px;
color: #ffffff;
}

#contact {
	width:100%;
	height: 35px;
	text-align: right;
line-height: 35px;
}

#separator {
height: auto;
border-bottom:1px solid #d0d0d0;
width: 100%;
}

.sidebar {
	font-family: Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 16px;
	color: #505050;
	text-align: justify;
	line-height: 1.25em;
	width : 32%;
	float : left;
	padding: 15px 30px;
	
}

.sidebar a {
	font-family: Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 16px;
	color: #2080ff;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #2080ff;
	
}

.sidebar a:hover {
	font-family: Helvetica, Verdana, Arial, Sans-serif, Bahnschrift;
	font-size: 16px;
	color: #ff0000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #ff0000;
}

.footer {
  border: 0px;
  padding: 10px 25px;
  height: auto;
  line-height: 1.25em;
  text-align: left;
  background-color: #404040;
  color: #d0d0d0;
  font-size: 14px;
  border-radius: 20px;
  margin-top: 50px;
  clear: both;
  
}

h1 {
font-family: Arial, Helvetica, Verdana, Sans-serif;
text-align: center;
font-size: 28px;
color: #000000;
line-height: 1.25em;
}

h2 {
font-family: Arial, Helvetica, Verdana, Sans-serif;
text-align: left;
font-size: 19px;
padding: 0px;
color: #000000;
}

.blogtitle {
font-family: Arial, Helvetica, Verdana, Sans-serif;
text-align: left;
font-size: 19px;
padding: 0px;
color: #000000;
}

.blogtitle a {
font-family: Arial, Helvetica, Verdana, Sans-serif;
text-align: left;
font-size: 19px;
padding-bottom: 1px;
color: #000000;
text-decoration: none;
border-bottom: none;
}

.blogtitle a:hover {
font-family: Arial, Helvetica, Verdana, Sans-serif;
text-align: left;
font-size: 19px;
padding-bottom: 1px;
color: #ff6010;
text-decoration: none;
border-bottom: 1px solid #ff6010;
}

#category {
font-size: 40px;
line-height: 1.25em;	
background-image: url('/images/startup.jpg'); 
color: white; 
padding: 10px 15px; 
line-height: 1.25em; 
text-shadow: 3px 3px 4px #000000; 
text-align: center; 
border-radius: 5px;
}


/* Cellphone Optimization */

 @media only screen and (max-width: 600px) {

#container {
width: 100%;	
margin: 0 auto;
height: auto;
text-align: left;
background-color: #ffffff;
padding-top: 0px;
position: block;
}

.maincontent img {
width: auto;
max-width: 100%;
border:3px solid #c0c0c0;
margin: 15px;
}

#category {
font-size: 25px;
line-height: 1.25em;	
background-image: url('/images/startup.jpg'); 
color: white; 
padding: 10px 15px; 
line-height: 1.25em; 
text-shadow: 3px 3px 4px #000000; 
text-align: center; 
border-radius: 5px;
}

 }