@font-face { /* For later - here is a link <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap" rel="stylesheet"> */ 
    font-family: 'Open Sans Condensed', sans-serif;
    src: url(fonts/OpenSansCondensed-Bold.ttf);
}

a.externalweb:visited, a.externalweb:link {
    text-decoration: inherit;
    color: inherit;
    color: tomato;
}

a.externalweb {

    transition: all .4s;
   

}

a.externalweb:hover {

    color:teal;
    background-color: darkseagreen;
    border-radius: 2px;
}

body{

    background-color: rgb(27, 27, 27);
    /* height: 5000px; */
    position:static;
    margin-top: 85px;
    /* width: 100%; */

}

.writing {

    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: whitesmoke;
    margin-left: 7px;
    margin-right: 7px;

}

.headingstyle {

    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 28px;
    color: whitesmoke;
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: center;

}

div.titleimagebox {

    width: 1250px;
    display:block;
    margin-top: 0px;
    text-align: center;
}

img.titleimagepic {

    width:1250px;
    margin-top: 1em;
    border:solid 2px rgb(218, 218, 218);
    display: inline;
    margin-top: 15px;

}


.focus {

    border: solid 2px rgb(218, 218, 218);
    background-color:rgba(0, 0, 0, 0.90);
    margin-top: 17px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.fancy {

    color:cornflowerblue;

}


.bigoldlist {

    min-width: 450px;
    height: 860px;
    display:flex;
    flex-direction: column;

}

.bolpic {

    height: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


.bolwrapper {

    display:flex;
    flex-direction:row;
    justify-content: space-around;
    align-content: center;
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}

img.listpic {

    height: 175px;
}

.marginator {

    margin-left: auto;
    margin-right: auto;
}

li {

    margin-top: 5px;

}

ol {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.vidwrapper {

    display: flex;
    justify-content: center;
    margin: 20px;

}

.universalfoot {

    position: static;
    bottom:0px;
    width:100%;
    height:65px;
    background-color: rgba(255, 99, 71, 0.219);
    margin-top: 15px;
    display:inline-flex;
    justify-content: space-evenly;
    align-items: center;
    position:relative;
    /* flex-direction: column; */


}

.footwrapper {

    display:inherit;
    justify-content: inherit;
    align-items: inherit;
    /* flex-direction: column; */

}

.thumbsud {

    position:relative;
    top: 2px;
    left: 2px;
    float:left;
    margin: 7px;

}

.reccomendation {

    margin: 7px;

}

img.prapor {

    border:solid 2px rgb(218, 218, 218);
    height: 150px;
    margin: 10px;
    float: left;
    display:inline;

}



