@font-face {
	font-family: 'HennyPenny';
	src: url('../fonts/HennyPenny-Regular.otf') format('opentype');
}

html {
background: url(../images/urlaub.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
min-height: 100%
}

.container, .row, body{
    background-color: transparent;
    min-height: 100%;
}

.row-content {
    min-height: 150px;
}

.col-content {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
    text-align:center;
}

h1 {
    font-family: "HennyPenny";
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}
