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

#theme-page {
	background-color: #fff;
}

#projects p {
	padding: 0px 24px;
}

#current_projects {
	top: 70px;
}

#current_projects .project {
	width: 30%;
	margin-bottom: 24px;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
	cursor:pointer;
    position: relative;
    background: #000;
    padding: 0;
    line-height: 0;
}
#current_projects .project img {
    margin: 0;
	width: 100%;
    opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#current_projects .project:hover img {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#current_projects .project .project_title {
    font-size: 140%;
    font-weight: 100;
    font-family: Open Sans;
    line-height: 1.0;
    padding: 12px 0;
    margin: 0;
    background: #fff;
}
@media (max-width: 768px) {
	#current_projects .project {
		width: 47%;
		margin-bottom: 14px
	}
	#current_projects .project .project_title {
		font-size: 100%;
		padding: 8px 0;
	}
}
#lightbox {
	position:fixed; /* keeps the lightbox window in the current viewport */
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}

#lightbox_closer {
	z-index: 1000;
	position:fixed; /* keeps the lightbox window in the current viewport */
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.80);
	text-align:left;
}

#lightbox p {
	text-align:right;
	color:#fff;
	margin-right:20px;
	font-size:12px;
}
#lightbox #login_content {
	z-index: 3010;
	width:430px;
	height:375px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-215px;
	margin-top:-190px;
	background-color: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    font-family: sans-serif;
    padding: 75px 35px 100px;
    box-sizing: border-box;
}
#login_dir {
    font-size: 200%;
    padding-bottom: 2rem;
}
#lightbox table {
	margin: 0 auto;
}
#login_form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
#login_form .login-button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
#login_form .login-button:hover,#login_form .login-button:active,#login_form .login-button:focus {
  background: #43A047;
}
#login_form .message {
  margin: 25px 0 0;
  font-size: 16px;
  text-decoration: none;
}
#login_form .register-form {
  display: none;
}