/* dedevich.tech main CSS file */

h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: x-large;
    font-weight: bold;
    padding-left: 4ch;
}

h2{
    font-family: monospace;
    font-size: xx-large;
}
.tabs {
    position: relative;
    /* width: 100%; */
    height: calc( 100vh - 180px );
    background: #fff;
    overflow: visible;
    /* overflow-y: hidden; */
    padding-bottom: 100px;
    border: 1px solid #000;
    }

.tabs > section > a {
    position: relative;
    display: block;
    float: left;
    color: white;
    background-color: rgb(54, 97, 177);
    border-radius: 6px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 6px;
    font-family: monospace;
    font-size: small;
    margin: 6px;
    }
.tabs > section > main {
    position: absolute;
    top: 2.5em;
    left: -50000px;
    /* width: 100%; */
    background: #fff;
    border: 1px solid blue;
    }
.tabs > section:target > main {
    left: 0;
    }
.tabs > section:not(:target)#about > main {
    left: 0;
    }

main{
    height: 100vh;
    overflow-y: scroll;
    padding-left: 1ch;
    display: block;
}
p{
    font-family: monospace;
    font-size: larger;
}
.photoandhistory{
    display: block;
    position: static;
    overflow: hidden;
}
.photo{
    height: auto;
    width: 88vw;
    display: flex;
    margin: 6px;
}
.info{
    display: block;
    margin: 6px;
    overflow-y: scroll;
    overflow: visible;
    height: auto;
}

.buttonblock{
    display: grid;
    margin-top: 12px;
    margin-left: 2ch;
    margin-right: 2ch;
    margin-bottom: 12px;
    justify-items: center;
}

.button{
    font-family: monospace;
    font-size: small;
    font-weight: bold;
    margin: 6px 6px;
    width: 200px;
    height: 2ch;
    background-color: rgb(54, 97, 177);
    text-decoration: underline;
    color: #fff;
    border-radius: 6px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}
li, .textcommon{
    font-family: monospace;
    font-size: large;
}
.subheader{
    font-size: x-large;
    font-stretch: expanded;
}
h5{
    font-size: large;
    font-weight: 400;
    text-decoration: underline;
}
.photodiv{
    display: block;
}
