.bg-orange {
	background-color: orange;
}

.bg-photo{
	background-color: gray;
	background-image: url("../images/titantron2.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.typeblue {
	color: blue;
}

.navbar-brand {
	color: white;
}

.nav a{
	color: white;
}

.newportfoliotron h1 {
	Color: #358a83;
	font-size: 36px;
	font-weight: 600;

}


.jumbotron h1 {
	color: orange;
	font-family: 'Roboto', sans-serif;
}

.jumbotron h4 {
	color: orange;
	font-family: verdana;
	font-size: 32px;
}

.jumbotron {
	background-image:  url("../images/charlestron.jpg");
	background-size: cover;
	min-height: 600px;
	background-attachment: fixed;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;

}

.jumbotron2 {
	background-image:  url("../images/losangelesnight.jpg");
	background-size: cover;
	max-height: 400px;
	background-attachment: fixed;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
}

.jumbotron2 h1 {
	color: orange;
	font-family: 'Roboto', sans-serif;
}

.jumbotron3 {
	background-image:  url("../images/titantron1.jpg");
	background-size: cover;
	max-height: 400px;
	background-attachment: fixed;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
}

.jumbotron3 h1 {
	color: orange;
	font-family: 'Roboto', sans-serif;
}

.jumbotron4 {
	background-image:  url("../images/cartoonme2.png");
	/*background-size: cover;*/
	max-height: 400px;
	background-attachment: fixed;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
}

.jumbotron4 h1 {
	color: orange;
	font-family: 'Roboto', sans-serif;
}

.newportfoliotron {
	justify-content: center;
	background-color: #f1f1f1;
}

.newportfolio {
	margin-top: 150px;
	margin-bottom: 150px;
	margin-right:auto;
	margin-left:auto;
	max-width: 500px;
	justify-content: center;
}

.chartron {
	margin-top: 450px;
	height: auto;
	width: auto;
}

.chartron2 {
	margin-top: 300px;
	height: auto;
	width: auto;
}

.chartron3 {
	margin-top: 200px;
	height: auto;
	width: auto;
}


.aboutme {
	padding-top: 100px;
	padding-bottom: 50px;
}

.aboutmepic {
	padding:100px;
}

.aboutmetext {
	font-family: 'Roboto', sans-serif;
}

.aboutmetext h1{
	font-family: 'Roboto', sans-serif;
}

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

.btn-warning {
	background-color: white;
	border-color: orange;
	color: #555;
	padding-right:25px;
	padding-left:25px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.btn-warning:hover {
	background-color: orange;
	border-color: lime;
}

.gray{
	background-color: gray;
}

.white{
	background-color: white;
}

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

.bg-white {
	background-color: white;
}

.padding1 {
	padding-top: 50px;
	margin-bottom: 50px;
}

.padding2 {
	padding-top: 50px;
	/*height:100px;*/
	margin-bottom: 50px;
}

.padding3 {
	padding-top: 50px;
	height:50px;
	margin-bottom: 50px;
}

.col-sm-3 {
	margin-bottom:25px;
}

.padding-text{


}

.section-padding{
	
}