body {
    padding: 0;
    margin: 0;
    background-color: #777;
    background-image: url('/assets/arabaycoffee/images/background_base.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.contenedor {
    position: relative;
}

.logobay {
    width: 100%;
    height: 100%;
    /* margin-left: 30%; */
    /* margin-top: 250px; */
    /* margin-right: 25%; */
    /* position: calc(fixed); */
}

header * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header {
    height: 120px;
    width: 100%;
    position: relative;
    background-color: transparent;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);
}

.timlogo {
    width: 250px;
    /* display: left; */
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 15px;
}

.head {
    position: absolute;
    top: 15px;
    right: 5px;
}

.head .tile {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-left: 5px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.navleft {
    display: grid;
    margin-top: 150px;
    margin-left: 0px;
    background-color: transparent;
    position: absolute;
    transition: top .3s;
    -webkit-transition: top .3s;
}

.navleft .tile.socialmedia {
    color: white;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: -6px;
    z-index: 1;
}

header.clicked .head .tile.socialmedia {
    color: white;
}

.head .burger {
    margin-left: 25px;
    padding: 5px;
    cursor: pointer;
    background-color: transparent;
}

.meat {
    height: 40px;
    width: 40px;
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

header.clicked .head .burger .meat {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.meat .line {
    height: 4px;
    width: 40px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.meat .line.one {
    top: 5px;
    left: 0px;
}

.meat .line.two {
    top: 18px;
    left: 0px;
}

.meat .line.three {
    top: 31px;
    left: 0px;
}

header.clicked .burger .line {
    background-color: white;
}

header.clicked .burger .line.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 18px;
}

header.clicked .burger .line.two {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
}

header.clicked .burger .line.three {
    opacity: 0;
}

header.clicked .burger:hover .meat {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.nav-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    pointer-events: none;
}

header.clicked .nav-modal {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

.nav-modal .blob {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: transparent;
    /* background-color: #0b253e; */
    /* background-image: url('/images/coffeeOriginal.mp4'); */
    /* position: relative; */
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s ease-in;
}

header.clicked .nav-modal .blob {
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
}

nav {
    position: fixed;
    left: 10%;
    top: 20%;
    color: white;
}

nav a {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(184, 180, 170), 0 0 5px rgb(206, 192, 171);
    font-family: aleo-regular;
    font-family: 'Aleo', aleo-regular;
    font-size: 30px;
}

nav ul li {
    list-style: none;
    text-align: right;
    border-right: 6px solid white;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
}

nav {
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

header.clicked nav {
    opacity: 1;
}

nav ul li ul {
    position: absolute;
    right: -300px;
    top: -4px;
    display: none;
}

nav ul li ul li {
    border: none;
    padding-bottom: 10%;
    padding-left: 10px;
    height: 50px;
    width: 300px;
}

nav ul li ul li a {
    display: block;
    height: 50px;
    font-size: 20px;
    text-align: left;
    padding: 10px;
}

nav ul li.selected ul {
    display: block;
}

nav ul li.notselected a {
    opacity: .5;
}

nav ul li.selected ul li a {
    opacity: 1;
}

/* Style the video: 100% width and height to cover the entire window */
#VideoCoffee {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style for footer */
.footer {
    position: fixed;
    /* margin-top: 10px;
    left: 0;
    bottom: 0; */
    width: 100%;
    background-color: transparent;
    color: white;
    /* text-align: center; */
}

.aboutus {
    width: 95%;
    display: flex;
    margin: 0 auto;
    padding-top: 2px;
    padding-left: 2px;
}

.back-to-top {
    position: fixed;
    left: 0;
    bottom: 0;
    /* width: 100%; */
    background-color: transparent;
    color: white;
    /* text-align: center; */
}

/* a:link {
    color:#777;
    text-decoration: none;
} */

@media screen and (max-width:820px) {
    .timlogo {
        margin-left: 50px;
    }
}

@media screen and (max-width:580px) {
    .timlogo {
        width: 130px;
        padding-top: 30px;
    }

    nav ul li a {
        font-size: 16px;
    }

    nav ul li ul {
        top: -9px;
    }

    nav ul li ul li {
        height: 40px;
    }

    nav ul li ul li a {
        font-size: 16px;
        height: 40px;
    }
}

@media screen and (max-width:500px) {
    .timlogo {
        /* display: none; */
        margin-left: 0px;
    }
    .navleft {
        display: none;
    }
}

@media screen and (max-width:320px) {
    header .head .tile.socialmedia {
        /* display: none; */
        margin-left: 0px;
    }
    .navleft {
        display: none;
    }
}