.spin-cont {
    margin: auto;
    text-align: center;
    max-width: 740px;
}

#microscope {
    padding: 8rem 0;
}

/* #microscope h2 {
    margin: 0 !important;
} */

.plant-cont {
    margin: auto;
    text-align: center;
    max-width: 740px;
}

#plant-based-polymers {
    display: none;
    padding: 8rem 0;
}

#microscope {
	background-image: url(https://uh.edu/uh-energy-innovation/uh-innovation/technologies/_images/banner-1.png);
	padding: 8rem 0;
	color: white;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#nai h3 {
   font-family: 'Source Sans Pro';
   font-size: 18px;
   font-weight: bold;
   margin-top: 0;
}

#nai {
	background-color: hsl(0, 0%, 95%);
	padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}

.section-heading {
	text-transform: uppercase;
}

.container-wrapper {
	margin-top: 3.375rem ;
	margin-bottom: 3.375rem ;
}

#ideas {
	padding-bottom: 3.375rem;
}

#intellectual-property {
	margin-top: 3.375rem ;
}

#intellectual-property .input-group-addon {
    border: 1px solid #e9e9e9 !important;
	align-items: center !important;
    display: flex !important;
}


@media (min-width: 992px) {
	#intellectual-property .input-group {
    width: 50% !important;
}
}