.navbar{
    z-index: 2000;
}
.jumbotron {
	background: url(../img/consulting-business.jpg);
	background-size: cover;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	/* background: transparent; */
	min-height: 80vh;
	width: 100%;
} 

.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: #6b6b6b;
}

.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: #c99001;
    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;
    }
    .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){
    .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) {
    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: 15em;
    padding-bottom: 15em;
}

.gold{
    color: #c99001;
}

.bg-offwhite{
    background-color: #e9ecef !important;
}

.btn-primary{
    border-radius: 5px !important;
    background-color: #c99001 !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;
    }
}

