/* milkBottle.css */

.demo
{
	border: 1px solid white;	
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #D0D0D0;
	background-color: black;
	overflow-x: hidden;
}

h5
{
	font-size: 16px;
}

#robert
{
	display: none;
}

@font-face
{
	font-family: titleFont;
	src: url("../fonts/batik.ttf");
}

#introOne
{
	font-family: titleFont;
	color: white;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.0;
	margin-top: 100px;
	display: none;
}

#introTwo, #introSeven
{
	font-size: 30px;
	display: none;
}

#introThree
{
	margin-top: 9px;
	display: none;
}

#introFour
{
	margin-top: 10px;
	display: none;
}

#introFive
{
	font-size: 30px;
	margin-top: 20px;
	display: none;
}

#introSix
{
	font-size: 30px;
	margin-top: -1px;
	display: none;
}

#theWholePage
{
	display: none;	
}

#heading
{
	font-family: titleFont;
	color: white; 
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 1px;
}

#toTheTop
{
	position:fixed;
	right:5px;
	bottom:5px;
	cursor:pointer;
	z-index:100;
}

a:link, a:hover, a:active, a:visited
{
	text-decoration: none;	
}

.well
{
	background-color: black;
	border-color: #303030;
	border-radius: 10px;
}

ul
{
	list-style-type: none;
}

li:not(:nth-child(1)), dt:not(:nth-child(1))
{
	margin-top: 5px;
}

.midTitle
{
	position: relative;
	top: -5px;
}

.spacer03H
{
	height: 3px;
}

.spacer07H
{
	height: 7px;
}

.spacer12H
{
	height: 12px;
}

.spacer20H
{
	height: 20px;
}

dd
{
	padding-left: 20px;	
}

blockquote
{
	font-size: 13px;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

blockquote > p
{
	margin-bottom: 2px;
}

blockquote footer
{
	font-size: 12px;
	text-align: right;
}

.nav-tabs
{
	border: none;
}

.nav-tabs > li > a
{
	color: #D0D0D0;
	border-radius: 4px;
	border: none;
}

.nav-tabs > li > a:hover
{
	color: Silver; 
	background-color: #606060;
}

.imgCV
{
	margin-top: 13px;
}

.wider
{
	display: block;
}

#shopAccordion > .panel
{
	border-color: #606060;
	background-color: black;
}

#shopAccordion > .panel > .panel-heading
{
	color: Silver; 
	background-color: #606060;
}

.panel-heading > .panel-title > a:hover
{
	color: black;
}

#shopAccordion > .panel > .panel-collapse
{
	color: #404040;
	background-color: LightGray;
}

@media screen and (max-width: 767px)
{
	.textL
	{
		text-align: left;
	}
}

.festival
{
	margin: 5px;
}

@media screen and (max-width: 767px)
{
	.festivalL
	{
		margin-left: 0px;
	}
}
