@font-face {
    font-family: 'DINLiA'; /*a name to be used later*/
    src: url('../fonts/DINLiA.ttf'); /*URL to font*/
}

body {
    font-family:DINLiA;
}

/* Menu
 * --------------------------------------- */


#myNavbar li {
    color: #000;

}
#myNavbar li.active{
   color: #EF7B04;
}

#myNavbar li a{

}
#myNavbar li.active a:hover{
    color: #EF7B04;
}
#myNavbar li:hover{
     background: #50535C;
}
#myNavbar li a,
#myNavbar li.active a{
  color: #EF7B04;
}
#myNavbar li.active a{
  color: #EF7B04;
}


.section {
    background: rgb(80,83,92);
    background: -moz-linear-gradient(left,  rgba(80,83,92,1) 0%, rgba(80,83,92,1) 90%, rgba(239,123,4,1) 90%);
    background: -webkit-linear-gradient(left,  rgba(80,83,92,1) 0%,rgba(80,83,92,1) 90%,rgba(239,123,4,1) 90%);
    background: linear-gradient(to right,  rgba(80,83,92,1) 0%,rgba(80,83,92,1) 90%,rgba(239,123,4,1) 90%);
}

.content {
    background: #ffffff;
   
  	min-height: 91vh;
  	margin-bottom: 9vh;
  	width: 90vw;
	margin-right: 10vw;
    padding-bottom: 3vh;

}


#section1 {
  margin-left: 0;
}
#start {
  margin-left: 0;
}


h1 {
    color: #EF7B04;
}

h3 {
    color: #EF7B04;
}

.banner {
  
  content: url('../images/kappa-consulting-logo.jpg');
  height: 15vh;
  padding-right: 50px;

}

.banner::after {
  
  content: url('../images/kappa-consulting-logo.jpg');
  height: 15vh;
  padding-right: 50px;

}

.block {
  min-width:120px;
  text-align: center;
}

.glyphicon {
    font-size: 3em;
}
.page-wrap {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 }
.stacking{
  display: none;

 /* position:absolute;
 */
}
.uniform {
  min-height: 75vh;

}

.center {
	padding-top:40%;
}

.btn-borderless {
  border: none;
  height: 100%;
  width: 100%;
  background-color: Transparent;
  outline:none;
}

.content img {
	margin: 0px 0px 0px 15px;
    float: right;
  
}

.item-124 {
  	height: 50px;
    padding-top: 9px;
      color: #000;
}
#wtf a {
      color: #000;
}
#wtf a:hover{
   background: #50535C;
}
.makeitfit{
  padding-top: 10vh;
}