html {
	overflow-x: hidden;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	position: relative;
}

body > div {
	overflow-x: hidden;
}

.jumbotron {
	background-color: #f00;
	background-image: url("../images/mypic_background.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 100% 0%;
	background-attachment: scroll;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.jumbotron {
		background-position: 80% 0%;
	}
}

.intro {
	position: relative;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	z-index: 10;
}

@keyframes intro-down-anim {
	0%  { color : #000; top: 0px; }
	100%  { color : #f00; top: 15px; }
}

#introdown {
	position: relative;
	animation-name: intro-down-anim;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	font-size: 24px;
}

.navbar {
	margin-bottom: 0;
	background-color: #000000;
	z-index: 1000;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	border-bottom: 4px Solid;
	border-bottom-color: #ff0000;
}

.navbar li a, .navbar .navbar-brand {
	color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #000 !important;
	background-color: #ff0000 !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f00 !important;
}

.icon-bar {
	background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover .icon-bar,  .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #000 !important;
}

.navbar-brand {
	padding-left: 10px;
	padding-top: 5px;
}

.affix {
	top:0;
	width: 100%;
	z-index: 1000 !important;
}

.affix ~ .container-fluid, .affix ~ .container {
	position: relative;
	top: 60px;
 }

footer {
	background: #000;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 4px Solid;
	border-top-color: #ff0000;
}

footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #ff0000;
}

.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.left-right-padding {
	padding-left: 100px;
	padding-right: 100px;
}

.section-padding-bottom {
	padding-bottom: 50px;
}

@media only screen and (max-width: 970px) {
	.left-right-padding {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.left-right-padding {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.bg-gray {
	background-color: #eee;
}

.bg-gray-dark {
	background-color: #333;
}

.bg-black {
	background-color: #000;
}

.color-white {
	color: #fff;
}

ul {
	margin:0;
    padding:0;
	list-style: none;
}

.social-link,
.social-link li{
    padding-right: 10px;
    padding-left: 10px;
}
.social-link li a{
    display: block;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.social-link li a:hover {
    color: #f00;
    background-color: #fff;
    border-color: transparent;
}

@media only screen and (max-width : 479px) {
    .social-link li{
        padding-right: 5px;
        padding-left: 5px;
    }
    .social-link li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 36px;
    }
}

.modal-header {
	background-color: #f00;
	color: #fff;
}

textarea {
	resize: none;
}

.fill {
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	width: 100%;
	margin: 0px;
}

.poker-chip {
	display: inline-block;
	width: 190px;
	height: 190px;
	line-height: 175px;
	border: 5px Solid #fff;
	border-radius: 50%;
	background-color: #f33;
	margin: 10px;
}

.poker-label {
	display: inline-block;
	line-height: 18px !important;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}

.progress {
	height: 30px;
}

.progress .progress-bar {
	line-height: 30px;
	background-color: #666;
	text-align: left;
	padding-left: 15px;
}

.label-danger {
	background-color: #ff3333;
	padding: .5em;
	margin: .2em;
	font-size: 90%;
	font-weight: normal;
}

.align-more-skills:nth-child(1) {
	text-align: right;
}

.align-more-skills:nth-child(2) {
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.align-more-skills:nth-child(1) {
		text-align: center;
	}

	.align-more-skills:nth-child(2) {
		text-align: center;
	}
}

p:not(.footer_text) {
	line-height: 28px;
}

.biography {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px Solid #eee;
	box-shadow: 5px 5px 5px #eee;
}

.biography ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

.biography ul li {
	border-bottom: 1px Solid #eee;
	font-size: 16px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}

@media only screen and (max-width: 768px) {
	.biography {
		display: block;
	}
}

::-moz-selection {
    color: white;
    background: red;
}

::selection {
    color: white;
    background: red;
}

.bottom_padding_heading {
	padding-bottom: 20px;
}

.no-padding {
    padding: 0;
}

.in-line {
	display: inline;
}

.panel .panel-body span {
	display: block;
}

#education.section-padding {
	padding-bottom: 75px;
}

#education .panel-default {
	padding: 15px;
}

#education .row > div[class^="col-"] {
	padding-bottom: 10px;
}

#certification.section-padding {
	padding-bottom: 75px;
}

.degree {
	font-size: 23px;
}

.container-fluid .container {
    padding-left:0;
    padding-right:0;
}

.overlay-dots {
    background: url("../images/dots.png");
}

.overlay-front {
    z-index: 10;
}

.skills ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

.skills ul li {
	border-bottom: 1px Solid #f33;
	font-size: 16px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

@media only screen and (max-width: 479px) {
	.blank_li {
		display: none;
	}
}

#big-bold-summary {
	background: url("../images/macbookpro.jpg");
	background-attachment: fixed;
}

#big-bold-summary.section-padding {
	padding-top: 70px;
}

@media only screen and (max-width: 992px) {
	#big-bold-summary {
		background-attachment: scroll;
	}
}

#big-bold-summary .row .panel {
	font-weight: bold;
	border: 0px;
	background: none;
}

#big-bold-summary .row .panel hr {
	width: 90%;
	border: 0.5px solid #ffffff;
}

#big-bold-summary .row .panel .head {
	font-size: 48px;
}

#big-bold-summary .row .panel .detail {
	font-size: 30px;
}

#big-bold-summary .row .panel p {
	line-height: 110%;
}

@media only screen and (max-width: 479px) {
	#big-bold-summary .row .panel .head {
		font-size: 46px;
	}

	#big-bold-summary .row .panel .detail {
		font-size: 28px;
	}
}

.carousel .item {
    height: 450px;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
}

@media only screen and (max-width: 479px) {
	.carousel .item {
		height: 500px;
	}

	.carousel-caption {
		left:8%;
		right:8%;
	}

	.carousel-control {
		width:8%;
	}

	.carousel-control.left {
		margin-left: -8px;
	}

	.carousel-control.right {
		margin-right: -8px;
	}
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-caption {
	top:50%;
	transform: translateY(-50%);
	bottom: initial;
	text-shadow: none;
}

.carousel-caption p.comment {
	font-size: 20px;
	text-align: justify;
}

.carousel-caption p.name {
	font-size: 16px;
	text-align: right;
}

@media only screen and (max-width: 992px) {
	.carousel-caption p.comment {
		font-size: 17px;
	}

	.carousel-caption p.name {
		font-size: 13px;
	}
}

.carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#testimonialsMobile, #testimonialsSlider {
	color: #ddd;
}

#testimonialsMobile p.head {
	font-size: 46px;
	font-weight: bold;
	padding: 5px;
	padding-top: 35px;
}

#testimonialsMobile p.comment, p.name {
	text-align: justify;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#testimonialsMobile p.name {
	text-align: left;
}

@media only screen and (max-width: 992px) {
	#testimonialsMobile {
		display: block;
	}

	#testimonialsSlider {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	#testimonialsMobile {
		display: none;
	}

	#testimonialsSlider {
		display: block;
	}
}
