body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', Helvetica, sans-serif;
    font-weight: 200;
    letter-spacing: 0.02em;
}

a{
    text-decoration: none;
    border-bottom: 1px dashed #a2a2a2;
    color: #5a5a5a;
    transition: all .3s;
}

a:hover{
    color: #000;
}

.wrapper{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.content{
    position: relative;
    width: 60%;
    max-width: 960px;
    padding: 5% 30px;
    margin: 0 auto;
}

/*
.logo{
    float: left;
    margin: 0 25px 0 0;
}
*/

.logo-box{
    margin: 30px 0;
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

.logo-box p{
    margin: -4px 0 0 0;
    font-size: 15px;
}

#name{
    margin: 0;
    font-weight: 500;
    color: #5a5a5a;
    font-size: 15px;
}


.box{
    /* width: 80%; */
    /* max-width: 800px; */
    display: block;
    padding: 20px 0;
    font-size: 36px;
    line-height: 1.5em;
    color: #404040;
}

.box:nth-child(1){
    line-height: 1.4em;
    font-weight: 300;
}

.box:nth-child(2){
    color: #7f7f7f;
    font-size: 26px;
    line-height: 1.5em;
}

.box:nth-child(3){
    color: #a2a2a2;
    font-size: 18px;
    line-height: 1.5em;
}

.box:nth-child(4){
    color: #d8d8d8;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    padding: 20px 0;
    margin: 30px 0;
}

/* preview link */

.preview-link {
  position: relative;
}

.preview-window {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 640px;
  height: 480px;
  background-color: white;
  border: 1px solid black;
  z-index: 10;
}

.preview-link:hover + .preview-window {
  display: block;
}

#dribbble:hover{
    color: #ea4c89;
    border-bottom: 1px dashed #ea4c89;
}

#linkedin:hover{
    color: #2867B2;
    border-bottom: 1px dashed #2867B2;
}

#pinterest:hover{
    color: #BD081C;
    border-bottom: 1px dashed #BD081C;
}

#instagram:hover{
    color: #C13584;
    border-bottom: 1px dashed #C13584;
}

#twitter:hover{
    color: #1DA1F2;
    border-bottom: 1px dashed #1DA1F2;
}

#foodracers:hover{
    color: #ff2400;
    border-bottom: 1px dashed #ff2400;
}

#tresarti:hover{
    color: #1E5B99;
    border-bottom: 1px dashed #1E5B99;
}


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

.content{
    padding: 50px 0;
    width: 80%;
    margin: 0 auto;
}

.box:nth-child(1){
    font-size: 24px;
}

.box:nth-child(2){
    font-size: 18px;
}

.box:nth-child(3){
    font-size: 16px;
}

.box:nth-child(4){
    font-size: 12px;
}

}

@media screen and (min-width: 481px) and (max-width: 1600px) {

.content{
    width: 75%;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

.content{
    width: 70%;
    margin: 0 auto;
}

/* @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {

.content{
    width: 75%;
    margin: 0 auto;
}

.box:nth-child(1){
    font-size: 36px;
}

} */
