@import url(http://fonts.googleapis.com/css?family=Allan:700);

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
body { 
   	background-image: url(../assets/img/overlay.jpg);
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
}

footer {
	background-color: #000000;
	background-image: url(../assets/img/squares.jpg);
	margin: 0;
	padding: 1em 0 .5em 0;
	color: #999;
}

.mainParralax, .jumbotron {
	margin: 0;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
	.mainParralax h1 {
		font-family: 'Allan', cursive;
		font-weight: bold;
		font-size: 5.5em;
	}
	.mainParralax p {
		font-size: 1.7em;
		font-weight: bold;
	}
.mainParralax {
	color: #fff;
	font-weight: bold;
	background: url(../assets/img/raster.png), url(../assets/img/web.jpg);
	background-repeat: repeat, no-repeat;
	background-position: center, top;
}

/* Modifying FA Icons */
.fa {
	font-size: 1.4em;
	margin-left: .5em;
}
a .fa {
	color: #999;
}
a:hover .fa {
	color: #0482aa;
}

/* Menubar */
.navbar {
	border-radius: 0;
	background-image:url(../assets/img/squares.jpg);
	font-size: 1.2em;
}
/* .navbar ul li:hover a, .navbar-brand:hover {
	border: 1px solid #0482aa;
	border-radius: 4px;
	padding: .7em .9em .5em .9em;
}

   .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    } */
.navbar-brand {}
	.navbar-brand:hover {
		background-color: #FFF;
	}
	.navbar-brand em {
		color: #D0CECE;
		font-style: italic;
	}
	.navbar-brand:hover em {
		color: #0482aa;
	}

/* center the navbar*/
.center.navbar .nav,
.center.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.center .navbar-inner {
    text-align:center;
}

.center .dropdown-menu {
    text-align: left;
}

/* Faded Border (http://jsfiddle.net/JoshMesser/55ZfK/) */
.sexy-line{ 
	width: 1920px;
	max-width: 100%;
    display: block;
    border:none;
    color:white;
    height:2px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#0482aa), to(#fff));
	margin-top: 1em;
	margin-bottom: 1em;
}
.rightToLeft {
	text-align: right;
	display: block;
	margin-right: auto;
	margin-left: auto;	
}

.responsiveImage {
	display: block;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Index Skills Section */
.skillsSection {
	border-spacing: .5em .3em;
}
.skillsWrapper{
	border: dashed 1px #999;
	min-width: 75px;
	height: 1em;
}
	.skillsWrapper div {
		background-color: #0482aa;
		height: 100%;
	}

.skillBar {
	background-color: #0482aa;
	height: 1em;
	margin: 0;
	padding: 0;
}

.imageRight {
	width: 30%;
	margin: 0 0 1em 1em;
	float: right;
}
.tab-pane {
	padding-top: .5em;
}

/* Resume - Experience Container TEMPORARY */
.exp {}
	.exp h4 {
		font-weight: bold;
	}
	.exp h6 {
		font-style: italic;
	}


@media (max-width: 768px) {
	.rightToLeft {
		text-align: left;
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: .5em;
	}
	.fa {
		margin-right: .7em;
		margin-left: 0;
		font-size: 2em;
	}
}