@import url(//fonts.googleapis.com/css?family=Ubuntu);

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
      background: url(../img/dolomieten-1920.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
width: 100%;
height: 100%;
font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.jumbotron {
position: absolute;
    bottom: 20px;
width: 100%;
    background-color: transparent;
color: #fff;
    text-shadow: 1px 1px #444;
text-align: center;
padding: 0;
z-index: 100;
}

a {
  color: white;
}

a:hover {
  color: #eeeeee;
}

#map-marker {
position: absolute;
font-size: 2em;
right: 1%;
top: 1%;
}








