*{
    padding:0;
    margin:0;
}
body {
    margin: 0;
    padding: 0;
	background-color:#ffffff;
    font-size: 16px;
    font-family: open sans;
    font-weight: 400;
    color: #00074d;
}


/*header start*/
header {
    background-color: #fdfdfd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    box-shadow: 0px 1px 2px 0px #888888;
    -webkit-box-shadow: 0px 1px 2px 0px #888888;
    -ms-box-shadow: 0px 1px 2px 0px #888888;
    -moz-box-shadow: 0px 1px 2px 0px #888888;
    -o-box-shadow: 0px 1px 2px 0px #888888;
}


#headerPhoneNumber p {
    font-size: 1.4em;
    text-align: right;
    float: right;
    margin: 2px 4px 0 0;
}

#callUsButton {
    display: none;
}

#headerLogo {
    width: 180px;
    float: left;
    padding: 4px;
    margin-right: 16px;
    display: block;
}




/*navigation*/
nav {
    position: fixed;
    top: 44px;
    right: 5px;
    z-index: 11;
}
nav ul {
    overflow: hidden;
    color: #00074d;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 1em;
    z-index: 12;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
}
nav ul li {
    display: inline-block;
    padding: 7px 11px 7px 11px;
    -o-transition: box-shadow 500ms, background-color 250ms;
    -moz-transition: box-shadow 500ms, background-color 250ms;
    -webkit-transition: box-shadow 500ms, background-color 250ms;
    transition: box-shadow 500ms, background-color 250ms; 
}
nav ul li:hover {
    box-shadow: 0px 5px 2px 0px;
    -webkit-box-shadow: 0px 5px 2px 0px;
    -ms-box-shadow: 0px 5px 2px 0px;
    -moz-box-shadow: 0px 5px 2px 0px;
    -o-box-shadow: 0px 5px 2px 0px;
    background-color: #ebedff;
}



.handle {
    width: 6em;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    z-index: 13;
    height: 90px;
    padding-left: 50px;
    padding-top: 28px;
    font-size: 1.5em;
    background-color: #fdfdfd;
    color: #00074d;
    -webkit-transition: margin-left 0.4s, box-shadow 400ms, background-color 250ms;
    -ms-transition: margin-left 0.4s, box-shadow 400ms, background-color 250ms;
    -moz-transition: margin-left 0.4s, box-shadow 400ms, background-color 250ms;
    -o-transition: margin-left 0.4s, box-shadow 400ms, background-color 250ms;
    transition: margin-left 0.4s, box-shadow 400ms, background-color 250ms;
    
}
.handle:hover {
    box-shadow: 2px 0px 4px 0px #888888;
    -webkit-box-shadow: 2px 0px 4px 0px #888888;
    -ms-box-shadow: 2px 0px 4px 0px #888888;
    -moz-box-shadow: 2px 0px 4px 0px #888888;
    -o-box-shadow: 2px 0px 4px 0px #888888;
    background-color: #ebedff;
}

/*navigation end*/

#clearHeader {
    height: 70px;
}






/*media queries start*/
@media screen and (max-width: 1050px) {
        header {
        height: 70px;
        background-color: #ffffff;
    }
        #headerLogo {
        float: none;
        width: 155px;
        display:block;
        margin: auto;
    }    
        #headerPhoneNumber {
        position: absolute;
        right: 0;
        top: 18px;
        display: block;
    }
    nav {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    nav ul {
        max-height: 0px;
        box-shadow: 2px 1px 4px 0px #888888;
        position: relative;
        width: 200px;
        top: 0px;
        text-align: left;
        background-color: #00074d;
        color: #ffffff;
        z-index: 10;
        overflow: auto;
    }
    .showing{
        max-height: 100vh;
        top: -5px;
        z-index: 12;
    }
    nav ul li {
        box-sizing: border-box;
        width: 100%;
        font-size: 1em;
        padding-top: 1.3em;
        height: 4em;
    }
    nav ul li:hover {
        background-color: #507cad;
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }
    
    .handle{
        display: block;
        width: 6em;
        height: 69px;
        padding-top: 18px;
        font-size: 1.5em;
        background-color: #ffffff;
    }
    .handleActive {
        background-color: #ebedff;
        box-shadow: 2px 0px 4px 0px #888888;
        -webkit-box-shadow: 2px 0px 4px 0px #888888;
        -ms-box-shadow: 2px 0px 4px 0px #888888;
        -moz-box-shadow: 2px 0px 4px 0px #888888;
        -o-box-shadow: 2px 0px 4px 0px #888888;
        margin-left: 200px;
    }
    
    
       
    
    /* three lines for menu */
    .box-shadow-menu {
    position: absolute;
    top: 9px;
    left: 20px;
    z-index: 1;
}
.box-shadow-menu:before {
  content: "";
  position: absolute;
  top: 18px;
  width: 19px;
  height: 3px;
  background: #00074d;
  box-shadow: 
    0 7px 0 0 #00074d,
    0 14px 0 0 #00074d;
    -webkit-box-shadow: 
    0 7px 0 0 #00074d,
    0 14px 0 0 #00074d;
    -ms-box-shadow: 
    0 7px 0 0 #00074d,
    0 14px 0 0 #00074d;
    -moz-box-shadow: 
    0 7px 0 0 #00074d,
    0 14px 0 0 #00074d;
    -o-box-shadow: 
    0 7px 0 0 #00074d,
    0 14px 0 0 #00074d;
}
/* three lines for menu end*/
    
    
    
#clearHeader {
    height: 70px;
}

}



/* header gets to it's smallest */
@media screen and (max-width: 650px) {
    
    #headerPhoneNumber {
        top: 25px;
        font-size: 0.6em;
    }
    
    .handle {
        width: 70px;
    }
    
    .box-shadow-menu {
        left: 25px;
    }
    
    #menuText {
        display: none;
}

}



@media screen and (max-width: 460px) {

   #headerPhoneNumber {
        display:none;
    }
    #callUsButton {
        display: inherit;
        position: fixed;
        box-sizing: border-box;
        top: 11px;
        right: 2px;
        height: 50px;
        width: 50px;
        padding: 12px 12px;
}
    #callUsButton:hover {
    box-shadow: 0px 2px 4px 0px #888888;
    -webkit-box-shadow: 0px 2px 4px 0px #888888;
    -ms-box-shadow: 0px 2px 4px 0px #888888;
    -moz-box-shadow: 0px 2px 4px 0px #888888;
    -o-box-shadow: 0px 2px 4px 0px #888888;
    background-color: #ebedff;
}
}


@media screen and (max-width: 300px) {
    #headerLogo {
        width: 100px;
        padding-top: 10px;
}
    
    
    nav ul {
        width: 150px;
    }
    
    
    .handleActive {
        margin-left: 150px;
    }
    
}

/*header end*/













/*home page*/
#aboveTheFold {
    width: 100%;
    box-sizing: border-box;
    padding: 2.5em;
}




#homePageSquaresContainer {
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

#squaresImages {
    width: 100%;
}

.squares {
    box-sizing: border-box;
    box-shadow: 0px 10px 20px -5px #888888;
    -webkit-box-shadow: 0px 10px 20px -5px #888888;
    -ms-box-shadow: 0px 10px 20px -5px #888888;
    -moz-box-shadow: 0px 10px 20px -5px #888888;
    -0-box-shadow: 0px 10px 20px -5px #888888;
    float: left;
    height: auto;
    width: 20%;
    margin: 0 2.5% 3.5%;
    background-color: #ffffff;
    transition: box-shadow 250ms;
    -webkit-transition: box-shadow 250ms;
    -ms-transition: box-shadow 250ms;
    -moz-transition: box-shadow 250ms;
    -o-transition: box-shadow 250ms;
}
.squares:hover {
    box-shadow:  0px 16px 30px -4px #888888;
    -webkit-box-shadow:  0px 16px 30px -4px #888888;
    -ms-box-shadow:  0px 16px 30px -4px #888888;
    -moz-box-shadow:  0px 16px 30px -4px #888888;
    -o-box-shadow:  0px 16px 30px -4px #888888;

}


.squaresText {
    width: 80%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    }
.squaresText h2 {
    text-align: center;
    margin-top: 1em;
}
.squaresText p {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 0.5em 0;
    font-size: 0.9em;
}


.squaresHomePageLink {
    margin-bottom: 10px;
    margin-left: 10px;
}

.squaresHomePageLink p {
    font-weight: 600;
}

.squaresHomePageLink:hover {
    color: #507cad;
}



/*media query starts */
@media screen and (min-width: 1390px) {
    
    .squaresText    {
        height: 160px;
    }
    .squaresText h2 {
        font-size: 1.5em;
    }
    .squaresText p {
        font-size: 1em;
    }
}


@media screen and (min-width: 1570px) {
    nav ul {
        font-size: 1.2em;
    }
    #homePageSquaresContainer {
        height: auto;
    }
    .squaresText h2 {
        font-size: 1.8em;
    }
    .squaresText p {
        font-size: 1.1em;
    }
    #aboveTheFold{
        padding: 5em;
        height: 270px;
    }
    #aboveTheFold h1 {
        font-size: 3em;
        margin-bottom: 0.2em;
    }
    #aboveTheFold h2 {
        font-size: 2em;
    }
}

@media screen and (min-width: 1750px) {
    .squaresText h2 {
        font-size: 1.8em;
    }
    .squaresText p {
        font-size: 1.1em;
    }
}



@media screen and (max-width: 1150px) {
     

    
    .squares {
        width: 40%;
        margin: 0% 5% 4% 5%;
        box-shadow: 0px 0px 5px 1px #888888;
        -webkit-box-shadow: 0px 0px 5px 1px #888888;
        -ms-box-shadow: 0px 0px 5px 1px #888888;
        -moz-box-shadow: 0px 0px 5px 1px #888888;
        -0-box-shadow: 0px 0px 5px 1px #888888;
        
    } 
    
    
    .squares:hover {
        box-shadow: 0px 0px 5px 1px #888888;
        -webkit-box-shadow: 0px 0px 5px 1px #888888;
        -ms-box-shadow: 0px 0px 5px 1px #888888;
        -moz-box-shadow: 0px 0px 5px 1px #888888;
        -0-box-shadow: 0px 0px 5px 1px #888888;
}
    
    
    .squaresText h2 {
    font-size: 1.5em;
    }
    
}





@media screen and (max-width: 885px) {

    #aboveTheFold {
        padding: 2.5em 10px;
    }
    
    #aboveTheFold h1 {
        font-size: 1.7em
    }
    #aboveTheFold h2 {
        font-size: 1.2em
    }  
}






@media screen and (max-width: 690px) {

    #aboveTheFold {
        width: 450px;
        margin: auto;
}
}







@media screen and (max-width: 670px) {
    
    .squares {
        width: 90%;
        margin-bottom: 40px;
        margin-top: 0px;
    }
    
    .squaresText h2 {
    font-size: 1.8em;
    }
}



@media screen and (max-width: 550px) {
    
    #aboveTheFold {
        width: 100%;
        margin: auto;
    }

    
    #aboveTheFold h1{
        font-size: 1.5em;
    }
    
    #aboveTheFold h2{
        font-size: 1em;
        font-weight: 400;
    }
    
    .squaresText h2 {
        font-size: 1.8em;
    }
}


@media screen and (max-width: 500px) {
    .squaresText h2 {
    font-size: 1.6em;
    }
}

@media screen and (max-width: 305px) {
    #aboveTheFold {
        width: 100%;
        margin: auto;
    }

    .squaresText    {
        height: 135px;
    }
    
    .squaresText h2 {
        font-size: 1.3em;
    }

    #aboveTheFold h1 {
        font-size: 1.2em
    }
    #aboveTheFold h2 {
        font-size: 0.8em
    }


}











/*lower section of home page*/

    #belowTheFold {
    overflow: hidden;
    height: auto;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 50px;
    box-shadow: 0px 0px 5px 1px #888888;
    -webkit-box-shadow: 0px 0px 5px 1px #888888;
    -ms-box-shadow: 0px 0px 5px 1px #888888;
    -moz-box-shadow: 0px 0px 5px 1px #888888;
    -o-box-shadow: 0px 0px 5px 1px #888888;
}


#pImage {
    float: right;
    margin-left: 30px;
    width: 40%;
}
#ulImage {
    float: right;
    margin-left: 30px;
    margin-top: 3%;
    width: 40%;
}

#whyChooseConquerDrivingText h3 {
    text-align: left;
    font-size: 2em;
}

#informationText h3 {
    text-align: left;
    font-size: 2em;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#whyChooseConquerDrivingText p {
    line-height: 1.8em;
    font-size: 1em;
    width: 60%;
    margin-top: 20px;
}

#informationText p {
    line-height: 1.8em;
    font-size: 1em;
    width: 75%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#whyChooseConquerDrivingText ul {
    line-height: 1.8em;
    font-size: 1em;
    margin-top: 20px;
    width: 50%;
}

#informationText ul {
    line-height: 1.8em;
    font-size: 1em;
    margin-top: 20px;
    width: 50%;
}


@media screen and (max-width: 1150px) {
    #belowTheFold {
        width: 81%;
    }
    #pImage {
        width: 40%;
        margin-top: 2%;
}
    #ulImage {
        width: 40%;
        margin-top: 7%;
}
}

@media screen and (max-width: 1000px) {
        #pImage {
        margin-top: 9%;
        width: 35%
}
        #ulImage {
        margin-top: 10%;
        width: 35%
}
}

@media screen and (max-width: 900px) {

    #belowTheFold {
        width: 78%;
    }

    #pImage {
        width: 80%;
        display: block;
        float: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    #ulImage {
        width: 80%;
        display: block;
        float: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    
    #whyChooseConquerDrivingText h3 {
        text-align: center;
    }
    
    #informationText h3 {
        width: 80%;
    }
    
    #whyChooseConquerDrivingText p {
        width: 80%;
    }
    
    #informationText p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #whyChooseConquerDrivingText ul {
        margin-left: auto;
        margin-right: auto;
    }
    
    #informationText ul {
        margin-left: auto;
        margin-right: auto;
    }
}





@media screen and (max-width: 670px) {
    
    #belowTheFold {
        width: 75%;
    }
    
    #whyChooseConquerDrivingText {
        padding-bottom: 15px;
    }
    
    #informationText {
        padding-bottom: 15px;
    }
    
    #pImage {
        width: 90%;
    }
    #ulImage {
        width: 90%;
    }
    
    #whyChooseConquerDrivingText h3{
        font-size: 1.4em;
        padding: 15px 0 0;
    }
    
    #informationText h3{
        font-size: 1.4em;
        padding: 15px 0 0;
        width: 100%;
    }

    #whyChooseConquerDrivingText p{
        font-size: 0.9em;
    }
    
    #informationText p{
        font-size: 0.9em;
        width: 100%;
    }
    
    #whyChooseConquerDrivingText ul{
        font-size: 0.9em;
        width: 90%;
    }
    
    #informationText ul{
        font-size: 0.9em;
        width: 90%;
    }
}


@media screen and (max-width: 550px) {
    #belowTheFold {
        width: 84%;
        padding: 20px;
    }
    #pImage {
        width: 100%;
    }
    #ulImage {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
        #belowTheFold {
        width: 82%;
    }
    
}


@media screen and (max-width: 280px) {
    
    
    #whyChooseConquerDrivingText p{
        font-size: 0.8em;
    }
    
    #informationText p{
        font-size: 0.8em;
    }
    
    #whyChooseConquerDrivingText ul{
        font-size: 0.8em;
    }
    
    #informationText ul{
        font-size: 0.8em;
    }
}


/*lower section of home page end*/



/* home page end */

























/*expert tuition page*/

#aboveTheFoldExpertTuition h1 {
        width: 100%;
        box-sizing: border-box;
        padding: 1em;
}

.pageText {
    width:50%;
    margin: 0 auto;
}

.pageText ul {
    list-style-position: outside;
}




@media screen and (max-width: 1050px) {
    .pageText {
        width:60%;
        margin: 0 auto;
}
}


@media screen and (max-width: 690px) {
    .pageText {
        width:80%;
        margin: 0 auto;
}
}
/*expert tuition page end*/

















/* videos */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* videos end */



















/*book driving lessons online page*/



#pageHeading h1 {

    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    margin-top: 30px;

}


#pageHeading p {

    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 35px;
    width: 60%;

}

#bookOnlineImage {

    float:right;
    margin-top:-40px;
    margin-right:16px;
}



















/* booking pages */


#callTextInfo  p {

    width:100%;
    margin-bottom: 0;
}


@media screen and (max-width: 900px) {

    #callTextInfo {
        display:none;
    }    
}









#callTextButton {

    background-color:#266096;
    width: 100%;
    height: 50px;
}


#callTextButton p {

    width: 100%;
    line-height: 50px;
    color: #ffffff;
}


#callTextButton:hover {

    background-color:#e2e2e2;
    width: 100%;
    height: 50px;
}


#callTextButton p:hover {

    width: 100%;
    line-height: 50px;
    color: #00074d;
}





@media screen and (min-width: 900px) {
    
    #callTextButton {
        display:none;
    }
}




@media screen and (max-width: 900px) {

    #callTextButton {
        display:block;
    }
}




@media screen and (max-width: 500px) {

    #callTextButton p {
        font-size: 0.9em;
    }
}
/* booking pages end*/













/* form styling */
form {
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    width:35%;
}
input {
    display:block;
    margin-bottom:10px;
    width:100%;
    font-size:1em;
    font-family: 'Open Sans', sans-serif;
    color:#00074d;
    border: 1px solid #e5e5e5;
}
select {
    display:block;
    margin-bottom:10px;
    width:100%;
    font-size:1em;
    font-family: 'Open Sans', sans-serif;
    color:#00074d;
    border: 1px solid #e5e5e5;
}

select option{
    color:#00074d;
}

select:invalid {
  color: #a9a9a9;
}



textarea {
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#00074d;
    display:block;
    margin-bottom:10px;
    width:100%;
    font-size:1em;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e5e5e5;

}


/* placeholder*/
::-webkit-input-placeholder { color:#a9a9a9; }
::-moz-placeholder { color:#a9a9a9; } /* firefox 19+ */
:-ms-input-placeholder { color:#a9a9a9; } /* ie */
input:-moz-placeholder { color:#a9a9a9; }
/* placeholder*/



@media screen and (max-width: 900px) {
    form {
        width:50%;
}
    input {
        height: 50px;
}
    select {
        height: 50px;
}
    textarea {
        height: 150px;
}
}

@media screen and (max-width: 690px) {
    form {
        width:70%;
}
}

@media screen and (max-width: 500px) {
    form {
        width:80%;
}
}
/* form styling end*/







@media screen and (max-width: 900px) {
    #bookOnlineImage {
        display:none;
}
}




@media screen and (max-width: 690px) {
    #pageHeading p {
        width:80%;
}
}





@media screen and (max-width: 500px) {
    #pageHeading h1 {
        font-size: 1.7em;
}
}



/*book driving lessons online page end*/


















/*text styling*/
a{
    text-decoration: none;
    color: inherit;
}
h1{
    font-weight: 300;
    font-size: 2em;
    text-align: center;
}
h2{
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
}
h3{
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
}
h4{
    font-weight: 600;
    font-size: 1.2em;
}
p{
    font-family: open sans;
    font-weight: 400;
}
/*text styling end*/







footer {
    font-size: 0.6em;
    text-align: right;
    clear:both;
}



/* menu icons */

.menuIcons {
    box-sizing: border-box;
    box-shadow: 0px 10px 20px -5px #888888;
    -webkit-box-shadow: 0px 10px 20px -5px #888888;
    -ms-box-shadow: 0px 10px 20px -5px #888888;
    -moz-box-shadow: 0px 10px 20px -5px #888888;
    -0-box-shadow: 0px 10px 20px -5px #888888;
    float: left;
    height: auto;
    width: 20%;
    margin: 20px 2.5% 50px;
    background-color: #ffffff;
    transition: box-shadow 250ms;
    -webkit-transition: box-shadow 250ms;
    -ms-transition: box-shadow 250ms;
    -moz-transition: box-shadow 250ms;
    -o-transition: box-shadow 250ms;
}
.menuIcons:hover {
    box-shadow:  0px 16px 30px -4px #888888;
    -webkit-box-shadow:  0px 16px 30px -4px #888888;
    -ms-box-shadow:  0px 16px 30px -4px #888888;
    -moz-box-shadow:  0px 16px 30px -4px #888888;
    -o-box-shadow:  0px 16px 30px -4px #888888;

}
.menuIcons img {
    width: 100%;
    padding: 20px 0;
}
.menuIcons h2 {
    text-align: center;
    margin-top: 1em;
}



.menuIconsSmallTop {
    box-sizing: border-box;
    box-shadow: 0px 10px 20px -5px #888888;
    -webkit-box-shadow: 0px 10px 20px -5px #888888;
    -ms-box-shadow: 0px 10px 20px -5px #888888;
    -moz-box-shadow: 0px 10px 20px -5px #888888;
    -0-box-shadow: 0px 10px 20px -5px #888888;
    float: left;
    height: 75px;
    width: 20%;
    margin: 20px 2.5% 50px;
    padding: 5px 20px 0 20px;
    background-color: #266096;
    transition: box-shadow 250ms;
    -webkit-transition: box-shadow 250ms;
    -ms-transition: box-shadow 250ms;
    -moz-transition: box-shadow 250ms;
    -o-transition: box-shadow 250ms;
}
.menuIconsSmallTop:hover {
    background-color: #8bcbf7;
    box-shadow:  0px 16px 30px -4px #888888;
    -webkit-box-shadow:  0px 16px 30px -4px #888888;
    -ms-box-shadow:  0px 16px 30px -4px #888888;
    -moz-box-shadow:  0px 16px 30px -4px #888888;
    -o-box-shadow:  0px 16px 30px -4px #888888;

}
.menuIconsSmallTop h2 {
    text-align: center;
    margin-top: 9px;
    font-size: 1.1em;
    color: #ffffff;
}




.menuIconsSmall {
    box-sizing: border-box;
    box-shadow: 0px 10px 20px -5px #888888;
    -webkit-box-shadow: 0px 10px 20px -5px #888888;
    -ms-box-shadow: 0px 10px 20px -5px #888888;
    -moz-box-shadow: 0px 10px 20px -5px #888888;
    -0-box-shadow: 0px 10px 20px -5px #888888;
    float: left;
    height: 75px;
    width: 20%;
    margin: 20px 2.5% 50px;
    padding: 15px 20px 0 20px;
    background-color: #266096;
    transition: box-shadow 250ms;
    -webkit-transition: box-shadow 250ms;
    -ms-transition: box-shadow 250ms;
    -moz-transition: box-shadow 250ms;
    -o-transition: box-shadow 250ms;
}
.menuIconsSmall:hover {
    background-color: #8bcbf7;
    box-shadow:  0px 16px 30px -4px #888888;
    -webkit-box-shadow:  0px 16px 30px -4px #888888;
    -ms-box-shadow:  0px 16px 30px -4px #888888;
    -moz-box-shadow:  0px 16px 30px -4px #888888;
    -o-box-shadow:  0px 16px 30px -4px #888888;

}
.menuIconsSmall h2 {
    text-align: center;
    margin-top: 9px;
    font-size: 1.1em;
    color: #ffffff;
}



@media screen and (max-width: 1223px) {
    
    .menuIconsSmallTop {
        box-shadow: 0px 0px 5px 1px #888888;
        -webkit-box-shadow: 0px 0px 5px 1px #888888;
        -ms-box-shadow: 0px 0px 5px 1px #888888;
        -moz-box-shadow: 0px 0px 5px 1px #888888;
        -0-box-shadow: 0px 0px 5px 1px #888888;
        width: 35%;
        margin: 25px 0 0 10%;
        padding: 15px 20px 0 20px;
}
    .menuIconsSmallTop:hover {
        box-shadow: 0px 0px 5px 2px #888888;
        -webkit-box-shadow: 0px 0px 5px 2px #888888;
        -ms-box-shadow: 0px 0px 5px 5px #888888;
        -moz-box-shadow: 0px 0px 5px 2px #888888;
        -0-box-shadow: 0px 0px 5px 2px #888888;
}
    
    
    
    .menuIconsSmall {
        box-shadow: 0px 0px 5px 1px #888888;
        -webkit-box-shadow: 0px 0px 5px 1px #888888;
        -ms-box-shadow: 0px 0px 5px 1px #888888;
        -moz-box-shadow: 0px 0px 5px 1px #888888;
        -0-box-shadow: 0px 0px 5px 1px #888888;
        width: 35%;
        margin: 25px 0 0 10%;
}
    .menuIconsSmall:hover {
        box-shadow: 0px 0px 5px 2px #888888;
        -webkit-box-shadow: 0px 0px 5px 2px #888888;
        -ms-box-shadow: 0px 0px 5px 5px #888888;
        -moz-box-shadow: 0px 0px 5px 2px #888888;
        -0-box-shadow: 0px 0px 5px 2px #888888;
}
}




@media screen and (max-width: 1060px) {
     .menuIconsSmallTop {
        padding: 5px 20px 0 20px;
}
}



@media screen and (max-width: 950px) {
    .menuIcons {
        width: 35%;
        margin: 0 0 30px 10%;
        box-shadow: 0px 0px 5px 1px #888888;
        -webkit-box-shadow: 0px 0px 5px 1px #888888;
        -ms-box-shadow: 0px 0px 5px 1px #888888;
        -moz-box-shadow: 0px 0px 5px 1px #888888;
        -0-box-shadow: 0px 0px 5px 1px #888888;
}
    .menuIcons:hover {
        box-shadow: 0px 0px 5px 2px #888888;
        -webkit-box-shadow: 0px 0px 5px 2px #888888;
        -ms-box-shadow: 0px 0px 5px 5px #888888;
        -moz-box-shadow: 0px 0px 5px 2px #888888;
        -0-box-shadow: 0px 0px 5px 2px #888888;
}
}




@media screen and (max-width: 750px) {
 .menuIconsSmallTop {
        width: 70%;
        margin: 0 15% 30px 15%;
        padding: 15px 20px 0 20px;
}
    
    
    .menuIconsSmall {
        width: 70%;
        margin: 0 15% 30px 15%;
}
}



@media screen and (max-width: 538px) {
 .menuIconsSmallTop {
        padding: 5px 20px 0 20px;
}
}



@media screen and (max-width: 515px) {
    .menuIcons {
        width: 70%;
        margin: 0 15% 30px 15%;
}
}



@media screen and (max-width: 270px) {
    .menuIconsSmallTop h2 {
        font-size: 0.8em;
        margin-top: 18px;
}
    
    .menuIconsSmall h2 {
        font-size: 0.8em;
        margin-top: 18px;
}
}


/* menu icons end */




/* results home button */
.home-button{
    width: 200px;
    height: 50px;
    background-color: cadetblue;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    padding-top: 26px;
}
/* end results home button */