
@font-face {
    font-family: media_gothic;
    src: url('../images/md_gothic.woff') format('woff');
}

html {
    height: 100%;   
}

*{ margin:0; box-sizing: border-box; }/* Quick reset */

body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: nowrap;	
    -webkit-align-items: flex-start;

    justify-content: flex-start;
    align-items: stretch;	
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;

/*    background-image: url(../images/Background-widescreen-menu-75_logo.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; */
    background-repeat: no-repeat;
    background-color: #100F14;
    font-family:media_gothic;      
}

header { 
    flex: 2;
    width: 100%;
}

main { 
    flex: 7;
    width: 100%;
    display: inline;
    padding: 0px;
    color: #cac3b7;
}

footer {
    flex: 2;
    display: inline;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2%;
    border: 0px;
}	

#empty {
    flex: 0;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 0px;
}

#content {
    position:fixed;
    width: 60%;
    margin-left: 3%;
    margin-right: 15%;
}

#left_cont {
    color: #cac3b7;
    position:fixed;
    margin-left: 3%;
    margin-right: 15%;
    bottom: 5%;
    display: flex;
    align-items: center;
    width: 50%; 
}

#menu_cont {
    color: #cac3b7;
    bottom: 5%;
    z-index:0;
}

#cr {
    position:fixed;
    color:#b7afa5;
    right: 15%;
    bottom: 5%;
    width: 50%;
    text-align: right;
}

.menu_item {
    display: blocks;
    width: 33%;
    text-align: center;
    padding: 0% 4% 0% 0%;
}

a:visited, a:link {
    color: #cac3b7;
    text-decoration: none;
}

a:hover {
    color: #bebd57;
    text-decoration: none;
}

a:active {
    color: #717e63;
    text-decoration: none;
}

h1{
    margin-top: 2%;
    text-align: center;
    margin-bottom: 2%;    
}

p{
    margin-bottom: 2%;
    padding: 0% 1% 0% 1%;
    text-indent: 3%;
}

ul{
    margin-bottom: 2%;
    padding: 0% 0% 0% 3%;
}

.alt-date {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

/******************width over 5120******************/

@media only screen and (min-width: 5120px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 5120px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21)     {
    /* for > 4k - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }

    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 5em;
    }
    p, .list_item {
        font-size: 3.5em;
    }
    .alt-date {
        font-size: 1.125em;
    }
    #cr {
        font-size: 3em;
    }
    header, footer { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
}

@media only screen and (min-width: 5120px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for > 4k - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 5em;
    }
    p, .list_item {
        font-size: 3.5em;
    }
    .alt-date {
        font-size: 1.125em;
    }
    #cr {
        font-size: 3em;
    }
    header, footer { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
}

@media only screen and (min-width: 5120px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 4720 and 5120******************/

@media only screen and (min-width: 4720px) and (max-width:5119px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 4720px) and (max-width:5119px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21)     {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 4.5em;
    }
    p, .list_item {
        font-size: 3.25em;
    }
    .alt-date {
        font-size: 1.125em;
    }
    #cr {
        font-size: 3em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 4720px) and (max-width:5119px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 4.5em;
    }
    p, .list_item {
        font-size: 3.25em;
    }
    .alt-date {
        font-size: 1.125em;
    }
    #cr {
        font-size: 3em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 4720px) and (max-width:5119px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 4320 and 4720******************/

@media only screen and (min-width: 4320px) and (max-width:4719px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 4320px) and (max-width:4719px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21)     {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 4em;
    }
    p, .list_item {
        font-size: 3em;
    }
    .alt-date {
        font-size: 1.125em;
    }
    #cr {
        font-size: 2em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 4320px) and (max-width:4719px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 4em;
    }
    p, .list_item {
        font-size: 3em;
    }
    .alt-date {
        font-size: .5em;
    }
    #cr {
        font-size: 2em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 4320px) and (max-width:4719px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 3920 and 4320******************/

@media only screen and (min-width: 3920px) and (max-width:4319px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 3920px) and (max-width:4319px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21)     {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 3.5em;
    }
    p, .list_item {
        font-size: 2.75em;
    }
    .alt-date {
        font-size: 1.125em;
    }
    #cr {
        font-size: 2em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 3920px) and (max-width:4319px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 3.5em;
    }
    p, .list_item {
        font-size: 2.75em;
    }
    .alt-date {
        font-size: .5em;
    }
    #cr {
        font-size: 2em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 3920px) and (max-width:4319px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 3520 and 3920******************/

@media only screen and (min-width: 3520px) and (max-width:3919px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 3520px) and (max-width:3919px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 3.25em;
    }
    p, .list_item {
        font-size: 2.5em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 3520px) and (max-width:3919px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 3.25em;
    }
    
    p, .list_item {
        font-size: 2.5em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 3520px) and (max-width:3919px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 3120 and 3520******************/

@media only screen and (min-width: 3120px) and (max-width:3519px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 3120px) and (max-width:3519px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 3em;
    }
    p, .list_item {
        font-size: 2.3em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 3120px) and (max-width:3519px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 3em;
    }
    
    p, .list_item {
        font-size: 2em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 3120px) and (max-width:3519px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 2720 and 3120******************/

@media only screen and (min-width: 2720px) and (max-width:3119px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 2720px) and (max-width:3119px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 2.5em;
    }
    p, .list_item {
        font-size: 1.75em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 2720px) and (max-width:3119px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 2.5em;
    }
    
    p, .list_item {
        font-size: 1.75em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 2720px) and (max-width:3119px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 2320 and 2720******************/

@media only screen and (min-width: 2320px) and (max-width:2719px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 2320px) and (max-width:2719px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 2.25em;
    }
    p, .list_item {
        font-size: 1.5em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 2320px) and (max-width:2719px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 2.25em;
    }
    
    p, .list_item {
        font-size: 1.5em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1.5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 2320px) and (max-width:2719px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 1920 and 2320******************/

@media only screen and (min-width: 1920px) and (max-width:2319px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 1920px) and (max-width:2319px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 2.0em;
    }
    p, .list_item {
        font-size: 1.3em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1920px) and (max-width:2319px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 2.0em;
    }
    
    p, .list_item {
        font-size: 1.3em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1920px) and (max-width:2319px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 1520 and 1920******************/

@media only screen and (min-width: 1520px) and (max-width:1919px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 1520px) and (max-width:1919px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 desktop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 1.75em;
    }
    p, .list_item {
        font-size: 1em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1520px) and (max-width:1919px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen desktop - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 1.75em;
    }
    
    p, .list_item {
        font-size: 1em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: 1em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1520px) and (max-width:1919px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 1320 and 1520******************/

@media only screen and (min-width: 1320px) and (max-width:1519px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 1320px) and (max-width:1519px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 1.25em;
    }
    p, .list_item {
        font-size: .875em;
    }
    .alt-date {
        font-size: .75em;
    }
    #cr {
        font-size: .5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1320px) and (max-width:1519px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: 1.25em;
    }
    p, .list_item {
        font-size: .875em;
    }
    .alt-date {
        font-size: .75em;
    }
    #cr {
        font-size: .5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1320px) and (max-width:1519px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 1120 and 1320******************/

@media only screen and (min-width: 1120px) and (max-width:1319px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 1120px) and (max-width:1319px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 50%;
    }
    h1, .menu_item {
        font-size: 1em;
    }
    p, .list_item {
        font-size: .7em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: .5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1120px) and (max-width:1319px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 50%;
    }
     h1, .menu_item {
        font-size: 1em;
    }
    p, .list_item {
        font-size: .7em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: .5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 1120px) and (max-width:1319px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 920 and 1120******************/

@media only screen and (min-width: 920px) and (max-width:1119px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 920px) and (max-width:1119px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 50%;
    }
    h1, .menu_item {
        font-size: .75em;
    }
    p, .list_item {
        font-size: .6em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: .5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 920px) and (max-width:1119px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 50%;
    }
     h1, .menu_item {
        font-size: .75em;
    }
    p, .list_item {
        font-size: .6em;
    }
    .alt-date {
        font-size: 1em;
    }
    #cr {
        font-size: .5em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 920px) and (max-width:1119px) and (min-aspect-ratio:32/15){
    /* aspect ratio too wide for picture */
    body{
        background-color: #100F14;        
    }
}

/******************width between 720 and 920******************/

@media only screen and (min-width: 720px) and (max-width:919px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 720px) and (max-width:919px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 50%;
    }
    h1, .menu_item {
        font-size: .5em;
    }
    p, .list_item {
        font-size: .375em;
    }
    .alt-date {
        font-size: .75em;
    }
    #cr {
        font-size: .25em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 720px) and (max-width:919px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 50%;
    }
    h1, .menu_item {
        font-size: .5em;
    }
    p, .list_item {
        font-size: .375em;
    }
    .alt-date {
        font-size: .75em;
    }
    #cr {
        font-size: .25em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}
@media only screen and (min-width: 720px) and (max-width:919px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

/******************width between 520 and 720******************/

@media only screen and (min-width: 520px) and (max-width:719px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

@media only screen and (min-width: 520px) and (max-width:719px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: .375em;
        padding: 0% 0% 0% 1%;
    }
    p, .list_item {
        font-size: .25em;
        padding: 0% 0% 0% 1%;
    }
    
    ul, li {
        list-style: none;
        padding: 0% 0% 0% 1%;
    }
    
    .alt-date {
        font-size: .25em;
    }
    #cr {
        font-size: .125em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (min-width: 520px) and (max-width:719px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: .375em;
        padding: 0% 0% 0% 0%;
        margin: 0% 0% 0% 0%;                   
    }
    p, .list_item {
        font-size: .25em;
        padding: 0% 0% 0% 0%;
        margin: 0% 0% 0% 0%;                   
    }
    
    ul, li {
        list-style: none;
        padding: 0% 0% 0% 0%;
        margin: 0% 0% 0% 0%;           
    }
    
    .alt-date {
        font-size: .25em;
    }
    #cr {
        font-size: .125em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}
@media only screen and (min-width: 520px) and (max-width:719px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}

/******************width smaller than 520******************/

@media only screen and (max-width:519px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}
@media only screen and (max-width:519px) and (min-aspect-ratio:5/4) and (max-aspect-ratio:32/21) {
    /* for 4:3 laptop - aspect ration from too narrow to 4:3 */
    body {
        background-image: url(../images/Background-43-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: .7em;
    }
    p, .list_item {
        font-size: .4em;
    }
    .alt-date {
        font-size: .4em;
    }
    #cr {
        font-size: .4em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (max-width:519px) and (min-aspect-ratio:32/21) and (max-aspect-ratio:32/15)    {
    /* for widescreen lap - aspect ration for widescreen from too short for background*/
    body {
        background-image: url(../images/Background-widescreen-75_logo_half.png);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
    #content {
        width: 60%;
    }
    h1, .menu_item {
        font-size: .7em;
    }
    p, .list_item {
        font-size: .4em;
    }
    .alt-date {
        font-size: .4em;
    }
    #cr {
        font-size: .4em;
    }
    header { 
        flex: 2;
    }
    main { 
        flex: 7;
    }
    footer {
        flex: 2;
    }	
}

@media only screen and (max-width:519px) and (max-aspect-ratio:5/4){
    /* aspect ratio too narrow for picture */
    body{
        background-color: #100F14;
    }
}