@font-face {
    font-family: 'gameboyregular';
    src: url('../fonts/early_gameboy-webfont.eot');
    src: local('☺'), url('../fonts/early_gameboy-webfont.woff') format('woff'), url('../fonts/early_gameboy-webfont.ttf') format('truetype'), url('../fonts/early_gameboy-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.no-js .lte-ie9 .browsehappy {
display: block;
}
.no-js .lte-ie9 .site {
display: none;
}

a {
    color: #006;
}

a:hover {
    color: #060;
}

a.btn, button, button.btn {
    border-radius: 0;
	color:#fff;
	font-family: 'gameboyregular', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 18px;
	text-decoration: none;
}

body {
	background: url('../images/wallpaper-mosaic.jpg') fixed top center no-repeat #000000;
	background-size: 100% auto;
	color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 50px;
}

#banner {
	text-align: center;
}

#banner .dropdown-menu {
    text-align:left;
}

.btn-primary {
	background: url('../images/bg-btn-primary.png') repeat-x #2474ba;
}

.btn-success {
	background: url('../images/bg-btn-success.png') repeat-x #3aa33a;
}

.container {
}

.container-content {
    background: url('../images/bg-container.png') repeat-x #dbd9d6;
    border-left: groove 4px #7d7d7d;
    border-right: groove 4px #ffffff;
    box-shadow: 0 10px 100px rgb(0, 0, 0);
    max-width: 770px;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background-color: #6b99f0;
	color: #fff;
	text-align: left;
}

.modal-body {
    background-color:#F0F0F0;
}

.modal-footer {
	margin-top: 0;
}

.modal.in .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-header {
    background: url('../images/bg-navbar.png') #666 repeat-x;
}

section {
padding-bottom: 10px;
}

div.content {
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

footer a {
color: $navbar-default-link-color;
}

footer a:hover {
color: darken($navbar-default-link-color, 15%);
}

h1 {
    border-bottom: solid 5px #1d1851;
    border-top: solid 5px #811546;
	font-size: 35px;
	line-height: 50px;
	text-align:center;
}

h1, h2, h3, h4, h5 { font-family: 'gameboyregular', Arial, Helvetica, sans-serif; }

iframe {
	border: none;
}

img.cover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	margin: 10px;
}

#logo {
	margin-top: 55px;
	max-width: 700px;
}

#navbar-content {
opacity: 1
}
#navbar-content.ng-hide-add, #navbar-content.ng-hide-remove {
transition: 0.5s linear all;
display: block !important;
}

#navbar-content.ng-hide-add {
height: 165px;
}

#navbar-content.ng-hide-remove {
height: 165px;
}

#navbar-content.ng-hide {
opacity: 0;
height: 0;
}

.navbar a, .navbar a:link, .navbar-default .navbar-nav > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
	color: #ffdc88;
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: none;
    border-top: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffdc88;
}

.navbar-fixed-bottom, .navbar-fixed-bottom p {
    color: #efefef;
    font-family: arial, helvetica, sans-serif;
}

.navbar-fixed-top {
    font-family: arial, helvetica, sans-serif;
	height: 50px;
	margin-bottom: 0;
}

.navbar-right li {
margin-top: 13px;
}

.dropdown-toggle {
cursor: pointer;
}

.dropdown-menu li {
cursor: pointer;
}

.smaller {
	font-size: 11px;
	line-height: 13px;
	opacity: 0.5;
}

#music .nav-tabs {
border-bottom: 1px solid #6d9bf1;
}

#music .nav-tabs > li.active, #music .nav-tabs > li a {
background: transparent;
}

#music .nav-tabs > li.active > a {
border-color: #6d9bf1;
border-bottom-color: transparent;
}

#music .nav-tabs > li > a:hover {
border-color: #6d9bf1;
}

#artists, #artwork {
padding-top: 20px;
}

.artist {
border-bottom: 1px dotted #6d9bf1;
}

.artist button {
margin-left: 10px;
}

.artist p:first-letter {
margin-left: 20px;
}

#download a {
margin-top: 10px;
}

footer {
font-size: 11px;
padding-top: 10px;
}

@media (max-width: 767px) {

	#banner {
		background: none;
		box-shadow: none;
	}

	#logo {
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 90%;
}

	a.btn, button.btn {
	    font-size: 11px;
	    margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	body {
		background-image: none;
    }

    .container {
		max-width:100%;
	}

	.container-content {
        padding-left: 15px;
        padding-right: 15px;
}


	div.btn-group {
		width: 100%;
	}

	h1 {
	    font-size: 20px;
	    line-height: 40px;
	}

	h2, h3, h4, h5 {
	    font-size: 15px;
	}

	.navbar-fixed-top {
		height: auto;
	}

}

@media (max-height: 800px) {

	#logo {
		max-height: 600px;
	}

}
