.header-top {
    background: black;
    color: white;
    padding: 8px 0;
    font-family: 'roboto';
    font-family: 'lato';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.header-tagline {
    padding-top: 6px;
}

.header-social {
    padding-top: 1px;
}

.header-social a {
    font-size: 20px;
    color: white;
    display: inline-block;
    margin-right: 12px;
    transition: 0.3s;
}

.header-social a:hover,
.header-social a:focus,
.header-social a:active {
    color: #C09;
}

.header-logo {
    padding: 25px 0;
}

.header-logo img {
    margin: auto;
}

.btn {
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-register {
    color: white;
    border: 1px solid #be0d96;
    display: inline-block;
}

.btn-login {
    border: 1px solid white;
    color: white;
}

.btn-login,
.btn-register,
.btn-border {
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: inline-block;
}

.btn-login:before,
.btn-register:before,
.btn-border:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.btn-login:after,
.btn-register:after,
.btn-border:after {
    content: '';
    position: absolute;
    height: 200%;
    width: 200%;
    border-radius: 40%;
    top: -50%;
    left: 100%;
    transition: 0.5s;
    z-index: -1;
}

.btn-login:hover:after,
.btn-register:hover:after,
.btn-border:hover:after {
    left: -50%;
}

.btn-register:before {
    background: #be0d96;
}

.btn-register:after {
    background: white;
    border: 1px solid #c09;
}

.btn-register:hover {
    color: #c09;
}

.btn-login:after {
    background: white;
}

.btn-login:hover {
    color: black;
}

.btn-border:after {
    background: black;
}

.btn-border:hover {
    color: white;
}

.btn-border {
    border: 1px solid black;
    color: black;
}

.header-top .btn-register {
    margin-left: 8px;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}

.header-tagline,
.header-top .btn {
    font-size: 14px;
}

.bg-light-grey {
    background-color: #f2f2f2;
}

.bg-dirty-white {
    background-color: #f8f8f8;
}

.bg-black {
    background-color: black;
}

.card {
    border: 1px solid #d8d8d8;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 20px;
}

.services-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.services-list li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.services-list li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 5px;
    margin-right: 8px;
    vertical-align: middle;
    color: #888;
}

#footer-developer {
    padding: 14px 0;
}

#footer-developer a,
#footer-developer a span {
    color: #aaa;
    transition: 0.3s;
}

#footer-developer a:hover, 
#footer-developer a:focus, 
#footer-developer a:active {
    color: #555;
    text-decoration: none;
}

#footer-developer a:hover span, 
#footer-developer a:focus span, 
#footer-developer a:active span {
    color: #be0d96;
    font-weight: 400;
}

footer {
    font-weight: 300;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    /*padding-top: 1px;
    padding-bottom: 1px;*/
    line-height: 1.2;
}

footer a {
    color: #888;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 2px;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #be0d96;
    text-decoration: none;
}

footer a:after {
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    height: 1px;
    bottom: 0px;
    background: #c09;
    transition: 0.3s;
}

footer a:hover:after {
    left: 0;
}

footer .footer-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    display: block;
}

.social-icon {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid;
    font-size: 22px;
    padding-top: 10px;
    margin-right: 6px;
    transition: 0.3s;
}

.social-icon:hover {
    border-color: #C09;
    color: #C09;
}

.social-icon:after {
    content: none;
}

.show-more {
    border: 1px solid black;
}

.show-more:before {
    content: '\f107';
    font-family: 'FontAwesome';
}

.show-more:after {
    content: 'Show More';
    margin-left: 5px;
    font-size: 12px;
}

.show-less:before {
    content: '\f106';
    font-family: 'FontAwesome';
}

.show-less:after {
    content: 'Show Less';
}

.home-slideshow {
    margin-left: 22%;
    width: 60%;
}

.screenshot-wrap {
    position: relative;
    min-height: 400px;
}

.screenshot-wrap img {
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 12px 12px 50px -3px rgba(0,0,0,0.2);
    width: 400px;
}

.screenshot-wrap .top-image {
    position: absolute;
    top: 140px;
    right: 120px;
    z-index: 3;
}

.screenshot-wrap .bottom-image {
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 30px;
    z-index: 1;
}

.faded {
    opacity: 0.8;
}

.faded-2 {
    opacity: 0.6;
}

.faded-3 {
    opacity: 0.4;
}

.screenshots-2 .bottom-image {
    top: 10px;
    right: initial;
}

.screenshots-2 .top-image {
    right: initial;
    left: 110px;
    top: 60px;
}

.screenshots-3 .bottom-image {
    top: 30px;
    right: 0;
}

.screenshot-wrap .middle-image {
    position: absolute;
    z-index: 2;
}

.screenshots-3 .middle-image {
    top: 80px;
    right: 60px;
}

.screenshots-3 .top-image {
    top: 140px;
    right: 120px;
}

#affix-nav {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    text-align: left;
    position: relative;
}

#affix-nav.affix {
    top: 0px;
    position: fixed;
}

.affix-nav li {
    float: none;
    width: 100%;
}

.affix-nav li.active a {
    color: #c09;
}

.affix-nav li a {
    color: #888;
    display: inline-block;
    padding: 4px;
}

.affix-bottom {
    position: relative
}

.scrollspy .navbar-toggle {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 4px 0;
}

.affix-heading.active {
    color: #c09;
}

.how-to-div .img-responsive {
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.pink {
    color: #C09;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .header-logo {
        padding: 0;
        padding-top: 50px;
    }
    
    .header-nav {
        margin-bottom: 8px;
    }
    
    .header-top {
        position: fixed;
        width: 100%;
        z-index: 2000000;
    }
    
    .footer-social {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    
    .section-xl {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .screenshot-wrap {
        min-height: 300px;
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .screenshot-wrap img {
        width: 250px;
    }
    
    .screenshots-1 .bottom-image {
        top: 0;
    }
    
    .screenshots-1 .top-image {
        top: 60px;
    }
    
    .screenshots-3 .bottom-image {
        top: 0;
    }
    
    .screenshots-3 .middle-image {
        top: 50px;
    }
    
    .screenshots-3 .top-image {
        top: 100px;
    }
    
    .scrollspy {
        padding: 0;
        margin-top: -20px;
    }
    
    .scrollspy .navbar-fixed {
        position: fixed;
        width: 100%;
        top: 50px;
        background: white;
        padding-top: 10px;
        z-index: 2000;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        left: 0 !important;
        right: 0 !important;
    }
    
    #affix-nav.affix {
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .header-buttons {
        text-align: center;
    }
    
    .screenshot-wrap {
        min-height: 250px;
    }
    
    .screenshot-wrap img {
        width: 200px;
    }
    
    .screenshots-2 .top-image {
        left: 40px;
    }
    
    .screenshots-3 .bottom-image {
        right: -20px;
    }
    
    .screenshots-3 .middle-image {
        right: 20px;
        top: 30px;
    }
    
    .screenshots-3 .top-image {
        right: 60px;
        top: 60px;
    }
}