@viewport {
    width: device-width;
    zoom: 1.0 ;
}

.content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

#content {
    opacity: 1;
    transition: opacity 1s;
    background-color: black;
}

#content.fade {
    opacity: 0;
    transition: opacity 1s;
    background-color: black;
}

@media screen and (max-width:1350px) {
    .navbar {
        width: 90% !important;
    }

    .navbar .item {
        font-size: 10px !important;
    }

    .navbar .icon {
        font-size: 10px !important;
    }
    
    .navbar .spacer {
        width: 5px !important;
    }
    
    .navbar .picture {
        width: 20px !important;
        height: 20px !important;
    }

    .navbar .picture:hover {
        width: 30px !important;
        height: 30px !important;
        margin-top: -5px !important;
        margin-right: -5px !important;
    }

    .navbar .theme {
        width: 20px !important;
        height: 20px !important;
        margin-top: 0px !important;
        margin-right: 10px !important;
    }

    .main {
        width: 90% !important;
    }

    .main .title {
        margin-top: 30% !important;
        margin-bottom: 10% !important;
    }

    .main .clock {
        margin-top: 10% !important;
    }

    .main .time {
        display: inline !important;
        max-width: 0 !important;
    }

    .main .icon {
        display: inline !important;
        max-width: 0 !important;
    }
}

.navbar {
    width: 50%;
    margin: 0 auto;
    margin-top: 3%;
}

.navbar .item {
    font-size: 20px;
    text-decoration: none;
}

.navbar .icon {
    font-size: 20px;
    text-decoration: none;
}

.navbar .spacer {
    width: 50px;
    display: inline-block;
}

.navbar .picture {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    border-radius: 100%;
    user-zoom: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    transition: width 0.3s, height 0.3s, margin-top 0.3s, margin-right 0.3s;
}

.navbar .picture:hover {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-right: -10px;
    transition: width 0.3s, height 0.3s, margin-top 0.3s, margin-right 0.3s;
}

.navbar .theme {
    width: 40px;
    height: 40px;
    font-size: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    position: relative;
}

.html {
    width: auto;
    height: auto;
    margin: 0;
}

.main {
    width: 50%;
    height: auto;
    margin: 0 auto;
    margin-top: 3%;
    position: relative;
    display: block;
}

.main .title {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 20%;
    margin-left: 7%;
    margin-bottom: 3%;
    font-size: 60px;
}

.main .time {
    display: inline-block;
}

.main .clock {
    display: block;
    width: auto;
    height: auto;
    margin-top: 5%;
    margin-left: 7%;
    font-size: 20px;
}

.main .icon {
    display: inline-block;
    width: auto;
    height: auto;
}

.main .text {
    display: block;
    width: auto;
    height: auto;
    margin-left: 7%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.main .link-icons {
    display: block;
    width: auto;
    height: auto;
    margin-left: 7%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.main .link-spacer {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.main .link-text {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    text-decoration: none;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
}

.footer .text {
    font-size: 15px;
    text-align: center;
    position: relative;
    text-decoration: none;
}