/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
/* OVERALL ASPECT */

body {

    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    /*margin-top: 70px;*/

}

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


/* Paragraph & Typographic */
p {
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
    text-align: justify;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #000000;
    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;
}

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


.navbar {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 16px;
	position:relative;
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
}

.navbar-default .navbar-nav > li > a{

	color: #d1d1d1;
}
.navbar-default .navbar-nav > li > a > i{

	font-size: 20px;
	padding-right: 0;
}

.navbar-default .navbar-nav > li > a:hover{

	color: #fffb00;
}





.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    text-align: center;
    margin: auto;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: #fffb00;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #000;
	background-color: #fffb00;
	border-color: transparent;
}

.btn {
	padding: 2px 10px;
	margin-bottom: 0;
	font-size: 13px;
	/*border: 5px solid transparent;*/
	border-radius: 5px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 70px;
	height:100%;
	/*padding-bottom: 250px;*/
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #fffb00;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

/* Green */
#green {
	background-color: #fffb00;
	padding-top: 50px;
	margin-bottom: 0px;
}

#green h3 {
	color: #000;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: #000;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: #000;
}

#skills p {
	color: #000;
	font-weight: 400;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 210px;
	padding-bottom: 210px;
}

#social i {
	font-size: 50px;
	color: #fffb00;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #fffb00;
}

#f p {
	color: #000;
	text-align: right;
	font-weight: 400;
}

/* Image Opacity */
.grid img {
    opacity: 1;
}
.grid img:hover {
    opacity: 1;
}
