@CHARSET "UTF-8";
body{
	font-size: 16px;
}
h2, .h2{
	font-size: 40px;
}
@media (min-width: 992px) {
  .cover-container {
    width: 800px;
  }
}

.global-color_sun .global-text-color{
	color: #00CCFF;
}

.site-wrapper-welcome__summary{
	padding: 20px;
	background-color: rgba(0, 204, 255, 0.3);
	font-weight: bold;
	font-size: 22px;
}
.about__item{
	opacity: 1;
}
.title__sub-text{
	font-size: 18px;
}
@media (max-width: 500px) {
	.site-wrapper-welcome__title{
		font-size: 30px;
	}
	h2, .h2{
		font-size: 26px;
}
}
.about-item-header__title{
	font-size: 24px;
}
.about-item-header__icon{
	font-size: 40px;
}
#form_sendemail .help-block{
	padding: 5px 10px;
    background-color: #ac0b006b;
    color: #fff6f5 !important;
}
#form_message.alert-success{
	background: rgba(0, 204, 255, 0.3);
}
.navbar-inverse.navbar-faded {
	background-color: rgba(0, 0, 0, 0.5);
}
.cover-container{
	margin-top: 80px;
}

.icon-adjust{
	width: 40px;
	text-align: center;
}

/* ADD TEXT SHADOW */

.txt-shad, .txt-shad div, .txt-shad a,.title, .nav li a{
	text-shadow: 2px 2px black;
}


