body
{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'Source Code Pro',Verdana,helvetica,arial,sans-serif;
  color:#000000;
}
#header
{
  text-align:center;
}

#title
{
  font-family: Mistral,'Source Code Pro',Verdana,helvetica,arial,sans-serif;
  font-size:40px;
  padding:10px;
}

#subtitle
{
  font-size:25px;
  padding:10px;
}

#content
{
  padding:5px;
}
label{
  margin-top:10px;
  display:block;
}
input, textarea {
  border: 1px solid #918e8e;
  border-radius: 5px;
  display: block;
  padding-left: 5px;
}

.active
{
  color:#4F96E5;
}
#info
{
/*  font-family:verdana,helvetica,arial,sans-serif;*/
  font-size:10px;
}

#info a
{
  color:#7491FF;
}

.link_thumb
{
  box-sizing: border-box;
  width:30%;
  height:300px;
  border:1px solid #000;
}

#footer #links
{
  float:right;
}

#footer
{
  border-width: 1px 0;
  border-style:solid;
  color: #000000;
  padding: 10px;
  margin-top:35px;
  margin-bottom:5px;
}

#links a
{
  text-decoration:none;
}

.blueimp-gallery .next:before
{
  content:"\203A"
}

.blueimp-gallery .prev:before
{
  content:"\2039"
}

#blueimp-gallery .close:before
{
  content:"\02DF"
}
/*Contact.php*/
form input
{
  height:30px;
}

input[type=text], textarea {
  max-width:380px;
  min-width:240px;
  width:95%;
}

.error
{
  color:red;
}

/* CSS Menu Title  */

/*Strip the ul of padding and list styling*/
ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display:inline-block;
/*  position: absolute;*/
}

/*Create a horizontal list with spacing*/
li {
  display:inline-block;
  float: left;
  margin-right: 1px;
}

/*Style for menu links*/
li a {
  display:block;
  min-width:140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

li a {
  border-right:1px solid #000;
}
li:last-child a
{
  border-right:none;
}
/*Hover state for top level links*/
li:hover a {
/*  color:#8FA7FF;*/
  color:#9CC4FF;
}

/*Style for dropdown links*/
li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
  background: #19c589;
  color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
  display: none;
}

/*Make dropdown links vertical*/
li ul li {
  display: block;
  float: none;
}

/*Prevent text wrapping*/
li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
  display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  text-decoration: none;
  color: #fff;
  background: #19c589;
  text-align: center;
  padding: 10px 0;
  display: none;
  cursor:pointer;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: inline-block;
}




.project
{
  float:left;
  border:1px solid #fff;
  width:500px;
}

.project:hover
{
  cursor:pointer;
  border:1px solid #000;
}

.project_title
{
  padding:10px;
  font-size:20px;
  text-align:center; 
}

.project_preview
{
  box-sizing: border-box;
  height: 400px;
  padding: 10px;
  width: 100%;
}

span.rollover {
  opacity: 1;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition: -webkit-transform 1s;
  background:url(images/mag.png) center center no-repeat #000;
  cursor: pointer;
  height: 300px;
  width: 30%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  margin:20px;
}

span.rollover:hover {
  opacity: .4;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition: -webkit-transform 1s;
  -webkit-box-shadow: 0px 0px 4px #000;
  -moz-box-shadow: 0px 0px 4px #000;
  box-shadow: 0px 0px 4px #000;
}

#page_title
{
  font-size: 18px;
  font-weight: bold;
}

#page_title a
{
  color:#000;
}

#page_title a:hover
{
/*  color:#8FA7FF;*/
  color:#9CC4FF;
}
.project_desc
{
  padding:10px;
  line-height: 30px;
}

#logo
{
  width:40%;
}

p
{
  line-height:30px;
  padding:20px;
}

/*Responsive Styles*/

@media screen and (max-width : 590px){
  /*Make dropdown links appear inline*/
  ul {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  ul li, li a {
    width: 100%;
  }
  /*Display 'show menu' link*/
  .show-menu {
    display:block;
  }
  li a {
    border-right:none;
    border-bottom:1px solid #000;
  }
  li:last-child a
  {
    border-bottom:none;
  }

  .project {
    width: 100%;
  }

  .link_thumb {
    width: 100%;
  }


  #logo {
    width: 70%;
  }
}
