/* 
Thin, Hairline	100
Extra Light, Ultra Light	200
Light	300
Normal, Regular	400
Medium	500
Semi Bold, Demi Bold	600
Bold	700
Extra Bold, Ultra Bold	800
Black, Heavy	900 
*/

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue.ttf')  format('truetype');/* Safari, Android, iOS */
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Medium.ttf')  format('truetype');/* Safari, Android, iOS */
    font-weight: 500;
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Rubik', sans-serif;
}

.h2, h2 {
    font-size: 2.8vw;
    line-height: 3vw;
}

.h5, h5 {
    font-size: 1.25vw;
    line-height: 1.6vw;
}

.disable-select {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
  }

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.dropdown-menu {
    color: #16202d;
}

.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
    border-bottom: 3px solid #ffffff;
    transition: 0.1s;
}

#blue {
    color: #4d1edf;
}

#blue:hover {
    border-bottom: 3px solid #4d1edf;
    transition: 0.1s;
}

.current-page {
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-underline-offset: 12px;
    text-decoration-thickness: 3px;
    transition: 0.1s;
}

.current-page-blue {
    text-decoration: underline;
    text-decoration-color: #4d1edf;
    text-underline-offset: 12px;
    text-decoration-thickness: 3px;
    transition: 0.1s;
}


@media only screen and (max-width: 520px) {
    .current-page-blue {
        text-underline-offset: 1px;
    }
    .current-page-blue {
        text-underline-offset: 1px;
    }
}

.current-page-blue:hover, .current-page-blue:focus {
    text-underline-offset: 12px;
    text-decoration-thickness: 3px;
}

.underline {
    text-underline-offset: 12px;
    text-decoration-thickness: 3px;
}

.row0 {
    margin-left: 0;
    margin-right: 0;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

/* Nav */
.navbar {
    padding-top: 10px;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: fixed; 
    top: 0;
    width: 100%; 
    z-index:99; 
}

.navbar-brand {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.48px;
}

.navbar-brand-black {
    color: #16202d;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.48px;
}

.navbar-brand:hover {
    color: #ffffff;
}

.navbar-brand-black:hover {
    color: #16202d;
    text-decoration: none;
}



/* Benete 2020 new edition */
.navbar-scrolled-blue {
    background-color: #4d1edf;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px grey;
}

.navbar-scrolled-white {
    background-color: #ffffff;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px grey;
}

/* Home page */
#myVideo {
    max-width: 100%;
}

.absolute {
    position: absolute;
    top: 0;
    margin-left: 36px;
}

.home-banner {
    /* background image use only with responsive, when window width is < 1025px */
    background: url(../img/home/banner.jpg) no-repeat center center;
    color: #ffffff;
}

.home-banner-en {
    /* background image use only with responsive, when window width is < 1025px */
    background: url(../img/home/banner-en.jpg) no-repeat center center;
    color: #ffffff;
}

.func-assessment-banner {
    background: url(../img/func-accessment/banner.jpg) no-repeat center center;
    color: #0d1114;
}

.heart-failure-banner {
    background: url(../img/heart-failure/banner.jpg) no-repeat center center;
    color: #0d1114;
}

.muscle-training-banner {
    background: url(../img/muscle-training/banner.jpg) no-repeat center center;
    color: #ffffff;
}

.team-banner {
    background: url(../img/team/banner.jpg) no-repeat center center;
    color: #ffffff;
}

.contact-banner {
    background: url(../img/contact/banner.jpg) no-repeat center center;
    color: #ffffff;
}

.about-banner {
    background: url(../img/about/banner.jpg) no-repeat center center;
    color: #ffffff;
}

.team-banner {
    background: url(../img/team/banner.jpg) no-repeat center center;
    color: #ffffff;
}

.policy-term-banner {
    background-color: #f5f5f5;
    color: #16202d;
}

.page-not-found-banner {
    background: url(../img/404/banner.jpg) no-repeat center center;
    color: #16202d;
}

/* Privacy policy + Terms & Condiitons */

.policy-term-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

.policy-terms-active, .policy-terms {
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: 0.34px;
}

.policy-terms-active {
    color: #4d1edf;
}

.policy-terms {
    color: #16202d;
}

.policy-terms-active:hover {
    color: #4d1edf;
    text-decoration: underline;
}



.col-icons {
    display: block;
    margin: 20px auto;
    width: 100px;
}

.col-p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: 0.34px;
    text-align: center;
    color: #16202d;
}


/* Top div */

.top-div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:664px;
}

.top-div-policy-term {
    height: 400px;
}

.top-div-block {
    margin-top: 250px;
}

.top-div-block-policy-term {
    margin-top: 120px;
}

.top-div-heading {
    font-family: "Rubik";
    font-weight: 500;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 1.7px;
}

.top-div-text {
    font-family: "Rubik";
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 1.18;
    margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
    .team-banner .top-div-heading {
        text-align: left;
    }

    .team-banner .top-div-text {
        font-size: 27px;
        text-align: left;
    }
}

.black {
    color: #16202d;
}

.yellow {
    color: #fdcd5d;
}

/* div 2+3 */

.container-gray {
    background-color: #f3efe9;
}

.centered-block { 
    max-width: 78%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.centered-block-narrow { 
    max-width: 70%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.block-div-heading-blue {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: medium;
    line-height: 47px;
    letter-spacing: 0.8px;
    color: #2b1096;
}

.block-div-heading-black {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: medium;
    line-height: 47px;
    letter-spacing: 0.8px;
    color: #16202d;
}

.block-div-p {
    font-family: "HelveticaNeue";
    font-weight: normal;
    text-align: left;
    margin-top: 35px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.34px;
    color: #16202d;
}

.block-div-p-plus {
    font-family: "HelveticaNeue";
    font-weight: normal;
    text-align: left;
    margin-top: 35px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.34px;
    color: #16202d;
    margin-bottom: 25px;
}

.block-div-p-span {
    font-weight: 500;
}


.covid-link:hover {
    color: #4d1edf;
    text-decoration: none;
}

.about-intro-header {
    padding-bottom: 50px;
    text-align: left;
    color: #f8f8f8;
    background: url(../img/Team-page-cover-cuttedjpg.jpg) no-repeat center center;
    background-size: cover;
    height:640px;
}

.intro-header {
    margin-bottom: 220px;
    padding-bottom: 50px;
    text-align: left;
    color: #f8f8f8;
    background: url(../img/Front-page-cover-cutted-c-.jpg) no-repeat center center;
    background-size: 110%;
    height: 100vh;
}

.intro-header-phone-view {
    padding-bottom: 50px;
    text-align: left;
    color: #f8f8f8;
    background: url(../img/homepage2.jpg) no-repeat center center;
    background-size: cover;

}

.sm_container {
    width: 100%;
    display: inline-block;
}

.intro-message {
    margin: 300px 23% 70px 10%; 
    padding: 50px;
    background-color: #7ebdc2;
    width: 65%;
}

.float_right {
    float: right;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

/*-----------------Services page-------------------*/

.guide-link {
    margin-top: 12px;
    padding: 13px 14px 12px;
    border-radius: 4px;
    border-color: transparent;
    background-color: #4d1edf;
    font-family: "Rubik";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    letter-spacing: 0.32px;
    text-align: left;
    color: #ffffff;
}

.checkbox label:hover {
    color: #4d1edf;
}

.form-control {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 8px;
    font-family: "Rubik";
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    color: #16202d;
    border-color: #16202d;
}

.form-title {
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.34px;
    color: #16202d;
}

.form-text {
    font-family: "Rubik";
    font-size: 17px;
}

.send-btn {
    width: 100%;
    color: #6b6b6b;
    background-color: #e8e8e8;
    margin-top: 7px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: inline-block;
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 4px;
}

/* icons-container: title + paragraph + icons */

.our-services-div{
    background-color: #f3efe9;
    padding-top: 50px;
    padding-bottom: 80px;
}

.our-services-div a .covid19 {
    color: #16202d;
}

.our-services-div a:hover {
    text-decoration: none;
} 

.padding0 {
    padding-left: 0;
    padding-right: 0;
}


/*-----------------services detailed pages-------------------*/

.send-us-message {
    max-width: 60%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*-----------------contact page-------------------*/

.contact-page-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Rubik";
    font-size: 40px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.8px;
    text-align: left;
    color: #16202d;
}

.contact-page-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-page-text {
    margin-bottom: 5px;
    font-family: "Rubik";
    font-size: 17px;
    line-height: 1.76;
    letter-spacing: 1.7px;
    text-align: left;
    color: #16202d;
}

.contact-page-text a {
    color: #4d1edf;
    text-decoration: underline;
}

.purple {
    color: #4d1edf;
}

.rubik-medium {
    font-weight: 500;
}

/* contact page */

.contact_title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}

.contact_detail {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.76;
    letter-spacing: 0.34px;
}


/*-----------------brand position-------------------*/
@media(max-width:768px) {
    
    .navbar-brand {
        padding-top: 15px;
    }

}

/*-----------------container for intro banner-------------------*/
@media(min-width:768px) {
    
    .container95 {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
}






/* Adjusting margin-top for text-box */



.margin-top-42 {
    margin-top: 42px;  
}

.margin-top-60 {
    margin-top: 60px;  
}

.margin-top-80 {
    margin-top: 80px;  
}

.margin-top-100 {
    margin-top: 100px;  
}




@media(max-width:767px) {

    .r1 img {
        max-width: 100%;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.intro-section {
    background-color: #ffffff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
}

.form {
    padding: 120px 0;  
}

.center-form {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.form-btn {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 50px;
    background-color: gray;
    color: #ffffff;
    margin-top: 30px;
    font-size: 18px;
    border: solid 1px #eaeaea;
}


.employee {
    /* give width to make content in the center of col */
    margin: 20px auto;
    display: block;
    width: 220px; 
}

.us-img {
    width: 201px;
    text-align: center;
}

.employee-text {
    position: relative;
    width: 250px;
    left: 0;
}

.employee_name {
    padding-top: 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: 0.5px;
    color: #2b1196;
}

.employee_title {
    font-family: "Rubik";
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: 0.34px;
    color: #16202d;
}

.employee_email {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.18;
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #4d1edf;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.employee_email:hover {
    color: #4d1edf;
}

.employee_phone {
    font-size: 15px;
    line-height: 1.18;
    letter-spacing: 0.32px;
    color: #4d1edf;
}

/* contact page */

.contact_title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
}

.contact_detail {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.76;
    letter-spacing: 0.34px;
}


/* images and text blocks section */

.section-heading {
    margin-bottom: 15px;   
    font-family: "Rubik";
    font-weight: 500;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.7px;
    color: #16202d;
}

.section-body {
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: 0.3px;
    color: #16202d;
}

.msg-heading {
    font-family: Rubik;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: 0.8px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

/*-----------------customer-------------------*/

.center-container {
    width: 65%;
    display: inline-block;
}

.greeting-container {
    width: 65%;
    display: inline-block;
}

.foundation_container {
    width: 84%;
    display: inline-block;
}

.quote {
    margin: 20px;
    padding-right: 140px;
}

.quote h3 {
    font-family: "Catamaran";
    font-size: 2.8vw;
    font-weight: bold;
    line-height: 3.3vw;
}

.quote_mark {
    font-size: 100px;
    font-weight: 700;
}

.value_heading {
    font-family: "Catamaran-ExtraBold";
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 30px;
}

#value h5 {
    font-family: "OpenSans";
    font-size: 18px;
    line-height: 26px;
}

h4 {
    line-height: 1.5;
    font-weight: 600;
}

p {
    line-height: 1.2;
}

.btn {
    padding: 3px 4px;
}

.btn-default {
    color: #F2F2F2;
    background-color: #626262;
}



.greeting {
  font-family: 'OpenSans';
  font-size: 1.4vw;
  line-height: 2vw;
  text-align: left;
  color: #ffffff;
}

.value_box {
    margin-right: -70px;
    padding: 90px 30px 90px 20px;
}

.padding30 {
    padding: 30px 0;
}

.margin30 {
    margin-right: 30px;
    margin-left: 30px;
}

.margintop40 {
    margin-top: 40px;
}


.padding200 {
    padding: 350px 20px 100px 20px;
}

.padding190 {
    padding: 190px 0;
}

.padding70 {
    padding: 70px 0;
}

.padding90 {
    padding: 90px 0;
}

.padding100 {
    padding: 100px 0;
}

.padding120 {
    padding: 120px 0;
}

.padding0 {
    padding-left: 0;
    padding-right: 0;
} 

.padding80 {
    padding-top: 80px;
    padding-bottom: 80px;
}


.padding40 {
    padding-left: 40px;
    padding-right: 40px;
}

.padding_left20 {
    padding-left: 20px;
}

.padding_bottom_70 {
    padding-bottom: 70px;
}

.margin_right_minus40 {
    margin-right: -40px;
}

.margin_right_minus50 {
    margin-right: -50px;
}

.margin_left_minus20 {
    margin-left: -20px;
}

.margin_left_minus50 {
    margin-left: -50px;
}

.margin_right_minus70 {
    margin-right: -70px;
}

.margin0 {
    margin: 0; 
}

.margin300 {
    margin-top: 400px;
    margin-left: 30px;
    margin-right: 20px;
}



.margin50{
    margin: 50px 0;
}

.marginbottom50 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.margin40 {
    margin: 0 -40px; 
}

.margin-left-minus-40 {
    margin-left: -40px;
}

.margin-right-60 {
    margin-right: -60px;
}

.align_right {
    text-align: right;
}


hr {
    width: 50%;
    margin-left: 0;
    border-color: #cccbcb;
    margin-top: 50px;
    margin-bottom: 50px;
}


.comma {
    height: 50px;
    text-align: right;
}

.bg-blue {
    background-color: #FCFDFE;
}

.green {
     font-family: OpenSans;
      font-size: 1.4vw;
      line-height: 2.1vw;
      font-weight: 600;
      letter-spacing: 0.2vw;
      text-align: left;
      color: #22a6b0;
      margin-top: 0.69vw;
      margin-bottom: 0.69vw;
}

.bg-green {
    padding: 60px;
    text-align: left;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background-image: url(../img/quote.jpg);
    background-size: cover;
}

.bg-black {
    background-color: black;
}

.bg-gray {
    background-color: #F3F5F7;
}

.left-half, .right-half {
    height: 510px;
}



.left-half90 {
    max-width: 90%;
}

.left-half {
    margin: 10px auto;
}

.text-right {
    text-align: right;
}

.img_taller {
    max-width: 100%;
    height: auto; 
}


.margin_left_40 {
    margin-left: 40px;
}

.msg {
    margin: 50px auto; 
}

.message {
    width: 350px;
    margin: auto;
    font-family: Rubik;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.34px;
    text-align: center;
}

.message-btn {
    margin-top: 30px;
    padding: 10px 30px;
    border: 0;
    background-color: transparent;
    color: #4d1edf;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1.7px;
}

.message-btn:hover {
    color: #0004ff;
}

.message-btn a {
    text-decoration: none;
    color: #ffffff;
}

.message-btn a:hover {
    text-decoration: none;
    color: #ffffff;
    font-weight: bolder;
}
/*in use  */
.message-btn-with-border {
    margin-top: 30px;
    font-family: "Rubik";
    padding: 10px 30px;
    border: solid 1px #4f51de;
    border-radius: 5px;
    background-color: #4d1edf;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: 0.34px;
}

.white-message-btn-with-border {
    margin-top: 30px;
    padding: 10px 30px;
    border: solid 1px #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.team_title {
  font-family: 'OpenSans';
  font-size: 18px;
  letter-spacing: 3px;
  text-align: left;
  color: #22a6b0;
}

/*--------EU funding container---*/






.contact_btn {
    padding-left: 0;
    border-radius: 50px;
    border: 0;
    color: #022f40;
    background-color: #ffffff;
    margin: 5px 0;
     font-family: "OpenSans";
  font-size: 18px;
  font-weight: bold;
}

.plus {
    font-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid black;
    line-height: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}

.col-sm-55 {
    position: relative;
    min-height: 1px;
    padding-left: 40px;
    padding-right: 15px;
}

.pink {
    background-color: pink;
}

.bg-blue {
    background-color: #371b6e;
    color: #ffffff;
}


#Living_enviroment_square, #Ageing_with_vitality_square, 
#benete_3_square, #wellbeing_analytics_as_a_service_square,
#our_values_square, #semi_automated_tests_square {
    display: none;
}

/* show and hide footer */
    
.block {
    height: 2000px;
}
.header img {
    width: 100%;
}
.footer-nav {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: white;
    font-size: 12px;
    font-family: "Catamaran-ExtraBold";
    font-weight: normal;
    text-align: center;
}
.show, .footer-nav:hover {
    display: block;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }

    .intro-header {
        background-size: 130%;
    }
}

@media(max-width:1180px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:1011px) {

    
}


@media(max-width:978px) {

    
}

@media(max-width:945px) {

    .intro-header {
        background-size: 150%;
    }
}

@media(max-width:788px) {

    .intro-header {
        background-size: 160%;
    }
}

@media(max-width:785px) {

    .intro-message {
        margin: 280px 30px 0px 30px;
        width: auto;
    }

    .intro-header {
        margin-bottom: 0;
    }

    .flex {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        flex-direction:column;
    }

    .employee_desc {
        padding-left: 25px;
    }

    .intro-header {
        background-size: cover;
    }

    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:1130px) {
    .quote {
        padding-right: 30px;
    }
}

@media(max-width:1030px) {

    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 13px;
        line-height: 20px;
    }

    .section-heading {
        font-size: 29px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .green, .greeting {
        font-size: 15px;
        line-height: 21px;
    }

    h5, .learn_more_link, .message, #value h5 {
        font-size: 13px;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .square h2 {
        font-size: 29px;
        line-height: 31px;
    }

    .square p {
        font-size: 13px;
        line-height: 23px;
    }

    .learn_more_heading {
        font-size: 31px;
        line-height: 41px;
    }

    .learn_more_link {
        font-size: 16px; 
    }

    .quote h3 {
        font-size: 29px;
        line-height: 34px;
    }

    .msg-heading {
        font-size: 34px;
    }
}



@media(max-width:785px) {
    .nav>li>a:focus, .nav>li>a:hover {
        border: 0;
    }

    .navbar {
        min-height: 40px;
        margin-bottom: 0; 
    }


    .navbar-nav>li>a {
        font-size: 11px;
        line-height: 14px;
    }

    .section-heading, .learn_more_heading,
    #value h4 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 5px;
        margin-bottom: 18px;
    }

    .greeting {
        font-size: 15px;
        line-height: 22px;
    }

/*--------------------Gaining...--------------------*/

    .intro-header {
        height: auto;
    }

/*--------------------Text + Img--------------------*/

    .padding90 {
        padding-top: 0;
    }

    .value-text-box {
        padding-top: 60px;
        padding-left: 32px;
        padding-right: 32px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .value-img-box {
        padding: 10px;
        margin: 20px;
    }

/*--------------------Foundation--------------------*/

    .margin110 {
        margin-top: 110px;
    }

    .foundation_container {
        width: 95%;
        display: inline-block;
        margin: 20px 10px 20px 10px;
    }

    .quote {
        padding: 0;
    }

    .quote h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .comma {
        height: 30px;
    }

/*--------------------Learn more--------------------*/ 

    .learn_more {
        width: 80%;
        padding-top: 30px;
        padding-bottom: 30px;
    }   

/*--------------------Interested?--------------------*/

    .intro-section {
        padding: 0;
        margin: 20px;
    }

    .padding20resp {
        padding-top: 20px;
        padding-bottom: 40px;
    }

/*--------------------ICF--------------------*/
    
    .bg-green {
        padding: 40px;
    }

    .square h2 {
        font-size: 30px;
    }

    .sm-container {
        width: 90%;
        display: inline-block;
    }

    .square {
        height: auto;
        margin: 0;
    }

/*--------------------    --------------------*/    

    .services-intro-header, .about-intro-header {
        padding-top: 10px;
    }

    .services-intro-header {
        margin-bottom: 40px;
    }

    .quote {
        margin: 0;
    }


    .quote h3 {
        font-size: 26px;
    }

    .name {
        padding: 20px;
    }

    .center-container {
        width: 96%;
        padding: 25px;
    }
}