/*

My Custom CSS
=============

Author:  Ciuski

*/


/* --------------------------------------
   Colors
   --------------------------------------


/* --------------------------------------
   Global / Debug
   -------------------------------------- */

/* show MD columns 
div { border: solid 1px #000;} */

/*.container { max-width: 974px; }*/


.nopadding { padding: 0; }

.noleft { padding-left: 0;}
.noright { padding-left: 0;}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widthauto {
	width: 100%;
	height: auto;
}

.img-responsive { display: inline; }




/* --------------------------------------
   header
   -------------------------------------- */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0b2844;
	background-size: 100% auto;
	font-family: 'Georgia';

}

header { 
	padding-top: 15px;
	min-height: 370px;
}

#actions {
	font-size: 23px;
	text-shadow: 0px 0px 5px white;
	text-align: right;
}

#actions span {
	font-size: 28px;
	color: #8d181b;
	display: block;	
}
#content {
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.90);
	padding: 20px 20px 10px 20px;
	
	margin-bottom: 15px;
}



/* --------------------------------------
   CONTENT
   -------------------------------------- */	   


#content {
	line-height: 1.5em;
}

#content a {
	text-decoration: underline;
	color: #8d181b;
}

#content a:hover {
	color: #350607;
	text-decoration: none;
}

/* --------------------------------------
   Main
   -------------------------------------- */
   
#content li {
	list-style-type: none;
	margin-left: 10px;
}

#content ul {
	border-left: 5px solid #8d181b;
}


small {
	font-size: 12px;
	text-align: left;
	font-style: italic;
 }
 
.mugshot {
	margin-left: 15px;
}

#quote {
	font-size: 100%;
	font-style: italic;
	line-height: 1.5em;
	padding: 0 20px;
	margin:0;
	color: #8d181b;
	text-align: center;
}
#quote span {
	display: block;
	color: #000;
	font-size: 14px;
	padding-top: 10px;
}
/* --------------------------------------
   FOOTER
   -------------------------------------- */
   
   
footer {
	border-top: 5px dotted #8d181b;
	margin-top: 15px;
	padding-top: 20px;
	text-align: center;
}

footer a {
	color: #fff;
	text-decoration: underline;	
}

footer a:hover {
	text-decoration: none;
	color: #9a5725;
}

.cities {
	color: #fff;
	font-size: 10px;
	font-style: italic;	
	margin-bottom: 10px;
}
.credits, .credits a 
{
	color: #496c8d;
	font-size: 10px;
	text-align: center;
 }

 

/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */
   



h1 {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 22px;
	color: #8d181b;
	margin-top: 0;
}

h2 {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 20px;
	color: #8d181b;

}


h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #8d181b;
	margin-top: 0;
}

h4 {
	font-size: 18px;
	padding-bottom: 10px;
}

h5 {
	font-size: 14px;	
}

#sidebar h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-style: normal;
} 



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/* 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) {

#logo {	 text-align: center; margin-bottom: 15px; }
#mobile-header, #mobile-footer { display: block; }
body { background-image: none; background-color: #a7c8e7; }
#actions { text-align: center; font-size: 16px; }
#actions span { font-size: 20px; }
#action a { color: #8d181b}
header { min-height: auto; }
#content ul { border: none; }
#content li { margin-bottom: 5px; margin-left: 0;}
}

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


}

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