/* Default body background */
body { 
	background: url(../../images/index2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
	font-family: 'TR Century Gothic', Arial, sans-serif !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

/* Font Faces */
@font-face {
	font-family: 'hetilica';
	src: url('hetilica.ttf');
}
@font-face {
	font-family: 'TR Century Gothic';
	src: url('TR Century Gothic.ttf');
}

/* General Title Styling */
.title {
	margin: 25px auto;
}
.title h3 {
	color: #fff;
	padding: 20px;
	margin: auto 0;
	font-size: 50px;
	text-align: left;
}
.title h3 p {
	margin-top: -10px;
}

/* CHMSC Styling */
.chmsc {
	font-weight: bold;
	color: #555;
	font-size: 12px;
	margin-bottom: -10px;
	margin-left: 22px;
	text-align: left;
}

/* Motto Styling */
.motto {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	color: #FFFFFF;
	font-size: 16px;
}
.motto p:first-child {
	font-size: 30px !important;
}
.motto p {
	font-size: 20px;
}

/* Login Form Styling */
#login .form-signin {
	float: none;
	background: url("../../images/pixel-60fff.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 2px 2px 5px rgba(0, 0, 6, 0.75), 0 1px 3px rgba(15, 15, 15, 0.2);
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	max-width: 400px;
	padding: 19px 18px 29px;
	margin: 70px auto 20px;
}

#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
	font-size: 19px;
	margin-bottom: 10px;
}

/* Buttons */
.btn-info {
	background-color: #3B5998 !important; 
	background-image: linear-gradient(to bottom, #3B5998, #3B5998) !important;
	background-repeat: repeat-x !important;
	border-color: rgba(0, 0, 0, 0.1) !important;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

/* Navbar */
#login .navbar {
	margin-top: 10px !important;
}
#login .navbar-inner {
	background: none;
	border: 0;
	box-shadow: none;
}
#login .navbar .nav > li > a {
	color: #fff !important;
	padding: 10px 15px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

/* Logo */
#logo {
	max-height: 196px;
}

/* Footer */
footer {
	margin-right: 42px;
	margin-top: 50px;
	color: #FFFFFF;
	font-weight: bold;
}

/* =============== RESPONSIVENESS =============== */

/* iPad and Tablet Portrait + Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.title h3 {
		color: #fff;
		font-size: 30px !important;
		margin: auto 0;
		padding: 20px;
		text-align: left;
	}
	#login .form-signin {
		max-width: 350px;
	}
}

/* Large Smartphones (480px - 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.index_logo {
		height: 80px;
		margin-left: 60px;
		margin-top: 80px;
	}
	.title h3 {
		font-size: 28px !important;
	}
	.motto p:first-child {
		font-size: 24px !important;
	}
	#login .form-signin {
		max-width: 320px;
	}
}

/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.index_logo {
		height: 94px;
		margin-left: 77px;
		margin-top: 95px;
	}
	.title {
		margin: -146px auto !important;
		position: absolute;
	}
	.title h3 {
		color: #fff;
		font-size: 34px !important;
		margin: auto 0;
		padding: 20px;
		text-align: left;
	}
	.motto,
	.title_index .span12,
	.chmsc {
		display: none;
	}
	#login .form-signin:first-child {
		background: url("../../images/pixel-60fff.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 1px 3px rgba(15, 15, 15, 0.2);
		float: none;
		margin-top: 0px !important;
	}
	#login .form-signin {
		background-color: #FFFFFF;
		border: 1px solid #E5E5E5;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		margin: 0 auto 20px;
		max-width: 300px;
		padding: 19px 18px 29px;
	}
}

/* Extra small screens, prevent horizontal scroll */
@media (max-width: 320px) {
	body {
		overflow-x: hidden;
	}
	.title h3 {
		font-size: 28px !important;
	}
}
