* {
    /* the astrick makes everything to be applied */
    box-sizing: border-box;
}

body {
    background-image: url(/images/static.gif);
    background-color: black;
    display:

}

.main0 {
    position: relative;
    width: 100%;
}

.main {
    width: 100%;
    position: relative;
}

p {
    color: #E5AEF5;
    font-family: 'Lobster', cursive;

}

p1 {
    font-family: 'Instrument Serif', serif;
    font-size: 25px;
    z-index: 1;

}

#img1 {
    position: absolute;
    width: 100%;
    display: box;


}

.container1 {
    position: relative;
    max-width: 800px;
    /* Maximum width */
    margin: 0 auto;
    /* Center it */
}

.container .content {
    position: absolute;
    bottom: 0;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    /* Grey text */
    width: 100%;
    /* Full width */
    padding: 20px;
    /* Some padding */
}





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    p {
        font-size: 55px;
        margin: auto;
        padding-left: 180px;
    }

    .text {
        width: 100%;
        position: absolute;
        bottom: -50px;
        height: 100px;

    }

    .container {
        display: inline-flex;
    }

    .main {
        height: 360px;
        margin: 0;
        width: 100%;
        margin-top: 100px;
    }

    #main {
        height: 360px;
        width: 100%;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #2ED3F2;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 190px;
        text-align: center;
        font-family: 'Instrument Serif', serif;


    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 70px;
        color: #111;
        display: block;
        transition: 0.3s;

    }

    .sidenav a:hover {
        color: #F2740A;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    
    #img1 {
        position: absolute;
        width: 100%;


    }
    
     #img2 {
        position: absolute;
        width: 100%;
        top: 30px;
    }
    
    #img3 {
        position: absolute;
        width: 100%;
        height: 400px;
        top: 50px;
    }
    
    #img4 {
        position: absolute;
        width: 100%;
        top: 150px
    }
}

@media only screen and (min-width: 600px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #2ED3F2;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 190px;
        text-align: center;
        font-family: 'Instrument Serif', serif;


    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 70px;
        color: #111;
        display: block;
        transition: 0.3s;

    }

    .sidenav a:hover {
        color: #F2740A;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    p {
        font-size: 100px;
        margin: 0;
        width: 100px;
        height: auto;
        padding-left: 700px;
    }

    .container {
        display: inline-flex;
    }

    .main0 {
        position: relative;
        width: 100%;
        height: auto;
        background-color: beige;

    }

    .main {
        width: 100%;
        position: absolute;
        margin-bottom: 300px
    }

    #main {
        width: 100%;
    }

    #img1 {
        position: absolute;
        width: 100%;


    }
    
     #img2 {
        position: absolute;
        width: 100%;
        top: 1300px
    }
    
    #img3 {
        position: absolute;
        width: 40%;
        top: 2650px;
        left: 600px;
        height: 1000px
    }
    
    #img4 {
        position: absolute;
        width: 100%;
        top: 3750px
    }
    
    .textbox{
        width: 100%;
        height:100;
        background-color: black;
        position: absolute;
        margin: auto

}
