/* Banner Image */
.mybanner {
  min-width: 100%;
}

/* 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: #0088cc;
}

/* 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: #0088cc;
}

/* 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: #0088cc;
    border: 1px solid #0088cc;
}


/* Grey border Protostar look */
.site-grid {
    background-color: #f4f6f7;
}

.header {
    background-color: #f4f6f7;
}

.grid-child {
    padding: 3px 15px;
    background-color: white;
}

.footer {
    background-color: #f4f6f7;
    background-image: none;
}


/* OS Timer */

.countdown {
  	position:relative;
  	text-align:center !important;
  	width:100%;padding:15px 0 15px 0;
  	/*border:1px solid #ccc*/}

.countdown_title{
  	display:block;
  	font-weight:bold}

.countdown_displaydate{
  	display:block;
  	color:#ccc}

.countdown_daycount{
  	display:block;
  	color:#2b7cbe;
  	font-size:25px;
  	font-weight:bold;
  	margin:0;
  	padding:0;
  	line-height:normal}

.countdown_link{
  	display:block}

.countdown_hourcount{
  	display:block;
  	color:#2b7cbe;
  	font-size:20px;
  	font-weight:bold;
  	margin:0;
  	padding:0;
  	line-height:normal}

.countdown_image{
  	margin-top:-15px;
  	margin-bottom:15px}
