/*ARCHIVE BOX */

.archive-box-mobile {
    width: 100vw;
    height: 50px;
    position: fixed;
    bottom: 0;
    background-color: #626A76;
    display: flex;
    justify-content: center;
    z-index: 2;
    display: none;
    transition: all 0.7s;
    box-shadow: 0px -1px 10px rgba(0,0,0,0.05);
}

.archive-box-mobile:hover {
    cursor: pointer;
}

.archive-box-expand-mobile {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #626A76;
    pointer-events: none;
}

.archive-box-expand-mobile #day-mobile {
    opacity: 0;
}

#day-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-52%);
    -o-transform: translateY(-50%) translateX(-52%);   
    -ms-transform: translateY(-50%) translateX(-52%);
    -moz-transform: translateY(-50%) translateX(-52%);
    -webkit-transform: translateY(-50%) translateX(-52%);
    font-family: font_light;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s transform;
}

#day-mobile:hover {
    transform: translateY(-45%) translateX(-52%);
    -o-transform: translateY(-45%) translateX(-52%);   
    -ms-transform: translateY(-45%) translateX(-52%);
    -moz-transform: translateY(-45%) translateX(-52%);
    -webkit-transform: translateY(-45%) translateX(-52%);
}

@media screen and (min-width: 1691px) { 

    /*HEADER*/ 

    #header {
        height: 160px;
    }

    #header-shadow {
        height: 150px;
    }

    #logo {
        margin-top: 30px;
    }

    #logo img {
        width: 280px;
    }

    #share {
        width: 62px;
    }

    #share svg {
        width: 27px;
        height: 27px;
    }

    .share-tooltip {
        font-size: 10px;
    }

    #about {
        right: 188px;
        font-size: 15px;
    }

    #language {
        right: 110px;
        font-size: 15px;
    }

    .container {
    	margin-top: 230px;
    }

    .footer {
        width: 390px;
    }

    .footer img {
        height: 42px;
        margin: 18px;
    }

    .footer-design {
        font-size: 10px;
        margin-top: 26px;
    }

    .design-bold {
        font-size: 11px;
        line-height: 14px;
    }

}


@media screen and (max-width: 1160px) {	
	.three-col {
    	display: none;
	}

	.two-col {
	    display: flex;
	}

	.one-col {
	    display: none;
	}
}


@media screen and (max-width: 770px) {	

	/*HEADER*/

    #header {
        width: 100vw;
        height: 100px;
    }

    #header-shadow {
        width: 100vw;
        height: 90px;
    }

    #logo img {
        width: 150px;
    }

    #share {
        left: 0;
        right: initial;
        width: 42px;
    }

    #share svg {
        width: 18px;
        height: 18px;
    }

    #about {
        right: 82px;
        font-size: 11px;
    }

    #language {
        right: 25px;
        font-size: 11px;
    }

	/*GO ARCHIVE*/

	.archive-box {
	    display: none;
	}

	.archive-box-mobile {
	    display: block;
	}

	/*CONTENT*/

	.container {
	    width: 100vw;
	    margin-top: 180px;
	    margin-bottom: 100px;
	    transform: translateX(0);
	    -o-transform: translateX(0);    
	    -ms-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -webkit-transform: translateX(0);
	}

	.three-col {
    	display: none;
	}

	.two-col {
	    display: none;
	}

	.one-col {
	    display: flex;
	}

	.footer {
        transform: translateX(0px);
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 430px) {

	#header {
        height: 80px;
    }

    #header-shadow {
        height: 70px;
    }

    #logo {
        margin-top: 15px;
    }

    #logo img {
        width: 130px;
    }

    #share {
        margin: 15px;
        margin-top: 15px;
        width: 18px;
        flex-direction: column;
    }

    .share-tooltip {
        position: absolute;
        left: 22px;
        font-size: 8px;
        transform: translateY(-17px);
    }

    #about {
        top: 33px;
        right: 15px;
        font-size: 10px;
    }

    #language {
        top: 15px;
        right: 15px;
        font-size: 10px;
    }

	.box {
		width: 80vw;
		margin-left: 0px;
    	margin-right: 0px;
	}

	.col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.popup {
        width: 70px;
    }

    .footer {
        width: 290px;
    }

    .footer img {
        height: 28px;
        margin: 13px;
    }

    .footer-design {
        font-size: 7px;
        margin-top: 16px;
        margin-left: 7px;
        margin-right: 7px;
    }

    .design-bold {
        font-size: 8px;
        line-height: 12px;
    }
}
