* {
    padding: 0;
    box-sizing: border-box;
    font-family: "'Modern Vision', Arial Black', 'Candara', 'san-serif'";
}


/* -----------------------------------DIV CLASSES-------------------------------------- */

/* ---- MAIN PAGE ATR------ */ 

html, body {
    margin: 0;
    text-align:center; 
    background-image:(images/websiteBackground.png) ;
    background-size: 100% 100%; 
    background-position: center top; 
    background-attachment: fixed;
}


/*---- HEADER DIV ----*/

.headText01 {
    position: relative;
    float: left;
    display: block;
    width: auto;
    margin-top: 0%;
    margin-left: 28%;
    z-index: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.descriptiveText01 {
    position: relative;
    float:  left;
    display: block;
    width: auto; 
    margin-top: 85%;
    margin-left: 33%;
    z-index: 0;
    line-height: 2.0;
    background-color: rgba(0, 0, 0, 0.5);
}


/* ---- IMAGES ---- */

.selfImage {
    position: absolute;
    display: block;
    float: left;
    left: 24%;
    padding: 10%;
    margin-top: 12%;
    z-index: 0;
}

.profileAlign {
    border: 5px solid rgb(106, 135, 235);
    border-radius: 5px;
    margin-left: 16%;
    margin-right: 16%;
    width: 150%;
}

/*--- PAGE BAR ----*/
.pageBar {
    height: 100%;
    width: 20%;
    position: fixed;
    top: 0%;
    left: 0%;
}

.alignBar {
    position: fixed;
    left: 0%;
    width: 10%;
}

.logoAlign {
    position: absolute;
    display: block;
    width: 40%;
    height: 30%;
    top: 10%;
    left: 40%;
    z-index: 2;
}

.logo {
    position: fixed;
    left: 8%;
    top: 5%;
}

.artwork{
    position: fixed;
    left: 5%;
    top: 30%;
    z-index: 2;
}

.about{
    position: fixed;
    left: 2%;
    top: 50%;
    z-index: 2;
}

.contact{
    position: fixed;
    left: 2%;
    top: 70%;
    z-index: 2;
}

/*--- MEDIA QUERIES ----*/

[class*="col-"] {
  width: 100%;
}

@media only screen and (max-width: 400px){

    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and  (min-width: 401px){

    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

/* ----------------------------------TEXT CLASSES-------------------------------------- */

.textColor {
    color: rgb(220, 220, 220);
}

h1 {
    font-family: "'Playfair Display', 'Arial Black', 'Candara', 'san-serif'";
    color: rgb(220, 220, 220);
    font-size: 150%;
}

h2 {
    font-family: "'Modern Vision', 'Arial Black', 'Candara', 'san-serif'";
    color: rgb(220, 220, 220);
    font-size: 150%;
}

h3 {
    font-family: "'Modern Vision', 'Arial Black', 'Candara', 'san-serif'";
    color: rgb(220, 220, 220);
    font-size: 20px;
}

p {
    font-family: "'Modern Vision', 'Arial Black', 'Candara', san-serif";
    color: rgb(220, 220, 220);
    font-size: 180%;
}

/* --------------------------------ANCHOR ATTRIBUTES----------------------------------- */

a:link {
    color: rgb(135, 206, 235);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgb(170, 169, 173);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: rgb(106, 135, 235);
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: rgb(135, 206, 235);
    background-color: transparent;
    text-decoration: none;
}
