body{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url(../img/bkgd01.jpg);
    font-family: 'Raleway', sans-serif;
}
header{
    height:80px;
    background:#000;
    border-bottom:1px solid #fff;
}
header img{
    height:79px;

}

header #header-right{
    position:absolute;
    right:0;
    top:0;
}
header a,
header a:hover{
    color:#fff;
    text-decoration: none;
}

header #header-right ul{
    list-style:none;
    margin:20px 15px 0 0;
    padding:0;
}

header #header-right li{
    display:inline-block;
    font-size:24px;
    padding:0 8px;
}

#content{
    color:#fff;
    text-align:center;
    max-width:700px;
    margin:50px auto 0;
    padding:0 20px;
}
h1{
    font-size:30px;
    font-weight:bold;
    margin-bottom:30px;
}

h3{
    font-weight:bold;
}

footer{
    position:absolute;
    background:#000;
    color:#fff !important;
    width:100%;
    text-align:right;
    padding:5px 10px;;
    bottom:0;
    font-size:14px;
}
#announcementModal{
	font-family: 'Raleway', sans-serif;
	color: #0c0c0c;
	font-size: 18px;
}
#announcementModal .modal-dialog{
	max-width:1600px;
	width:100%;
}
#announcementModal .close {
	position: absolute;
	top: 6px;
	right: 20px;
	font-size: 42px;
}
#announcementModal h2{
	font-size:32px;
}
#announcementModal p{
	line-height:1.5em
}
#announcementModal .modal-body {
	padding: 15px 50px;
}
#announcementModal .modal-title{
    text-align:left;
    
    width: 100%;
    font-size: 22px;
}
@media(max-width:600px){
    header{
        height:150px;
        text-align:center;
    }
    header #header-right{
        position:relative;
        text-align:center;
        width:100%;
    }


}