#introduction{
	padding: 0px 0 0px 0;
	line-height: 150%;
	color: white;
	font-size: 15px;
  min-width: 100vw;
}

#background_image {
  background-repeat: no-repeat;
	background: url(/static/regularpages/images/home/SP-Banner-OptJ-Final-1600x600px.webp);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-color: #172433;
}

.no-webp #background_image {
	background: url(/static/regularpages/images/home/SP-Banner-OptJ-Final-1600x600px.png);
}

@media only screen and (max-width: 2000px) {
    #background_image {
        background-position: 60% 60%;
    }
}
@media only screen and (max-width: 1500px) {
    #background_image {
        background-position: 50% 50%;
    }
}
@media only screen and (max-width: 1000px) {
    #background_image {
        background-position: 40% 40%;
    }
}

#intro_container{
	padding: 0 20px 0 20px;
  width: 90%;
}

#intro_header {
	font-size: 36px !important;
	font-weight: 800;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 28px;
	line-height: 28.9px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-top: 31px;
	margin-bottom: 29px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

#un_quote{
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 600;
}

#un_quote span{
	font-style: oblique;
}

#finalist_picture{
	z-index: 10;
	clear: both;
	position: absolute;
	top: 520px;
	right: 5px;
}

#intro_paragraph{
	z-index: 1000;
	/* margin: 0; */
	padding: 30px 0px 0px 0px;
	width: 100vw;
  max-width: 100%;
}

#sust_dev_def{
	margin-top: 30px;
	text-align: left;
	font-size: 14px;
	font-style: italic;
}

#action_tabs{
	margin-top: 22px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.tabs li{
	display: inline;
	font-family: 'Montserrat', sans-serif;
}

.tabs a{
	outline: none;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height:2.5;
	color: black;
	font-size: 15px;
	font-weight: 600;
	border-radius: 10px 10px 0px 0px;
}

.tabs a:link, .tabs a:visited, .tabs a:focus{
	padding-right: 15px;
	padding-left: 15px;
	background: rgb(255, 255, 255);
	margin: auto;
}

a#tour-button {
	background: unset;
	width: unset;
	color: white;
	text-decoration: underline;
	font-weight: unset;
	margin-left: 20px;
	text-transform: initial;
}
