section {
    padding: 8rem 0;
}
body,
h1, h2, h3, h4, h5, h6,
p {
    font-family: "Lato", sans-serif !important; 
}
a {
       transition:  .25s ease-in-out;
   -moz-transition:  .25s ease-in-out;
   -webkit-transition: .25s ease-in-out;
}
.button {
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    background: #343450;
    border: none;
    text-shadow: none;
    font-family: "BenchNine", sans-serif !important;;
    text-transform: none;
    font-size: 20px;
}
.button:hover {
    color: #fff;
    background: #7f7f9c; 
    text-decoration: none;
}
h1 {
    text-transform: uppercase;
    font-size: 84px;
    font-weight: bold;
    font-family: "BenchNine" !important;
    margin: 10px 0 0;
    color: #343450;
    line-height: 1;
}
h1 small {
    display: block;
    margin: -3px 0 26px;
    font-size: 75%;
    text-transform: none;
    font-family: "Kaushan Script", sans-serif;
    color:  #7f7f9c;
}
h2 {
    padding: 0px 0 24px;
    margin: 0;
    font-size: 18px;
    font-family: "BenchNine", sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #343450;
    letter-spacing: 3.5px;
}
h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "BenchNine", sans-serif !important;
    color: #343450;
}
p {
    font-size: 15px;
    line-height: 1.8;
}
div#html5-watermark {
    display: none !important;
}
.intro-overlay {
    width: 520px;
    height: 520px;
    border-radius: 100%;
    background: rgba(255,255,255,.4);
    border: 15px solid rgba(255,255,255,.3);
    padding-top: 0px;
    margin: 0 auto;
    position: relative;
}
.intro-overlay .tile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.intro {
    min-height: 650px;
    background: url(/wp-content/themes/upBootstrap3WP-master/images/hero5.jpg) no-repeat scroll bottom center;
    background-size: cover;
    text-transform: uppercase; 
    color: #fff;
    padding-top: 75px;
}
.intro a {
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    margin: 1rem .5rem;
    background: #343450;
    border: none;
    text-shadow: none;
    font-family: "BenchNine", sans-serif !important;;
    text-transform: none;
    font-size: 20px;
   transition:  .25s ease-in-out;
   -moz-transition:  .25s ease-in-out;
   -webkit-transition: .25s ease-in-out;
}
.intro a:hover {
    background: #7f7f9c;
    text-decoration: none;
    color: #fff;
}
.about {
    background: #f9f7f7;
}
.about img {
    border-radius: 100%;
    width: 320px;
    max-width: 100%; 
}
.portfolio {
    background: #fff;
}
.skills {
    background: #f5eeed;
}
.skills img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    max-width: 100%;
    padding: 2rem 2.5rem;
    opacity: .6;
      transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.skills img:hover {
    -webkit-filter:grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.skills .row {
    padding: 0 7rem;
}
.education {
    background: url(/wp-content/themes/upBootstrap3WP-master/images/bg-auburn.jpg) no-repeat scroll center center;
    background-size: cover; 
    color: #fff;
}
.contact {
    background: url(/wp-content/themes/upBootstrap3WP-master/images/bg-sky.jpg) no-repeat scroll center center;
    background-size: cover; 
    color: #fff;
}
.footer {
    background: #343450;
    color: #fff;
}
.footer section {
    padding: 4rem 0;
}
.message label,
.message span,
.message textarea{
    width: 100%; 
}
.wpcf7-form label,
.wpcf7-form span,
.wpcf7-form input {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px; 
    width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin-top: 14px;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    background: #343450;
    border: none;
    text-shadow: none;
    font-family: "BenchNine", sans-serif !important;;
    text-transform: none;
    font-size: 20px;
}
.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background: #7f7f9c; 
    text-decoration: none;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
}
#page {
    overflow-x: hidden; 
}
@media (max-width: 768px) {
    section {
        padding: 5rem 0;
    }
    .about img {
        max-width: 220px; 
        margin-bottom: 20px;
    }
    .intro {
        min-height: 420px;
        background-position: center;
        padding: 0;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .intro-overlay {
        width: auto;
        height: 280px;
        border-radius: 0;
        background: rgba(255,255,255,.7);
        transform: scale(.8,.8);
        -webkit-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
    }
}
@media (max-width: 680px) {
    h1 {
        font-size: 70px;
        letter-spacing: -2px;
        font-weight: bold;
    }
    h2 {
        font-size: 20px; 
    }
    .intro a {
        padding: 1rem 1.5rem;
    }
}