/** Overordnet **/
/********************/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
}

a:link {
    color: #ccc;
    text-decoration: none;
}

body {
    position: fixed;
    width: 100vw;
    height: 90vh;
    background: #f0f0f0;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 35vh;
    background-position: 50% 27.5vh;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    text-align: center;
}

h1 {
    color: #ccc;
    text-align: left;
    padding: 20px 30px;

    font-size: 1.9em;
    font-weight: 500;

}

h2 {
    color: #ccc;
    line-height: 1.25;
    text-align: left;
    padding: 0 30px;

    font-size: 1.3em;
    font-weight: 500;
}

p {
    font-size: 0.75em;
    color: white;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    padding: 2px 3px 2px 3px;
    display: inline;
}


/** Filer **/
/********************/

#work,
#photo,
#photo-two {
    cursor: default;
    position: absolute;
    width: 64px;
    height: 64px;
    border: 2.5px solid rgba(255, 255, 255, 0);
}

#work:active,
#photo:active,
#photo-two:active {
    background: rgba(64, 64, 64, 0.35);
    border: 2.5px solid rgba(206, 206, 206, 0.5);
    border-radius: 5px;
}

#work:active p,
#photo:active p,
#photo-two:active p {
    background-color: #2764d9;
    text-shadow: none;
    border-radius: 5px;
}


/** Work **/
/***************************/

#work {
    z-index: 5;
    right: 31%;
    top: 20%;
}

#work img {
    width: 64px;
    -webkit-filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 1px 0.25px rgba(0, 0, 0, 0.2));
}


/** Photo **/
/***************************/

#photo img,
#photo-two img {
    height: 51px;
    margin-top: 4px;
    margin-bottom: 3px;
    border: 3px solid white;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

#photo {
    left: 5%;
    bottom: 15%;
}

#photo-two {
    right: 15%;
    bottom: 35%;
}


/** Modal-vindue **/
/***************************/

.finder {
    position: absolute;
    z-index: 10;
    left: calc(50% - 125px);
    top: calc(50% - 60px);
    width: 250px;
    height: 120px;
    border-radius: 12px;
    border: .5px solid rgba(206, 206, 206, 0.6);
    background: rgba(237, 237, 237, 0.95);
    box-shadow: 2px 2px 15px rgba(116, 116, 116, 0.25);
}

.finder h4 {
    font-weight: 600;
    color: #363636;
    width: 80%;
    line-height: 25px;
    margin: 25px auto;
}

.finder .ok {
    background: rgb(37, 96, 209);
    background: linear-gradient(0deg, rgba(37, 96, 209, 1) 0%, rgba(42, 106, 228, 1) 100%);

    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    margin: 15px;
    color: white;
}

.finder .ok:hover {
    cursor: pointer;
}

.dots {
    margin: 5px;
}

.dots .red,
.yellow,
.green {
    position: relative;
    float: left;
    margin: 7px 0px 5px 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dots .red {
    background: #ff6363;
    border: 0.5px solid #e24c4c;
}

.dots .yellow {
    background: #ffcf63;
    border: 0.5px solid #e6b74e;
}

.dots .green {
    background: #65dd7c;
    border: 0.5px solid #4fbe64;
}







/***** Foto ******/



.box {
    position: absolute;
    left: calc(50% - 155px);
    top: calc(50% - 220px + 3.5vh);
    z-index: 11;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(49, 49, 49, 0.08);
    display: block;
}


.box-two {
    position: absolute;
    left: calc(50% - 155px);
    top: calc(50% - 220px + 3vh);
    z-index: 12;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    border: 1px solid rgba(49, 49, 49, 0.08);
    display: block;
}

@media only screen and (max-width:700px) {
    .box {
        top: calc(50% - 220px - 3vh);
    }
    
    .box-two {
        top: calc(50% - 220px - 3vh);
    }
}



.box h3 {
    position: absolute;
    top: 8px;
    left: 40px;
    letter-spacing: 0.1px;
    font-size: 0.86em;
    color: #676767;
}

.box img {
    width: 300px;
    height: 400px;
    padding: 35px 5px 2px 5px;
    border-radius: 7px;
}

.close {
    position: absolute;
    padding: 16px;
    margin: 2px;
    background-image: url(images/close.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.close:hover {
    cursor: pointer;
}

.hide {
    display: none;
}


.box-two h3 {
    position: absolute;
    top: 8px;
    left: 40px;
    letter-spacing: 0.1px;
    font-size: 0.86em;
    color: #676767;
}

.box-two img {
    width: 300px;
    height: 400px;
    padding: 35px 5px 2px 5px;
    border-radius: 7px;
}

.close-two {
    position: absolute;
    padding: 16px;
    margin: 2px;
    background-image: url(images/close.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.close-two:hover {
    cursor: pointer;
}

.hide-two {
    display: none;
}
