/* Basic styles for the navigation menu */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
nav {
    background-image: url("../images/TRSC.png");
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
.nav-section {
    height: -webkit-fill-available;
    max-height: 120px;
    background: #fff;
}
.nav-section-inner {
    height: 120px;
    margin: auto;
    max-width: 1400px;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.menu > li {
    position: relative;
    margin-right: 0px;
}
.menu a {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
    background: transparent;
}
.ftcc-logo-link {
    width: 200px;
    height: 85px;
}
.ftcc-logo {
    width: auto;
    height: 73px;
}
.menu-image
  {
    background-image: url(../../images/ftcc_logo_black.png);
    width: 200px;
    height: 85px;
    margin: 10px;
    background-size: 200px 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f1b825;
    box-shadow: 0px 0px 2px 2px #ffffff;
}
#fsrch{
   padding:10px;
}
@media (max-width: 600px) {

    .canvas-logo {
        display: flex;
        margin: auto;
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {  
    .main-section-container {
        padding: 0px;
    }
    .canvas-logo {
        display: flex;
        margin: auto;
        width: 100%;
    }
}
  