.body {
	text-align: center;
	padding-top: 20px;
}

.container-fluid {
	margin: auto;
	max-width: 1920px;
}


/*--NAVBAR STARTS HERE--*/
.container-fluid1 {
	/*text-align: center;*/
	margin: auto;
	max-width: 1920px;
	padding-left: 5%;
}
.span4 {
	float: left;
	padding: 0 55px;
}

#myNavbar img {
	padding-top: 13px;
	padding-right: 30px;
}
.nav {
	background-color:#222;
}

.navbar {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	border: 0;
}
.targets {
	text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.2em;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #f82d34;
    color: white;
    text-decoration: none;
}

.active {
    background-color: #4CAF50;
}


/*--JUMBOTRON STARTS HERE--*/
.subway {
	text-align: center;
	background-image: cover;
	color: transparent;
	padding: 0;
	max-width: 100%;
}

.subway img {
	width: 100%;
	margin: auto;
}


/*--ABOUT STARTS HERE--*/
#about {
	display: block;
	background-color: white;
	color: #0096db;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	margin: auto;
}

.skills {
	background-color: #0096db;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.5em;
}

.about-head {
	font-size: 2.25em;
	color: #0096db;
	padding-top: 20px;
	padding-bottom: 5px;
}

.box {
	display: inline-block;
	max-width: 90%;
	max-height: 100%;
	background-color: white;
	padding: 40px;
	color: #808285;
	text-align: left;
	margin-top: 5px;
}


/*--PORTFOLIO STARTS HERE--*/
#portfolio {
	padding-top: 20px;
}
.container-fluid3 {
	max-width: 1920px;
	margin: auto;
	margin-bottom: 5px;
}
.slider-head {
	color: #0096db;
	font-size: 2.25em;
	text-align: center;
	margin: auto;
}
#slider img {
	position:absolute;
	border:none;
	display:none;
	text-align: center;
	max-width: 100%;
}
.carousel {
	position: relative;
	overflow: hidden;
	margin: auto;
	padding-bottom: 50px;
}

.carousel-inner {
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 40px;
}

.carousel-indicators {
	z-index: 2;
	position: absolute;
	text-align: center;
	margin-bottom: -15px;
	padding-top: 10px;
}
.carousel-indicators li {
	width: 100%;
	margin: 0 20px 0 0;
	list-style-type: none;
	background: #eee;
}
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  filter:none !important;
  background-image:none;
  text-shadow: none;
  color: #0096db;
  outline: 0;
  opacity: 1;
 }
.carousel-control {
  opacity: 1.0;
  width: 1.5%;
  font-size: 10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 10px;
    margin-top: -60px;
}



/*--CONTACT STARTS HERE--*/
#contact {
	margin-top: 30px;
}
.contact-head {
	color: #0096db;
	font-size: 2.25em;
	text-align: center;
	margin: auto;
}

.contact-sub {
	max-width: 1660px;
	max-height: 100%;
	color: #808285;
	margin: auto;
	text-align: left;
	font-size: 1.5em;
	padding-bottom: 15px;
}

span {
	margin-left: 10%;
}

a[href^="mailto:"] {
	color: #808285;
	text-decoration: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

a[href^="https:"] {
	color: inherit;
	text-decoration: none;
}

.contact-sub a:hover {
	color: #0096db;
}

/*--FOOTER STARTS HERE--*/
.footer {
	/*display: block;*/
	background-color: #0096db;
	max-width: 1920px;
	max-height: 100%;
	text-align: center;
	margin: auto;
	padding: 10px;
}

.legal {
	font-size: 1em;
	color: white;
	padding-top: 10px;
	margin: auto;
}
