/*
Theme Name: Creative Basic
Theme URI: 
Author: Darin Densely
Author URI: 
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.2.2
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: creative-basic
Domain Path: /languages/
Tags: 
*/

#main article img {
	box-shadow: 3px 3px 12px #000;
}

.hover-button {
	font-family: Raleway, sans-serif;
	text-decoration:none;
	padding:10px 30px;
	border-style: solid;
    	border-width: 2px;
}

.hover-button:hover {
	color:#fff;
	text-decoration:none;
	background-color:#AAA;
	border-style: solid;
    	border-width: 2px;
	border-color:#fff;
}

.hover-button2 {
	font-family: Raleway, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:10px 30px;
	border-style: solid;
    	border-width: 2px;
	border-color:#fff;
}

.hover-button2:hover {
	color:#fff;
	text-decoration:none;
	background-color:#AAA;
	border-style: solid;
    	border-width: 2px;
	border-color:#fff;
}

.c-info {
	margin-bottom:50px;
}

.hidethis {
	display:none;
}

.navbar-default .navbar-nav > li {
	padding: 10px 10px !important;
}

.navbar-default .navbar-nav > li > a {
	text-shadow: 
		2px 0 7px #000, 
		-2px 0 7px #000, 
		0 2px 7px #000, 
		0 -2px 7px #000, 
		2px 2px 7px #000, 
		-2px -2px 7px #000, 
		2px -2px 7px #000, 
		-2px 2px 7px #000;
}

.header-phone {
	text-shadow: 
		2px 0 7px #000, 
		-2px 0 7px #000, 
		0 2px 7px #000, 
		0 -2px 7px #000, 
		2px 2px 7px #000, 
		-2px -2px 7px #000, 
		2px -2px 7px #000, 
		-2px 2px 7px #000;
}

.site-logo {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}