/*************************************************************************************************************

									COLUMN LAYOUTS

**************************************************************************************************************/

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
float:left;
margin : 10px 4% 10px 0;
}

.one-half {
width:48%;
}

.one-third {
width:30.6%;
}

.two-third {
width:65.4%;
}

.one-fourth {
width:22%;
}

.two-fourth {
width:48%;
}

.three-fourth {
width:74%;
}

.one-fifth {
width:16.8%;
}

.two-fifth {
width:37.6%;
}

.three-fifth {
width:58.4%;
}

.four-fifth {
width:79.2%;
}

.last {
margin-right: 0 !important;
}

.last + * {
clear:both;
}

/*************************************************************************************************************

									Loo-Banner

**************************************************************************************************************/
/* Banner Image 
.mybanner {
  min-width: 10%;
}*/
/* Menu */
/* Override the lila background with white 
.container-header {
  background-color: white;
  background-image: none; 
} */
/* Text should now be blue 
.container-header .mod-menu {
  color: #22262A; 
} */
/* We add padding and radius so that on hover there is a nice background 
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #22262A;
} */
/* On hover there should be a gray background
.container-header .mod-menu a:hover {
  background-color: #eee; 
} */
/* We need to change the color of the Hamburger Menu because white on white is not good 
.container-header .navbar-toggler {
  color: #22262A;
  border: 1px solid #0088cc;
} */