/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.topDecore {
    background-image: url('../img/TopDecor.png');
    height: 20px;
    background-size: cover;
}

/* ==========================================================================
   Navigation custom styles
   ========================================================================== */

.navBackground {
    background-image: url('../img/navBackground.png');
    height: 60px;
    background-size: cover;
}

.navText {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 800;
}

.navTextTopSpacing {
    margin-top: 17px;
}

.navButtonTopSpacing {
    margin-top: 10px;
}

.navAnchors {
    color: #2d2d2d;
}

.navAnchors:hover {
    text-decoration: none;
    border-bottom: solid 4px #3e3e3e;
    color: #3e3e3e;
}

.navAnchorChoosen {
    border-bottom: solid 4px #2d2d2d;
}

.grLogo {
    margin-top: 10px;
    margin-left: 25px;
    width: 177px;
    height: 39px;
    background: url('../img/gr_Logo.png') no-repeat;
}

/* ==========================================================================
   Hero custom styles
   ========================================================================== */

.heroBG {
    background: url('../img/heroBG.png') no-repeat;
    height: 90vh;
    background-size: cover;
}

.heroBG h1 {
    font-family: Lato;
    font-weight: 100;
    font-size: 64px;
    color: #DCEEE4;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    margin-top: 10vh;
}

.heroBG h3 {
    font-family: Lato;
    font-weight: 400;
    font-size: 40px;
    color: #DCEEE4;
    letter-spacing: 0px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.50);
    margin-top: 20vh;
}

/* ==========================================================================
   Features custom styles
   ========================================================================== */

.featuresRow {

}

.featuresRow h1 {
    margin-top: 75px;
    margin-bottom: 75px;
    font-family: Lato;
    font-weight: 100;
    font-size: 60px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.featuresRow h2 {
    font-family: Lato;
    font-weight: 900;
    font-size: 35px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.featuresRow p {
    /* Let your customer en: */
    font-family: Lato;
    font-weight: 300;
    font-size: 20px;
    color: #4B555E;
    letter-spacing: 0px;
    line-height: 28px;
}

.featuresRow div {
    margin-bottom: 50px;
}

/* ==========================================================================
   Platform You Need custom styles
   ========================================================================== */

.platformYouNeed {
    background: url('../img/platformYouNeed.png') no-repeat;
    background-size: cover;
}

.platformYouNeed h1 {
    margin-top: 75px;
    margin-bottom: 75px;
    font-family: Lato;
    font-weight: 100;
    font-size: 60px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.platformYouNeed p {
    font-family: Lato;
    font-weight: 300;
    font-size: 20px;
    color: #4B555E;
    letter-spacing: 0px;
}

.platformYouNeed .platformFunctions div {
    margin-top: 75px;
    padding-bottom: 15px;
    font-family: Lato;
    font-weight: 300;
    font-size: 20px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.20);
}

.platformYouNeed .container {
    margin-bottom: 75px;
}

.platformYouNeed .platformFunctions .choosen {
    border-bottom: 5px solid #1C9CAE;
}

.platformYouNeed .platformFunctions .hoverchoosen {
    border-bottom: 5px solid #89a6ae;
}

.platformYouNeed .platformFunctionDetails {
    border: 1px solid #1C9CAE;
}

.platformYouNeed .platformFunctionDetails h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    font-family: Lato;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.20);
}

.platformYouNeed .platformFunctionDetails p {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

/* ==========================================================================
   workForYou custom styles
   ========================================================================== */

.workForYou {
    margin-bottom: 75px;
}

.workForYou h1 {
    margin-top: 75px;
    margin-bottom: 75px;
    font-family: Lato;
    font-weight: 100;
    font-size: 60px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.workForYou .workForYouDetail p {
    margin-top: 35px;
    font-family: Lato;
    font-weight: 300;
    font-size: 18px;
    color: #4B555E;
    letter-spacing: 0px;
    line-height: 29px;
}

.workForYou .workForYouPicture {
    margin-top: 25px;
}

/* ==========================================================================
   contactUS custom styles
   ========================================================================== */

.contactUs {
    background: url('../img/contactUsBackground.png') no-repeat;
    background-size: cover;
}

.contactUs h1 {
    margin-top: 75px;
    margin-bottom: 75px;
    font-family: Lato;
    font-weight: 100;
    font-size: 60px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.contactUs form {
    margin-bottom: 75px;
}

.contactUs form input {
    margin-bottom: 24px;
    background: #F7F7F7;
    border: 1px solid #1B6978;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(75, 84, 94, 0.20), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    font-family: Lato;
    font-weight: 700;
    font-size: 29px;
    color: #1c293d;
    letter-spacing: 0px;
    height: 50px;
}

.contactUs form textarea {
    background: #F7F7F7;
    border: 1px solid #1B6978;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(75, 84, 94, 0.20), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    font-family: Lato;
    font-weight: 700;
    font-size: 29px;
    color: #1c293d;
    letter-spacing: 0px;
    /*height: 50px;*/
}

.contactUs form button {
    text-decoration: none;
    margin-top: 25px;
    width: 100%;
    height: 65px;
    border-radius: 0;
    background-image: linear-gradient(-180deg, #445861 0%, #495C62 100%);
    border: 1px solid #4B555E;
}

.contactUs .buttonstrong {
    font-family: Lato;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.contactUs .buttonnormal {
    font-family: Lato;
    color: white;
    font-weight: 100;
    font-size: 20px;
}

.contactUs .buttonheart {
    color: red;
    font-size: 20px;
    margin: 0px 5px;
}

.contactUs form input:focus {
    color: #151515;
}

/* ==========================================================================
   footer custom styles
   ========================================================================== */

.footerSection {
    background: url('../img/footerBackground.png') no-repeat;
    height: 280px;
    background-size: cover;
}

.footerSection span {
    font-family: Lato;
    font-weight: 900;
    font-size: 18px;
    color: #EEEEEE;
    letter-spacing: 0px;
}

.footerSection .container div {
    margin-top: 35px;
}

.footerSection .dividerText {
    margin-left: 10px;
    margin-right: 10px;
}

/* ==========================================================================
   Dashboard custom styles
   ========================================================================== */

.dashboardBG {
    height: 90vh;
}

.dashboardColorBack {
    background: #4B555E;
    height: 70vh;
}

.dashboardColorBack h1 {
    font-family: Lato;
    font-weight: 100;
    font-size: 64px;
    color: #DCEEE4;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    margin: 0px 0px;
    padding-top: 50px;
}

.dashboardFeaturesRow {
    margin-bottom: 75px;
}

.dashboardFeaturesRow h1 {
    margin-top: 175px;
    margin-bottom: 75px;
    font-family: Lato;
    font-weight: 100;
    font-size: 60px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.dashboardFeatureDetail {
    height: 235px;
    background: #4B555E;
    background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.05) 36%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.05) 66%, rgba(255, 255, 255, 0.00) 100%);
}

.dashboardFeatureDetailImg {
    padding-top: 30px;
}

.dashboardFeatureDetailText {
    padding-top: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: white
}

.dashboardPricing {
    background: #D8D8D8;
    padding-bottom: 75px;
}

.dashboardPricing h1 {
    margin-top: 75px;
    margin-bottom: 75px;
    font-family: Lato;
    font-weight: 100;
    font-size: 60px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.hostingOptions {
    /* int: */
    font-family: Lato;
    font-weight: 900;
    font-size: 17px;
    color: #4B555E;
    letter-spacing: 0;
}

.dashboardPricingDetail {
    /* Get straight to grow: */
    font-family: Lato;
    font-weight: 300;
    font-size: 17px;
    color: #4B555E;
    letter-spacing: 0;
    margin-top: 60px;
    margin-bottom: 20px;
}

.dashboardPricingList {
    font-family: Lato;
    font-size: 15px;
    color: #475B62;
    letter-spacing: 0;
}

/* ==========================================================================
   Products custom styles
   ========================================================================== */

.productsBG {
    background: url('../img/ProductsHero.png') no-repeat;
    height: 90vh;
    background-size: cover;
}

.productsBG h1 {
    font-family: Lato;
    font-weight: 100;
    font-size: 64px;
    color: #DCEEE4;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    margin-top: 10vh;
}

.productsBG h3 {
    font-family: Lato;
    font-weight: 100;
    font-size: 40px;
    color: #DCEEE4;
    letter-spacing: 0px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.50);
    margin-top: 40vh;
}

.productsFeaturesRow {
    margin-bottom: 75px;
}

.productsFeaturesRow h1 {
    margin-top: 75px;
    margin-bottom: 75px;
    font-family: Lato;
    font-weight: 100;
    font-size: 60px;
    color: #4B555E;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.productTitles{
    font-family: Lato;
    font-weight: 900;
    font-size: 29px;
    color: #4B555E;
    letter-spacing: 0;
}

.productDetailInsideText{
    font-family: Lato;
    font-weight: 300;
    font-size: 29px;
    color: #4B555E;
    letter-spacing: 0;
}

.productIcon{
    margin:25px 0px;
    background: #4B555E;
    background-image: linear-gradient(-135deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.05) 36%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.05) 66%, rgba(255,255,255,0.00) 100%);
    height: 235px;
}