/*
 * Original author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 * modified by Dirk Tacke [http://dirktacke.com]
 */
 
/* 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: #e8dcc4 url('../img/vntg-crt.png');
    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;
}

/* pp-only */
.pp-header {
  font-family: "Bree Serif", serif !important;
  font-size: 3.26em !important;
  text-transform: uppercase !important;
  color: #444444 !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.neutral { background-color: #fefefe !important; }


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

.centered { text-align: center; }

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

.pd {padding: 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: 3px solid #f1ffff;
    padding: 0;
    width: 1160px;
    margin: 0 auto;
}

.navbar-header { height: 110px; }

.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	z-index: 99999 !important;
	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;}

.img-hvr.hvr-9:hover img {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}

.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; }

ul, ol { padding: 0px 25px; }

/* WRAP SECTIONS */

/* Orange */
#orange {
	background: #f59420 url('../img/MW_P1000893_header.jpg') top center no-repeat;
	background-size: 1170px;
	padding-top: 4px;
	margin: 144px 0 0 0;
	Height: 315px;
}

#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: 30px 0 7px 0;
	padding: 4px 0 14px 0;
	background: rgba(0,0,0,0.5);
	background-size: 1140px;
}

#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;
}

/* "Back to top" */ 
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;


/* 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; }
	div #orange h1 { font-size:1.4em; }
}	