@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

.art_box{
    flex: auto;
    flex-direction: column;
    
}

/* Title */

h1 {
    color: #505050;
    font-family: 'Libre Baskerville', serif;
    font-size: 45px;
    
    margin-left: calc(34vw - 180px);
    margin-right: calc(34vw - 180px);
    margin-top: 4vw;
    margin-bottom: 0;
}

/* Subtitle */
h2 {
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    
    font-weight: bold;
    
    margin-top: 4vw;
    margin-left: calc(34vw - 180px);
    margin-right: calc(34vw - 180px);
    margin-bottom: 2vw;
}

/* Body Text */
p {
    color: #303030;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    
    text-align: left;
    
    margin-left: calc(42vw - 270px);
    margin-right: calc(42vw - 270px);
    
    animation: load-article 700ms;
}

@keyframes load-article{
    0%{
        opacity: 0.5;
    }
    
    100%{
        opacity: 1;
    }
}

@keyframes fade-image{
    0%{
        opacity: 0;
    }
    
    10%{
        opacity: 0;
    }
    
    100%{
        opacity: 0.6;
    }
}

@keyframes fade-in{
    0%{
        opacity: 0;
    }
    
    100%{
        opacity: 1;
    }
}


b {font-weight: 1000;}

.by {
    color: #a0a0a0;
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    
    text-align: right;
    
    margin-top: 15px;
    margin-left: 17vw;
    margin-right: 17vw;
    margin-bottom: 5vh;
}

em {
    font-weight: bold;
    color: #565656;
}

small{
    font-size: 18px;
    color: #606060;
}

.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.colourimg{
    width: calc(15vw + 500px);
    height: match;
    
    margin-left: calc(42vw - 270px);
    margin-right: calc(42vw - 270px);
    
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
}

.colourimg:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}

.colourimg:active {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}


.caption{
    color: #909090;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    
    text-align: left;
    font-style: oblique;
    
    margin-top: 0;
    margin-left: calc(42vw - 270px);
    margin-right: calc(42vw - 270px);
}

.clicky{
    padding-left: 0.1vw;
    
    border-bottom: 3px dotted #909090;
}

.clicky:hover{
    background: #f0f0f0;
    
}

.clickytext{
    color: #ffffff;
    display: none;
    position: absolute;
    
    padding-left: 1vw;
    padding-right: 1vw;
    background: #404040;
    
    opacity: 1;
}

.clicky:hover .clickytext{
    display: block;
}

.graphic{
    width: calc(15vw + 500px);
    height: match;
    
    margin-left: calc(42vw - 270px);
    margin-right: calc(42vw - 270px);
}

.small-graphic{
    width: calc(10vw + 350px);
    height: match;
    
    margin-left: auto;
    margin-right: auto;
}

.film{
    font-style: italic;
    color: #505050;
    border-bottom: 3px solid #808080;
}

.filmlink{
    background: #e0e0e0;
    color: #404040;
    
    margin: 2vw;
    padding-left: 1vw;
    padding-right: 1vw;
    
}

.imgcen{
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    
    width: calc(150px + 8vw);
    height: match;
}

button{
    background-color: #e0e0e0;
    border: solid 3px #d0d0d0;
    color: #404040;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button:hover{
    opacity: 0.5;
}

em {
    font-style: normal;
    font-weight: 700;
}

film{
    font-style: italic;
    color: #505050;
    border-bottom: 3px solid #808080;
}

quote{
    font-style: italic;
    color: #6b6b6b;
    font-weight: 700;
}

ref{
    border-bottom: 3px dotted #909090;
}

ref:hover reference{
    display: block;
}

reference{
    display: none;
    position: absolute;
    padding: 5px;
    background: #e0e0e0;
    margin-top: 30px;
    width: calc(15vw + 500px);
}

small{
    font-size: 13px;
}

bibliography{
    font-size: 14px;
    line-height: 8px;
}

.border {
  position: relative;
  display: inline-block;
  padding: 30px;
  border: 5px solid #F54927;
  margin-bottom: 40px;
}

.border-label {
  position: absolute;
  top: -18px;
  left: 20px;
  background: white;
  padding: 0 8px;
  font-weight: bold;
  color: #F54927;
  font-size: 36px;
  font-family: 'Pupilla', sans-serif;
}

.title-italic {
  color: #F54927;
  font-style: italic;
}

.border-description {
  border-bottom: 5px solid #F54927;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

