/* g-recaptcha
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


#debug-box {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	min-width: 100px;
	min-height: 50px;
	background-color: rgb(140, 15, 69);
	z-index: 500;
}

#debug-btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	font-size: 5px;
}

span {
	display: inline-block;
}

img#skin {
	image-rendering: -moz-crisp-edges;		 /* Firefox */
	image-rendering:   -o-crisp-edges;		 /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.krecha {
	width: 100%;
	border-top: solid black 2px;
}

img.preview {
	height: 150px;
	width: auto;
}

@font-face {
	font-family: 'SGA';
	src:
	local('SGA'),
	url('SGA.ttf')
	format('truetype');
}

#sga {
	font-family: 'SGA', Helvetica, sans-serif;
	font-size: 30px;
}


/*===============================================*/

html {
	background-color: #2f2f2f;
}

body {
	background-color: #3498db;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	margin: 0 auto;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
/*	line-height: 28px;*/
	margin-bottom: 25px;
	font-size: 16px;
}

.centered {
	text-align: center;
}

/* Links */
a {
	color: #1abc9c;
/*	word-wrap: break-word; **/

	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #2980b9;
	border-color: #16a085;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #1abc9c;
}


/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f2f2f2;
	min-height: 100%
}


#footer {
	background-color: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 100%;
	position: relative;
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#sidebar {
width: 25%;
float: left;
}

#main {
width: 75%;
float: right;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}

#logo {
	border-radius: 30%;
	-moz-border-radius: 30%;
	-webkit-border-radius: 30%;
}

#websitename {
	height: 36px;
}

#twitch {
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #6441A4;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */

/* [1] The container */
.img-hover-zoom {
	overflow: hidden;
}

.img-hover-zoom img {
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	transition: transform .5s ease;
	transform: scale(0.9);
}

.img-hover-zoom:hover img {
	transform: scale(1);
}


/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #1abc9c;
}

