/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CUSTOM CODE */
.flowers {
    width: 20vw;
}
.names {
    padding: 0;
    color: red;
}
#link {
    padding: 0;
}
.landing {
    width: 50vh;
    margin: auto;
    padding-top: 15vh;
}
.gif {
    width: 26%;
    padding-right: 3%;
    padding-left: 3%;
}
.bold {
    font-size: 1rem;
    padding-left: 30px;
    line-height: 1.25em;
    text-transform: none;
}
.text img {
    width: 50%;
    padding: 50px;
}
.video {
    width: 80%;
    padding: 20px 10%
}
.background {
    background: rgb(236, 235, 233);
}
.wide {
    width: 45%;
    padding-left: 3%;
    padding-right: 0;
    padding-bottom: 3%;
    padding-top: 0;
}
.center {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3%;
}
.photo {
    height: 500px;
    width: auto;
    display: block;
    padding-left: 3%;
    padding-bottom: 3%;
}
.tall {
    width: 25%;
    padding-left: 3%;
    padding-right: 0;
    padding-bottom: 3%;
}
.fa {
    padding-bottom: 3%;
}
.SB {
    padding-bottom: 3%;
}
.link {
    padding-top: 0%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    color: red;
}
.homelink {
    padding-top: 0%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
}
.small {
    width: 21%;
    padding-left: 3%;
    padding-right: 0;
    padding-bottom: 3%;
    padding-top: 0;
}
html {
    font-size: 1em;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
body {
    cursor: url(../images/cursor.png) 0 0, pointer;
}
div#circle {
    position:absolute;
    transform:translate(0%, -100%);
    height:50px;
    width:50px;
    border-radius:50%;
    z-index: 1000;
    background: rgba(0,0,0,.02);
    backdrop-filter: url(commonfilters.svg#filter);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: url(commonfilters.svg#filter);
    -webkit-backdrop-filter: blur(10px);
}
main {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
@font-face{
    font-family: LF;
    src: url(LF.otf);
}
div {
    text-align: left;
    display: block;
    font-family: LF, serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: .5em;
    margin-top: 50px;
    margin-bottom: 20px;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
div.card {
    perspective: 500px;
    position: relative;
    text-align: center;
    width: 30%;
    display: inline-block;
    padding-right: 6%;
    padding-left: 6%;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
div.card:hover {
    color: red;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
div.indexcard {
    perspective: 500px;
    position: relative;
    text-align: center;
    width: 30%;
    display: inline-block;
    margin-right: 35%;
    margin-left: 35%;
    margin-top: 10%;
    margin-bottom: 0px;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
div.indexcard:hover {
    color: red;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
div.image {
    width: 100%;
    height: 100%;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
div.bold {
    padding-right: 50px;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
figcaption {
    text-align: center;
    font-family: garamond-premier-pro-display, serif;
    font-size: 1rem;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
figcaption:hover {
    color: red;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
img {
    width: 94%;
    padding: 3%;
    font-size: 0;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
a {
    display: inline-block;
    font-family: garamond-premier-pro-display, serif;
    font-size: 1rem;
    line-height: 1.25em;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 2%;
    color: black;
    text-decoration: none;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
a:hover {
    color: red;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
p {
    font-family: garamond-premier-pro-display, serif;
    font-size: 1rem;
    line-height: 1.25em;
    padding-top: 0px;
    padding-bottom: 3%;
    padding-left: 3%;
    width: 33%;   
    cursor: url(../images/cursor.png) 0 0, pointer;
}
article {
    width: 100%;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
::-webkit-scrollbar { 
    display: none; 
}
#landing {
    margin-left: 29vw;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
.home {
    padding-top: 12vh;
    height: 88vh;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
.me {
    height: 97vh;
    cursor: url(../images/cursor.png) 0 0, pointer;
}
@media only screen and (max-device-width: 450px) and (max-device-height: 900px) and (-webkit-device-pixel-ratio: 1) { 
    .text img {
        width: 70%;
        padding: 50px;
    }
    .wide {
        width: 100%;
        padding-left: 0;
    }
    .tall {
        width: 100%;
        padding-left: 0;
    }
    main {
        overflow-x: none;
        overflow-y: visible;
        white-space: normal;
    }
    div.card{
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%;
        width: 80%;
    }
    div {
        padding-right: 0px;
    }
    p {
        width: 75%;
    }
    #landing {
        margin-left: 0vw;
    }
    .home {
        padding-top: 0vh;
        height: auto;
    }    
    .me {
        height: auto;
    }
}
@media only screen and (max-device-width: 450px) and (max-device-height: 900px) and (-webkit-device-pixel-ratio: 2) { 
    .text img {
        width: 70%;
        padding: 50px;
    }
    .wide {
        width: 100%;
        padding-left: 0;
    }
    .tall {
        width: 100%;
        padding-left: 0;
    }
    main {
        overflow-x: none;
        overflow-y: visible;
        white-space: normal;
    }
    div.card{
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%;
        width: 80%;
    }
    div {
        padding-right: 0px;
    }
    p {
        width: 75%;
    }
    #landing {
        margin-left: 0vw;
    }
    .home {
        padding-top: 0vh;
        height: auto;
    }    
    .me {
        height: auto;
    }
}
@media only screen and (max-device-width: 450px) and (max-device-height: 900px) and (-webkit-device-pixel-ratio: 3) { 
    .text img {
        width: 70%;
        padding: 50px;
    }
    .wide {
        width: 100%;
        padding-left: 0;
    }
    .tall {
        width: 100%;
        padding-left: 0;
    }
    main {
        overflow-x: none;
        overflow-y: visible;
        white-space: normal;
    }
    div.card{
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%;
        width: 80%;
    }
    div {
        padding-right: 0px;
    }
    p {
        width: 75%;
    }
    #landing {
        margin-left: 0vw;
    }
    .home {
        padding-top: 0vh;
        height: auto;
    }    
    .me {
        height: auto;
    }
}
