.scene.current #img {
    border-color: rgb(43, 170, 156);
}

.flickity-prev-next-button .arrow {
    fill: rgb(43, 170, 156) !important;
}


#form-div .close {

    color: #ffffff !important;

}

.toggleAction .fa,
.toggleScene .fa{
	color: #fff;
		text-shadow: 2px 2px #000;
}

.iconbutton .fa{
	color: rgb(43, 170, 156);

}

strong.first {
    color: rgb(43, 170, 156);
}

strong.second {
    color: rgb(43, 170, 156);
}

.fa {
	color: rgb(43, 170, 156);
}

.link-hotspot-tooltip {
	color:rgb(43, 170, 156);
}


#contact #submit {
		background-color:rgb(43, 170, 156);
	
}

#form-div {
	background-color: rgba(43, 170, 156, 0.88);
}


.pulse{
	border: 3px solid #ffffff !important;
}

.dot{
	background-color:rgba(43, 170, 156, 0.88) !important;
}

#title{
	    color: #ffffff!important;
	    text-shadow: -1px 0 rgb(119, 119, 119), 0 1px rgb(119, 119, 119), 1px 0 rgb(119, 119, 119), 0 -1px rgb(119, 119, 119);
}

#contact #button:hover {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(43, 170, 156);
}




