/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 70px;
	margin-bottom: 50px;
	background: none;
}

img.discogr {
    height: 240px;
}

@media screen and (max-width: 1040px) {
	img.discogr.thesecond {
		display: none;
	}
}

p.discogr {
    min-height: 240px;
}

div.playlist{
	clear: both;
	margin-bottom: 25px;
	margin-left: -22px;
}

.nodisplay {
	display: none !important;
}
/*
Movded to index.php to be dynamic
.full {
  background: url(/img/backg/1c.jpg) no-repeat left top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

div.content {
		margin-left:auto;

		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 0.8);
		//opacity: 0.8;
    color: #000000;
		/*max-width: 700px;*/
}

div.contentframe {
	margin-left:auto;
	margin-right: 10px;
	max-width: 700px;
}

div.copyright{
	margin-right: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}

nav .navbar-brand {
	font-size: 25px;
}
.nav>li>a{
	padding-top: 18px !important;
	padding-bottom: 13px !important;
}

@media screen and (max-width: 1200px) {
	body {
		margin-top: 55px;
	}
	.navbar {
		min-height: 25px;
		margin-bottom: 0px;
	}

	.nav>li>a{
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}

	.navbar-brand {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		display: block;
	}
}
@media screen and (max-width: 1140px) {
			div.contentframe {
					margin-left: 415px;
			}
}

@media screen and (max-width: 700px) {
			div.contentframe {
					margin-left: 10px;
			}
}

div.content.opaque {
    opacity: 1;
}
