.ytick {
	transform: translate(-10px, 0px);
}

.industry_background {
	background-image: url('../img/www_ind_40_gradient.JPG');
	height: 1000px;
	text-transform: uppercase;
}

.industry_header {
	margin-top: 180px;
	margin-left: 60px;
	margin-right: 60px;
	font-size: 3rem;
	font-weight: 700 !important;
}

.btn-large {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700 !important;
	background-color: #ea8632;
	border-radius: 32px;
}

.btn-large:hover {
	background-color: #e37417;
}

.header_developed {
	background-image: url('../img/gradient.JPG');
	margin-top: 4rem;
}

h1 {
	font-weight: 700 !important;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6rem;
	margin-bottom: 2rem;
}

h1:after {
    content: " ";
    display: block;
    border-bottom: 4px solid #ea8632;
    width: 6%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.33rem;
}

h2 {
	text-transform: uppercase;	
	text-align: center;
}

.text_description {
	text-align: center;
}

.bg-primary {
	background-color: #5aa0d8 !important;
}

.text_developed {
	margin-left: 50%;
	font-size: 1.5rem;
	font-weight: 700;
}

.annotation-text { 
	font-size: 18px !important; 
}

.surface {
    stroke-width: 2px !important;
    stroke: #fff !important;
}