.t-overlay {
  z-index: 2;
  background-color: #E9E289;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
}

#title {
    width: 100%;
    height: 100%;
    background: url(../src/img.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-top: 0;
}

.t-brand-container {
  display:flex;
  justify-content:center;
  align-items:center;
  height: 100%;
}

#t-brand {
    font-size: 5em;
    position: inherit;
    /*padding-top: 40%;*/
    text-align: center;
    color: #fff;
}

#t-text {
    margin-top: -.5em;
    width: 5em;
}

#t-logo {
    height: 2em;
    width:  2em;
    background: url("../src/thisfro_white.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: inherit;
    margin-left: auto;
    margin-right: auto;
}

#title {
  font-weight: 700;
}

.gallery {
    width: 80%;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    align-content: space-between;
    justify-content: center;
    display: flex;
    display: -weblit-flex;
    flex-wrap: wrap;
    margin-top: 2em;
    margin-bottom: 4em;
    padding-left: 50px;
    padding-right: 50px;
}

.photo {
    align-self: auto;
    width: 300px;
    height: 300px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    z-index: 100;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.fill {
    width: 300px;
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
}


#footer {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    margin-bottom: 4em;
}

.link {
    width: 50px;
    height: 50px;
    color: #fff;
    display: none;
    padding-right: 20px;
}

#insta {
    background: url('../src/icons/insta@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#fhpx {
    background: url('../src/icons/500px@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#vimeo {
    background: url('../src/icons/vimeo@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#github {
    background: url('../src/icons/github@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#twitter {
    background: url('../src/icons/twitter@100.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hide-link {
    width: 52px;
    height: 52px;
    color: #fff;
    display: none;
    padding-right: 20px;
    display: inline-flex;
}

.t-scroller-container {
  position: absolute;
  bottom: 3em;
  width: 100%;
}

#t-scroller {
    display: block;
    position: relative;
    border: #fff 2px solid;
    width:10em;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}

#t-scroller > p {
    color: #fff;
    font-family: 'Lora';
    text-align: center;
    font-size: 1.5em;
    line-height: .5em;
    vertical-align: middle;
}

#t-scroller:hover {
    background-color: rgba(255,255,255,1);
}

#t-scroller:hover p{
    color: #2C3B38;
}

@media only screen and (max-width: 768px) {
    #t-scroller {
        margin-top: 60%;
    }

    .link {
        padding: 0;
    }
}

@media only screen and (min-width: 2000px) {
    #t-scroller {
        margin-top: 10%;
    }
}
