/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

body {		
    font-family: 'Raleway', sans-serif;
}

#banner {	
	padding: 20px;
	color: #fff;
	background-color: rgba(0, 79, 137, 1) !important;
}

.header {
    background-color: #dc3c3c;
    color: #ffffff;    
    padding: 2px 0;
	border-radius: 0px;
	margin: 0px;
}

.site-name {
    font-size: 18px;
    margin: 10px 10px 10px 0;
}

.media-heading{
    font-weight: bold;
}

.translucent-bg:after {
    background-color: rgba(0, 79, 137, 0.87) !important;
}

.blue {
    background-color: #004f89 !important;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
    .modal-lg {
        width: 900px !important;
    }
}


