@font-face {
    font-family: 'Theinhardt';
    src: url('../../font/TheinhardtLight_alt.otf');
}


@font-face {
    font-family: 'Gilda';
    src: url('../../font/GildaDisplay-Regular.ttf');
}


* {
    margin: 0;
    padding: 0;
}

#page-wrap {
    width: 1000px;
    margin: 0 auto;
}

body {

    text-decoration: none;
    color: black;
    font-family: 'Theinhardt', sans-serif;
    font-size: 24pt;
    position: relative;
    top: 160px;

}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: black;
    list-style: none;
}

a:focus {
    outline: 0;
}

header {
    top: 48px;
    text-decoration: none;
    position:fixed;
    color: black;
    z-index: 3;

}

nav ul {
        list-style: none;

    }

a:hover {
    color: #bfc1c2;
}

span:hover {
    color: grey
}

.project-title {
    font-family: 'Gilda', serif;
    font-size: 44pt;
}


.project-info {
    position: relative;
    font-family: 'Gilda', serif;
    font-size: 14pt;
    line-height: 20pt;
    top: 24px;
}


.text-wrap {
    position: relative;
    top: 100px;
}


.gallery-grid {
    position: relative;
    top: 210px;
   
}

.grid-item {
    padding-bottom: 16px;
   
}


.next {
    position: auto;
    text-align: right;
    right: 25%;
    padding-bottom: 64px;
}




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

#page-wrap {
     width: 100%;
}

body {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 20pt;
    top: 132px;

}

.project-title {
    font-size: 32pt;
}

.project-info {
    font-size: 12pt;
    line-height: 18pt;
    top: 24px;
}


.text-wrap {
    top: 88px;
}


.gallery-grid {
    top: 172px;
   
}



}


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

body {
    font-size: 16pt;
    padding-left: 24px;
    padding-right: 24px;
    top: 112px;
}

header {
    top:32px
}

.project-title {
    font-size: 24pt;
}

.project-info {
    top: 16px;
    font-size: 10pt;
    line-height: 16pt;
}

.text-wrap {
   top: 72px;
}

.gallery-grid {
    top:148px;
   
}

.next {
    padding-bottom: 48px;
}


}
