/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.1
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

#header-top {
	padding-bottom: 40px;
}

.banner {
	background-color: #5a5a5a;
}

.slideshow-boxed .slider-banner-container {
	border: none;
	background-color: transparent;
}

.intro-text {
	color: #fff;
	text-align: center;
}

#header-top .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

#header-top .intro-text .skills {
		font-size: 1em;
		padding-bottom: 20px;
	}

@media(min-width:767px) {
	#header-top .intro-text .name {
		font-size: 4.75em;
	}
	
	#header-top .intro-text .skills {
		font-size: 1.75em;
	}
}

section .main-container {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

@media(max-width:767px) {

	#header-top {
		padding-bottom: 60px;
	}
    .space-top {
		margin: 0px;
		padding-top: 0px;
	}
	
	section .main-container {
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-bottom: 0px
	}

    section.first {
        padding-top: 75px;
    }
}

.label {
    position:absolute;
    left: 0;
    top: 0;
	background-color: red;
}