* {
    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;
    margin-top: 2%;
    left: 35%;
    width: auto;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}



.introText01 {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    margin-top: 2%;
    width: 500px;
    left: 32%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


/*-----------SOCIAL MEDIA PAGE----------*/

.contactLinks {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    width: 400%;
}

.contactText {
    position: relative;
    float: left;
    direction: block;
    margin-top: 15%;
    left: -28%;
    width: auto;
    z-index: 0;
}


/* ---- IMAGES ---- */

.selfImage {
    position: absolute;
    float: left;
    margin-top: 25%;
    left: 66%;
    width: 18%;
    z-index: 0;
}

.profileAlign {
    border: 5px solid rgb(106, 135, 235);
    border-radius: 5px;
}

/*--- PAGE BAR ----*/

.pageBar {
    height: 100%;
    width:30%;
    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: 200%;
}

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: 200%;
}

/* --------------------------------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;
}
