/* 
For grid
*/

@media only screen and (max-width: 800px) {
    .hide {
        display: none;
    }
}

.row {
    margin: auto; 
    display: table;
}

.poster-row {
    margin-top: 10px;
    max-width: 80vw !important;
}

.row-small {
    display: table;
    margin: auto; 
}

.section-head {
    /* width: 650px;  */
    width: min(650px, 65vw);
    margin-top: 20px;
}

.section {
    width: 650px; 
    width: min(650px, 80vw);
    margin-top: 50px;
    margin-bottom: 30px;
}

.rcolumn {
    float: right;
    width: 310px; 
    max-width: 80vw;
    margin: 0 25px;
}

.rcolumn-tiny {
    float: right;
    width: 45px; 
    max-width: 100vw;
    padding-top: 10px;
    /* margin: 0 25px; */
}

.rcolumn-small {
    float: right;
    width: min(605px, 80vw);
    max-width: 80vw;
    /* margin: 0 25px; */
}

.rcolumn-wide {
    float: right;
    width: min(650px, 80vw);
    margin: 0 25px;
    max-width: 80vw;
}

.rcol {
    float: right;
}

.column {
    float: left;
    width: 310px; 
    max-width: 80vw;
    margin: 0 25px;
}

.column-tiny {
    float: left;
    width: 45px; 
    max-width: 100vw;
    padding-top: 10px;
    /* margin: 0 25px; */
}

.column-small {
    float: left;
    width: min(605px, 80vw);
    max-width: 80vw;
    /* margin: 0 25px; */
}

.column-wide {
    float: left;
    width: min(650px, 80vw);
    margin: 0 25px;
    max-width: 80vw;
}

.col {
    float: left;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.line {
    border-bottom: 2px solid #000; 
    line-height: 0.1em;
}

.over-line {
    background: #fff; 
}

.left .over-line {
    padding-right: 20px;
}

.right .over-line {
    padding-left: 20px;
}

.center .over-line {
    padding-left: 20px;
    padding-right: 20px;
}

/* 
For localization buttons
*/

.local-img {
    border: 1px solid black; 
    border-style: solid;
    margin-bottom: 2px;
    margin-top: 2px;
}

.local-img-set {
    border: 3px solid black;
    border-style: double;
}

/*
For texts
*/

h1 {
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: 'slab';
    src: url('RobotoSlab-Medium.ttf');
}

h3 {
    font-size: 24px;
    font-family: slab;
    margin-bottom: 7px;
}

/* .highlight {
    -webkit-color: #366301;
    -moz-color: #366301;
    -o-color: #366301;
    -ms-color: #366301;
    color: #366301;
    -webkit-background: #CDFEAA;
    -moz-background: #CDFEAA;
    -o-background: #CDFEAA;
    -ms-background: #CDFEAA;
    background: #CDFEAA;
    white-space: nowrap;
} */

p, a, u {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.word-break {
    word-break: break-all; 
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* 
For links
*/

a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 200 !important;
    word-break: break-word;
    /* word-break: break-all; */
}

/* a:link {
    -webkit-color: #366301;
    -moz-color: #366301;
    -o-color: #366301;
    -ms-color: #366301;
    color: #366301;
}
  
a:visited {
    -webkit-color: #437A16;
    -moz-color: #437A16;
    -o-color: #437A16;
    -ms-color: #437A16;
    color: #437A16;
} */
  
a:focus {
    border-bottom: 2px solid;
}
  
a:hover {
    -webkit-border-bottom: 2px solid;
    -moz-border-bottom: 2px solid;
    -o-border-bottom: 2px solid;
    -ms-border-bottom: 2px solid;
    border-bottom: 2px solid;
}
  
/* a:active {
    -webkit-color: #8DAE4A;
    -moz-color: #8DAE4A;
    -o-color: #8DAE4A;
    -ms-color: #8DAE4A;
    color: #8DAE4A;
} */

a {
    /* -webkit-color: #74d259;
    -moz-color: #74d259;
    -o-color: #74d259;
    -ms-color: #74d259; */
    /* color: #15aa46; */
    color: #7d15aa;
}

/* 
For images
*/

.logo {
    width: 50px; 
    height: 50px; 
    object-fit: contain; 
    margin-right: 25px; 
    margin-top: 10px;
}


.logo-small {
    width: 35px; 
    height: 35px; 
    object-fit: contain; 
    margin-top: 10px;
}

.rlogo {
    width: 50px; 
    height: 50px; 
    object-fit: contain; 
    margin-left: 25px; 
    margin-top: 10px;
}

.logo-left {
    width: 40px; 
    height: 40px; 
    object-fit: contain; 
    /* margin-right: 15px;  */
    margin-top: 10px;
}

.logo-right {
    width: 40px; 
    height: 40px; 
    object-fit: contain; 
    margin-right: 15px; 
    margin-top: 30px;
    margin-left: -20px;
}

.logo-rright {
    width: 40px; 
    height: 40px; 
    object-fit: contain; 
    /* margin-right: 15px;  */
    margin-top: 30px;
}

.logo-rleft {
    width: 40px; 
    height: 40px; 
    object-fit: contain; 
    margin-right: -15px; 
    margin-top: 10px;
    margin-left: 15px;
}

.photo {
    border: 1px solid #111; 
    padding: 5px;
    margin-top: 15px;
    z-index: -1;
    object-fit: cover;
    height: 342px;
}

.year {
    font-size: 18px; 
    text-decoration: underline;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}