/* dosis-regular - latin */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dosis-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/dosis-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dosis-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dosis-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/dosis-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dosis-v27-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
  }
  
  /* dosis-600 - latin */
  @font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/dosis-v27-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/dosis-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dosis-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dosis-v27-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/dosis-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dosis-v27-latin-600.svg#Dosis') format('svg'); /* Legacy iOS */
  }
  
  /* dosis-700 - latin */
  @font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dosis-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/dosis-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dosis-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dosis-v27-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/dosis-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dosis-v27-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
  }

  /* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }

.navbar{ background:#F0F0F0; background: transparent; }

.nav-link , .navbar-brand{ color: #706F6F; cursor: pointer; }

.nav-link{ margin-right: 1em !important; }

.nav-link:hover{ color: #FBB911; }

.navbar-collapse{ justify-content: flex-end; }

.navbar-toggler{  background:#fff !important; }

/*header style*/
body {
    background-image: url('../images/main-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    font-family: 'Roboto', sans-serif;
}

.overlay{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(244, 244, 244, 0.79);
}

.description{
    position: absolute;
    bottom: 10%;
    right: 0;
    margin: auto;
    padding: 2em;
}

    .description h1{
        color:#FBB911 ;
        font-size: 1.5rem;
        text-align: right;
    }

    .description p{
        color:#666;
        font-size: 1rem;
        line-height: 1.5;
        text-align: right;
    }
    
    .description button{
        border: 1px  solid #FBB911;
        color:#706F6F;
    }

    .description button a, .description button a:visited {
        color:#706F6F;
    }
    
    .description button a:hover, .description button a:active {
        color:#FFF;
        text-decoration: none;
    }
.imprint {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
    background-color: #FBB911;
    z-index: 500;
    width: 100%;
        text-align: center;
}
    .imprint p {
        font-size: 1rem;
        color: #706F6F;
        margin: 0;
    }


@media (max-width: 767.98px){
.description{
    top: 10%;
}
    .description h1{
        color:#FBB911 ;
        font-size: 1.3rem;
        text-align: center;
    }
    .description button{
        width: 100%;
        margin-bottom: 1em;
    }
}
