@charset "UTF-8";
/* CSS Document */

    html, body {
      height: 100%;
      margin: 0 0 1px;
      padding: 0;
    }


body{
		border-top: #5e88a2 solid 5px;
		color:#333;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
    background: #ebf2f8;
 /*
		background-image:url("../images/crosses.png");
 */
		font-family: Helvetica, Verdana, Arial, sans-serif;
    /*
    min-width:465px;
		*/
		}
	


#container {
width: 768px;
background: transparent;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
text-align: left;
overflow: hidden;
/*
min-width:465px;
*/
}


#project_title {
    float: center; 
    width: 660px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
    font-size: 180%;
    font-weight: bolder;
    }
  
  /*  
  #project_nav {font-weight: bold; height: 26px; float: right; width: 200px; margin:13px 20px 10px 0px; padding: 0px; text-align: left; color: #414250;  }

  #project_nav a:link{color: #414250; text-decoration: none;}

 #project_nav a:visited {color: #414250; text-decoration: none;}

 #project_nav a:hover {  color:white; background:#5e88a2; }

  */

  #project_left {
max-width: 660px;
background: transparent;
margin: auto;
text-align: left;
/*
border-right-style: dotted;
*/
border-width: 1px;
border-color: #5E88A2;
line-height: 60%;
/*
min-width:465px;
*/
}
  
  /*
  #project_right {
font-size: 90%;
float: right;
width: 200px;
background: transparent;
margin: 10px 0px 0px 0px;
padding: 0px;
text-align: left;
}
  
  
    #project_right a:link{color: #414250; text-decoration: none;}
 #project_right a:visited {color: #414250; text-decoration: none;}
 #project_right a:hover { background:#5e88a2; color: white; text-decoration: none;}
  
  */

  #project_left .video { float:center; margin-top: 20px; margin-bottom: 20px }
  #project_left img{ float:center;  margin-bottom: 10px; box-shadow: 0px 0px 10px #999; }
  #project_left #main_text {font-size: 100%; line-height: 1.9em; text-align: left; margin-top: 0px; margin-bottom: 30px; color: #4d4e5b; }
  #project_left #caption { text-align: center;   line-height: 1.75em; margin-bottom: 30px;}
  #project_left h1 {color: #414250; font-size: 140%; font-weight: bold;  margin-bottom: 20px; margin-top: 15px;}
  #project_left p {font-size: 100%; line-height: 1.6em; text-align: center; margin-top: 0px; color: #4d4e5b; }
  #project_left a:link{ color: #5e88a2; text-decoration: none; font-weight: bold;}
  #project_left a:visited {color: #496a7e; text-decoration: none; font-weight: bold;}
  #project_left a:hover {color: #496a7e; text-decoration: none;}

#testing {
background-color: #5e88a2;
	padding: 5px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
text-align: center;
border-radius: 15px;
-moz-border-radius: 15px;

}

 #footer {
	 width: 100%;
   height: 75px;
   text-align: center;
   font-size: 80%;  color: #666; text-align: center; line-height: 1.5em;
	 
 }

#footer a:link{  color: #666; text-align: center; line-height: 1.5em; text-decoration: none;}
#footer a:visited {  color: #666; text-align: center; line-height: 1.5em; text-decoration: none;}

  
    #header {
      width:100%;
      margin-bottom: 15px;
      /*
      min-width:465px;
      */
    }  

#logo{
  padding:0;
    margin:0;
    float: left;
    vertical-align: top;
  /*
  width:251px;
  height: 90px;
  background:transparent url("../images/logo.png");
  */ 

}

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

#logo{
  width: 100%;
  text-align: center;
  }


ul#nav {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

  #container{
    width:100%;
  }

  #project_title{
    width:100%;
    text-align: center;
    font-size: 150%
  }

  #project_left h1 {
    width:100%;
    text-align: center;
  }

  #project_left{
    width:100%;
  }

  #project_left #main_text {
padding-left: 30px;
padding-right: 30px;
  }

  #project_left #caption{
padding-left: 30px;
padding-right: 30px;
  }
}

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

#project_left img{
  width: 100%;
  }

  }

 /* Nav Bar Info! */


 #header ul#nav{
	vertical-align: middle;
	padding: 1%;
	text-transform:uppercase;
	color:#333333;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size:20px;
	float:right;

}

#header ul#nav li{
	list-style:none;
	display:inline;
	margin-right:3px;
  width: 25%;
}

#header ul#nav li.active {
  margin-left: 8px;
    border-width: 3px;
  border-color: #333333;
  padding: 7px 10px 7px 10px;
  font-size: 85%;
  color: #ffffff;
  background: #333333;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  }
 

#header ul#nav li a{
  color:inherit;
  text-decoration:none;
  padding: 4px 8px 4px 8px;
  margin-left: 8px;
  font-size: 85%;
  border-style: solid;
  border-color: #a5adb2;
  border-width: 3px;
  background: #fff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  width: 25%;
}


#header ul#nav li a:hover{
	color:#fff;
	background:#5e88a2;
  border-color: #5e88a2;
}


/* Portfolio Thumbs! */

#workpage {
	float:center;
}

#container h3 {
  color: #414250;
  font-size: 140%;
  letter-spacing: .05em;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 15px 0px;
    }

#container h3 { text-align: center; color: #414250; font-size: 140%; font-weight: bold; margin:0;}

 h3 a:link{ color: #5e88a2; text-decoration: none; font-weight: bold;}
 h3 a:visited {color: #496a7e; text-decoration: none; font-weight: bold;}

#container h4 { text-align: center; color: #414250; font-size: 105%; font-weight: bold; margin: 10px 0px 15px 5px;}
#container h5 {font-size: 100%; line-height: 1.5em; text-align: center; margin-top: 0px; padding-bottom: 0px; color: #666; font-style:italic;}
#container h7 {font-size: 100%; line-height: 1.5em; text-align: center; margin-top: 0px; padding-bottom: 0px; color: #888; font-style:italic;}
#container h6 {font-size: 120%; line-height: 1.5em; text-align: center; margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; color: #4d4e5b; font-weight: bold;}
#container h6 a:link{ line-height: 1.5em; text-align: center; margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; color: #4d4e5b; font-weight: bold; text-decoration: none;}
#container h6 a:hover{background:#5e88a2;  line-height: 1.5em; text-align: center; margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; color: #4d4e5b; font-weight: bold; text-decoration: none; }
#container h6 a:visited{color: #4d4e5b; text-decoration: none;  }
#container h4 a:link{ color: #414250; text-decoration: none; font-weight: bold; }
#container h4 a:link{ color: #414250; text-decoration: none; font-weight: bold; }
#container h4 a:hover{ background:#5e88a2; color: white; text-decoration: none; font-weight: bold;}
#container h4 a:visited{ color: #414250; text-decoration: none; font-weight: bold; }

div.gallery {
    
}

div.gallery img {
    width: 100%;
    height: auto;
    border: 5px solid #3f3f3f;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;

}

div.gallery img:hover {
    border-color:  #5e88a2;

}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.responsive {
    margin-bottom: 1px;
    padding: 0 6px;
    float: left;
    width: 50%;
}

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

   #header ul#nav{
  vertical-align: middle;
  padding: 1%;
  text-transform:uppercase;
  color:#333333;
  font-family: Futura, Helvetica, Arial, sans-serif;
  font-size: 75%;
 
}

#header ul#nav li a{
  color:inherit;
  text-decoration:none;
  padding: 4px 8px 4px 8px;
  margin-left: 4px;
  font-size: 85%;
  border-style: solid;
  border-color: #a5adb2;
  border-width: 3px;
  background: #fff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  width: 25%;
}
    .responsive {
        width: 100%;
        margin: 0px 0;
         padding: 0 30px;
    }

    #container h3 { 
      font-size: 150%;
    }

    div.gallery img {
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius:12px 12px 12px 12px;
  -webkit-border-radius:12px 12px 12px 12px;
    border: 8px solid #3f3f3f;
}

}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
  
  /*
 .thumbs{
    text-align: center;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 50px;
    width: 200px;
}
*/ 

/* Original Workblock
.workblock{
  width:740px;
  float:center;
  margin: 20px 0px 0 118px;
  padding: 0px;
  }

.workblock .image {
  
  width: 310px;
  height: 220px;
margin:0 0 0 0px;
 padding: 0px 0 0 0;
  }
  
 .workblockfront {
width: 200px;
float: left;
min-height: 200px;
margin: 0px 1.1em 0;
padding: 0px 0 0 0;
}
.workblockleft {
width: 200px;
float: left;
min-height: 200px;
margin: 0px 17px 0 17px;
padding: 0px 0 0 0;
}
.workblockcenter {
width: 200px;
float: left;
min-height: 200px;
margin: 0px 0px 0px 85px;
padding: 0px 0 0 0;
}
*/
  
  #about_image img{


    padding: 0 6px;
    float: left;
    width: 35%;

  }
  
  #about_text{
   margin-bottom: 1px;
    padding: 0 6px;
    float: right;
    width: 63%;
  }

  #about_text p {font-size: 100%; line-height: 1.6em; text-align: left; margin-top: 10px; color: #4d4e5b; }

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


#about_image img{
  width: 100%;
  margin: 0px 0;
  padding: 0 100px;
  margin-bottom: 15px;
 

}

#about_text{
  width: 100%;

  }
}

/*
    #about_image{
  width:240px;
  float:left;
  margin:20px 0px 20px 40px;
  }
  
  #about_text{
  width:600px;
  float:right;
  padding: 0px 0 0 0;
  margin:20px 0px 20px 0px;
  }
  */

 
 #contact_text a:link{ letter-spacing: .05em;font-weight: bold;font-size: 115%;color: #5e88a2; text-decoration: none;}
 #contact_text a:visited {letter-spacing: .05em;font-weight: bold;font-size: 115%;color: #496a7e; text-decoration: none;}
  
  #contact_text{
    padding: 0 6px;
    float: left;
    width: 50%;
  }

.contact {

}

.contact p {
    width: 100%;
    height: auto;
}

.contact a:link{color: #414250; text-decoration: none;}

* {
    box-sizing: border-box;
}

.contact_row {
    margin-left: 0px;
    margin-right: 0px;

}

.contact_responsive {
    margin-bottom: 1px;
    padding: 0 15px;
    float: left;
    width: 50%;
}

.contact_responsive p {font-size: 100%; line-height: 1.6em; text-align: left; margin-top: 10px; color: #4d4e5b; }

@media only screen and (max-width: 768px) {
    .contact_responsive {
        width: 100%;
        margin: 0px 0;
         padding: 0 30px;
         float: center;
    }

}
/*
#contact_text{
  width:410px;
  float:left;
  padding: 0px 0 0 0;
  margin:20px 30px 10px 30px;
  }
*/

  



/* Social Media Icons
------------------------- */
a.socialIcons {
	margin-right: 17px; /* Increase this for more space between icons, Future Joe! */
  width: 100%;
  float: center;
}

.socialIcons img{
  
}

@media only screen and (max-width: 768px) {
a.socialIcons {

margin-right: 5px;
}
}


p {font-size: 100%; line-height: 1.5em; text-align: justify; margin-top: 0px; padding-bottom: 0px; color: #4d4e5b;}
