﻿/* This is an override file for the Mobile stylesheet, and is the highest precedence */


@media screen and (max-width: 1275px) {

.Title { 
   font-size: 1.8rem;
}

.top-menu li > a {
    text-transform: uppercase;
    border-bottom:none;
}

.top-menu li > a.active,
.top-menu li > a:hover {
    border-bottom:none;
}


    .top-menu uL {
        float:right;
        width:400px;
        margin-right:20px;
    }

    .top-menu li {
        float: unset;
        background-color: #3d3c3c;
        color: white;
        padding: 10px;
    }

        .top-menu li > a {
            color: white;
        }

            .top-menu li > a.active, .top-menu li > a:hover {
                font-weight: bold;
                background: unset;
                border-bottom:none;
            }

    .top-menu-selected {
        float: right;
        background-color: #3d3c3c;
        color: white;
        padding: 10px;
        display: block;
    }

        .top-menu-selected span {
            text-transform: uppercase;
        }
}

@media screen and (max-width: 1023px) { 
    .footer-icons IMG {
        height: 45px;
    }

    .Title { 
       font-size:1.5rem;
    }

    .header { 
       grid-template-columns: 8rem auto 100px;
    }

}

@media screen and (max-width: 820px) {
    .footer-icons IMG {
        height: 35px;
    }

    .top-menu UL { 
        margin-right:0;
     }

     .Title {
         font-size: 1.2rem;
     }
}

@media screen and (max-width: 700px) { 
    
    .Title { 
        font-size:0.9rem;
         padding-left:0;
    }
}
 
@media screen and (max-width: 600px) { 

     .Title {
         font-size: 0.7rem;
     }
  
     
}