.grey {
    color: #999999;
}
.white {
    color: #ffffff;
}
.btn-primary {
    color: #fff;
    border: 1px solid #3500d4;
    font-size: 16px;
    letter-spacing: .7px;
    background-color: #3500d4;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-secondary {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.btn-third {
    color: #3500d4;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    font-weight: bold;
}
h1 {
    font-family: 'Comfortaa', cursive;
    font-size: 40px;
    line-height: 1.4;
}
h3 {
    line-height: 2;
    font-family: 'Comfortaa', cursive;
}
h4 {
    color: #888;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}
h5 {
    font-size: 16px;
    line-height: 1;
    margin: 0 auto;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.9;
    font-size: 16px;
    letter-spacing: .5px;
}
.title h3 {
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
    padding-top: 15px;
}
.headerSection {
    background-color: #ffffff;
}
.navbar-brand img {
    width: 30%;
}
.stroke1 {
    border: 1px #ccc solid;
}
.homePageIntro {
    background-color: #232323;
    background-image: url('../img/headercurve.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    padding: 30px 0 0 0;
}
.homePageIntro h1, .homePageIntro p {
    color: #fefefe;
}
.introText {
    padding-top: 20px;
}
.callout {
    display: block;
    overflow: auto;
    color: #000000;
    padding: 20px;
    background-color: #eee;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: 0px 10px 13px -7px #aaa, 2px 5px 5px 0px rgba(0,0,0,0);
}
.callout i {
    display: inline-block;
    margin-right: 5px;
    background-color: #3500d4;
    padding: 10px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
}
.callout:hover {
    text-decoration: none;
    background-color: #232323;
    color: #ffffff;
    transition-duration: .6s;
}
.callout:hover i {
    background-color: #000000;
}
.clients, #collapsePrograms, .servicesSection {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mb {
    display: block;
    list-style: none;
    padding-left: 0;
}
.mb li {
    display: inline-block;
    width: 48%;
    text-align: center;
}
.mb li a {
    display: inline-block;
    text-align: center;
    padding: 10px;
    width: 100%;
    background-color: #6c757d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 30px;
}
.mb .mb3 {
    width: 97%;
    margin-top: 5px;
}
/* PROGRESS SECTION */
.skillsSection, .collapseSkill {
    background-color: #232323;
    color: #ddd;
}
.skillsSection {
    padding-top: 24px;
}
.collapseSkill {
    padding-bottom: 5px;
}
.collapserow2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.progressPS   {background-color: #02A4EC;}
.progressIL   {background-color: #F77B17;}
.progressDW   {background-color: #77B325;}
.progressInD  {background-color: #E21D61;}
.progressFL   {background-color: #C3100E;}
.progressAE   {background-color: #38006D;}
.progressHTML {background-color: #e9562f;}
.progressWP   {background-color: #247BA3;}
.progressBS   {background-color: #563d7c;}
.progressJS   {background-color: #E2C430;}
.progressPHP  {background-color: #858EB8;}
.progressMC   {background-color: #F7D91A;}

/* Portfolio */
.portfolioSection {
    background-color: #3500d4;
    padding: 30px 0;
}
.portfolioSection img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 10px 13px -7px #000, 2px 5px 5px 0px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000, 2px 5px 5px 0px rgba(0,0,0,0);
    border-radius: 10px;
}
.portfolioSection a {
    display: block;
    overflow: auto;
    cursor: pointer;
}
.portfolioSection .figure-caption {
    line-height: 2;
}
.portfolioSection .col-lg-6 {
    margin-bottom: 20px;
}
/* CLIENTS */
.clientIMG {
    margin-bottom: 10px;
}
.clientIMG img {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 10px;
    opacity: 0.7;
}
.clientIMG img:hover {
    opacity: 1;
}
.seoIconCol {
    font-size: 2em;
    padding: 10px;
}
.title {
    padding-bottom: 20px;
}
/* Footer */
.buttonSection {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #333;
    color: #ccc;
    background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/connectwork.png');
}
.buttonSection a {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
}
.buttonSection p {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #ccc;
}
.footer {
    background: #101010;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footerMenu a {
    color: #888888;
    display: inline-block;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.copyR {
    font-size: 13px;
    letter-spacing: 1px;
    color: #777;
}
.footerMenu a:hover {
    text-decoration: none;
}

.individualPageA {
    padding-top: 30px;
    padding-bottom: 30px;
}
.myGroup img {
    display: block;
    width: 100%;
    height: auto;
}
.web-browser-shadow {
    display: block;
    overflow: auto;
    -webkit-box-shadow: 0px 10px 13px -7px #000, 2px 5px 5px 0px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000, 2px 5px 5px 0px rgba(0,0,0,0);
    max-width: 700px;
    margin: 0 auto;
}
.phone-browser-shadow {
    max-width: 300px;
    margin: 0 auto;
}
.LMAdesktop {
    max-width: 600px;
}
.back-desktop-blur {
    margin-bottom: 30px;
    background-image: url(/img/wallpaper-bg-blur.jpg);
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-mobile-blur {
    padding-bottom: 40px;
    background-color: #fae7bd;
    background-color: #f5f5f5;
}
.linkImage a {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.desktopOnly {
    display: block;
}
.desktopNone {
    display: none;
}
@media (max-width: 767.98px) {
    .introText {
        padding-top: 10px;
    }
    .servicesSection {
        padding-bottom: 20px;
    }
    .servicesSection .card {
        margin-bottom: 10px;
    }
    .web-browser-shadow {
        margin-bottom: 30px;
    }
    .desktopOnly {
        display: none;
    }
    .desktopNone {
        display: block;
    }
    .hometoplist {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .clients h3 {
        text-align: center;
    }
    .clientIMG img {
        width: 50%;
        margin: auto;
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .introText {
        padding-top: 80px;
    }
}

