html {
    --main-color: #00A699;
    --main-color-pale: rgb(241, 248, 248);
    --white: #fff;
    --less-white: #f6f6f6;
    --light-grey: #f7f7f7;
    --mid-grey: #b7b7b7;
    --another-grey: #a0a0a0;
    --grey: #999;
    --dark-grey: #484d52;
}


body {
    color: var(--dark-grey);
    font-family: Avenir;
}

.centeredPrompt a:visited, a:hover, a:active {
    color: var(--white);
    text-decoration: none;
}

hr.half_divide {
    width: 40%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bg_grey {
    background-color: #F8F8FF;
}

.text_shadow {
    text-shadow: rgba(17,37,47,0.7) 0 0 1em;
}

.text {
    max-width: 42em;
    margin: 0 auto;
}

.sponsor_logos {
    padding-bottom: 4em;
    padding-right: 15px;
    padding-left: 15px;
}

/** NAV BAR **/

nav#openly_top_nav {
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(17,37,47,0.7), rgba(17,37,47,0.05) 80%, transparent);
    border: none;
    padding-top: 8px;
}

nav#openly_top_nav .logo {
    visibility: hidden;
}

.navbar-nav>li>a {
    padding: 10px 10px;
}

.navbar-nav>li>a:hover {
    background: none;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-right {
    padding-top: 5px!important;
}

.navbar-brand {
    min-height: 60px;
}

/* FONTS */

h1.display_title {
    font-weight: 800;
    font-size: 2.8em;
    color: #ffffff;
    text-align: center;
    margin: auto;
    width: 65%;
}

h2.title {
    font-weight: 800;
    font-size: 3.1rem;
    margin-top: 40px;
    text-align: center;
    text-transform: lowercase;
}

p, .objectives li {
    font-size: 1.5em;
}

strong {
    font-weight: 700;
}

/* COVER + CALL TO ACTION */

.hero_header {
    background-image: url("../img/Banners/landing_banner.35d1ff0f68e3.jpeg");
    height: 650px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}

.centeredPrompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.centeredPrompt_item {
    margin-top: 180px;
}

.btn-outline {
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    background-color: transparent;
    transition: all .5s;
    border-radius: 0px;
    border: 2px solid var(--white);
    margin: 25px auto;
    min-width: 150px;
    text-align: center;
}

.btn-outline-black {
    color: var(--dark-grey);
    border: 2px solid #484d52;
    border-radius: 3px;
}

.btn-outline-black:focus {
    outline: none;
}

.btn-outline:hover {
    color: var(--light-grey);
    cursor: pointer;
}

.down_arrow {
    margin-top: 50px;
}

/* OUR GOAL */

.our_goal_section {
    background-color: var(--white);
    padding-top: 30px;
    position: relative;
}

.our_goal_section .large-illustration {
    padding-top: 4rem;
}

/* MULTI-SECTOR */

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}


/* NUTRITION IN TIMOR-LESTE */

a.footnote {
    position: relative;
    color: inherit;
    font-size: inherit;
    margin-right: 3rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.footnote:hover,
.footnote a:active,
.footnote:focus {
    outline: none;
    color: var(--main-color);
}

.footnote a:visited {
    color: currentColor;
    outline: none;
}

.footnote::after {
    content: "?";
    position: absolute;
    bottom: 0.5em;
    margin: 0 0.5em;
    border: 1px solid #d3d5d8;
    color: var(--grey);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding: 0.5em 0px;
    font-size: 12px;
    line-height: .8;
    transition: all 0.2s ease;
}

.footnote:hover::after {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.footnote-content {
    font-size: inherit;
    transition: all 0.2s ease;
}

.footnote-content:hover,
.footnote-content:active,
.footnote-content:focus {
    opacity: 0.6;
    color: var(--main-color);
}

.nutrition {
    background-color: var(--white);
}

.iconChildren {
    margin: 20px auto;
    max-width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .iconChildren {
        height: 100%;
    }
 }

/* REDUCING STUNTING */

.reducing_stunting {
}

.statistic-infographic {
    padding: 1rem;
}

p.info_graphic {
    font-size: 1.1em;
    text-align: left;
    display: table-row-group;
}

.statistcs_section {
    margin-bottom: 40px;
}

.info-strip {
    padding-bottom: 2rem;
}

/* FRAMEWORKS */

.framework-blocks {
    --spacing: 2em;
}

.framework-block {
    padding: var(--spacing);
    margin-bottom: 2em;
}

.fw-header {
    position: relative;
    height: 20rem;
    width: 100%;
    margin-bottom: var(--spacing);
    background-color: var(--main-color);
}

.fw-header h3 {
    font-size: 2.5em;
    font-weight: 800;
    text-transform: lowercase;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 1rem;
    margin: 0;
    display: inline-block;
}

.fw-header img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/* PARTNERS */

.partner_thumbs {
    padding-left: 2.6%;
    padding-right: 2.6%;
}

.partner_thumbs img {
    display: block; width: 100%;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
    border-radius: 0px;
    background: transparent;
    padding: 0;
}

.photo_label {
    padding: 10px;
    color: var(--white);
    position: absolute;
    bottom: 40;
    text-align: center;
    width: 85%;
}

.photo_label h3{
    font-size: 1.2em;
    font-weight: 600;
    background-color: #00a699;
    color: #ffffff;
    display: inline;
    padding: 0.3rem;
}

.partners_quote {
    border-style: none;
    background-color: var(--white);
    padding: 25px;
}

.partners_quote p {
    font-size: 1em;
    color: var(--dark-grey);
    line-height: 1.4;
}

.partners_quote  footer {
    color: var(--dark-grey);
    font-weight: 600;
    text-transform: uppercase;
}

.partners_list {
    font-weight: 500;
    font-size: 1.1em;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.partners_list li {
    margin-bottom: 0.5rem;
}

.list_heading {
    font-size: 1.2em;
    font-weight: 600;
}

.morePartners-btn:hover {
    color: var(--main-color);
}


/* PILOT LOCATION */

.pilot_location p {
    margin: 2em 0;
}


/* GETTING IN TOUCH */

.getting_in_touch {
    padding-top: 40px;
    margin-bottom: 20px;
}

.getting_in_touch p {
    font-size: 1.2em;
}

.back2top {
    padding-top: 5px;
    color: #062430!important;
}

.nutrition,
.multisector_section,
.pilot_location,
.getting_in_touch,
.our_goal_section,
.location_section,
.partners_section {
    padding: 4em 2em;
}

.hamutuk_footer {
    margin-top: 20px;
}

/* MEDIA QUERIES */

 /* browser */
@media screen and (max-width:1200px){
    h1.display_title {
        width: 81%;
    }
}


/* browser, ipad landscape */
@media screen and (max-width:1024px){
    h1.display_title {
        width: 76%;
    }
}

/* ipad portrait */
@media screen and (max-width:768px){

    li#log-out {
        padding-top: 10px;
    }
    .navbar-nav>li>a {
        padding-bottom: 0px;
        padding-right: 24px;
    }

    h1.display_title {
        width: 80%;
    }

    p.info_graphic {
        font-size: 1em;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* mobile portrait & landscape */
@media screen and (max-width:480px){
    .navbar-brand img {
        height: 32px;
    }

    .btn-collapse {
    margin-right: -4px;
    }

    .photo_label {
        padding: 10px;
        bottom: 30;
        width: 80%;
    }

    .photo_label h3 {
        font-size: 1em;
    }

    .navbar-nav>li>a {
        font-size: 1.4em;
        padding-bottom: 0px;
        padding-right: 24px;
    }

    h1.display_title {
        margin-top: -83px;
    }

    p.info_graphic {
        font-size: 1.1em;
    }
}

.jumbotron .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* Animation */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.repeatThree {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
 }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

body{
    background: white;
}
h2{
    margin-left: 0px;
}
.centeredPrompt {
    min-height: 15%;
}
.menu-margin>li.dropdown>a:focus {
    background-color: rgba(255, 0, 0, 0);!important;
}

.jumbotron.hero_header {
    margin-top: -80px;
}

/* Navbar styles */

.lower-top-nav {
    display: none;
}

.navbar-nav > li, .navbar-nav > li > a:hover, .navbar-nav > li > a:active {
    background-color: transparent;
    border-radius: 4px;
}

.navbar-nav > li {
    padding: 7px;
}
 li.dropdown.nav-bar-item.navbar-border-top {
    padding-bottom: 15px;
    padding-left: 10px;
}
.navbar-brand {
    background-image: url("../img/Logo-white.83e436af1094.svg");
    background-repeat: no-repeat;
    width: 12em;
}

.navbar-brand:hover, a.navbar-brand:hover, .navbar-brand img:hover {
    background-repeat: no-repeat;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

@media screen and (max-width:768px) {
    #mobile-nav .dropdown-menu>li>a {
        color: black;
    }
    #mobile-nav.collapse.in {
        margin-bottom: 80px;
        background: #8e979b;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu-left {
        right: 0;
        left: auto;
    }
}

/* END Navbar styles */

/* This is only pointing the cursor in hamutuk newsletter selection language, in openly.css also has this class but not included the cursor pointer */
.checkbox-tick + label:before {
    cursor: pointer;
}
