html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #592d04;
}

a, button {
 color: #a18167;
 text-decoration: none;
 font: Roboto, Arial;
 font-size: 12px;
}

a:hover, button:hover {
    color: #ffe4be;
    text-decoration: underline;
    transform: scale(1.2);
    transition: 250ms;
}

.header {
    background-color: #592d04;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    position: fixed;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
}

.header-text-home,
.header-text-architecture,
.header-text-interior-design,
.header-text-contact {  
    
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: #592d04;
    color: #ffe4be; 
    
    font: Roboto, Arial;
    font-size: 0.75rem;
}

.image-contact {
    position: absolute;
    top: 30px;
}

.instagram {
    position: absolute;
    left: 28.9vw;
    top: calc(37.6vw + 30px);
    font-size: 1.2vw;
    z-index: 99;
}

.mail {
    position: absolute;
    left: 42vw;
    top: calc(37.6vw + 30px);
    font-size: 1.2vw;
    z-index: 99;
}

.behance {
    position: absolute;
    left: 67vw;
    top: calc(37.6vw + 30px);
    font-size: 1.2vw;
    z-index: 99;
}

.linkedin {
    position: absolute;
    left: 28.9vw;
    top: calc(40vw + 30px);
    font-size: 1.2vw;
    z-index: 99;
}

.cell {
    position: absolute;
    left: 42vw;
    top: calc(40vw + 30px);
    font-size: 1.5vw;
    z-index: 99;
}

.pinterest {
    position: absolute;
    left: 67vw;
    top: calc(40vw + 30px);
    font-size: 1.2vw;
    z-index: 99;
}

.instagram:hover, 
.mail:hover, 
.behance:hover, 
.linkedin:hover, 
.cell:hover, 
.location:hover {
    transform: scale(1.1);
}







/*
    .instagram {
    position: absolute;
    left: 28.9vw;
    top: 42vw;
    font-size: 1.2vw;
    z-index: 1000;
}

.mail {
    position: absolute;
    left: 42vw;
    top: 42vw;
    font-size: 1.2vw;
    z-index: 1000;
}

.behance {
    position: absolute;
    left: 67vw;
    top: 42vw;
    font-size: 1.2vw;
    z-index: 1000;
}

.pinterest {
    position: absolute;
    left: 28.9vw;
    top: 44.4vw;
    font-size: 1.2vw;
    z-index: 1000;
}

.cell {
    position: absolute;
    left: 42vw;
    top: 44.4vw;
    font-size: 1.5vw;
    z-index: 1000;
}

.linkedin {
    position: absolute;
    left: 67vw;
    top: calc(112vw*0.4);
    font-size: 1.2vw;
    z-index: 1000;
}
*/