﻿/*Copyright 2017-2020 Delphinus, LLC. All rights reserved. */
/*  layout_d.css	*/

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    margin: 0 auto;
}

/* Responsive layout */
/*@media all and (max-width: 600px) {
}*/

#wrap1 {
   display: flex;
   flex-direction: column;
}
#wrap2 {
    display: flex;
    flex-direction: row;
}
#navMain {
    display: flex;
   flex-direction: row;
}
#masterContainer {
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: gainsboro;
    background-color: white;

    
}

#masterMenu {
    margin: 0px 0px 0px 0px;
    width: 100%;
    background-color: white;
    color: dimgrey;
    padding: 1% 1% 1% 1%;
    border-top: 0px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-width: thin;
    border-color: dimgrey;
    border-style: solid;
}

#masterHeader {
    width: 100%;
}

#masterHeaderTop {
    width: 100%;
}

#masterHeaderBottom img {
    max-width: 100%;
    min-width: 100%;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-width: thin;
    border-color: dimgrey;
    border-style: solid;
    /*opacity: 0.3;*/
 }

#childContainer {
    /*   margin: 0px 2% 0% 2%;*/
    min-height: 100%;
    background-color: whitesmoke;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
}


#masterFooter {
    padding: 0px 0px 2% 0px;
    width: 100%;
    background-color: whitesmoke;
    color: black;
    font-size: small;
    text-align: center;
    border-top: 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top-width: thin;
    border-top-color: black;
    border-top-style: solid;
    margin-top: 8em;
    display: flex;
    flex-direction: column;
  
    justify-content: center;
}
#masterFooterTop {

    padding-left: 3em;
    padding-bottom: 1em;
    background-color: dimgrey;
    color: white;
    text-align: left;
}

#masterFooterBottom {
    background-color: whitesmoke;
 
}
/*  end layout_d.css	*/
