html {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	background: #45295a;
}

.jumbotron {
	background: #45295a;
	height: 100%;
	margin: 0;
}

.jumbotron img {
	width: 150px;
	margin: 0 auto 0;
}

/* contact section */
.contact {
	background: #fbfafb;
	color: #45295a;
	overflow: hidden;
	padding: 100px 50PX;
	height: 500px;
	width: 100%;
}

.contact h4 {
	font-weight: 600;
}

.input-container {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.form-control:valid {
	color: #45295a !important;
}

.form-control::-webkit-input-placeholder {
	color: #45295a;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
	color: #45295a;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
	color: #45295a;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
	color: #45295a;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
	color: #45295a;
}

/* Microsoft Edge */

.icon {
	border-bottom: 1px solid rgba(77, 45, 100, 0.5);
	padding: 5px;
}


.jumbotron .form-control {
	background: transparent;
	width: 100%;
	outline: none;
	border-bottom: 1px solid rgba(77, 45, 100, 0.5);
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	box-shadow: none;
}

.btn2 {
	background: #45295a;
	color: #fff;
	width: auto;
	padding: 5px 20px;
	border: none;
	border-radius: 5px;
}

.btn2:hover {
	color: #fff;
	opacity: 0.9;
}

.carousel-inner .item {
	height: 500px;
	background-size: cover;
	background-position: center center;
	padding: 100px 50PX;
}

.carousel-caption {
	position: relative;
	left: auto;
	right: auto;
	font-family: 'Roboto', sans-serif;
	text-align: left !important;
}

.carousel-caption .social a {
	background: #45295a;
	width: 32px;
	height: 32px;
	text-decoration: none;
	color: #fff;
	display: inline-table;
	margin: 15px 5px;
	border: 1px solid #45295a;
	font-size: 18px;
	border-radius: 5px;
}

.carousel-caption .social a i {
	display: table-cell;
	vertical-align: middle;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 767px) {

	.jumbotron {
		padding: 10px;
		height: auto;
	}

	.contact {
		width: 100%;
		height: auto;
		margin: 10px;
	}
}

@media only screen and (max-width: 479px) {


	.container {
		width: 100%;
		height: auto;
		padding: 50px;
		margin: 150px auto 0;
	}

	.contact {
		margin: 20px 0 0;
		padding: 20px 50px;
	}

	.carousel-inner .item {
		height: 600px;
		background-size: cover;
		background-position: center center;
		padding: 50PX;
	}

}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}