* html {
  scroll-behavior: smooth;
  }
.navbar{
    z-index: 1;
}
nav{
    width: 100%;
    position:relative;
    top: 0;
    left: 0;
    padding: 20px 1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
}
nav .logo{
    width: 80%;
}
nav ul li{
    list-style: none;
    display: inline-block;
    margin-left: 50px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 25px;
 
}

.shadow{
  text-shadow: 1px 1px 2px #000000a6 !important;
}
.hero {
  background-image: linear-gradient(rgba(15, 7, 50, 0.079),rgba(12, 3, 51, 0.084)), url(../img/Umdoni-Beach_Site2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 -200px 0 !important;
  top: -209px;
  position: relative;
  min-height: 82vh;
  width: 100%;
  justify-items: center;
  transform: scale(1);
} 
@keyframes animatedBackground {
  from {
    background-image:  url('../img/Umdoni-Beach_Site2.jpg');
    background-position: 0 0;
  }
  to {
    background-image:  url('../img/Umdoni-Beach_Site3.jpg');
    background-position: 100% 0;
  }
}
#animate-area {
  background-repeat: repeat-x;
  animation: animatedBackground  linear infinite alternate;
  animation-timing-function: ease-in-out;
}

.watermark{
    background-color: rgba(0,0,0,.02);
    width: 80%;    
}

.jumbotron-content{
    text-align: center;
    top: 30%;
    position: absolute;
    justify-content: center;
}
.jumbotron-content h1{
    color: #fff;
}


.img-thumbnail{
  border: 0 none !important
}

.welcome-header{
    font-family: Arial,Arial,Helvetica,sans-serif;
    font-weight: 200;
    font-size: 65px;
    color: #132a20f2;
    margin-top: 1em;
    text-shadow: 1px 1px 2px #000000a6;
}

.welcome-text{
    font-family: 'Times New Roman',Times,serif;
    font-weight: 200;
    font-size: 50px;
    color: #fff;
}

.background-video{
    position:absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.news-video{
    width: 100%;
    border: 1px solid #00038fab;
    border-radius: 15px;
}

.card{
    border-radius: 12px!important;
}

.card-border{
  border: 2px solid #A5A3A3 !important;
}

.card-hover:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(120,180,245,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(120,180,245,1);
    box-shadow: 0px 0px 15px 0px rgba(120,180,245,1);
    transition: all .3s ease-out 0s;
}

.card .card-footer .additional-card-info{
    display: none;
}
.card-img-top {
    width: 100%;
    height: 17vw;
    object-fit: cover;
    object-position: top;
}



.tag-heading{
    position: absolute;
    min-height: 400px;
}

.partners img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}




/* Extra small devices (phones) */
@media (max-width: 575.98px) {
  
  
  * html {
    scroll-behavior: smooth;
    }
  /* Your styles here */

  .jumbotron-content{
    font-size: 9px;
    top: 50%;
  }

  

  .jumbotron-content .subtitle{
    display: none;
  }
  nav ul li a{
    text-decoration: none;
    color: #fff !important;
    font-size: 25px;
}


.bg-picture {
height: auto !important;
}

#service-page{
  display: none !important;
}

.card-img-top {
  width: 100%;
  height: 80vw;
  object-fit: cover;
  transform: scale(.9);
}

#News .row .col-sm-12 .card .row .col-lg-4.col-md-4.col-sm-12.col-sx-12{
  width: 100%;
  max-height: 150px;
  overflow: hidden;
}

.img-fluid.rounded-start{
  margin: auto;
  display: block;
  margin-top: 3px;

}

.carousel{
  background-image: linear-gradient(rgba(0, 0, 0, 0.59),rgba(12, 3, 51, 0.084)), url(../img/Umdoni-Building_Front.jpg);
  height: 65vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.hero {
  background-image : linear-gradient(rgba(15, 7, 50, 0.079),rgba(12, 3, 51, 0.084)),
  url('../img/Umdoni-Beach_Site2.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 0 -100 0 !important;
  position: relative;
	/* min-height: 40vh; */
	width: 100%;
  align-items: center;
  justify-items: center;
  transform: scale(1);
} 




}

/* Small devices (tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
  * html {
    scroll-behavior: smooth;
    }
  /* Your styles here */
  .card-img-top {
    width: 100%;
    height: 80vw;
    object-fit:inherit;
    /* transform: scale(.99); */
  }
}

/* Medium devices (desktops) */
@media (min-width: 768px) and (max-width: 991.98px) {
  * html {
    scroll-behavior: smooth;
    }
  /* Your styles here */
  .card-img-top {
    width: 100%;
    height: 50vw;
    object-fit:scale-down;
    /* transform: scale(.99); */
  }
}

/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  * html {
    scroll-behavior: smooth;
    }
  /* Your styles here */

}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  * html {
    scroll-behavior: smooth;
    }
  /* Your styles here */
}

.text-yellow{
  color: #F4CA00 !important;
  /* color: #c99001; */
    /* font-size: 3.5rem !important; */
    text-shadow: 1px 1px 2px #000000a6;
}

.text-blue{
  color: #0639b0 !important;
    border-color: #0639b0 !important;
  
}

.mac{
        background: url(../img/My-Post.jpg);
        background-size: cover;
        margin-bottom:0 !important;
        padding-bottom:0 !important;
        /* background: transparent; */
        min-height: 40vh;
}

.consulting{
        background: url(../img/consulting.jpg);
        background-size: cover;
        /* margin-bottom:0 !important; */
        /* padding-bottom:0 !important; */
        /* background: transparent; */
        min-height: 50vh;
}
.municipalities{
    /* background: url(../img/municipality.jpg); */
    background-size: cover;
    min-height: 40vh;
}

h1{
    color: #0e01c9;
    font-size: 3.5rem !important;
    text-shadow: 1px 1px 2px #000000a6;
}

a:hover{
    text-decoration: none !important;
}

a{
    text-decoration: none !important;
}

.growth{
    background: url(../img/growth.jpg);
    background-size: cover;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    height: 50vh;
}


.partnerships{
    background: url(../img/partnerships.jpg);
    background-size: cover;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    /* background: transparent; */
    min-height: 60vh;
}

.mines{
    background: url(../img/mines.jpg);
    background-size: cover;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    /* background: transparent; */
    min-height: 80vh;
}

.style1{
    background: rgb(54, 0, 0);
}

.style1 ul li, .style1 p, .style1 .text-secondary {
    color: #ddd !important;
}

.style2{
    background:rgba(86,86,83,1);
}

.style2 ul li, .style2 p, .style2 .text-secondary {
    color: #ddd;
}

.marketbar{
    top:120px; 
    z-index:2000; 
    border-radius: 5px;
}

	/*App Footer  */
section#appfooter {
        position:fixed;
        left:0px;
        bottom:0px;
        width:101%;
        background:#eee; 
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3);
        z-index:3000;
        height: 5rem;
     }
    
         section.fBlock{
             display: block;
             float:left;
             width:25%;
             padding-bottom: 90px;
             height: 9em;
             text-align: center;
             line-height: 5em;
     }
     
     p.fType{
        margin-top: -32px !important;
        color:#4d4d4d;
        text-decoration: none;
     }
     
    p.fType.active{
       color: #1c79f1!important;
    }

    /* .text-secondary{
        color: #fff300  !important;
    } */


 

    .navicon{
       color:#4d4d4d;
    }
    
    .navicon.active{
      transition: all .5s ease-in-out forwards;
      transform: scale(1.5, 1.5);
      padding: 1.7rem;
      border:1px solid #b7b7b7;
      background: #b7b7b7;
      width:5em;
      height: 5em;
      margin:auto;
    }
    

    .footer-icon{
        width: 100px;
        height: 100px;
        font-size: x-large;
    }

/* Mobile */
@media screen and (max-width:400px){
  * html {
    scroll-behavior: smooth;
    }
    .welcome-header .welcome-text{
        font-size: 40px;
    }
    .welcome-header{
        font-size: 40px;
    }
    h1{
        font-size: 3rem !important;
    }
    iframe{
        width:100% !important;
    }
    .address{
        text-align: center !important;
    }
}

/* app */
@media all and (display-mode: standalone) {
  * html {
    scroll-behavior: smooth;
    }
    body{
      background: #efefef;
    }
    [data-apponly]{
      display: block;
    }
    [data-browseronly]{
      display: none;
    }
  
    .container{
      width:100%;
      padding-right: 1;
      padding-left: 1;
     
    }
    .mt-5,.my-5{
      margin-bottom: 1em !important;
    }
  
  }
  
  
  @media all and (display-mode: browser) {
    [data-apponly]{
      display: none;
    }
    [data-browseronly]{
      display: block;
    }
  
   #appfooter{
       display: none;
  } 
  #topheader{
   display:none;
  }
}


/* classes */
.content-section{
    padding-top: 2em;
    padding-bottom: 2em;
}

.blue{
   color: #1e2156;
}

.gold{
    color: #c99001;
}

.bg-offwhite{
    background-color: #f3f5f9b0 !important;
}


.bg-picture{
  background-image : linear-gradient(rgba(0, 0, 0, 0.59),rgba(12, 3, 51, 0.084)),
    url('../img/Umdoni-Building_Front.jpg');
    height: 65vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-primary{
    border-radius: 5px !important;
    background-color: #1e2156 !important;
}

.trans-white{
    background-color: rgba(255, 255, 255, 0.5);
}

.circle{
    border-radius: 100px;
    background-color: #d7eae4;
    width: 150px;
    height: 150px;
    text-align: center;
}

.hover-effect:hover{
    color: #18a52f;
    transition: 0.3s;
}

.rounded{
    border-radius: 25px !important;
}

.white-header{
    color: #e1daca !important;
    font-size: 3.5rem !important;
    text-shadow: 1px 1px 2px #000000a6;
}

.font-shadow{
    text-shadow: 1px 1px 2px #000000a6 !important;
}

.font-gugi{
    font-family: 'Gugi', cursive;
}

@media screen and (max-width:420px){
    iframe{
        width:auto;
    }

    .contactus{
        text-align: center;
    }
}
