/***** UNIVERSAL *****/

.wrap {
    position: relative;
    margin: 0 auto;
}
body, #scene p, #portfolio p {
    font-family: 'oswald', sans-serif;
    text-align: center;
    color: #1a1a1a;
}
#scene p, #portfolio p {
    color: #fff;
    margin-top: 13px;
}
h3 {
    font-size: 34px;
    font-weight: 400;
    padding: 30px 80px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: .5px;
}
p, h2, .res h6, .resRight li, .resRight h5 {
    font-family: 'source sans pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.row {
    width: 100%;
    margin: 0;
}

.social a:first-child {
/*    margin-left: 22px;*/
}

/***** CTA *****/

#gradient {
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0px;
}
.cta {
    height: 100vh;
    width: 100%;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1 {
    font-size: 65px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 20px;
    line-height: 45px;
}
h2, .quest p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 35px;
}
.quest a {
    padding: 8px 35px;
    border-radius: 15px;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    font-weight: 300;
    text-decoration: none;
}
.quest a:hover {
    border: 2px solid #cfb53b;
    color: #cfb53b;
}
.imgMobile {
    display: none;
}
.cta img.logo {
    width: 175px;
    margin: 0 auto;
}

/*** About ***/

#about h3 {
    padding: 0;
    border: none;
}
#about p {
    color: #fff;
    padding-top: 25px;
    width: 50%;
    margin: 0 auto;
}
#about a {
    color: #cfb53b;
    text-decoration: none;
}
#about a:hover {
    text-decoration: underline;
}

/*** portfolio ***/

#portfolio {
    text-align: center; 
}
#portfolio img {
    width: 80%;
    margin-top: 30px;
}
.indPort {
    background: #fff;
    height: 200px;
    border-radius: 5px;
    margin: 10px 0;
    border: 4px solid #fff;
}
.indPort:hover {
    border: 4px solid #cfb53b;
    border-radius: 5px;
}

/*** resume ***/

.res {
    max-width: 65%;
    margin: 0 auto;
    padding: 30px 30px;
    height: auto;
    border-radius: 3px;
    transition: .7s;
    color: #fff;
}
.resLeft, .resRight {
    float: left;
    padding-top: 10px;
}
.resLeft {
    width: 25%;
    text-align: right;
    padding-right: 25px;
    position: relative;
}
.resLeft p, .resRight h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}
.resRight h6 {
    font-size: 18px;
    margin-bottom: 5px;
}
.resRight h5 {
    font-size: 14px;
    font-style: italic;
    line-height: 14px;
    margin: 0 0 12px;
}
.resRight {
    width: 75%;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 15px;
    border-left: 1px solid rgba(256,256,256,0.3);
}
.resRight.last {
    padding-bottom: 5px;
}
.resRight ul {
    padding: 0;
}
.resRight li {
    font-size: 16px;
    line-height: 18px;
    list-style: none;
    margin-bottom: 8px;
    padding-right: 10%;
}
.resDot {
    height: 13px;
    width: 13px;
    border-radius: 6px;
    background-color: #cfb53b;
    border: 2px solid #cfb53b;
    display: block;
    position: absolute;
    right: -7px;
    bottom: 2px;
}
.resControls h6 {
    margin: 0 12px 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.resControls h6.active {
    border-bottom: 1px solid #cfb53b;
}
.resControls h6.active:hover {
    color: #fff;
}
.resControls h6:hover {
    color: #cfb53b;
}
.edu {
    display: none;
}
.edu, .exp {
    width: 90%;
    margin: 0 auto;
}

/***** CONTACT *****/

.quest h3 {
    margin-bottom: 50px;
    border: none;
    padding: 0;
}
.quest {
    margin: 0 auto;
}
.formGroup { 
    position: relative; 
    margin-bottom: 50px; 
}
input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 85%;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
}
input:focus {
    outline: none; 
}
label {
    color: #fff; 
    font-size: 18px;
    font-family: 'source sans pro', sans-serif;
    font-weight: 300;
    position: absolute;
    left: 55px;
    top: 10px;
    transition: 0.4s ease all; 
    cursor: text;
}
input:focus ~ label,
input:valid ~ label     {
    top: -20px;
    font-size: 14px;
    color: #cfb539;
}
.bar { 
    position: relative; 
    display: block; 
    width: 85%; 
    margin: 0 auto;
}
.bar:before,
.bar:after   {
    content:'';
    height: 3px; 
    width: 0;
    bottom: 0; 
    position: absolute;
    background: #cfb539; 
    transition: 0.4s ease all; 
}
.bar:before {
    left: 0%;
}
.bar:after {
    right: -1000%; 
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 100%;
}
.contact {
    overflow: hidden;
}
.quest button,
#thankyou a {
    padding: 8px 35px;
    border-radius: 15px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    font-weight: 300;
    text-decoration: none;
    font-family: 'oswald', sans-serif;
    font-size: 16px;
    cursor: pointer;
}
.quest button:hover,
#thankyou a:hover {
    border: 2px solid #cfb539;
    color: #cfb539;
}
#thankyou p {
    color: #fff;
    margin-bottom: 40px;
}
#thankyou h4 {
    color: #fff;
    font-size: 22px;
}
#dogsBull {
    cursor: pointer;
}
#dogs img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
#dogs h5 {
    padding: 25px 40px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -34px;
}

/***** FOOTER *****/

footer {
  background-color: #1a1a1a;
  padding: 20px 0 50px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer img {
  height: 32px;
}
footer a {
  padding: 0 5px;
}
footer p {
  color: #fefefe;
  padding-top: 10px;
  font-size: 12px;
}
.thanksFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/***** THANK YOUR PAGE *****/

.thankYou p {
  color: #1a1a1a;
}
.thankYou h3 {
  margin-bottom: 0;
}

/***** RESPONSIVE *****/

@media all and (max-width: 768px) {
    .indPort {
        height: 175px;
        margin: 8px 0;
    }
    #portfolio img {
        width: 65%;
        margin-top: 10px;
    }
} 

@media all and (max-width: 450px) {
    h3 {
        font-size: 28px;
    }
    #about p {
        width: 85%;
        padding-top: 5px;
    }
    #contact {
        width: 100%;
    }
    label {
        left: 25px;
    }
    .formGroup {
        margin-bottom: 40px;
    }
    .quest h3 {
        margin-bottom: 30px;
    }
    .res {
        max-width: 100%;
    }
    .resLeft {
        width: 20%;
        padding-right: 15px;
    }
    .resRight {
        width: 80%;
        padding-left: 20px;
        padding-bottom: 0;
    }
    .resLeft p {
        font-size: 10px;
        line-height: 10px;
    }
    .resRight li {
        padding-right: 0;
        font-size: 13px;
        line-height: 15px;
    }
    .resRight h6 {
        font-size: 16px;
    }
    .resRight h5 {
        font-size: 12px;
        margin: 0 auto 5px;
    }
    .indPort {
        height: 120px;
        margin: 5px 0;
    }
    #portfolio img {
        width: 85%;
        margin-top: 5px;
    }
}

@media (max-height: 650px) and (max-width: 400px) {
    .indPort {
        height: 85px;
    }
    #portfolio img {
        width: 125px;
        margin-top: 5px;
    }
}



















