body {
	background-color: #C7BEB8;
	//font-family: 'Meie Script', cursive;
	//font-family: 'Qwigley', cursive; 
	font-family: 'Times new roman', helvetica, serif;
	height: 100%;
	
}
#wrapper {
	display: none;
}
html, body { height: 100%; margin: 0; padding: 0; }
body > #wrapper, body > #wrapper-gallery { height: auto; min-height: 100%; position: relative; }

.header {
	background-color: #949586;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 0px 0px 4px #000;
}

.main {
	padding-bottom: 180px;
}

.left {
	float: left;
}
img {
	max-width: 100%;
}

#links img {
	box-shadow: 2px 2px 4px #000;
    margin-bottom: 10%;
}
#links img:hover {
	box-shadow: none;
}

a:focus {
	outline: none;
}

footer {
	padding-top: 50px;
	background-color: #949586;
	bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    width: 100%;
    font-family: 'Herr Von Muellerhoff', cursive;
}
footer a {
	color: #333;
	font-size: 22pt;
}
footer p {
	font-size: 22pt;
}

footer a:hover {
	color: #C7BEB8;
}

.container .jumbotron {
	text-align: center;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	margin-top: 20px;
	background-color: #F4EBEC;
}
.jumbotron p {
	font-size: 13pt;
}
.jumbotron p.small {
	font-size: 85%;
}
.btn > .glyphicon {
	font-size: 10pt;
}
.btn.next, .btn.prev, .btn.btn-custom {
	background-color: #B49B9E;
	border-color: #B49B9E;
	background-image: none;
	color: white;
	font-size: 17pt;
	font-family: 'Qwigley', cursive;
	padding: 4px 10px;
	text-shadow: none;
}
.btn.btn-custom:hover,
.btn.btn-custom:focus,
.btn.btn-custom:active,
.btn.btn-custom.active,
.btn.next:hover,
.btn.next:focus,
.btn.next:active,
.btn.next.active,
.btn.prev:hover,
.btn.prev:focus,
.btn.prev:active,
.btn.prev.active {
  background-color: #a98c90;
  border-color: #9e7e82;
}
/*
.blueimp-gallery .modal-dialog {
	//max-width: 1000px;
}
.blueimp-gallery .modal-body {
	padding: 0 0 63.25%;
}
.blueimp-gallery .modal-body img {
	max-width: 96%;
}
.modal-header .close, .modal-header h4 {
	font-size: 20pt;
	font-family: 'Herr Von Muellerhoff', cursive;
}

.modal-content {
	background: #C7BEB8; 
}

.modal-header {
	border-bottom: none;
}

.modal-footer {
	border-top: none;
	padding: 8px 16px
}
*/
h1 > a  {
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 46pt;
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

h1 > a:hover {
	color: white;
	text-decoration: none;
}

a.link {
	font-family: 'Herr Von Muellerhoff', cursive;
    color: white;
    font-size: 24pt;
    line-height: 72pt;
    padding-left: 30px;
}

a.link:hover {
	color: white;
}

a {
	color: #7D7467;
}

a:hover, a:focus {
	color: #A98C90;
}
h2 {
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 30pt;
	line-height: 42pt;
}

p {
	line-height: 16pt;
	font-size: 12pt;
}

.theme-bar.slider-wrapper{
	border: 1px solid #b49b9e;
	border-top: #949586;
}
.theme-bar .nivo-controlNav {
	background: linear-gradient(to bottom, #A98C90 0%, #b49b9e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: 1px solid #b49b9e;
	padding: 3px 0;
}
.theme-bar .nivo-controlNav a {
	opacity: 0.7;
}
.theme-bar .nivo-directionNav a {
	bottom: 5px;
	//background: url("arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: 'Times new roman', helvetica, serif;
}
.theme-bar a.nivo-prevNav {
    left: -80px;
}
.theme-bar a.nivo-nextNav {
    right: -80px;
}

@media screen and (max-width: 1000px) {
    footer {
        height: 150px;
    }
    .main {
		padding-bottom: 160px;
	}
}

@media screen and (max-width: 765px) {
    #firstGalleryImg {
       // margin-left: -15px; firefox bugi!
    }
    img {
		max-width: 90%;
	}
	footer {
        height: 150px;
    }
}