@font-face {
    font-family: "DomaineSansText-Regular";
    src: url('./../fonts/DomaineSansText-Regular.eot?#iefix') format('embedded-opentype'),
     url('./../fonts/DomaineSansText-Regular.woff') format('woff'),
     url('./../fonts/DomaineSansText-Regular.ttf') format('truetype'),
     url('./../fonts/DomaineSansText-Regular.svg#DomaineSansText-Regular') format('svg');;
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "DomaineSansText-Regular";
}

.main {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
}

.main h1 {
    width: 100%;
    align-self: flex-end;
    text-align: center;
}

.main h1 span {
    display: inline-block;
    width: 100%;
    max-width: 900px;
}        

.logo {
    width: 100%;
    height: auto;
    max-width: 760px;
}

.footer {
    width: calc(100% + 4rem);
    align-self: flex-end;
    text-align: center;
    padding-bottom: 1.5rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), transparent 100%);
    margin-left: -2rem;
    margin-right: -2rem;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
    
.button-volume {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    cursor: pointer;
}

.button-volume .icon-volume {
    width: 2rem;
    height: 2rem;
}

.icon-volume.not-muted {
   display: none;
}

.icon-volume.muted {
    opacity: 0.7;
}
