/********************************************************/
/*                       Fonts                          */
/********************************************************/
/*http://fonts.googleapis.com/css?family=Open+Sans:300,400,700*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
/********************************************************/
/*                 Page background                      */
/********************************************************/
body, .content {
	background: #fff;
	color:#333;
}

/********************************************************/
/*                     Typography                       */
/********************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 300;
}

p, .jumbotron p {
	font-size: 15px;
	line-height: 1.6em;
}
.btn,.btn:visited{
	border-color: #ccc;
}

/********************************************************/
/*                        Header                        */
/********************************************************/


.header {
	margin-bottom: 0;
	padding-bottom: 0px;
}

.header h1 {
	font-family: "Open sans", Arial;
	font-size: 40px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.header h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 25px 0;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.header p { font-size: 15px; line-height: 1.2em;}
.header .lead {
	font-family: "Open sans", Arial;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.header .small {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.header .text-muted { opacity: 0.5; }

.header form { margin-bottom: 18px; }
.header .btn-default {
	font-size:15px;
	padding: 12px 36px;
}

/********************************************************/
/*          Illustration and its animation              */
/********************************************************/
#illustration { z-index: 1; text-align: center; width:100%; margin-bottom:-130px;}
#illustration img {
	max-width:100%;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
#illustration:hover img{ margin-bottom:120px; margin-top:-100px; }



/********************************************************/
/*                       Content                        */
/********************************************************/

.content {
	position: relative;
	z-index: 999;
	margin-bottom:40px;
}

.jumbotron {
	background:#f5f5f5;
}

.content .lead { font-family: Georgia; font-style: italic; color:#999; }

.space-before { padding-top:20px; }
.space-after { padding-bottom:20px; }

.img-feature {
	border:15px solid #f5f5f5;
	margin:0 auto;
	-webkit-border-radius: 50% ;
	-moz-border-radius: 50% ;
	border-radius: 50%;
	padding:1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*nav*/
.navbar {
  background-color: rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.3);
  padding: 0.3em 0;
  margin-bottom: -2px;
}
.navbar .navbar-brand {
  font-family: "Open sans", Helvetica, Arial;
  font-weight: bold;
}
.navbar ul.nav li a {
  padding-left: 0;
  padding-right: 0;
  margin: 0 1.5em;
}
.navbar .navbar-brand, .navbar ul.nav li a {
	color: #fff;
}
.navbar .navbar-brand:hover, .navbar ul.nav li a:hover {
	color: #e3e3e3;
}
.navbar ul.nav li .btn, .navbar ul.nav li button {
	padding: 5px 10px;
  	margin: 0.7em 0 0 1em;
}

/********************************************************/
/*                        Forms                         */
/********************************************************/

.fa-at-sign:before { content: '@'; }

.well h3 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.input-group-addon .fa-2x {
    width: 28px;
    min-width: 28px;
    display: inline-block;
}

.inline-block > li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.input-group {
    margin-bottom: 20px;
}

/********************************************************/
/*                   Responsiveness                     */
/********************************************************/

@media(max-width: 481px){
    #social-sign-in .fa-5x {
        font-size: 4.5em;
    }
}

@media(min-width: 482px){
	.header h1 { font-size: 55px; }
	.header h2 { font-size: 30px; }
	.header p { font-size: 15px; }

	#illustration { margin-bottom:-215px;}
	#illustration:hover img{ margin-bottom:200px; margin-top:-180px; }
}

@media(max-width: 767px){
	h1, h2, h3, h4 { text-align: center;}
    #social-sign-in .fa-5x {
        font-size: 7em;
    }
}
@media (min-width: 768px) {
	.header h1 { font-size: 55px; }
	.header h2 { font-size: 20px; }
	.header p { font-size: 15px; }
	.header .lead { font-size:22px; }

	#illustration { margin-bottom:-310px;}
	#illustration:hover img{ margin-bottom:300px; margin-top:-190px; }

}
@media(min-width: 992px){
	.header h1 { font-size: 55px; margin-top: 25px; }
	.header h2 { margin-bottom: 40px;}
	.header p { font-size: 15px; }
	.space-before { padding-top:40px; }
	.space-after { padding-bottom:40px; }

	#illustration { margin-bottom:-380px;}
	#illustration:hover img{ margin-bottom:370px; margin-top:-260px; }
}

@media(min-width: 1199px){
    #social-sign-in .fa-5x {
        font-size: 7em;
    }
}

/********************************************************/
/*                       Themes                         */
/********************************************************/

<% if(program.theme !== 'white'){ -%>
.header h1{color: white;}
.header h2{color: rgba(255,255,255,.9);}
.header .text-muted {color:white;}
.header .lead{color: rgba(255,255,255,.9);}
.header .btn-default{
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
}
.header .form-control { background: rgba(5,5,5,0.4); border: 0; color: white; font-size:15px;}
.header .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.3); }
.header .form-control:-moz-placeholder { color: rgba(255,255,255,0.3); }
.header .form-control::-moz-placeholder { color: rgba(255,255,255,0.3); }
.header .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.3); }

.btn,.btn:visited{
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
<% } -%>

<% if(program.theme === 'red'){ -%>
a{ color: #CD503A; }
a:hover, a:focus { color: #953726; }
a:visited { color: #D87563; }
.header {
	color: white;
	background: #A43222;
	background: -moz-linear-gradient(top,  #A43222 0%, #CD503A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A43222), color-stop(100%,#CD503A));
	background: -webkit-linear-gradient(top,  #A43222 0%,#CD503A 100%);
	background: -o-linear-gradient(top,  #A43222 0%,#CD503A 100%);
	background: -ms-linear-gradient(top,  #A43222 0%,#CD503A 100%);
	background: linear-gradient(to bottom,  #A43222 0%,#CD503A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A43222', endColorstr='#CD503A',GradientType=0 );
}

.btn,.btn:visited{
	color:#fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn,.navbar ul.nav li .btn:hover{
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}

<% } else if(program.theme === 'green'){ -%>

h1, h2, h3, h4, h5, h6 { color: #00b0b0; }
a{ color: #00b0b0; }
a:hover, a:focus { color: #007777; }
a:visited { color: #5A8B86; }

.header {
	color: white;
	background: #005363;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005363), color-stop(100%,#187489));
	background: -webkit-linear-gradient(top,  #005363 0%,#187489 100%);
	background: -o-linear-gradient(top,  #005363 0%,#187489 100%);
	background: -ms-linear-gradient(top,  #005363 0%,#187489 100%);
	background: linear-gradient(to bottom,  #005363 0%,#187489 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005363', endColorstr='#187489',GradientType=0 );
}
.btn,.btn:visited{
	color:#fff;
	background-color: #187489;
	border-color: #005363;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn,.navbar ul.nav li .btn:hover{
	color: #fff;
	background-color: #005363;
	border-color: #5A8B86;
}


<% } else if(program.theme === 'violet'){ -%>

h1, h2, h3, h4, h5, h6 { color: #5E7690; }
a{ color: #5E7690; }
a:hover, a:focus { color: #5D577B; }
a:visited { color: #5A8B86; }

.header {
	color: white;
	background: #313A5B;
	background: -moz-linear-gradient(top,  #313A5B 0%, #5D577B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313A5B), color-stop(100%,#5D577B));
	background: -webkit-linear-gradient(top,  #313A5B 0%,#5D577B 100%);
	background: -o-linear-gradient(top,  #313A5B 0%,#5D577B 100%);
	background: -ms-linear-gradient(top,  #313A5B 0%,#5D577B 100%);
	background: linear-gradient(to bottom,  #313A5B 0%,#5D577B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313A5B', endColorstr='#5D577B',GradientType=0 );
}
.btn,.btn:visited{
	color:#fff;
	background-color: #5D577B;
	border-color: #313A5B;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn,.navbar ul.nav li .btn:hover{
	color: #fff;
	background-color: #313A5B;
	border-color: #5A8B86;
}
<% } -%>
/**/
