body{
    max-width: 1600px;
    margin: 0 auto;
} 
.navbar{
    background-color: rgb(186,233,150);
}
a.choice-header{
    display: block;
    width: 100%;
    background-color: rgb(245, 74, 17);
    color: #fff;
    padding: 10px 0px;
}
h1{
    margin: 5px auto 0px;
    max-width: 1080px;
    max-width: 1080px;
    font-size: 40px;
    padding: 0px 20px; /* 20->14px */
    line-height: 1.0;
    font-weight: normal;
}
.nav-menu > li > a{
    font-size: 17px; 
    padding: 14px 15px;
} 
.nav-menu > li:first-child > a{
    padding-left: 21px;
}
#choice-menu{
    background-color: #282828;
    min-height: 600px;
    width: 100%;
    height: auto;
    position: relative;
    color: #FFF; /* rgb(255, 253, 206); /* pale green rgb(227, 255, 206); /* pale yellow rgb(255, 255, 220); */
}
#choice-menu-rounded{
    border-radius: 7px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 800px;
    background-image: url("custom_cover_page_image.jpeg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
#choice-buttons{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    text-align: center;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 1px dotted #ddd;
}
#choice-buttons > a:first-child{
    border-right: 0.2px dotted #ddd;
    border-radius:  7px 0px 0px 7px;
}
#choice-buttons > a:last-child{
    border-radius: 0px 7px 7px 0px;
}
#choice-spacer{
    padding: 15px;
    background-color: #282828;
}
.choice-button{ /* turquoise: 40E0D0, bright green: rgb(186,233,150) */
    color: #FFF;
    font-family: callunaregular, Times New Roman, Helvetica, HelvLight, Trebuchet MS, Arial, sans-serif;
    font-size: 26px;
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-shadow: #333 0px 0px 1px, #333 0px 0px 1px, #333 0px 0px 1px, #333 0px 0px 1px, #333 0px 0px 1px, #333 0px 0px 1px;
}
.choice-button:visited{
    color: #FFF;
}
.choice-button:hover{
    cursor: pointer;
    background-color: rgba(168, 211, 135, 0.3); /* nav highlight #282828; /* dark green rgb(115,163,107); /* rgb(245, 74, 17); /* #141412; */
    color: #caffa3;
    text-decoration: none;
    /*color: rgb(255, 253, 206); */
}
@media screen and (max-width: 600px){
    h1{ 
        font-size: 30px;
    }
    #choice-spacer{
        padding: 8px;
    }
    #choice-menu{
        min-height: 480px;
    }
    #choice-buttons{
        flex-direction: column;
        max-width: 640px;
    }
    .choice-button{
        width: 100%;
    }
    #choice-buttons:first-child a{
        border-bottom: 0.2px dotted #ddd;
        border-right: 0px solid #ddd;
    }
}
@media screen and (max-width: 450px){
    h1{ 
        font-size: 22px;
    }
}
@font-face {
    font-family: 'callunaregular';
    src: url('/wp-content/themes/twentythirteen-child/fonts/Calluna-Regular-webfont.eot');
    src: url('/wp-content/themes/twentythirteen-child/fonts/Calluna-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/twentythirteen-child/fonts/Calluna-Regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/twentythirteen-child/fonts/Calluna-Regular-webfont.woff') format('woff'),
         url('/wp-content/themes/twentythirteen-child/fonts/Calluna-Regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/twentythirteen-child/fonts/Calluna-Regular-webfont.svg#callunaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
footer{
    min-height: calc(100vh - 740px); /* fit right down to the bottom of the page */
}