/*
	Sytlesheet: BCDC
	Version: 1.1.0
	Media: all
*/

body	{
	background-color: #FFFFFF;
	background-image: url('images/bg03.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Calibri', 'Arial', 'Times-new-roman';
	color: rgba(80,80,80,1);
	text-decoration: none;
	font-size: 100%;
	hyphens: none;
	}

#pre-header	{
	position: relative;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0px 0px 2px rgba(80,80,160,0.75),5px 5px 10px rgba(70,130,180,1);
	width: 50%;
	min-width: 520px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	}

#out_case {
	position: relative;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0px 0px 2px rgba(80,80,160,0.75),5px 5px 10px rgba(70,130,180,1);
	width: 50%;
	min-width: 520px;
	height: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding:30px;
	}

#out_case a:link,a:visited,a:focus,a:hover,a:active	{
	color: rgba(80,80,80,1);
	text-shadow: none;
	text-decoration: none;
	}

#out_case a:hover {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 1px rgba(80,80,160,0.75);
	font-weight: bold;
	}

#header {
	margin-bottom: 15%;
	}

#mission {
	background: radial-gradient(rgba(70,130,180,0.2) 5%, rgba(255,255,255,0) 75%);
	margin-bottom: 5%;
	}

#offers {
	margin-bottom: 5%;
	}
	
#contact {
	background: radial-gradient(rgba(70,130,180,0.2) 5%, rgba(255,255,255,0) 75%);
	margin-bottom: 5%;
	}

#footer	{
	position: static;
	float: right;
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 5px rgba(80,80,80,1);
	right: 10px;
	bottom: 10px;
	}

#pre-header a:link,a:visited,a:focus,a:hover,a:active	{
	color: rgba(70,130,180,0.75);
	text-shadow: none;
	text-decoration: none;
	}

#pre-header a:hover {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 1px rgba(80,80,160,0.75);
	font-weight: bold;
	}
	
#footer a:link,a:visited,a:focus,a:hover,a:active	{
	color: rgba(70,130,180,0.75);
	text-shadow: none;
	text-decoration: none;
	}

#footer a:hover {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 1px rgba(80,80,160,0.75);
	font-weight: bold;
	}

.offers_subitem {
	/*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(70,130,180,0.2) 5%, rgba(255,255,255,0) 75%);*/
	background: radial-gradient(rgba(70,130,180,0.2) 5%, rgba(255,255,255,0) 75%);
	margin-bottom: 5%;
	}

.span_sbbold {
	font-weight: bold;
	}

h1 {
	text-shadow: 0px 0px 1px rgba(80,80,160,0.75),2.5px 0px 2.5px rgba(70,130,180,1);
	text-decoration: underline;
	margin: 20px;
	}

h2 {
	text-shadow: 0px 0px 1px rgba(80,80,160,0.75);
	text-decoration: underline;
	margin: 10px;
	font-family: 'consolas';
	}

h3 {
	text-shadow: 2px 0px 2px rgba(70,130,180,1);
	text-decoration: underline;
	margin: 5px;
	}

h4 {
	text-shadow: 2px 0px 2px rgba(70,130,180,1);
	text-decoration: underline;
	margin: 5px;
	}

ul {
	list-style-type: square;
	}

.t_right {
	text-align: right;
	}

.t_center {
	text-align: center;
	}

@media only screen and (max-width: 780px) {

#pre-header {
	position: relative;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 5px 5px 10px rgba(70,130,180,1);
	width: 90%;
	min-width: 240px;
	height: auto;
	margin-top: 2%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	}

#out_case {
	position: relative;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 5px 5px 10px rgba(70,130,180,1);
	width: 90%;
	min-width: 240px;
	height: auto;
	margin-bottom: 10%;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	}

}