body {
    margin-left:0; margin-top:0; margin-right:0;
    /* background-image:url("images/background.png"); */
    /* background-size:100%; */
    background:#eee;
    /*overflow:hidden;*/
} 

.headerObject {
    width: 100%; 
     height: 240px;  
}
@media only screen and (max-width: 800px) {
    .headerObject {
         height: 320px; 
    }
}

.footer {
    width:100%; height:60px;
}

.mainHeader {
    /* min-height: 255px;  */
    width: 100%; /*background-color: #E1B995;*/
/* background-image:url('images/milo_bg.png'); position: relative;
background-repeat: no-repeat; */

}
.mainTitle {
    font-family: Knewave; font-size: 64px; font-style: normal; color:maroon;
     font-variant: normal; font-weight: 400; line-height: 64px;
}
.mainSubTitle {
    position: relative; text-align: center; margin-left: 10px; margin-right: 10px; top: -10px;
}


p {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:18px;
    margin: 0 20px 20px 20px;
}

.grey {
    color:grey; font-size:16px;
}
    
    h1 {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size:20px;
}

a:hover img {
	opacity:0.75;
	}
    
   .navlink a {
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size:18px;
        color:  #7f0000;
        text-decoration: none;
        padding: 12px 3px 12px 3px;
        border: 2px transparent; /*rgba(255, 255, 255, 0); */
        border-radius: 4px;
       --moz-border-radius:4px;
       --webkit-border-radius:4px;
    }
    
  .navlink  a:hover  {
       border: 2px transparent;
       background-color: #F5D1AF;
	}

ul li {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:18px;
}


.menu a {
    padding: 8px; 
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    outline : none;
    color: #7f0000;
    background-color: white;
    border-radius: 40px;
    border: 2px solid #7f0000;
    line-height: 40px;
}

.menu a:hover {
    color: #F5D1AF;
}


.selected{ 
    /* background-image:url("images/background.png"); */
    background-color:#fff !important;
}

.trapIcon {
    float: right;
    position: relative; top: -20px;
}

.flexContainer {
    display: flex; flex-wrap: wrap;
     display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap;
}
.flexContainer div {
    width: 320px; height: 160px; border: 2px solid #7f0000; 
    border-radius: 12px;
    margin: 10px;
    background: #ddd;/* #F5D1AF;*/
    cursor: pointer;
    text-align: center;
    padding: 8px;
    color: black;
    text-shadow: #fff 0px 0px 8px;
}
.flexContainer div:hover {
    border-color: white;
}

div.header {
    /* height: 255px; width: 100%; background-color: #E1B995; position: relative; */
    /* background-image: url("images/bin_small.jpg"); */
    /* background-repeat:no-repeat;
    background-position: 10px 10px; */
    /* border: 1px solid white; */
    position:relative;
}
div.header ul {
    list-style-type: none;
   /* border:1px solid white;  */
  padding: 0;
  text-align:center;
  line-height:50px;
  /* position:absolute; bottom:10px;  */
  margin: 0 0 0 25%;
}
div.header ul li {
    /* display: inline; */
    float:left;
    margin:0;
    background-color: #ccc;
     border:1px solid white; transition:0.3s;
}
div.header ul li:hover {
    background-color: #ddd;
    cursor:pointer;
}
div.header ul li a {
    text-decoration: none;
    vertical-align: middle;
    margin: 10px; 
    color: maroon;
}

div.header ul li a:visited {
    color: maroon;
}

div.round {
    background:#ddd; border-collapse: collapse; border-spacing:0;
    border: 2px solid #ccc;  border-radius:12px; 
    margin: 12px;
}

div.round.table {
    width:80%;
    text-align:center;
}

table {
    margin: 20px;
}

table.smalltext p {
    font-size:12px;
}
