body {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 20px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 26px;
}

html, body {
        height: 100%;
}

.navbar {
	margin-top: 50px;
	margin-bottom: 20px;
}
.navbar ul {
        list-style-type:none;
        margin:0;
        padding-top: 38px;
        padding-bottom: 15px;
}
.navbar li {
        display:inline;
        font-size: 26px;
        padding: 0 36px 0 22px;
}
.navbar li:first-child {
        padding-left: 30px;
}
.navbar li:hover, a:hover {
        text-decoration: underline;
}
.navbar .selected {
        color: darkgray;
}
.navbar .selected:hover, a {
        text-decoration: none;
}
.navbar a {
        color: black;
}


.container-narrow {
        min-height: calc(100% - 764px);
        display: table;
        table-layout: fixed;
        max-width:none;
}

#leftblock {
	display: table-cell;
/*	background: #EE475D;*/
        vertical-align: top;
}

#rightblock {
	display: table-cell;
        vertical-align: top;
}

#centerblock {
	width: 1200px;
	display: table-cell;
        position: relative;
}
.content {
        margin-bottom: 40px;
}
.content li {
        line-height: 26px;
}
.content h3 {
        font-weight: normal;
        font-size: 27px;
}
.content img {
        background-color: lightgrey;
}

.page-header {
        border-bottom: 0px;
        margin-top: 40px;
}
.page-header h1 {
        text-align: center;
}
.image {
       text-align: center;
}

.video {
        margin-left: 50px;
}

.center { margin: auto; text-align: center; }

.contact {
        margin-bottom: 30px;
}
.contact .left{
         width: 300px;
         vertical-align: top;
}
#m {
        background-color: #f2f2f2;
}
img {
    max-width: inherit;
}

.blueimp-gallery-carousel {
        height: 446px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        box-shadow: 0 0 0px #000;
        display: block;
}

