﻿body {
    background-color: gray;
}

p {
    color: white;
    font-size: 30px;
}

h1 {
    color: black;
    font-size: 80px;
    text-align: center;
    background-color: skyblue;
}

#links {
    text-align: center;
    font-size: 20px;
    background-color: skyblue;
    border: 1pt solid black;
}

p.resumetitle {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
}

p.resumebody {
    font-size: 20px;
    color: black;
    margin-left: 3px;
}

.leftside {
    float: left;
    border: 1pt solid black;
    width: 320pt;
    background-color: skyblue;
}

#workexperience {
    border: 1pt solid black;
    width: 600pt;
    height: 965px;
    float: right;
    background-color: skyblue;
}

#Name {
    font-size: 40px;
    font-weight: bold;
    color: black;
    text-align: center;
}

#mail {
    position: absolute;
    top: 422px;
    left: 200px;
    height: 20px;
    width: 20px;
}

#phone {
    position: absolute;
    top: 442px;
    left: 148px;
    height: 20px;
    width: 20px;
}

#bradford {
    position: absolute;
    top: 330px;
    left: 460px;
    height: 20px;
    width: 20px;
}

#Tropical {
    position: absolute;
    top: 330px;
    left: 1095px;
    height: 20px;
    width: 20px;
}

#leftindexdiv {
    padding-left: 0.5%;
    width: 73.50%;
    height: 300px;
    border: 1pt solid black;
    float: left;
    font-size: 25px;
    background-color: skyblue;
}

#leftaboutdiv {
    padding-left: 0.5%;
    width: 73.50%;
    height: 300px;
    border: 1pt solid black;
    float: left;
    font-size: 25px;
    background-color: skyblue;
}

#rightindexdiv {
    width: 25.50%;
    height: 300px;
    border: 1pt solid black;
    float: left;
    text-align: center;
    background-color: skyblue;
}

#leftlabdiv {
    padding-left: 0.5%;
    width: 73.50%;
    height: 850px;
    border: 1pt solid black;
    float: left;
    font-size: 25px;
    background-color: skyblue;
}

#rightaboutdiv {
    width: 25.50%;
    height: 300px;
    border: 1pt solid black;
    float: left;
    text-align: center;
    background-color: skyblue;
}

#rightlabdiv {
    width: 25.50%;
    height: 850px;
    border: 1pt solid black;
    float: left;
    text-align: center;
    background-color: skyblue;
}

.footer {
    width: 99.8%;
    height: 25px;
    text-align: center;
    background-color: skyblue;
    border: 1pt solid black;
    clear: both;
}

#pencil {
    position: absolute;
    top: 80px;
    left: 1150px;
}

#temple {
    position: relative;
}

.aboutme {
    font-size: 22px;
}

#phillies {
    position: absolute;
    top: 225px;
    left: 1115px;
}

#eagles {
    position: absolute;
    top: 375px;
    left: 1030px;
}

#sixers {
    position: absolute;
    top: 225px;
    left: 960px;
}

#beaker {
    position: relative;
}

.lab {
    font-size: 18px;
    color: darkgreen;
}


@media screen and (max-width: 600px) {
    #leftindexdiv {
        width: 100%;
    }

    #rightindexdiv {
        width: 100%;
    }

    #pencil {
        position: absolute;
        top: 90px;
        left: 310px;
    }

    h1 {
        font-size: 50px;
    }

    #leftlabdiv {
        width: 100%;
        height: 600px;
    }

    #rightlabdiv {
        width: 100%;
        height: 300px;
    }

    #leftaboutdiv {
        width: 100%;
        height: 450px;
    }

    #rightaboutdiv {
        width: 100%;
        height: 160px;
    }

    #phillies {
        position: absolute;
        top: 610px;
        left: 15px;
    }

    #eagles {
        position: absolute;
        top: 610px;
        left: 175px;
    }

    #sixers {
        position: absolute;
        top: 610px;
        left: 320px;
    }

    #workexperience {
        width: 100%;
        height: 1100px;
    }

    .leftside {
        width: 100%;
    }

    #mail {
        top: 347px;
        left: 200px;
    }

    #phone {
        top: 372px;
        left: 148px;
    }

    #bradford {
        top: 1430px;
        left: 40px;
    }

    #Tropical {
        top: 1430px;
        left: 230px;
    }
}
