@font-face {
  font-family: "Virtue";
  src: local('src/virtue.ttf');
}

@font-face {
    font-family: "Monaco";
    font-style: normal;
    font-weight: normal;
    src: url('src/monaco.ttf') format('truetype');
  }

@font-face {
    font-family: "FragmentMono";
    font-style: normal;
    font-weight: normal;
    src: url('src/FragmentMono-Regular.ttf') format('truetype');
}  

@font-face {
font-family: 'Chicago Plain';
font-style: normal;
font-weight: normal;
src: local('Chicago Plain'), url('src/Chicago.woff') format('woff');
}




body{
    padding: 0;
    margin: 0;
    background-image: url('src/img/background.png')
}

.titlebar{ 
    background-color: white;
    border: solid 1px black;
    width: 100%;
    height: 20px;
    
}
.logo{
    float: left;
    background-image: url('src/img/keys2.png');
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1px;
    width: 16px;
    height: 16px;
}
.facebook{
    float: right;
    background-image: url('src/img/facebook.png');
    background-repeat: no-repeat;
    margin-left: 99%;
    width: 14px;
    height: 14px;
}
.twitter{
    float: right;
    background-image: url('src/img/twitter.png');
    background-repeat: no-repeat;
    margin-left: 99%;
    width: 14px;
    height: 14px;
}
.linkedin{
    float: right;
    background-image: url('src/img/linkedin5.png');
    background-repeat: no-repeat;
    margin-left: 99%;
    width: 16px;
    height: 16px;
}
.instagram{
    float: right;
    background-image: url('src/img/instagram5.png');
    background-repeat: no-repeat;
    margin-left: 99%;
    width: 16px;
    height: 16px;
}
h2 {
    font-family: 'Monaco', 'FragmentMono';
    font-weight:normal;
    font-size: 15px;
}
.titlebar a {
    float: left;
    font-family: 'Chicago Plain';
    font-weight: normal;
    font-size:80%;
    color: black;
    text-decoration: none;
    margin-right: 7px;
    margin-top: 2px;
}
.headerlinks{
    float: left;
    margin-left: 2%;
}
.dropdowntext{
    float: left;
    height: 21px;
    font-family: 'Chicago Plain';
    font-weight: normal;
    color: black;
    font-size:80%;
    display: inline-block;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    outline: none;
    margin-top: 0px;
    margin-right: 0px;
}

.dropdown{
    float: left;
}

.dropdowncontent{
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    margin-top: 20px;
    border: 1px outset black;
}

.dropdowncontent a{
    float: none;
    color: black;
    padding: 0px 2px;
    text-decoration: none;
    display: block;
}

.dropdowncontent a:hover {
    background-color: black;
    color: white;
}

.dropdown:hover .dropdowncontent{
    display: block;
}

.dropdown:hover .dropdowntext{
    background-color: black;
    color: white;
}

.container{
    text-align: center;
}

.divider {
    height: 7%;
}

.windowtitle {
    text-align: center;
    background-color: blue;
    height: 17px;
    width: 80%;
    margin: auto;
    border: 1px outset black;
    background: url(src/img/windowborderleft.png), url(src/img/windowborderright.png), 
    url(src/img/windowbordercenter.png), #fff;
    background-position: 0 bottom, 99.95% bottom, 50% bottom;
    background-repeat: no-repeat;
    bottom: 0;
}
.windowtitlename{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #efefef;
    font-family: 'Chicago Plain';
    font-weight: normal;
    color: black;
    font-size:12px;
}
.contentarea {
    width: 80%;
    height: 74%;
    margin: auto;
    background-color: white;
    border: 1px outset black;
    margin-bottom: 80px;
    
}
.currentTime {
    float: right;
    padding-right: 10px;
    padding-top: 3px;
    font-family: 'Chicago Plain';
    font-weight: normal;
    color: black;
    font-size:12px;
}

.socialshare[name="desktop"] {
    float: right;
    margin-right: 0%;
}
.socialshare[name="mobile"] {
    display: none;
}

.bottompanel {
    position: fixed;
    bottom: 0px;
    height: 24px;
    width: 100%;
    background: url(src/img/bottompanel.png);
    background-repeat: no-repeat;
}
.textbox {
    margin: 30px;
}
.p {
    font-family: 'Monaco', 'FragmentMono';
    font-weight: normal;
    font-size:80%;
    color: black;
}
.button-container span {
    font-family: 'Monaco', 'FragmentMono';
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 800px) {
    .titlebar {
        height: 90px;
    }
    .titlebar a {
        font-size: 33px;
        margin-right: 23px;
    }
    .dropdowntext {
        font-size: 30px;
        padding-top: 3px;
    }
    .currentTime {
        display: none;
    }
    .headerlinks{
        margin-top: 20px;
        float: none;
        display: flex;
        justify-content: center; 
        flex-wrap: wrap; 
    }
    .facebook {
        margin-top: 10px;
        background-size: 100%;
        width: 80px;
        height: 80px;
    }
    .twitter {
        margin-top: 10px;
        background-size: 100%;
        width: 80px;
        height: 80px;
    }
    .linkedin {
        background-image: url('src/img/linkedin_mobile.png');
        background-size: 100%;
        margin-top: 5px;
        width: 80px;
        height: 80px;
    }
    .instagram {
        background-image: url('src/img/instagram_mobile.png');
        background-size: 100%;
        margin-top: 5px;
        width: 80px;
        height: 80px;
    }
    .socialshare[name="desktop"] {
        display:none;
    }
    .socialshare[name="mobile"] {
        float: left;
        position: fixed; 
        bottom: 20px; 
        left: 50%; 
        transform: translateX(-50%); 
        display: flex; 
        gap: 20px; 
    }
    .logo {
        display: none;
    }
    .bottompanel {
        height: 60px;
        width: 100%;
        background-size: 55%
    }
    .windowtitle {
        height: 50px;
        background-size: 40%;
    }
    .windowtitlename {
        font-size: 30px;
        padding-top: 10px;
    }
}