#logo{
	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: no-repeat center;
	display: block;
	margin: 25px 30px 10px 0;
}

/*Responsive Styles*/
@media screen and (min-width : 768px) {
    .menu-button {
        display: none !important;
    }
   
    .collapsible-menu label {
        display: none !important;
    }

    .collapsible-menu ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
    }
    .menu-container {
        width: 3px;
        position: relative;
        right: 100px;
    }
    ul#menu {
        list-style: none;
        padding: 10px 0 0 45px;
        display: flex;
        justify-content: center;
    }
    ul#menu li {
        display: inline-block;
        padding: 10px
    }

    .nav-dropdown {
        float: right;
        position: relative;
        bottom: 50px;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .search-header-logo {
        padding: 0 15px;
    }

    #logo {
        margin: 10px 150px 10px 0;
    }

    #logo img {
        padding-left: 0;
    }
    .search-box {
        display: flex;
        align-items: flex-start;
        width: 60%;
        /*margin-left: 9.5rem;*/
      }

}

.collapsible-menu a {
    color : black;
}
input#menu {
    display: none;
}

@media screen and (max-width : 767px) {
    .menu-button {
        width: 20px;
        height: 3px;
        margin: 5px 0px 0px 7px;
        background: #fff;
    }

    #logo{
        width: 100px;
    }

    ul#menu li {
        padding: 5px;
        border-bottom: 1px solid #eee;
        padding-left: 20px;
    }
    .collapsible-menu {
        background-color: rgb(255, 255, 255);
        padding: 0;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    }
    .collapsible-menu ul {
        list-style-type: none;
        padding: 0;
        text-align: left;
        background-color: white;
        z-index: 2;
        position: relative;
    }
    .collapsible-menu a {
        display:block;
        padding: 10px;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
    }
    .collapsible-menu label {
        font-family: 'Sedgwick Ave Display', cursive;
        font-size: 56px;
        display: block;
        height: 38px;
        width: 40px;
        justify-content: center;
        cursor: pointer;
        background-color: #65666a !important;
        float: right;
        padding-right: 0;
        padding-top: 5px;
        padding-left: 3px;
        margin: 0.4em;
        margin-right: 0;
        background-color: transparent;
    }
   
    .menu-content {
        max-height: 0; 
        overflow: hidden;
        font-family: 'Oswald', sans-serif;
        float: left;
        clear: both;
        width: 100%;
        height: 0;
        background-color: white;
    }

    input:checked ~ .menu-content {
        overflow: visible;
    }

    input:checked ~ .menu-content:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .search-results-for-text {
        font-size: 30px;
    }
    .spellchecker-link {
        float: none;
    }
    .nav-dropdown {
        float: right;
        position: relative;
        bottom: 50px;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .input-group {
        width: 300%;
        padding: 0px;
        margin: 0 7rem;
    }
    .search-box {
        display: flex;
        flex: 0 0 100%;
        margin: 1rem 0;
        padding: 0;
        align-self: center;
        width: 100%;
    }
}
.input-group {
    flex-grow: 1;
    margin: 0;
}

@media screen and (max-width: 810px) {
    .input-group {
        width: 100%;
    }
}

@media (min-width: 576px){
    .container {
        display: inherit;
    }
}