BODY{
	background:#110016 url(../images/bg2.jpg) center 80% no-repeat;
}
#top{background: #000; padding: 10px 0; }
img.full-width{width: 100%; height: auto;}
header{margin-bottom: 35px;}
#b-print{ margin-top:30px; font-size: 24px; }
.c-font{font-family: 'Lato', sans-serif; font-weight: 900;}
#address{color: white;}
#middle{padding-top: 60px; padding-bottom: 30px;}
.no-b-radius{border-radius: 0px;}
#b-site{margin: 30px 0 60px; 0; font-size: 28px;}



.btn-warning {
    background-color: #FFF;
    border-color: #5a3a71;
    color: #5a3a71;
    border-radius: 5px;
}
.btn-warning:hover {
    background-color: #5a3a71;
    border-color: #5a3a71;
    color: #fff;
}



@media (min-width:970px) and (max-width: 2500px) {
    .container {
     width:970px;
    }
}


/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

	    #b-print{ margin-top:5px; font-size: 10px; }
	    header{margin-bottom: 30px;}
	    #middle{padding-top: 20px; padding-bottom: 10px;}
	    #middle h1{font-size: 16px;}

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }