p {
	font-family:'Yanone Kaffeesatz','sans-serif';
	color: #ffffff;
	font-size:18px;
	text-align:left;
	margin:5px;
	font-weight: 300;
}

h2{
	font-size: 30px;
	color: #ffffff;
	text-align:left;
	margin:0px;
}

h3{
	font-size: 25px;
	color: #ffffff;
	text-align:left;
	margin:0px;
}

h4{
	font-size: 18px;
	color: #ffffff;
	text-align:left;
	margin:0px;
}

.mask h3 {
    color: #43484E;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: height 500ms ease 0s;
    text-align: center;
}

.mask h4 {
    color:#000;
    font-size: 16px;
    font-weight: 200;
    padding: 5px 0px 10px 0px;
    text-align: center;
    text-transform: uppercase;
}

.mask p{
    color:#000;
}

.announcements h3 {
    color: #43484E;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: height 500ms ease 0s;
    text-align: center;
}

.announcements h4 {
    color:#000;
    font-size: 16px;
    font-weight: 200;
    padding: 5px 0px 10px 0px;
    text-align: center;
    text-transform: uppercase;
}

.announcements p{
    color:#000;
    font-size: 12px;
}

.mask i {
    border: 2px solid #333;
    border-radius: 50%;
    color: #333;
    font-size: 17px;
    margin-left: 8px;
    padding: 8px;
}

.mask i:hover{
    background-color:#6fbac0;
    color:#fff;  
}

label{
	color: white;
	font-family: Myriad Pro;
}

.navbar-default .navbar-nav>li>a {
    font: bold 16px Arial;
	color: #FFFFFF;
	width: 100px;
	text-align:center;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a {
	color: #FFFFFF;
	width: 100px;
	background-color:#7f0707;
	background-repeat: no-repeat;
}

@media (max-width:  1225px) {
	h2.carouselCaptionText {
    	font-size: 22px;
	}

	h3.carouselCaptionText {
	    font-size: 18px;
	}

	h4.carouselCaptionText {
	    font-size: 15px;
	}
}

@media (max-width:  600px) {
	h2.carouselCaptionText {
    	font-size: 16px;
	}

	h3.carouselCaptionText {
	    font-size: 14px;
	}

	h4.carouselCaptionText {
	    font-size: 12px;
	}

	.mask h3{
		font-size: 17px;
	}

	.mask h4{
		font-size: 14px;
	}

	.mask p{
		display: none;
	}
}

@media (max-width:  500px) {
	.mask h3{
		font-size: 12px;
	}

	.mask i {
        border: none;
        padding: 0px;
    }
}

@media (max-width:  400px) {
	h2.carouselCaptionText {
    	font-size: 14px;
	}

	.mask h4{
		display: none;
	}
}


