body {
    background: url("../blyth-images/Baker4.jpg");
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
}

.blythnavbox {
    top: 0;
    position: fixed;
    margin: auto;
    Background-color: #0055ff;
    font-size: 20pt;color: white;font-weight:bold;
    padding: 0;
	border-radius: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}
.button {
    display:inline-block;
    background-color: #0055ff;
    height:100%;
    border: none;
    color: white;
    padding: 0 8px;
    font-size: 20pt;
    font-weight:bold;
    cursor: pointer;
}    
.button:hover {
     display:inline-block;
     background-color: rgba(255,255,255,0.2);
     padding: 0 8px;
     color: white;
     text-decoration: overline;
     cursor: pointer;
 }   
.dropbtn {
    background-color: #0055ff;
    color: white;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    text-decoration: overline;
    background-color:rgba(255,255,255,0.2);
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #DAF3FF;
    width: 100%;
    text-align:center;
    overflow: auto;
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 2px 0;
    font-size: 20.0pt;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {color: white; background-color: red}
.show {display:block;}


.BlythContentBox {
    position: static;
    margin:auto;
    bottom:0;
    Background-color: transparent;
    margin-top: 0;
    width: 80%;
    color: rgba(0,0,0,0.9);
    padding:7px 30px 30px 20px;
	border-radius: 10px 10px 10px 10px;
	font-size: 16.0pt;
    font-family:Calibri,sans-serif;
    z-index: 2;
}
.BlythContentBoxWhite {
    position: static;
    bottom:0;
    Background-color: white;
    margin: auto;
    margin-top: 0;
    width: 80%;
    color: rgba(0,0,0,0.9);
    padding:7px 30px 30px 20px;
	border-radius: 10px 10px 10px 10px;
	font-size: 16.0pt;
    font-family:Calibri,sans-serif;
    z-index: 2;
}


.BlythCopyrightBox {
    position: fixed;
    bottom:0;
    Background-color: #0055ff;
    width: 100%;
    color: white;
    padding: 7px 30px 7px 20px;
	z-index:1;
}