@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Cabin+Sketch:700|Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Londrina+Solid:300,400|Ubuntu|Amatic+SC:400,700');

@font-face {font-family:"MetDemo";src:url("../fonts/Metdemo.eot?") format("eot"),url("../fonts/Metdemo.woff") format("woff"),url("../fonts/Metdemo.ttf") format("truetype"),url("../fonts/Metdemo.svg#MetDemo") format("svg");font-weight:normal;font-style:normal;}


.musicfont{
	font-family: "MetDemo";
}

body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    background-image: url("/images/shared/bg-cloud-beige.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
}
div#halve_uke {
    position: absolute;
    width: 100%;
    opacity: 0.3;
}
div#halve_uke img{
    width:100%;
    max-width: 400px;
}

.responsive {
    width: 100%;
    height: auto;
}
.thumb{
    margin-bottom: 10px;
    text-align: center;
}
.thumb a div{
    padding-bottom: 5px;
}
.navbar {
    font-family: "Londrina Solid",sans-serif;
    font-size: 18px;
}

/* Add a gray background color and some padding to the footer */
footer {
	padding: 25px;
}

#jumbotron-index{
	background-color: red;
    background-image: url('../assets/rosegarden.jpg');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Londrina Solid', cursive;
    font-weight: 200;
}
h1{    font-size: 3em;}
h2{    font-size: 2.5em;}
h3{    font-size: 2em;}
h4{    font-size: 1.5em;}
h1.koptekst{
    font-weight: 300;
    font-size: 5em;
    color: cornflowerblue;}

.navbar-default .navbar-nav>li>a {
    color: antiquewhite;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(190, 77, 77, 1.5);
}

a{
	color: brown;
}
footer p{
    font-size: 0.9em;
	letter-spacing: .06em;
}
a.footer-link{
	font-family: 'amatic',Helvetica,Arial,sans-serif;
	font-size: 22px;
}

iframe {
    border:0px solid red;
    border-radius: 20px !important;
}