

#mobilenav {

	display: grid;
	grid-template-columns: 75% 25%;
	grid-template-rows: 20% 20% 20% 20% 20% ;
	grid-column-gap: 2%;

    height: 1000%;
    width: 0%;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #bee5fb;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    transition: 0.3s;
    max-width: 2150px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;


}

#sub1 {
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 20px;
    background-color: #bee5fb;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    transition: 1s;
    max-width: 2150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    font-family: 'Open Sans', sans-serif;
}

#sub1 li {
    margin-top: 10px !important;
}

#mobilenav h1 {
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
	margin-top: 0%;

}

#mobilenav ul {
	position: absolute;
	top: 50px;
	text-align: left;
	width: 100%;
	margin-top: 0%;
	list-style-type: none;
	margin-left: 10px;
}

#mobilenav ul li {
	margin-top: 20px;
	width: 270px;

}

#mobilenav ul li a {
	text-decoration: none;
	color: black;
}


#closephonemenu {
	font-size: 20px;
	z-index: 98;
	position: absolute;
	top: 5px;
	right: 5px;
}

#closephonemenu a {
	color: black;
}







#westyorkshiremenu {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #bee5fb;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    transition: 1s;
    max-width: 2150px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
}
#westyorkshiremenu h2 {
    font-size: 18px;
    text-align: center;
}

#westyorkshiremenu ul {
    width: 100%;
    text-align: center;
    list-style-type: none;
}

#westyorkshiremenu ul li{
    margin-top: 20px;
}

#westyorkshiremenu ul li a{
    text-decoration: none;
    color: black;
}












#northyorkshiremenu {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #bee5fb;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    transition: 1s;
    max-width: 2150px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
}
#northyorkshiremenu h2 {
    font-size: 18px;
    text-align: center;
}

#northyorkshiremenu ul {
    width: 100%;
    text-align: center;
    list-style-type: none;
}

#northyorkshiremenu ul li{
    margin-top: 20px;
}

#northyorkshiremenu ul li a{
    text-decoration: none;
    color: black;
}




#eastyorkshiremenu {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #bee5fb;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    transition: 1s;
    max-width: 2150px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
}
#eastyorkshiremenu h2 {
    font-size: 18px;
    text-align: center;
}

#eastyorkshiremenu ul {
    width: 100%;
    text-align: center;
    list-style-type: none;
}

#eastyorkshiremenu ul li{
    margin-top: 20px;
}

#eastyorkshiremenu ul li a{
    text-decoration: none;
    color: black;
}


#southyorkshiremenu {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #bee5fb;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    transition: 1s;
    max-width: 2150px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
}
#southyorkshiremenu h2 {
    font-size: 18px;
    text-align: center;
}

#southyorkshiremenu ul {
    width: 100%;
    text-align: center;
    list-style-type: none;
}

#southyorkshiremenu ul li{
    margin-top: 20px;
}

#southyorkshiremenu ul li a{
    text-decoration: none;
    color: black;
}
