/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

section, article, header, footer, nav, aside, group { display: block; }

/* end reset */

/* main */
/* use this section for styles that will stay the same across all screen sizes */ 

html, body {
    height: 100%; 
    min-height: 100%;   
}

#content {
    height: 100%; 
    min-height: 100%;   
}

/* force the image to stretch the size of the browser window */

#indexphoto {
    display: flex; 
    flex-shrink: 0; 
}

#content {
    padding-top: 0; 
    margin: 0;
    background-position: top left;
    background-repeat:no-repeat;
    /*Add the browser prefixed CSS first*/

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;

    /*Then add the CSS property:*/

    background-size: 100%;
    overflow: hidden;        
    }

h1 {
    color: #fff;
    background-color: transparent;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    word-spacing: 800px;
}

@media screen and (min-width: 320px) { /* mobile phone portrait view */

 #content {
    background-image: url('../images/hair.jpg');
    }
    
h1 {
    font-size:7.7em; 
    letter-spacing: -8px;
    -webkit-text-stroke-width:1.5px;
    -webkit-text-stroke-color: #fff;
    text-align: left;
    color:transparent;
    top:390px;
    padding-right: 3.5%;
    word-spacing: 10px;
    line-height:90px;
    font-weight: 500;
    }

span.subhead {
    font-size: .8em;
    letter-spacing: .5em;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    top: 590px;
    font-weight: 300;
    position: absolute;
    text-align:right;
    padding-left: 2%;
    line-height: 20px;
    word-spacing: 2px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    }
    
    
} /* end 320 query -- do not delete */


@media screen and (min-width: 768px) { /* tablet portrait view */
    
#content {
    background-image: url('../images/rihannon2.jpg');
    padding-top: 10%;
    }
    
h1 {
    letter-spacing: .05em; /* 8 / 16 */
    font-size: 11.5em; /* 24 / 16 */
    left: 10%; 
    color: transparent;
    -webkit-text-stroke-width:2px;
    -webkit-text-stroke-color: #000;
    position: absolute; 
    top: 550px;
    word-spacing: 2px;
        font-style:italic;

    }
    
span.subhead {
    font-size: 1em;
    color: #fff;
    top: 510px;
    -webkit-text-stroke-width:1.5px;
    -webkit-text-stroke-color: #000;
    }
    
} /* end 767 query -- do not delete */



@media screen and (min-width: 1280px) { /* Computer Landscape View */

    
#content {
    background-image: url('../images/rihannon.jpg');
    }  
    
h1 {
    font-size:12em; 
    line-height: 140px;
    letter-spacing: -18px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    color:transparent;
    top: 75px;
    position:absolute;
    padding-right: 95%;
    text-align:left;
    word-spacing: 800px;
    font-style:italic;
    }

span.subhead {
    font-size: .9em; /* this is relative to the h1 font-size */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    position: absolute;
    top:690px;
    word-spacing:14px;
    padding-left:45%;
    line-height: 40px;
    }
    
} /* end 1024 query -- do not delete */
    
    