	hr {
	    border: none;
            background: rgba(149,165,166,0.2);  
		height: 1px;
	}	
	

@media screen and (max-width: 949px) {
		.show-menu {	 /*Display 'show menu' link*/
			display:block;
		}

		/*Show menu when invisible checkbox is checked*/
		input[type=checkbox]:checked ~ #menu {
    			display: block;
    		}
        nav {
            padding: 0px;
            padding-top: 15px;
	}

	nav li {
            margin-left: 0px;
        }
		header  h1 {
        	padding-left: 10px;
		}
		#menu
		{
			position: relative;
				top: +11px;
			display: none;
		}
			#show-menu , #show-menu-label {
			display: block;
		}
		#show-menu-label {
           		 position: absolute;
			width: 100%;
			display: block;
			background-color: #2c3e50;
			color: #ecf0f1;
			font-weight: bold;
			padding-left: 15px;
			padding-bottom: 10px;
		}
		#show-menu-label div {
			padding-right: 12px;
		}
		main {
			padding-top: 24px;
		}
		header,main,header {
			width: 100%;	
		}

        header {
		    min-height: 84px;
	}
                header nav ul { 
                    list-style: none;
                    left: 0px;
                }
                header nav ul, header nav li {                                          
                        width: 100%;                                                    
              }                                                                       
                header nav li {                                                         
                        border: 1px bottom #7f8c8d;                                     
                        background-color: #34495e;                                      
                        color: #95a5a6;                                                 
                } 
                header nav ul li ul {
                    margin-left: 0px;
                    padding: 0px;
                }
                header nav a  {
                    display: block;
                    padding: 10px;
                    padding-left: 25px;
		}
                header nav ul li ul a {
                    padding-left: 30px;
                }
  /*     a:not(:only-child)::before {
            content: "\f061";
            position: absolute;
            right: 0;
            margin-right: 5px;
            margin-top: 3px;
        }
*/
}
