*, html{
margin:0;
padding:0;
}

html, body{
  width: 100%;
   height: 100%;
    font-family: "Open Sans",sans-serif;
}

section{
 background-color: #e8e7ea;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    padding-bottom: 22px;
}

/*******
ABOUT Me
*******/

#intro{
	 background-color: #fbfbfb;
    background-image: url("../img/chicago2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.bannerText {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 1px solid #fff;
    max-width: 600px;
    padding: 30px 0;
    position: relative;
    right: 15%;
    text-align: center;
    top: 10%;
	color: #fff;
	float:right;
	margin-left:15%;
}

.bannerText span{
    display:inline-block;
	text-align:justify;
	    font-size: 18px;
    margin: 20px auto 0;
	  word-wrap: break-word;
	  padding: 0 30px;
}

h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    margin: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Montserrat',Georgia,"Open Sans",sans-serif;
}

h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
    padding-bottom: 0;
}

/******
SKILLS
******/

#skills, #contact{
	background-color: #fbfbfb;
    height: auto;
    padding-bottom: 1em;
    padding-top: 3em;
}

h3.title{
	border-bottom: 1px solid #000;
    color: #474631;
    font-family: "Open Sans",sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 0.1em;
    margin: 10px auto 20px;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    width: 66%;
}

#skills h3 span, #contact h3 span {  
    background: #fbfbfb none repeat scroll 0 0;
    padding: 0 10px;
}

section p {
    color: #6D6966;
	font-size:16px;
}

.skills-content {
    color: #555;
    font-size: 16px;
    opacity: 1;
	margin: 0 auto 50px;
    max-width: 65%;
}

#skills .section-title {
    border-bottom: 1px solid #ccc;
    color: #333; /*031634*/
    font-size: 20px;
    font-weight: 700;
    margin-top: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
	margin-bottom: 10px;
}

.skills-list {
    list-style: outside none none;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    background: #9C794F none repeat scroll 0 0; /*#404c3c*/
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.progress .progress-type {
    background-color: rgba(25, 25, 25, 0.2);
    color: #fff;
    font-size: 13px;
    left: 0;   
	height: 19px;
    padding: 4px 30px 2px 10px;
    position: absolute;
}

.progress .progress-completed {
    color: #888;
    font-size: 14px;
    font-weight: 800;
    padding: 5px 10px 2px;
    position: absolute;
    right: 0;
}

.progress-bar-2{
    background-color: #5C533E;
}

.progress-bar-3{
    background-color: #6B5A53;
}

.progress-bar-4{
    background-color: #E16251;
}

/*******
Languages
*******/

#languages{
	padding: 65px 0 110px;
	background-color:#EEEEEE;
	height:auto;
}

#languages h3 span {  
    background: #EEEEEE none repeat scroll 0 0;
    padding: 0 10px;
}

#languages h3.title{
	color:#858585; /*#ff675f*/
}

.progress-radial h4 {
    font-weight: 700;
    text-transform: uppercase;
}
h4 {
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 6px;
	color:#474D5D;
	margin: 110% 0 0;
}

.progress-radial p{
	color:#84868d;
}

.wrap::after {
    clear: both;
}

.third{
	float: left;
	width:33.3333%;
}

.clearfix{
	clear: both;
    display: block;
}

/*********
Connect
********/
#contact{
	    padding: 65px 0 110px;
}

#contact h3{
	color: #6B5A53;
}

.contact-icon{
	    margin: 0 auto;
    position: relative;
    width: 200px;
	    height: 200px;
		display:inline-block;
}

.contact-icon img{
	width:100%; height:100%
}

.contact-detail {
    font-size: 30px;
    font-weight: 300;
    /*text-transform: uppercase;*/
	margin: 20px 0 0;
    padding-bottom: 16px;
	color:#6b5a53;
}

.contact-byline{
	color:#84868d;
}

#contact a{
	color:#829280;
}

/*************
Footer
************/
footer{
	height:80px; background-color:#9C794F;
}
footer .author {
    font-size: 14px;
    font-weight: 700;
}
footer p {
    color: #fff;
	padding:0;
	text-align:center;
}
footer .quote {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 5px;
	padding-top: 20px;
}

/***********
Responsive design
***********/

@media only screen and (max-width: 1024px) {
	
	#languages .wrap, #contact .wrap{
		max-width: 80%;
	}
}

@media only screen and (max-width: 800px) {
    
	.bannerText {
		max-width: 600px;
		right: 5%;
		top: 8%;
		margin-left:10%;
	}
}

@media only screen and (max-width: 750px) {
    
	.bannerText {
		max-width: 500px;
		right: 5%;
		top: 8%;
		margin-left:10%;
	}
    
	.bannerText span{
		font-size: 16px;
	}

	h1 {
		font-size: 40px;
		line-height: 60px;
	}

	h2 {
		font-size: 20px;
		line-height: 18px;
	}
	
	footer .quote {
		font-size: 18px;
		padding-top: 16px;
	}
	
	h3.title{
		font-size: 30px;		
		width: 81%;
		line-height: 1.1em;
	}
	
	.skills-content, .wrap{
		max-width: 80%;
	}
	
	.third {
		width: 50%;
		margin-bottom: 100px;
	}
	
	#languages, #contact{
		padding: 65px 0 60px;
	}
	
	#contact .wrap, #languages .wrap{
		padding: 40px 0 0;
	}
	
	#contact .third{
		margin-bottom:50px;
	}
	
}

@media only screen and (max-width: 620px) {
    
	.bannerText {
		right: 5%;
		margin-left:10%;
		padding: 20px 0;
	}
	
	h3.title{
		border-bottom: 0;
	    display: inline;
		word-wrap: break-word;
	}
	
	#languages .wrap, #contact .wrap{
		max-width: 96%;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.third {
		width: 60%;
		margin-left: 20%;
	}
	
	footer{
		padding-bottom: 20px;
	}
    
	.bannerText {
		right: 5%;
		margin-left:10%;
		padding: 20px 0;
	}
	
	.bannerText span{		
		font-size:20px;
	}

}

@media only screen and (max-width: 380px) {
    
	.bannerText {
		padding: 10px 0;
	}

	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
}

@media only screen and (max-height: 240px) {
    
	.bannerText {
		top: 5px;
	}
	
}

@media only screen and (max-width: 280px) {
    
	.bannerText span{
		top: 8%;
		display:none;
	}
	
}