
body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 18px;
	font-weight: bold;
    display: inline-block;
	padding-bottom: 8px;
    padding-right: 10px;
    border-bottom: 1px dotted #015811;
}

@media (max-width:480px) {
	h2 {
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		padding-bottom: 8px;
		padding-right: 10px;
		border-bottom: 1px dotted #015811;
		margin-top: -10px;
	}
}

h3 {
	font-size: 16px;
    display: inline-block;
	padding-bottom: 8px;
    padding-right: 10px;
    border-bottom: 1px dotted #015811;
}

@media (max-width:480px) {
	h3 {
		font-size: 14px;
		display: inline-block;
		padding-bottom: 8px;
		padding-right: 10px;
		border-bottom: 1px dotted #015811;
	}
}

.navbar-inverse {
    background-color: #015811;
    border-color: #000000;
}

.logo {
		padding-top: 10px;
		padding-left: 20px;
}

.desktop {
	display: inline;
}

.mobile {
	display: none;
}

@media (max-width:480px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inline;
	}
}

.navbar-brand {
	font-weight: 700;
	font-size: 24px;
}

.navbar-inverse a {
	color: #ccc !important;
}

.navbar-inverse a:hover {
	background: #333 !important;
}

.navbar-nav a {
	font-weight: 600;
	font-size: 15px;
}

.dropdown-menu.inverse {
	background: #000;
}

.dropdown-menu.inverse a {
	font-weight: 300;
	color: #ccc;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: relative;
	z-index: 15;
	padding-bottom: 10px; /* Move content to make place for logo and navbar */
}

.navbar-wrapper .container {
	position: relative;
	top: 10px; /* Move navbar to make place for logo */
	left: 0;
}

footer {
    padding: 5px 5px;
	margin-bottom: 10px;
	background-color: #ccc; /* Backgroundcolor for footer */
	color: #000; /* Textcolor for footer */
}

@media(min-width:768px) {
    body {
        padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.img-content-left {
	margin-right: 10px;
}

.img-content-right {
	margin-left: 10px;
}

.img-fit {
	margin-top: 14px;
}

@media (max-width:480px) {
	.img-fit {
		width: 100%;
		margin-bottom: 15px;
	}
}

.thumb {
    margin-bottom: 30px;
}

.album {
	margin-bottom: 5px;
}

.previewthumbnail {
    background-color: black;
    width: 458px;
    height: 196px;
    display: inline-block; /* makes it fit in like an <img> */
    background-size: cover; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 8px;
}

@media (max-width:1200px) {
	.previewthumbnail {
		background-color: black;
		width: 350px;
		height: 196px;
		display: inline-block; /* makes it fit in like an <img> */
		background-size: cover; /* or contain */
		background-position: center center;
		background-repeat: no-repeat;
		border: 1px solid #ccc;
		border-radius: 8px;
	}
}

@media (max-width:993px) {
	.previewthumbnail {
		background-color: black;
		width: 100%;
		height: 196px;
		display: inline-block; /* makes it fit in like an <img> */
		background-size: cover; /* or contain */
		background-position: center center;
		background-repeat: no-repeat;
		border: 1px solid #ccc;
		border-radius: 8px;
	}
}

.previewimg {
	width: 100%;
	height: 190px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-primary {
    background: #015811;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #333;
}
 
.btn-primary:active, .btn-primary.active {
    background: #333;
    box-shadow: none;
}

a {
	color: #015811;
}

a:hover {
	color: #333;
}