* {
    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;
    direction: block;
    text-align: center;
    margin-top: 2%;
    left: 30%;
    width: auto;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.descriptiveText01 {
    float: left;
    display: block;
    position: relative;
    margin-top: 40%;
    margin-left: 30%;
    z-index: -1;
    line-height: 2.0;
    background-color: rgba(0, 0, 0, 0.5);
}
/*--------- ARTWORK ---------*/

.imgBorderThumbnail {
    border: 5px solid rgb(106, 135, 235);
    border-radius: 5px;
}

.thumbnail01{
    position: relative;
    display: block;
    float: left;
    margin-top: 10%;
}

.thumbnailLink01 {
    position: absolute;
    width: 25%;
    left: 28%;
}

.thumbnail02{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: -3%;
}

.thumbnailLink02 {
    position: absolute;
    width: 24%;
    left: 65%;
}

.thumbnail03{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 40%;
}

.thumbnailLink03 {
    position: absolute;
    width: 20%;
    left: 30%;
}

.thumbnail04{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 0%;
}

.thumbnailLink04 {
    position: absolute;
    width: 20%;
    left: 68%;
}

.thumbnail05{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 50%;
}

.thumbnailLink05 {
    position: absolute;
    width: 25%;
    left: 28%;
}

.thumbnail06{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10%;
}

.thumbnailLink06 {
    position: absolute;
    width: 20%;
    left: 67%;
}

.thumbnail07{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20%;
}

.thumbnailLink07 {
    position: absolute;
    width: 20%;
    left: 30%;
}

.thumbnail08{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 40%;
}

.thumbnailLink08 {
    position: absolute;
    width: 20%;
    left: 32%;
}

.thumbnail09{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 0%;
}

.thumbnailLink09 {
    position: absolute;
    width: 20%;
    left: 64%;
}

.thumbnail10{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 50%;
}

.thumbnailLink10 {
    position: absolute;
    width: 20%;
    left: 32%;
}

.thumbnail11{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 0%;
}

.thumbnailLink11 {
    position: absolute;
    width: 20%;
    left: 63%;
}

.thumbnail12{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20%;
}

.thumbnailLink12 {
    position: absolute;
    width: 20%;
    left: 32%;
}

/*--- PAGE BAR ----*/
.pageBar {
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
}

.alignBar {
    position: fixed;
    left: 0%;
    width: 15%;
}

.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: 500px) and (min-width: 100px){

    /* 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: 100px){

    /* 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: 250%;
}

h2 {
    font-family: "'Modern Vision', 'Arial Black', 'Candara', 'san-serif'";
    color: rgb(220, 220, 220);
    font-size: 100%;
}

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: 150%;
}

/* --------------------------------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;
}
