/* 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 */
::-webkit-scrollbar {
  display: none;
}
/*
 * Font information
 * Family: Sometimes Times
 * Style: Regular
 * Designer: Samuel Hughes
 * Font URL: https://boulevardlab.com/
 */
@font-face {
  font-family: ST;
  src: url(ST.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
    font-size: 1em;
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
body {
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
nav {
    padding: 2.5vw;
    z-index: 100000;
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
nav:hover {
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
nav a {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #3333FF;
    position: fixed;
    letter-spacing: 1px;
    cursor: url(../IMG/CURSOR/p.svg) 10 2, pointer;
}
main {
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
main:first-child a{
    font-weight: bold; 
    letter-spacing: 1px;
    font-family: helvetica, arial, sans-serif;
    font-size: .5em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: .1;
}
nav a#home:hover {
    color: #FF3300;
}
a#home {
    width: 15vw;
    left: 42.5vw;
}
nav a#about:hover {
    color: #FF3300;
}
#about {
    right: 5vw;
}
nav a#cop {
    width: 24vw;
    left: 38vw;
    bottom: 2.5vw;
    color: #3333FF;
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
nav a#cop:hover {
    color: #3333FF;
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
h1 {
    font-family: ST;
    font-size: 4em;
    padding: 5vw;
    text-transform: uppercase;
    letter-spacing: 10px;
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
h1#intro {
    font-weight: bold; 
    letter-spacing: 1px;
    font-family: helvetica, arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 0;
    line-height: 1.3;
    width: 60vw;
}
h1 a {
    text-decoration: none;
    color: black;
}
h1 a.link {
    cursor: url(../IMG/CURSOR/p.svg) 10 2, pointer;
}
.link:hover {
    color: #FF3300;
    cursor: url(../IMG/CURSOR/p.svg) 10 2, pointer;
}
#mobile {
    display: none;
}
main div img {
    width: 40vw;
    position: fixed;
    z-index: -10;
    top: 8vw;
    left: 30vw;
    opacity: .5;
}
.show {
    display: none;
}
article {
    top: 6vw;
    height: 78vh;
    position: fixed;
    overflow-y: scroll;
}
article a {
    font-weight: bold; 
    letter-spacing: 1px;
    font-family: helvetica, arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #3333FF;
    line-height: 1.3em;
}
article a:hover {
    color: #FF3300;
}
article h2 {
    font-family: ST;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 5vw;
    line-height: 1.1em;
}
article p {
    font-family: helvetica, arial, sans-serif;
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 1.2em;
}
article img {
    width: 100%;
    padding-bottom: 5vw;
}
article video {
    width: 100%;
    padding-bottom: 5vw;
}
article#menu a {
    cursor: url(../IMG/CURSOR/p.svg) 10 2, pointer;
}
#menu {
    left: 5vw;
    width: 15vw;
}
#photo {
    left: 25vw;
    width: 40vw;
    cursor: url(../IMG/CURSOR/s.svg) 11 32, default;
}
#text {
    right: 5vw;
    width: 25vw;
    cursor: url(../IMG/CURSOR/s.svg) 11 32, default;
}
nav a#date {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    color: #3333FF;
    letter-spacing: 1px;
    height: 2vh;
    left: 5vw;
    bottom: 2.5vw;
    color: #3333FF;
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
nav a#date:hover {
    color: #3333FF;
    cursor: url(../IMG/CURSOR/d.svg) 0 0, default;
}
@media only screen and (max-device-width: 1024px) { 
        nav a#home {
            width: 20vw;
            left: 40vw;
        }
        nav a#cop {
            width: 30vw;
            left: 35vw;
        }
}
@media only screen and (max-device-width: 768px) { 
        nav a#home {
            width: 22vw;
            left: 41vw;
        }
        nav a#cop {
            width: 30vw;
            left: 35vw;
        }
}
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {
    nav {
        padding: 5vw;
    }
    nav a#home {
        width: 44vw;
        left: 28vw;
    }
    h1{
        font-size: 2em;
        padding: 10vw;
        letter-spacing: -2px;
    }
    h1#intro {
        width: 80vw;
    }
    #mobile {
        display: block;
        padding-bottom: 20vw;
    }
    #web {
        display: none;
    }
    #menu {
        display: none;
    }
    #date {
        top: -5vw;
        left: -5vw;
        height: auto;
        width: auto;
        position: fixed;
        overflow-y: scroll;
    }
    #photo {
        top: 0;
        left: 0;
        width: 80vw;
        padding-bottom: 5vw;
        padding-top: 0;
    }
    #text {
        top: 0;
        right: 0;
        width: 80vw;
        padding-top: 10vw;
    }
    article {
        height: auto;
        position: inherit;
        display: block;
        width: 100vw;
        padding-top: 10vw;
        padding-left: 10vw;
        padding-right: 10vw;
    }
    article img {
        padding-bottom: 10vw;
    }
    article h2 {
        padding-bottom: 10vw;
    }
    nav a#cop {
        width: 90vw;
        left: 5vw;
        bottom: 5vw;
    }
    article p {
        display: none;
    }
}