/* ----------------------  LOAD FONTS FROM SERVER ------------------------------ */

@font-face {
 font-family: "GrotzecCond-Demibold";
  src: url(https://mediainnovation.camd.northeastern.edu/2021/loveinthetimeofcovid/fonts/GrotzecCond-Demibold3.woff2);
}  

@font-face {
 font-family: "GrotzecCond-DemiboldItalic";
  src: url(https://mediainnovation.camd.northeastern.edu/2021/loveinthetimeofcovid/fonts/GrotzecCond-DemiboldItalic.woff2);
}  

@font-face {
 font-family: "LeJeunePoster-Regular";
  src: url(https://mediainnovation.camd.northeastern.edu/2021/loveinthetimeofcovid/fonts/LeJeunePoster-Regular.otf);
} 

@font-face {
 font-family: "LeJeunePoster-RegularItalic";
  src: url(https://mediainnovation.camd.northeastern.edu/2021/loveinthetimeofcovid/fonts/LeJeunePoster-RegularItalic.otf);
}

/* ----------------------  BASIC CSS FOR MY STORY ------------------------------ */

* {
    box-sizing: border-box;
    
}

h3.subhead {
    font-family: "GrotzecCond-Demibold","Impact",sans-serif;
    font-size: 1.7em;
}

span.dropcap {
    font-size: 400%;
    line-height: 113%;
    margin-right: 10px;
    float: left;
}

@media only screen and (max-width:500px){
div.widerphoto {
    width:100%;
    margin: 0 auto;
    }
}

@media only screen and (min-width:501px){
div.widerphoto {
    width:55%;
    margin: 0 auto;
    }
}


div.sidebar {
    background-color: #ededed;
    padding: 30px;
    margin: 30px 0;
    
}

a:link {
    color: red;
    text-decoration: none;
}

a:visited {
    color: red;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
    border-bottom: 1px solid red;
    padding-bottom: 3px;
}

.slider-caption {
        font-family: "Arial", sans-serif;
    color: #666;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.6em;
    padding: 10px 0;
    border-bottom: 1px solid #666;
}
