body{
    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden;
}
body.udu-loader-active, body.udu-overlay-menu-active{
    overflow:hidden;
}
.noMargin{
    margin:0px !important;
}
.noPadding{
    padding: 0px !important;
}
.udu-bg{
    background-color: #efefef;
}
.udu-bg-olive{
    background-color: olive;
}
.udu-scroll-cursor{
    cursor: url(../res/Pointers-White-01.png), auto;
}
.udu-full-screen{
    width:100vw;
    height:100vh;
}
.udu-loader-wrapper{
    height:100vh;
    width:100vw;
    background:#222;
    position:absolute;
    top:-200vh !important;
    z-index: 500;
}
body.udu-loader-active .udu-loader-wrapper{
    top:0vh !important;
}
.udu-loader-text{
    margin-left:40%;				
    font-size:30px;
    color: white;
    position: absolute;
    top:40vh;
}
.udu-overlay-menu-wrapper{
    z-index: 400;
    background-color: black;
    height:100vh;
    width: 100vw;
    overflow-y: scroll;
    position: absolute;
    top:-150vh;
    padding: 10vh 0px;
    transition: 0.5s all;
}
body.udu-overlay-menu-active .udu-overlay-menu-wrapper{
    top:0px;
}
.udu-close-menu-icon, .udu-menu-icon{
    color: white;
    cursor: pointer;
    padding-right: 0vw;
}
.udu-overlay-menu li{
    padding: 6px 0px;
}
.udu-overlay-menu li{
    display: block;
    margin:20px 0px !important;
    font-size: 18px;
}
.udu-overlay-menu li a{
    color: white;
    text-transform: uppercase;
    letter-spacing: 2;
}
.udu-overlay-menu li a:hover{
    border-bottom: 1px solid white;
}
.udu-main-container{
    min-height: 85vh;
}
.udu-home-banner{
    background-image:url('../res/Main-Image.jpg');
    background-size: cover;
}
.udu-section{
    position: relative;
    padding: 20px 10vw;
    font-size: 1.2em;
    line-height: 1.6;
    color: #999999;
    -webkit-font-smoothing: antialiased;			
}
.udu-section-header{
    padding-bottom:10px;
}
.udu-section-body{
    padding-top:10px;			
}
.udu-section-title{
    font-size: 30px;
    color: #f26522;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.udu-section p{
    margin-bottom: 1em;
}

.udu-section-scroll{
    overflow-x:scroll;
    overflow-y: hidden;
    height:300px;
    white-space: nowrap;
    cursor: url(../res/Pointers-White-01.png), auto;
}
.udu-section-scroll::-webkit-scrollbar{
    display:none;
}
.udu-intro{
    color: #999999;
}
.udu-services{
    background: #efefef;
}
.udu-service-tile{
    text-align:left;
}
.udu-service-tile-title{
    position: relative;
}
.udu-service-tile-title::after, .udu-press-tile-title::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100px;
    left: 0px;
    top: 120%;
    background: olive;
}
.udu-service-tile p{
    font-size:15px;
}
.udu-experience{
    background: olive;
    padding-bottom:20px;
}
.udu-experience-scroll{
    height:330px;
    border-top: 2px solid white;
}
.udu-experience-tile{
    width:300px;
    height:200px;
    margin:10px;
    padding: 20px !important;
    display: inline-block;	
    text-align:center;
    white-space: normal;
    position:relative;
}
.udu-experience-tile i{
    color: white;
    font-size: 35px;
}
.udu-experience-tile::after{
    content: "";
    position:absolute;
    bottom:200px;
    left:50%;
    width:2px;
    height: 100px;
    background: white;
}
.udu-experience-tile-title{
    font-size:18px;
    color: white;
}
.udu-experience-tile-location{
    font-size:12px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.udu-experience-tile-status{
    font-size:14px;
    text-transform: uppercase;
    color: white;
}
.udu-experience-tile-details{
    font-size:10px;
    color: white;
}
.udu-experience-tile .udu-icon{
    margin-left: 105px;
}
.udu-icon{
    width: 50px;
    height: 50px;
    background-size: cover;
}
.udu-icon-work{
    background-image: url('../res/udu-icon-work.svg');
}
.udu-icon-fellow{
    background-image: url('../res/udu-icon-fellow.svg');
}
.udu-icon-school{
    background-image: url('../res/udu-icon-school.svg');
}
.udu-press{
    background:#efefef;
    min-height: 500px;
}
.udu-press-tile{
    white-space: normal;
    padding-top: 50px !important;
}
.udu-press-tile-image{
    background-image:url('http://uduak.henga.co/wp-content/uploads/2017/05/bd.jpg');
    background-size: cover;
    height: 300px;
}
.udu-press-tile-title{
    position:relative;
    font-size: 16px;
    color:olive;
    height: 50px;
    overflow: hidden;
}
.udu-press-tile-details{
    font-size:12px;
}
.udu-press-tile-excerpt{
    height:50px;
    overflow-y: hidden;
}
.udu-press-tile-read{
    border: 1px solid olive;
    padding: 5px;
    color: olive;
    cursor: pointer;
    transition: 0.4s all;
}
.udu-press-tile-read:hover{
    background: olive;
    color:white;
}
.udu-press-item-image{
    height:400px;
    width:100%;
    background-size: cover;
    background-position-x: 60%;
}
.udu-press-item-banner{
    background: olive;
    height:200px;
    padding-top:50px;
}
.udu-menu-home-banner{
    background-color: transparent;
}
.udu-menu-home-banner .udu-menu-icon{
    color: #f26522;
    text-transform: uppercase;
    letter-spacing: 2;
    cursor: pointer;
    margin-top: -70px;
}
.udu-menu-banner{
    background: olive;
    height:250px;
    padding-top:50px;
}
.udu-menu{
    position: absolute;
    left: 0px;
    top: 160px;
    width: 100vw;
    text-transform: uppercase;
    letter-spacing: 2;
    padding-right: 30px;
}
.udu-menu-item{
    cursor: pointer;
}
.udu-menu ul li{
    display: inline-block;
    margin-right:16px;
    font-size: 12px;
}
.udu-menu ul li a{
    color: white;
}
.udu-menu ul li a:hover{
    border-bottom: 1px solid white;
}
.udu-services-banner{
    background: hsla(19, 89%, 10%, 1);
    background-image: url('http://uduak.henga.co/wp-content/uploads/2018/02/Landing-Page-ThumbnailLast-Resort.jpg');
    background-size: cover;
    height:300px;
}

.udu-quote-section{
    background: #efefef;
    background-image: url('../res/background-for-quotes.jpg');
    background-size: cover;
    text-align: center;
}
.udu-quote-saying{
    font-size:34px;
    position: relative;
    padding:0 3vw;
    font-style: italic;
}
.udu-quote-sayer{
    font-size:16px;
    font-weight: bold;
    letter-spacing: 2;
    text-transform: uppercase;
    color:rgba(0,0,0,0.5);
}
.udu-quote-saying::before{
    content: url(../res/Quotes/Quote-03.png);
    /**position: absolute;**/
    top: -30px;
    left:-30px;
}
.udu-quote-saying::after {
    content: url(../res/Quotes/Quote-04.png);
    /**position: absolute;**/
    top: 100%;
    right:0px;
}
.udu-quote-sayer::before, .udu-quote-sayer::after {
    content: "-";
}

.udu-testimonial {
    padding: 20px 3vw !important;
}
.udu-testimonial-title {
    font-size: 1.64rem;
    line-height: 110%;
    margin: .82rem 0 .656rem 0;
    position: relative;
}
.udu-testimonial-title::after {
    content: "";
    position: absolute;
    height: 0px;
    width: 100px;
    left: 0px;
    top: 120%;
    background: olive;
}
.udu-testimonial-title::before{
    content: url(../res/Quotes/Quote-05.png);
    position: absolute;
    top: -30px;
    left:-10px;
}
.udu-testimonial-section .udu-section-title{
    padding-bottom: 20px;
}
.udu-testimonial {
    padding: 20px 3vw !important;
}
.udu-testimonial-saying {
    font-size: 15px;
    position: relative;
}
.udu-testimonial-saying::after {
    content: url(../res/Quotes/Quote-06.png);
    position: absolute;
    bottom: -30px;
    right:-10px;
}
.udu-testimonial-giver::before {
    content: '-';
}
.udu-testimonial-giver {
    color: olive;
    font-size: 15px;
    text-align: right;
    padding-top:10px;
}
.udu-press-container .udu-press{
    background: white;
    padding-top:50px;
}

.udu-gallery-section{
    background: #efefef; 
    position: relative;
    padding:50px 0px;
    white-space: nowrap;
    min-height:320px;
}
.udu-gallery-section-container{
    position: absolute;
    white-space: nowrap;
    overflow-x: hidden;
    left: 50%;
}
.udu-gallery-section-thumbnail{
    display: inline-block;
    margin:0px 10px;
    background-size: cover;
    height:300px;
    width:300px;
    cursor: pointer;
}

.udu-contact-image{
    background-image: url('../res/Main-Image-2.jpg');
    background-size: cover;
    height: 300px;
}
#udu-contact-send:hover, #udu-contact-send:active, #udu-contact-send:focus{
    background-color: olivedrab;
}
.spinner-olive, .spinner-olive-only{
    border-color: olive;
}
.udu-social-image-container{
    background: #fcfcfc;
    padding-top: 5px !important;
    
}
.udu-social-image-container:nth-child(1){
    border-right:1px solid grey;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.udu-social-image-container:nth-child(3){
    border-left:1px solid grey;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.udu-social-image-container:hover{
    background: #efefef;
}
.udu-social-image-container:hover svg g{
    fill: white;
}
.udu-social-image{
    height:40px;
    width:40px;
}
.udu-srPage .udu-gallery-section img{
    padding: 0px !important;
    margin:0px !important;
    height: 16vw !important;
}
@media only screen and (min-width: 1020px) {
    .udu-overlay-menu li a {
        color: white;
        text-transform: capitalize;
        font-size: 50px;
    }
    .udu-overlay-menu{
        padding-left: 100px !important;
        text-align: left;
    }
}
@media only screen and (min-width: 800px) {
    .udu-overlay-menu li a {
        color: white;
        text-transform: capitalize;
        font-size: 45px;
    }
    #udu-top-menu-logo{
        display: none;
    }
    .udu-overlay-menu{
        padding-left: 100px !important;
        text-align: left;
    }
}
@media only screen and (max-width: 800px) {
    .udu-overlay-menu-wrapper svg {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .udu-menu-home-banner .udu-menu-icon {
        margin-top: 0px;
    }
    .udu-menu-banner img{
        height: auto !important;
        width: 80vw !important;
    }
    .udu-home-banner{
        background-position-x: 90%;
    }
    .udu-home-banner img{
        float: right;
    }
    .udu-press-tile-image{
        background-position-x: 50%;
    }
}
@media only screen and (max-width: 400px) {
    .udu-menu-home-banner img {
        height: 50px;
        width: auto;
        float: right;    
    }
}

/**
Design: Andrew Ater & Joe Muthoka
Developer: Andrew Ater

**/