.carousel-item{
    height: 100%;
    margin-top: 0px;
    text-shadow: 0px 0px #000000;
}

.carousel-caption{
    top: 140px;
    right: 10px;
    text-shadow: 2px 4px 5px #000000;
    bottom: 10px;
    float: none;
    clear: none;
    opacity: 1;
    z-index: 1;
}

.carousel-caption h5{
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
}

.carousel-caption p{
    font-size: 12px;
	color: #FFFFFF;
}

.navbar-dark{
    background-color:#6A6A6A;
    color: #FFFFFF;
}

.list-group .list-group-item{
    background-color: #6A6A6A;
	color: white;
}

.list-group .list-group-item:hover{
    background-color:black;
	color: white;
}

.scroller {
    overflow: auto;
    height: 300px;
    width: 622px
}
.exp_scroll {
    height: 300px;
    width: 375px;
    overflow: auto;
}

.exp_scroll p{
    font-size: 12px;
    color: #FFFFFF;
    width: auto;	
}

.about_scroll {
    height: 600px;
    width: 375px;
    overflow: auto;
}

.contact_window{
    height: 150px;
    width: 375px;
    overflow: auto;
}

.award_window{
    height: 325px;
    width: 375px;
    overflow: auto;
}
