/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme - modified by Dirk Tacke [http://dirktacke.com]
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1 { font-family: "Bree Serif"; }
h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 700;
    color: #333;
}


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

.centered { text-align: center; }

.mt { margin-top: 40px; }

/* Links */
a {
    color: #f85c37;
    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-header { height: 110px; }

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	border-bottom: 6px solid #ccc;
}

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

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

.navbar-brand-secondary { float: left; padding-left: 20px; position: relative; max-width: 100%; height: auto; }

.navbar img { max-width: 100%; height: auto;}

.btn-theme {
	color: #ffffff;
	background-color: #f59420;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead { letter-spacing: 1px; }

/* WRAP SECTIONS */

/* Orange */
#orange {
	background: #f59420 url('../img/WA_WW1_banner_img.jpg') top center no-repeat;
	background-size: 1140px;
	padding-top: 40px;
	margin: 144px 0 0 0;
	Height: 250px;
}

#orangethin {
	background-color: #f59420;
	padding-top: 0px;
	margin: 144px 0 0 0;
	Height: 70px;
}

#orangethin h1 {
	color: white;
	font-size: 320%;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
	margin: -25px 0 7px 0;
}

#orange h1 {
	color: white;
	font-size: 280%;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 7px;
}

#orange p {
	color: #222;
	font-weight: 400;
	font-size: 18px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.rounded { border-radius: 15px; border: 6px solid #fff; max-width: 100%; height: auto; }

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

#skills h3 { color: white; }

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

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

#social i { font-size: 40px; color: #f59420; }

#social .col-md-4:hover { background-color: #fefefe; }

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

/* Footer */

#f { padding-top: 20px; background-color: #f59420; }

#f p {
	color: #fff;
	text-align: center;
	font-weight: 400;
}

#f a {
    color: #fff;
    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;
}

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

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

/* Media queries */

@media screen and (max-width:1024px) { 
	#orange { background-size: 1024px; } 
}
@media screen and (max-width:1024px) {
	#orange h1 { font-size:2.4em; }
}
@media screen and (max-width:1024px) {
	.navbar-brand-secondary { max-width: 240px; }
}
@media screen and (max-width:480px) {
	.navbar-brand-secondary { max-width: 200px; }
}
@media screen and (max-width:320px) { 
	#orange h1 { font-size:1.8em; }
	}	
@media screen and (max-width:320px) { 
	#orange { background-size: 320px; } 
	}
@media screen and (max-width:360px) {
	.navbar-brand-secondary { display: none; }
}

