.pageHeader {
    width: 100%;
    position: relative;
    height: auto;
    float: left;
}

.topMenu {
    max-width: 1100px;
    margin: auto;
}

.headerLeft {
    float:left;
    width: auto;
    max-width: 1100px;
}

.headerRight {
    float: right;
    width: 8%;
    padding: 10px 15px;
}

.topMenuOptionList {
    display: inline-flex;
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
    justify-content: flex-end;
}

.topMenuOption {
    font-size: 16px;
    color: white;
    margin-top: 7px;
}

#menuoptions {
    justify-content: space-evenly;
    width: 50%;
    padding: 14px 0px;
    float: right;
}


.topMenuLink {
    color: white;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.topMenuIcon {
    padding: 5px;
}


.homePageLink {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.homePageLink h1 {
    font-size: 28px;
    margin: 15px 0px;
}

.topMenuLink:hover {
   color: #ddd; 
}

.menuOption {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.menuButtonContainer {
  display: inline-block;
  cursor: pointer;
  padding: 0px 10px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*Responsive Design - Mobile 325 - Portrait */                    
@media screen and (max-width: 325px) {
.headerLeft {
    width: calc(76% - 15px);
}

}


/*Responsive Design - Mobile - Portrait */                    
@media screen and (max-width: 425px) {

.pageHeader {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: none;
}

.headerLeft {
    width: calc(77% - 15px);
    padding: 0px 15px;
    text-align: left;
    margin-bottom: 5px;
}

.headerRight {
    float: right;
    margin-right: 10px;
    width: 15%;
    padding: 10px 0px;
}

#menuoptions {
    justify-content: space-evenly;
    width: 100%;
    padding: 5px 15px;
    flex-direction: column;
    width: calc(100% - 30px) !important;
    float: left;
}

.menuoption {
    width: 100%;
    text-align: left;
}

.topMenuOptionList  {
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
    text-align: left;
    justify-content: flex-end;
}

.topMenuOption {
    font-size: 14px;
}

.topMenuLink {
    width: 100%;
}

.pageH1Title {
    text-align: center;
}


}


/* Ipad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.pageHeader {
    margin-bottom: 10px;
}

.headerLeft {
    padding-left: 15px;
    width: auto;
    max-width: 690px;
}

#menuoptions {
    justify-content: space-evenly;
    width: 50%;
    padding: 14px 0px;
    float: right;
}

.pageH1Title {
    margin-top: 18px;
}

.headerRight {
    padding: 0px 0px;
}

.topMenuOptionList {
    margin-top: 12px;
    justify-content: center;
}

.topMenuOption {
    font-size: 16px;
    margin-top: 12px;
}

.topMenuLink#How_It_Works {
 width: 30%;
}

.topMenuLink#Pricing {
 width: 20%;
}

}

/*iPad Landscape */
@media screen and (min-width: 1024px) and (min-height:768px) and (max-height:768px) and (orientation: landscape) {
.homePageLink h1 {
    padding-left: 10px;
}

}

/* ipad Pro Portrait */
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {

.headerLeft {
    padding-left: 10px;
    width: 40%;
}

.topMenuOption {
    font-size: 16px;
    margin-top: 10px;
}

.topMenuOptionList {
    margin-top: 7px;
}
    
}
