@charset "UTF-8";
/* CSS Document */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #2C2D2E;
    /* position: relative; */
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    line-height: 17px;
}

a:link {
    color: #2C2D2E;
	text-decoration: none;
}
a:visited {
    color: #2C2D2E;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

strong {
    font-weight: bold;
}

.clear {
	clear: both;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

article, aside {
    display: block;
    clear: both;
}

/* ––––– Navigation ––––– */

* {
    box-sizing: border-box;
}
#home {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99;
}
.sorted img {
    width: 160px;
    height: auto;
	margin: 8px 0 0 0;
    text-align: center;
}
#enter {
    position: absolute;
    bottom: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99;
}
.button-holder {
    position: relative;
    width: 84px;
    margin: 0 auto;
}
.button {
    background-color: #FFF;
    color: #2C2D2E;
    border: none;
    font-size: 16px;
    text-align: center;
    padding: 8px 16px;
    border-radius: 5px;
    margin: 0;
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
}

/* ––––– Home Page video ––––– */

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

/* ----- Media Queries for 400px + Big iPhone ----- */

@media (min-width: 400px) {
    
    .sorted img {
        width: 172px;
        height: auto;
        margin: 10px 0 0 0;
        text-align: center;
    }
    
}

/* ----- Media Queries for 1024px + ----- */

@media (min-width: 1024px) {
    
    .sorted img {
        width: 210px;
        height: auto;
        margin: 18px;
        text-align: center;
    }
    #enter {
        bottom: 150px;
    }
    .button-holder {
        width: 120px;
    }
    .button {
        font-size: 16px;
    }


/* ----- Media Queries for 1200px + ----- */

@media (min-width: 1200px) {

    body, ul, li {
        font-size: 13px;
        line-height: 18px;
    }
    .sorted img {
        width: 300px;
        height: auto;
        margin: 24px;
        text-align: center;
    }
    #enter {
        bottom: 60px;
    }
    .button-holder {
        width: 140px;
    }
    .button {
        font-size: 17px;
        padding: 12px 24px;
    }
    a.button:hover {
        opacity: 0.95;
        -moz-opacity: 0.95;
        filter: alpha(opacity=95);
    }

}
    
/* ----- Media Queries for 1800px + ----- */

@media (min-width: 1800px) {
    
    .sorted img {
        width: 340px;
        height: auto;
        margin: 24px;
        text-align: center;
    }
    
}