@media screen and (min-width:601px) {
    
    body {
        background-color: black;
        }
       h1 {
        color: cyan;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Rubik Dirt', cursive;
        }
   
    h2 {
        color: cyan;
        font-family: 'Rubik Dirt', cursive;
        opacity: 90%;
        }
    h3 {
        color: cyan;
        font-family: 'Rubik Dirt', cursive;
        opacity: 90%;
        background-color: mediumpurple;
    }
    h4 { 
        color: deeppink;
        font-family: sans-serif;
       
        }
    p {
        color: deeppink;
        font-family: sans-serif;
        font-size: 12pt;
        }
    
    .div {
        background-color: mediumpurple;
        width: 140px; 
        height: 100%;
        z-index: 50;
        position: absolute;
        margin: 0px;
        }
    
    .textfield {
        width: 120px;
        margin-left: 10%;
        color: black;
        font-family: 'Rubik Dirt', cursive;
        
        }
    a:hover {
        background-color: cyan;
        opacity: 50%;
        color:  chartreuse;
        font-family: 'Rubik Dirt', cursive;
        }
    
    .divmaincontent {
        height: 100%;
        z-index: 2;
        position: relative;
        margin-left: 170px;
        margin-right: 20px;
        }    
    a:visited {
        color: black;
    }
}

@media screen and (max-width:600px) {
    h1 {
        color: black;
        font-family: 'Caveat Brush', cursive;
        text-align: center;
        font-size: 48px;
    }
    h2 {
        color: darkslategray;
        font-family: 'Caveat Brush', cursive;
        text-align: center;
        font-size: 24pt;
    }
    h3 {
        color: darkslategray;
        font-family: 'Caveat Brush', cursive;
        text-align: center;
        font-size: 24pt; 
    }
    h4 { 
        color: darkslategray;
        font-family: serif;
        text-align: center;
        font-size: 14pt;
       
        }
    .div {
        background-color: lightgray;
        font-family: serif;
        width: 100%;
        height: 60px;
        margin: 0px;
    }
    p {
        color: black;
        font-family: serif;
        font-size: 18pt;
        }
    
    
    .textfield {
        width: 100%;
        text-align: center;
        color: black;
        font-family: 'Caveat Brush', cursive;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14pt;
        
        }
    a:hover {
        background-color: darkslategray;
        opacity: 80%;
        font-family: 'Caveat Brush', cursive;
        color: white;
        }
    
    .divmaincontent {
        height: 100%;
        z-index: 2;
        position: relative;
        margin: 5%;
        width: 90%;
        }    
    a:visited {
        color: black;
    }
}
    

    /*

    #container {
        height: 100%;
        width: 100%;
        background-color: black;
        margin:0 auto;
        position: relative;
    }

    #projecttitle {
        height: 150px; 
        width: 100%;
        position:absolute;
    }

    h1  {
        font-family: 'Rubik Dirt', cursive;
        color: red;
    }

    #maincontent {
        height: 650px; 
        width: 87.5%;
        /*border: 2px red solid;
        position: absolute;
        top: 150px; 
        left: 150px;
        background-color: chartreuse;
    }
    #sidebar {
        height: 650px;
        width: 12.5%;
        /* border: 2px blue solid;
        top: 150px;
        position: absolute;
    }
h1 {
    color: chartreuse;
    font-family: sans-serif;
    z-index: 10;
    margin-left: 0.6%;
}
h2 {
    color: black;
    font-family: sans-serif;
    margin: 2%;
}
h4 { 
    font-family: sans-serif;
    margin-left: 0.5%%
}
p {
    font-family: sans-serif;
    margin-left: 2%;
    color:  darkgreen;
}
*/
/*        <h1 style="color: beige; font-family: sans-serif; z-index: 10; margin-left: 0.6%;"> WebArt Process Book </h1>  
*/