/* Font Declarations */
@font-face{
    font-family: 'chronicleRoman';
    src: url("../links/ChronicleTextG1-Roman-Pro.otf");
}

@font-face{
    font-family: 'chronicleSemibold';
    src: url("../links/chronicledisplaysemibold.ttf");
}

@font-face{
    font-family: 'chronicleSemiboldItalic';
    src: url("../links/chronicledisplaysemiital.ttf");
}

@font-face{
    font-family: 'bentonCond';
    src: url("../links/BentonSansCond-Light.otf");
}

@font-face{
    font-family: 'bentonCondBold';
    src: url(../links/BentonSansCond-Bold.otf);
}

.far {
    color: blue;
}

header, .main-nav-mod {
    display: none !important; }
  
@media (min-width: 1260px) {
    #content {
        margin: 0px !important;
        max-width: none !important;
    }
}

#content {
    margin: 0px !important;
}

/* Universal Declarations */
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
  }

body{
    background-color: white;
    font-family: 'chronicleRoman';
}
/* Pathing fix: "https://dailyorange.com/wp-content/special/wp-content/special/theta-tau/images/TT_web%20splash.jpg" */
.backgroundImage{
    background-image: url(https://dailyorange.com/wp-content/special/wp-content/special/theta-tau/images/TT_web%20splash.jpg);
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Hero */

#upperportion{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.heroContent{
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.9);

}
.header,.headerdrop {
    color: #000;
}
.header{
    font-size: 7em;
}
.headerdrop{
    font-size: 2em;
}

.logo{
    position: absolute;
    padding: 15px;
    background-color: white;
    right: 0px;
    left: 0;
    right: 100;
    text-align: center;
}
.logo img{
    width: 50px;
}

.backgroundImage{
    position: relative;
}

/* Story Containers */
.container{
    width: 1200px;
    margin: 0 auto;
}

#stories{
    width: 100%;

}

.fullstoryContainer{
    background-color: rgba(255, 255, 255, 0.9)

}

.storyBox{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: 100vh;
}

/* Note */

h4{
    text-align: center;
    font-family: 'bentonCond';
    padding: 40px;
}

.message{
    width: 100%;
    color: white;
    background-color:rgba(78, 78, 78, 0.7);
}

/* Left Side */

    i:visited{
        color: black;
    }
    i:hover{
        color: grey;
    }
    

.leftLinks{
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-right: 20px;
    width: 250px;
    justify-content: flex-start;
    margin-top: -110px;
    border-right: 2px solid black;
}

/* Right Side */
.rightDetails{
    width: 950px;
    height: 400px;
    display:block;
    z-index:2;
    color:black;
    top:0px;
    right:0px;
    padding-left: 20px;
}

.storyContent{
    padding: 20px;
}

h1{
    font-size: 3em;
    font-family: 'chronicleSemiboldItalic';
    line-height: 1;
}

.miniHeader{
    text-transform: uppercase;
    font-family: 'chronicleSemibold';
    font-size: 2em;
    margin-bottom: 6px;
    color:#6D6E71;
}

h2{
    font-family: 'bentonCond';
    font-size: 1.0em;
    margin: 10px 0px 15px 0px;
    line-height: 1.1;
    text-transform: uppercase;
}

.author{
    font-family: 'bentonCondBold';
    text-transform: none;
}

.dropcap{
    margin-top:-24.5px;
}
.dropcapStory{
    display: flex;
}

h3{
    font-family: 'chronicleSemibold';
    font-size: 90px;
    margin: 0px;
    color: #6D6E71;
    margin-top: -20px;
    margin-right: 10px;
}
h5{
    margin-top: 10px;
    text-align: right;
}
h5 a{
    text-decoration: none;
    color:black;
    text-transform: uppercase;
    font-size: 16px;
}

h5 a:hover{
    color: #6D6E71;
}
p.indent{
    text-indent: 20px;
}

.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    column-fill: balance;
    column-rule-width: 15px;
    
    font-size: 1em;
    text-align: justify;
}

.newspaperspecial{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    column-fill: balance;
    column-rule-width: 15px;
    
    font-size: 1em;
    text-align: justify;
}

.leftLinks a{
    font-family: 'chronicleRoman';
    color: black;
    text-decoration: none;
    padding: 3px 0px;
}

.leftLinks a:hover{
    text-transform: uppercase;
    font-weight: 900;
}

/* Credits */
.credits{
    width: 100%;
    display: flex;
    justify-content: center;
}

.credits img{
    padding: 25px;
}

/* Highlight Code */

.highlight1.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight2.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight3.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight4.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight5.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight6.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight7.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight8.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight9.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}

.highlight10.show{
    text-transform: uppercase;
    background-color: rgba(78, 78, 78, 0.1);
    font-weight: 900;
}
.popoutnav{
    display: none;
    visibility: hidden;
}
.titleShow{
    display: none;
}

p a{
    color: black;
}
p a:visited{
    color: black;
}

/* Letter from the Editor */

.letterFromEditor{
    text-align: left;
    margin-top: -55px;
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 950px) {
    .rightDetails{
        width: 90%;
    }
    .newspaper{
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
    .rightDetails{
        margin-right: 25px;
    }
    .miniHeader{
        font-size: 1.5em;
    }
    h1{
        font-size: 2em;
    }
    h2{
        font-size: 1em;
    }
    .header{
        font-size: 70px;
    }
    .headerdrop{
        font-size: 20px;
    }
    .heroContent{
        padding: 30px 40px;
    }



}

@media only screen and (max-width: 600px) {
    .storyBox{
        flex-direction: column;
    }
    .rightDetails{
        display: none;
    }
    .leftLinks{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        border: none;
        font-size: 20px;
        margin-top: 0px;
        
    }
    .popoutnav{
        display: block;
    }

    .storyBox{
        flex-direction: column;
    }
    .miniHeader{
        font-size: 1.2em;
    }
    h1{
        font-size: 1.8em;
    }
    h2{
        font-size: .8em;
    }

    .dropcap{
        font-size: 2.5em;
        margin-top: -9px;
        margin-right: 5px;
    }

    .newspaper{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    }

    .popoutnav{
        background-color:white;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transition: all 1s;
    }
        
    .popoutnav.active{
        opacity: 1;
        right: 0;
        visibility: visible;
    }
    .rightDetailsresponsive{
        margin-top: 40px;
        width: 95%;
    }

    i{
        font-size: 2.3em;
        margin-bottom: 10px;
        margin-top: -45px;
        position: absolute;
        margin-right: 25px;
        color: black;
    }
    

.highlight1.show{
    text-transform: none;
    font-weight: 900;
}

.highlight2.show{
    text-transform: none;
    font-weight: 900;
}

.highlight3.show{
    text-transform: none;
    font-weight: 900;
}

.highlight4.show{
    text-transform: none;
    font-weight: 900;
}

.highlight5.show{
    text-transform: none;
    font-weight: 900;
}

.highlight6.show{
    text-transform: none;
    font-weight: 900;
}

.highlight7.show{
    text-transform: none;
    font-weight: 900;
}

.highlight8.show{
    text-transform: none;
    font-weight: 900;
}

.highlight9.show{
    text-transform: none;
    font-weight: 900;
}

.highlight10.show{
    text-transform: none;
    font-weight: 900;
}
.titleShow{
    display: block;
    font-size: 30px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    font-weight: 900;
    border-bottom: 2px solid black;
}
i{
    font-size: 2.3em;
    margin-bottom: 10px;
    position: absolute;
    margin-right: 25px;
    color: black;
}
.dropDown{
    margin-top: -10px;
}

}

    
@media only screen and (max-width: 474px) {
    .header{
        font-size: 50px;
    }
    .headerdrop{
        font-size: 20px;
    }
    .heroContent{
        padding: 40px 40px;
    }
    i{
        font-size: 2.3em;
        margin-bottom: 10px;
        position: absolute;
        margin-right: 25px;
        color: black;
    }
    .dropDown{
        margin-top: 0px;
    }
    p{
        letter-spacing: .2px;
    }
    .author{
        margin-bottom: 20px;
    }
    .logo{
        text-align: center;
        left: 0;
        right: 100;
    }
    .highlight1.show{
        text-transform: uppercase;
        background-color: transparent;
        font-weight: 900;
    }
}

@media only screen and (max-width: 350px) {
    h1{
        font-size: 1.3em
    }
    p{
        font-size: .8em;
    }
    .miniHeader{
        font-size: 1em;
    }
}
