html {
  font-size: 14px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Roboto+Condensed:ital,wght@1,300;1,700&display=swap');


@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
  

}

.menuCenter {
    vertical-align: middle;
    display: inline-block;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 1512px;
}

.mainContainer{
    width:100%;
    background-color: #ececec;
}

.round-button {
    width: auto;
    height: 49px;    
    border-radius: 11px;
    display: flex;
    text-align: center;
    color: #ffffff;
    align-items: center;
    text-transform: uppercase;    
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom:5px;
}

.btnText
{
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
}
.orange {
    background-color: #ff7500;
}

.white{
    background-color: #ffffff;
}

a.round-button {
    color:#ffffff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-weight: bold;
}

a.blk{
    color:#000000;
}

.wrapper {
    background: #fff;
}

.header {
    z-index: 99;
    position: relative;    
}

.header .topbar {
    z-index: 12;
    padding: 8px 0;    
}

div.inlineHolder{
    display: flex;
    margin-bottom: 10px;
}

#divTop {
    width: 100%;
    background-color: #ff7500;
    color: #ffffff;
    font-family: Arial;
    font-size: 24px;
    align-content: center;
    text-align: center;    
    height: 60px;
    display: grid;
    padding: unset !important;
    margin-top: -8px;
}

#footer{
    /*height:450px;*/
    display:flex;
    flex-direction: row;
    width:100%;
    background-color: #D9D9D9;
}

#footerCell1{
    max-width: 470px;
    font-size:8px;
    font-weight:400;
    padding-left:60px;
    text-align:left;
}

#footerCell2{
    padding-top:50px;
    margin-left:50px;
    max-width: 190px;
    font-size:10px;
}

#footerCell3 {
    max-width: 190px;
    padding-top:50px;
    margin-left:50px;
    max-width: 190px;
    font-size:16px;
}

#footerCell4 {
    max-width: 190px;
}

.navLinks {
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-content: center;
}

a.whitebf90 {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
}

a{
    text-decoration: none;
}

.desktopOnly
{
    display: flex;
}

.mobileOnly
{
    display: none
}

.searchDiv
{
    width:200px;
    margin-right:10px; 
    margin-left: auto; 
    display:flex; 
    flex-direction: row;     
}

.messagesDiv
{
    margin-right: 50px; 
    margin-left:auto;     
    height:24px;        
    display: flex;
    align-items: center;
}

.reqDiv
{
    margin-right: 15px; 
    margin-left:auto; 
    width:52px; 
    height:24px;        
    display: flex;
    align-items: center;
}

.reqIconOff
{
    margin-right: 35px; 
    width:32px; 
    height:32px; 
    margin:0 auto;
    filter: saturate(0);
}

.reqIconOn
{
    margin-right: 35px; 
    width:32px; 
    height:32px; 
    margin:0 auto;
    filter: saturate(1);
}

#msgCountHolder
{
    width: 20px;
    height:20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 8px;
    position: relative;
    background-color: #ff7500;
    color:#ffffff;
    border-radius: 10px;
    border: 1px solid;
    border-color: #ffffff;
    align-content: center;
    display: flex;
    top: -10px;
    left:-5px;
}

#msgCount
{    
    margin: 0 auto;
    line-height: 20px;
}

#reqCountHolder
{
    width: 20px;
    height:20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 8px;
    position: relative;
    background-color: #ff7500;
    color:#ffffff;
    border-radius: 10px;
    border: 1px solid;
    border-color: #ffffff;
    align-content: center;
    display: flex;
    top: -10px;
    left:-5px;
}

#reqCount
{    
    margin: 0 auto;
    line-height: 20px;
}

@media(max-width: 800px) {
    .mainContainer
    {
        padding:5px;
    }
    #headLogo {
        width: 90%;
    }

    #footer
    {
        flex-direction: column;
    }

    #footLogo {
        width: 90%;
    }

    #footerCell1 {
        max-width: 90%;
    }

    .round-button {
        height: 30px;

    }

    .menuCenter {
        height: 30px;
    }

    .desktopOnly
    {
        display: none;
    }

    .mobileOnly
    {
        display: flex
    }
    .searchDiv
    {        
        margin-top:15px;
        margin-right: 0px;
    }
    .messagesDiv
    {
        top:-32px;
        position:relative;
        margin-left:0px;
        width:52px; 
    }
}

