* {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    letter-spacing: 1.25px;
    line-height: 25px;
}

body {
    background: #fff;
}

.skew {
    transform: skew(0, -3deg) translate(0, -50px);
}

.unskew {
    transform: skew(0, 3deg);
}

.padding {
    padding: 200px 0;
}

h1, h1 > span {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #eee;
    margin: 0;
}


h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Nav */

nav button:focus {
    outline: none;
}

nav li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 0.2s;
}

nav li a:hover, nav li a:focus {
    color: #eee!important;
    outline: none;
}

nav li a i.fa-facebook-f {
    font-size: 13px;
}

nav li a i.fa-twitter {
    font-size: 14px;
}

nav hr {
    width: 100%;
    background: #fafafa;
    opacity: 0.1;
}

nav {
    transition: 0.2s;
}

nav.scrolled {
    background: #333;
}

/* Landing */

/* #secLanding {
    position: relative;
    min-height: 111vh;
    background: url(img/imgLanding.jpg);
    background-size: cover;
} */

.parallax-window {
    min-height: 111vh;
    background: transparent;
}

#secLanding span {
    font-weight: 700;
    color: #5f6bdd;
}

#secLanding p {
    text-align: center;
    color: #eee;
    max-width: 550px;
    margin: 30px 0;
}

#secLanding button {
    position: relative;
    height: 50px;
    width: 180px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    padding-top: 4px;
    margin: 0 5px;
    border: none;
    border-bottom: 3px #5f6bdd solid;
    text-transform: uppercase;
    outline: 0;
    overflow:hidden;
    background: #eee;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition:         0.125s ease-in;
    -o-transition:      0.125s ease-in;
    -ms-transition:     0.125s ease-in;
    -moz-transition:    0.125s ease-in;
    -webkit-transition: 0.125s ease-in;
}

#secLanding button:hover {
    color: #eee;
  }
  
#secLanding button:before {
    content: "";
    position: absolute;
    background: #5f6bdd;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: top 0.125s ease-in;
    -webkit-transition: top 0.125s ease-in;
  }
  
#secLanding button:hover:before {
    top: 0;
  }

/* What We Do */

#secWhatWeDo {
    background: #fff;
    position: static;
    z-index: -2;
}

#secWhatWeDo h3 {
    margin: 15px 0;
}

#secWhatWeDo div.subSec > div > div {
    border-radius: 2px;
    border-bottom: 3px #5f6bdd solid;
    padding: 15px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    background-position: 0 0,-125px 250px;
    background-repeat: no-repeat;
    transition: all 350ms ease;
}

#secWhatWeDo div.subSec > div > div:hover {
    background-position: 0 0, -125px -50px!important;
}

#secWhatWeDo div.subSec > div {
    transition: 0.4s;
}

#secWhatWeDo div.subSec > div:hover {
    transform: translateY(-10px);
}

#secWhatWeDo #subSecSecurity {
    background-image: linear-gradient(180deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(img/bgLock.png);
}

#secWhatWeDo #subSecArrow {
    background-image: linear-gradient(180deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(img/bgArrow.png);   
}

#secWhatWeDo #subSecStopwatch {
    background-image: linear-gradient(180deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(img/bgStopwatch.png);
}

#secWhatWeDo #subSecTrophy {
    background-image: linear-gradient(180deg,rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(img/bgTrophy.png);
}
 
/* Our Services */

#secOurServices {
    background: #fafafa;
}

#secOurServices img {
    margin-bottom: 15px;
}

#secOurServices p {
    margin: 15px 0;
}

#secOurServices div.subSec > div > div {
    border-radius: 2px;
    border-bottom: 3px #5f6bdd solid;
    padding: 15px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    background-position: 0 0,-100px 350px;
    background-repeat: no-repeat;
    transition: all 350ms ease;
}

#secOurServices div.subSec > div > div:hover {
    background-position: 0 0, -100px -75px!important;
}

#secOurServices div.subSec > div {
    transition: 0.4s
}

#secOurServices div.subSec > div:hover {
    transform: translateY(-10px);
}

#secOurServices #subSecDesign {
    background-image: linear-gradient(180deg,rgba(250,250,250,0.5),rgba(250,250,250,0.5)),url(img/bgDesign.png);
}

#secOurServices #subSecSoftDev {
    background-image: linear-gradient(180deg,rgba(250,250,250,0.5),rgba(250,250,250,0.5)),url(img/bgSoftDev.png);
}

#secOurServices #subSecWebDev {
    background-image: linear-gradient(180deg,rgba(250,250,250,0.5),rgba(250,250,250,0.5)),url(img/bgWebDev.png);
}

#secOurServices #subSecWebHost {
    background-image: linear-gradient(180deg,rgba(250,250,250,0.5),rgba(250,250,250,0.5)),url(img/bgWebHost.png);
}

/* Contact */

#secContact input, #secContact textarea {
    background: #fafafa;
    color: #333;
    height: 40px;
    border: none;
    border-bottom: 2px #5f6bdd solid;
}

#secContact input:focus, #secContact textarea:focus {
    outline: none;
}

#secContact #contactRequestForm > div > div:nth-child(3) {
    height: 150px;
}

#secContact textarea {
    resize: none;
}

#secContact #checkTerms {
    height: 27px;
    margin-top: 2px;
}

#secContact #checkTerms + p {
    font-size: 12px;
}

#secContact #checkTerms + p span > a {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

#secContact #btnSubmit {
    position: relative;
    height: 50px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    padding-top: 4px;
    margin: 0 5px;
    border: none;
    border-bottom: 3px #5f6bdd solid;
    text-transform: uppercase;
    outline: 0;
    overflow:hidden;
    background: #eee;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition:         0.125s ease-in;
    -o-transition:      0.125s ease-in;
    -ms-transition:     0.125s ease-in;
    -moz-transition:    0.125s ease-in;
    -webkit-transition: 0.125s ease-in;
}

#secContact #btnSubmit:hover {
    color: #eee;
  }
  
#secContact #btnSubmit:before {
    content: "";
    position: absolute;
    background: #5f6bdd;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: top 0.125s ease-in;
    -webkit-transition: top 0.125s ease-in;
  }
  
#secContact #btnSubmit:hover:before {
    top: 0;
  }

/* Footer */

#secFooter {
    background: #fafafa;
}

#secFooter h4 {
    font-size: 12px;
    color: #5f6bdd;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px #5f6bdd solid;
    padding: 10px 0;
    margin: 0;
    margin-bottom: 3px;
}

#secFooter ul li a, #secFooter ul li {
    font-size: 12px;
    color: #333;
    list-style: none;
}

#secFooter ul li {
    padding: 3px 0;
}

#secFooter ul:nth-child(1) {
    padding-top: 3px;
}

#secFooter hr {
    height: 1px;
    width: 100%;
}

#secFooter p {
    font-size: 12px;
    margin: 0;
}

#secFooter i {
    color: #555;
    opacity: 0.5;
}

#secFooter a > i:hover {
    opacity: .75;
}

#secFooter .fa-facebook-f {
    font-size: 14px;
    transition: 0.2s;
}

#secFooter .fa-twitter {
    font-size: 16px;
    transition: 0.2s;
}

/* Media Queries */

@media only screen and (max-width: 991px) {
    nav {
        background: #333;
    }
}

@media only screen and (max-width: 427px) {
    #secLanding button:nth-of-type(1) {
        margin-bottom: 10px;
    }
}



