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;
}

body {
    color: white;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: -5;
}

footer {
    background-color: white;
    color: black;
}

html {
    background-color: black;
    margin: 0;
    padding: 0;
}

nav {
    background-color: black;
    border-bottom: 1px solid;
    border-color: white;
    list-style: none;
    /*margin-bottom: 100px;*/
    padding: 10px 25px 10px 25px;
    display: block;
    line-height: 50px;
}

.book_text {
    font-size: 40px;
    font-weight: bold;
}

.clock_divider {
    border-color: white;
    width: 50%;
}

.emph_text {
    color: #9E0002;
}

.footer_logo {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img_container {
    float: left;
    width: 33%;
}

.info_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.info_icon {
    width: 300px;
    padding: 0px 50px 0px 100px;
}

.info_text {
    font-size: 32px;
    position: relative;
    z-index: 10;
    padding: 0px 100px 0px 50px;
}

.info_text a {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.info_text a:hover {
    color: #FFFBEB;
    text-decoration: underline;
}

.main_nav {
    display: flex;
    align-items: center;
}

.nav_social {
    display: flex;
    margin-left: auto;
}

.nav_social li {
    display: inline;
    line-height: 50px;
}

.nav_social li a {
    text-decoration: none;
}

.nav_social_img {
    height: 40px;
    margin: 0px 8px 0px 8px;
}

.pd_num {
    font-family: 'Space Mono', monospace;
}

.text_container {
    float: right;
    width: 66%;
}

#book_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
}

#book_image {
    float: right;
    margin-right: 20%;
    width: 66%;
}

#book_p1 {
    padding-bottom: 100px;
}

#book_p2 {
    padding-bottom: 100px;
}

#book_link_button {
    background-color: #FF3A3A;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 2px 0;
    border: solid 1px transparent;
    border-radius: 75px;
    padding: 1em 4em;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

#book_link_button:hover {
    background-color: white;
    color: #FF3A3A;
    border: solid 2px #FF3A3A;
}

#book_section {
    background-color: black;
    padding: 100px 50px 100px 50px;
}

#clock_icon {
    width: 75px;
    max-height: 75px;
    max-width: 75px;
}

#countdown {
    display: flex;
    justify-content: center;
    margin: 20px;
}

#footer_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#footer_flex div {
    width: 33%;
    padding: 25px;
    text-align: center;
}

#footer_text {
    width: 100%;
    font-size: 24px;
}

#form_exp {
    padding: 25px 100px 50px 100px;
}

#instagram_icon {
    filter: invert(100%);
}

#line_icon {
    width: 300px;
    padding-right: 50px;
}

#logo {
    width: 250px;
}

#mjff_exp {
    padding: 100px 100px 25px 100px;
}

#nav_logo {
    list-style: none;
}

#nav_logo_link {
    color: white;
    font-size: 40px;
    text-decoration: none;
}

#nav_logo_link:hover {
    text-decoration: underline;
}

#pd_cases {
    color: #FF3A3A;
    display: block;
    background-color: black;
    margin: 10px;
    padding: 10px;
    /*box-shadow: 5px 5px 1px 0px #0a1327;*/
    font-size: 100px;
}

#pd_clock {
    background-color: black;
    padding: 100px 50px 25px 50px;
    text-align: center;
}

#pd_clock h1 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 45px;
}

#pd_clock h1 span {
    font-weight: bold;
}

#pd_clock::after{
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    background: black;
    position: absolute;
    margin-left: -50px;
    z-index: -1;
    left: 50%;
    transform: rotate(45deg);
    right: auto;
}

#pd_facts {
    background-color: #FF3A3A;
    min-height: 500px;
    position: relative;
    margin-top: 30px;
    z-index: -5;
}

#people_icon {
    width: 300px;
    padding-right: 50px;
}

#pf_exp {
    padding: 25px 100px 50px 100px;
}

#ref_div {
    font-size: 20px;
    padding: 0px 0px 10px 0px;
}

#ref_div a {
    color: white;
}

#time_diff {
    background-color: black;
    color: #FF3A3A;
    margin: 10px 10px 20px 0px;
    /*box-shadow: 5px 5px 1px 0px #0a1327;*/
    font-size: 40px;
}

#time_diff_text {
    font-size: 30px;
    margin-top: 30px;
}