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

body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
}
.container{
    margin-top: 30px;
}

div#halve_uke {
    position: absolute;
    width: 100%;
    opacity: 0.3;
}
div#halve_uke img{
    width:100%;
    max-width: 800px;
}

.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;
	margin-bottom: 0;
	border-radius: 0;
}

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

h1, h2, h3, h4, h5, h6{
    font-family: 'Londrina Solid', cursive;
    font-weight: 300;
}
h1{
    font-size: 4em;
    color: bisque;
}
h2{    font-size: 2em;}
h3{    font-size: 1.8em;}
h4{    font-size: 1.6em;}

.navbar-default .navbar-nav>li>a {
    color: antiquewhite;
}
a{
	color: whitesmoke;
}
footer p{
    font-size: 0.9em;
	letter-spacing: .06em;
    color: darkred;
}
a.footer-link{
	font-family: 'amatic',Helvetica,Arial,sans-serif;
	font-size: 22px;
    color: black;
}

img{
    border-radius: 8px;
}