body {
    font-family: 'Changa', sans-serif;;
    margin: 0;
    padding: 0;
    height: 130vh;
    background-image: url('../img/brunch.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#cafe-logo {
    display:relative;
    transform: translate(-5%,-5%);
    width: 17%;
    padding:2%;
    padding-left: 25%;
}

.nav {
    display: flex;
    justify-content: space-between;
    width:100%;
    align-items: center;
    list-style: none;
    background: rgba(0, 0, 0, 0.85);
}

.nav-ul {
    font-size:1.15em;
    display: flex;
    list-style: none;
    align-items: right;
    padding-right: 5%;
    width: 70%;
    margin:0.2em;
}

.nav ul li{
    width:5vw;
    float:left;
    padding:1.5vw;
    margin:0.5vw auto;
    text-align:center;
}
.nav ul li a{
    text-decoration: none;
    color:lightgrey;
}
.nav ul li:hover{ background-color:#543616; }
.nav ul li a:hover{ color:white; }
.time{
    width:18vw;
    height:50vh;
    background-color:black;
    opacity:0.9;
    padding:1vw;
}
.name{
    position:absolute;
    left:20vw;
    top:12vw;
    opacity:0.9;

}
button{
    width:13vw;
    height:5vh;
    position:absolute;
    left:25vw;
    top:27vw;
    background-color:transparent;
    color:white;
    border:solid white;
    border-width:thin;
    font-size:1.1em;
    border-radius:0.25em;
    cursor:pointer;
    font-family:Changa;
}

button:hover{
    color:brown;
    border-color:brown;
    box-shadow : 0.1em 0 0 0 rgba(0,0,0,0.5) inset;
}

.left{
    width:30%;
    position:absolute;
    left:17vw;
    top:35vw;
    color:white;
    background-color:black;
    background-color: rgba(0,0,0,0.7);
    opacity:1;
    text-align:center;
}
.left h1{
    color:beige;
    opacity:90%;
}
.right{
    width:30%;
    position:absolute;
    right:17vw;
    top:35vw;
    color:white;
    background-color:black;
    background-color: rgba(0,0,0,0.7);
    opacity:1;
    text-align:center;
}
.ourpromise{
    position:absolute;
    top:83vw;
    left:20vw;
    text-align:center;
    color:white;
    font-size:1em;
}
.ourpromise h1{
    color:beige;
    font-weight:medium;
    font-style:underline;
}
.time h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: 2vw;
}
.time h2{
    text-align: center;
    text-transform: uppercase;
    font-weight:normal;
    margin: auto;
}
.time h4{
    text-align:justify;
    color:grey;
    font-weight:normal;
}
#h1{
    font-size:2.5em;
    color:white;
    position:absolute;
    top:200vh;
    left:45vw;
}
#h2-1{
    font-size:1.5em;
    color:white;
    position:absolute;
    top:210vh;
    left:20vw;
}
#h2-2{
    font-size:1.5em;
    color:white;
    position:absolute;
    top:300vh;
    left:20vw;
}

.G{
    background-color:black;
    width:100%;
    height:400vh;
    position:absolute;
    top:190vh;
}
#gallery{
    color:white;
    position:absolute;
    top:197vh;
    left:7vw;
    font-size:3em;
}
#greeting{
    color:#888888;
    position:absolute;
    top:208vh;
    left:8vw;
    text-align:left;
    font-size:1em;

}

.slider{
    width: 50vw;
    height: 60vh;
    position: absolute;
    top:235vh;
    left:26vw;
    margin: 0 auto;
    overflow: hidden; 
    border-radius:1vw;
    border:solid white;
    border-width:thin;
}

.slider input[type=radio]{
    display: none;
}
ul.imgs{
    padding: 0;
    margin: 0;
    list-style: none;    
}
ul.imgs li{
    position: absolute;
    left: 640px;
    transition-delay: 1s;

    padding: 0;
    margin: 0;
}

.bullets{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 2;
}
.bullets label{
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.55);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slider input[type=radio]:nth-child(1):checked~.bullets>label:nth-child(1){
    background-color: #fff;
}
.slider input[type=radio]:nth-child(2):checked~.bullets>label:nth-child(2){
    background-color: #fff;
}
.slider input[type=radio]:nth-child(3):checked~.bullets>label:nth-child(3){
    background-color: #fff;
}
.slider input[type=radio]:nth-child(4):checked~.bullets>label:nth-child(4){
    background-color: #fff;
}
.slider input[type=radio]:nth-child(1):checked~ul.imgs>li:nth-child(1){
    left: 0;
    transition: 0.5s;
    z-index:1;
}
.slider input[type=radio]:nth-child(2):checked~ul.imgs>li:nth-child(2){
    left: 0;
    transition: 0.5s;
    z-index:1;
}
.slider input[type=radio]:nth-child(3):checked~ul.imgs>li:nth-child(3){
    left: 0;
    transition: 0.5s;
    z-index:1;
}
.slider input[type=radio]:nth-child(4):checked~ul.imgs>li:nth-child(4){
    left: 0;
    transition: 0.5s;
    z-index:1;
}


/**slide2**/
.slider-2{
    width: 50vw;
    height: 65vh;
    position: absolute;
    top:312vh;
    left:26vw;
    margin: 0 auto;
    overflow: hidden;
    border-radius:1vw; 
    border:solid white;
    border-width:thin;
}

.slider-2 input[type=radio]{
    display: none;
}
ul.imgs-2{
    padding: 0;
    margin: 0;
    list-style: none;    
}
ul.imgs-2 li{
    position: absolute;
    left: 640px;
    transition-delay: 1s;

    padding: 0;
    margin: 0;
}

.bullets{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 2;
}
.bullets label{
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.55);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slider-2 input[type=radio]:nth-child(1):checked~.bullets>label:nth-child(1){
    background-color: #fff;
}
.slider-2 input[type=radio]:nth-child(2):checked~.bullets>label:nth-child(2){
    background-color: #fff;
}
.slider-2 input[type=radio]:nth-child(3):checked~.bullets>label:nth-child(3){
    background-color: #fff;
}
.slider-2 input[type=radio]:nth-child(4):checked~.bullets>label:nth-child(4){
    background-color: #fff;
}
.slider-2 input[type=radio]:nth-child(1):checked~ul.imgs-2>li:nth-child(1){
    left: 0;
    transition: 0.5s;
    z-index:1;
}
.slider-2 input[type=radio]:nth-child(2):checked~ul.imgs-2>li:nth-child(2){
    left: 0;
    transition: 0.5s;
    z-index:1;
}
.slider-2 input[type=radio]:nth-child(3):checked~ul.imgs-2>li:nth-child(3){
    left: 0;
    transition: 0.5s;
    z-index:1;
}
.slider-2 input[type=radio]:nth-child(4):checked~ul.imgs-2>li:nth-child(4){
    left: 0;
    transition: 0.5s;
    z-index:1;
}

#drinks{
    position:absolute;
    top:221vh;
    left:46.4vw;
    color:lightgrey;
    font-family: 'Changa';
    font-size:2.5em;
}
#brunch{
    position:absolute;
    top:298vh;
    left:46.4vw;
    color:lightgrey;
    font-family: 'Changa';
    font-size:2.5em;
}

.location{
    position:absolute;
    top:400vh;
    text-align:center;
    font-size:1em;
}
.location h1{
    color:white;
    font-size:2.5em;
    font-family: 'Changa' regular;
}
.location img{
    width:80%;
    left:10vw;
    border-radius:1vw;
}

.location #first{
    color:lightgrey;
    position:absolute;
    top:70vh;
    left:15vw;
    text-align:left;
    font-family: 'Changa';
    font-size:1.25em;
}
        .location #first-1{
            width:13vw;
            height:5vh;
            position:absolute;
            left:0vw;
            top:2vw;
            background-color:red;
            color:white;
            font-size:1.1em;
            border-radius:0.25em;
            cursor:pointer;
            font-family:Changa;

        }
        .location #first-2{
            width:13vw;
            height:5vh;
            position:absolute;
            left:0vw;
            top:22vw;
            background-color:red;
            color:white;
            font-size:1.1em;
            border-radius:0.25em;
            cursor:pointer;
            font-family:Changa;
        }
.location #second{
    color:lightgrey;
    position:absolute;
    top:70vh;
    left:42vw;
    text-align:left;
    font-family: 'Changa';
    font-size:1.25em;
}

        .location #second-1{
            width:13vw;
            height:5vh;
            position:absolute;
            left:0vw;
            top:2vw;
            background-color:red;
            color:white;
            font-size:1.1em;
            border-radius:0.25em;
            cursor:pointer;
            font-family:Changa;

        }
        .location #second-2{
            width:13vw;
            height:5vh;
            position:absolute;
            left:0vw;
            top:22vw;
            background-color:red;
            color:white;
            font-size:1.1em;
            border-radius:0.25em;
            cursor:pointer;
            font-family:Changa;
        }
.location #third{
    color:lightgrey;
    position:absolute;
    top:70vh;
    left:70vw;
    text-align:left;
    font-family: 'Changa';
    font-size:1.25em;
}
        .location #third-1{
            width:13vw;
            height:5vh;
            position:absolute;
            left:0vw;
            top:2vw;
            background-color:red;
            color:white;
            font-size:1.1em;
            border-radius:0.25em;
            cursor:pointer;
            font-family:Changa;

        }
        .location #third-2{
            width:13vw;
            height:5vh;
            position:absolute;
            left:0vw;
            top:22vw;
            background-color:red;
            color:white;
            font-size:1.1em;
            border-radius:0.25em;
            cursor:pointer;
            font-family:Changa;
        }
