body{
    margin: 0px;
  }
  
  #header{
    /* background-color: #5A77FA; */
    background-color: rgb(255, 255, 255);
    width: 100%;
    /* height: 85vh; */
    /* min-height: 660px; */
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    /*margin-bottom: 0px;*/
    margin-left: 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid #5A77FA;
  }
  
  #banner{
    margin:auto;
    font-size: 600%;
    /* padding-top: 5%; */
    margin-bottom: 1%;
    font-family: 'Russo One', sans-serif;
  }
  #sub-banner-heading{
    font-family: "Gudea", sans-serif;
    margin-bottom: 20px;
  }
  
  #main-logo{
    margin: auto;
    margin-bottom: 10%;
    height: 400px;
    width: 400px;
    line-height: 400px;
  }
  
  #menu-bar-logo{
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 20px;
    float: right;
    margin-top:10px;
    margin-right: 10px;
  }
  #rhs-menu-bar{
    float: right;
  }
  #shopping-cart-count{
    font-family: 'Russo One', sans-serif;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    text-align: center;
    color: white;
    margin-left: -45px;
    background-color: #cc2900;
  }
  .shopping-cart{
    cursor: pointer;
  }
  #shopping-cart-count:hover{
    cursor: pointer;
  }
  .shopping-cart-img{
    height: 40px;
    margin-top:10px;
    margin-right: 20px;
  }
  
  #page-body{
    font-family: "Gudea", sans-serif;
    font-size: 200%;
    margin-top: 80px;
    margin-bottom: 100px;
    color: #666666;
  }
  .education-page{
    padding-left: 40px;
    padding-right: 40px;
  }
  .education_program_para{
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .privacy-col{
    /* font-size: 200%; */
    margin-bottom: 5%;
  }
  
  .left-col{
    width: 45%;
    margin-left: 5%;
    margin-top: 3%;
   
    display: inline-block;
  }
  
  .right-col{
    min-height: 400px;
    width: 40%;
    margin-left:5%;
    display: inline-block;
    /*background-color: lightblue;*/
  }
  
  #footer{
    background-color: #444444;
    color: #a0a0a0;
    min-height: 400px;
  
    font-family: "Gudea", sans-serif;
  }
  #footer-heading{
    color: #707070;
  }
  #footer-left-col{
    float: left;
    padding-top: 25px;
    padding-left: 25px;
    width: 45%;
    display: inline-block;
  }
  #footer-right-col{
    float: left;
    padding-top: 25px;
    padding-left: 25px;
    width: 45%;
    text-align: right;
    display: inline-block;
  }
  .footer-logo{
    background-color: white;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    margin-top:50px;
  }
  .remove-link-decoration{
    text-decoration: none;
    color: #a0a0a0;
  }
  #signup-section{
    text-align: center;
    font-family: "Gudea", sans-serif;
    color: #666666;
    background-color: #d3cbc2;
    margin-bottom: -20px;
    padding-bottom: 40px;
    padding-top: 20px;
    border-bottom: 2px solid #5A77FA;
  } 
  
  .button{
    text-align: center;
    width: 300px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 15px;
    margin: auto;
    background-color: #5A77FA;
    margin-bottom: 20px;
    color: #d3cbc2;
  }
  .button:hover{
    color: white;
    cursor: pointer;
  }
  
  .main-page-privacy-link{
    font-size: 65%;
  }
  
  #menu-bar{
    position: fixed;
    width: 100%;
  }
  #menu-bar ul{
    top: 5px;
    position: relative;
    margin: auto;
    font-family: "Gudea", sans-serif;
    list-style: none;
  }
  /* #menu-bar li{ */
  .menu_item{
    text-align: center;
    min-width: 100px;
    height: 50px;
    margin-right: 10px;
    float: left;
    line-height: 50px;
    border-radius: 20px;
    cursor: pointer;
    color: #0f0f0f;
    transition: all 0.4s ease;
  }
  #menu-bar li a{
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display:block;
  }
  #menu-bar li:hover{
  
    transition: all 0.4s ease;
    background-color: rgba(143, 180, 239, 0.6);
  }
  
  .small_menu_bar{
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #5A77FA;
    transition: all 1s ease;
    /* background-color: #5A77FA; */
  }
  
  .tutorial-box{
    transition: all 0.3s ease;
    background-color: #d0d0d0;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 15px; 
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .tutorial-box:hover{
  
    transition: all 0.3s ease;
    background-color: #f0f0f0;
  }
  
  table, th, td {
     border: 1px solid black;
  }
  .ui-page .ui-header {
      background: #5A77FA !important;
      text-shadow: none;
      font-family: 'Russo One', sans-serif;
  }
  .ui-page .ui-footer {
      background: #5A77FA !important;
      text-shadow: none;
      font-family: 'Russo One', sans-serif;
  }
  
  .store-item{
    min-height: 50px;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 15px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-top: 15px;
  }
  
  .store-item-right{
    display: inline-block;
    float:right;
    margin-right: 25px;
  }
  
  .store-item-heading{
    display: inline-block;
  }
  .store-item-price{
    display: inline-block;
  }
  .store-item-remove{
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-color: #707070;
    color: black;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    margin-left: 25px;
    display: inline-block;
    transition: all 0.3s ease;
  }
  .store-item-remove:hover{
    background-color: #cc2900;
    transition: all 0.3s ease;
  }
  
  .store-page-go-to-store{
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .store-page-go-to-store a{
    color: #5A77FA;
  }
  .input-error-box{
    border-color: red;
  }
  .thanks_spacer{
    height: 400px;
  }
  
  .faq-section{
    font-family: "Gudea", sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  
  .sub-address{
    margin-top: 0px;
    color: #818181;
  }
  
  .image_window{
    margin-top: 20px;
    border-radius: 200px;
    width: 400px;
    height: 400px;
  }
  
  #text_display_value{
    width: 100px;
    height: 75px;
  }
  
  .ecs-banner{
    width: 100%;
    min-height: 300px;
    border-bottom: #5A77FA 2px;
    border-bottom: 2px solid #5A77FA;
    font-family: "Gudea", sans-serif;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .ecs-banner h1{
    padding-top:10px;
    width: 100%;
    text-align:center;
    font-family: "Gudea", sans-serif;
    color: #4d4d4d;
    padding-bottom: 10px;
    font-size: 250%;
  }
  .post_item{
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    display: inline-block;
    border: solid 1px #a0a0a0;
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
    cursor: pointer;
  }
  .post_item:hover{
    background-color: #d0d0d0;
  }
  .post_item h1{
    min-height: 58px;
    font-size: 150%;
  }
  .post_item h4{
    color: #818181;
  }
  .post_item_img{
    max-height: 80px;
    width: 340px;
    overflow: hidden;
  }
  .post_item_img{
    margin-left: -20px;
    margin-top: -20px;
  }
  .post_item_img img{
    transition: all 0.5s ease;
    display: block;
  }
  .post_item_img img:hover{
    transition: all 0.5s ease;
  }
  .tutorial-container{
    margin-left: auto;
    margin-right: auto;
  }
  .blog_item_description{
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ecs-banner-text{
    font-size: 150%;
    color: #666666;
    margin: 40px;
  }
  .ec-banner-carousel{
    /* width: 640px; */
    overflow: hidden;
    cursor: pointer;
    height: 280px;
    white-space: nowrap;
    width: 1640px
  }
  .ec-banner-carousel li{
    /* float: left; */
    list-style-type: none;
    display: inline-block;
    width: 200px;
    min-height: 200px;
    border-radius: 10px;
    margin-right: 80px;
    
  }
  .ec-banner-carousel li img{
    margin-top:auto;
    margin-bottom: auto;
  
    width: 200px;
  }
  .ec-banner-carousel-content{
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }
  .ec-banner-carousel-container{
    margin-left: auto;
    margin-right: auto;
    width: 820px;
    overflow: hidden;
  }
  .company-header{
    text-align: center;
    
  }
  #logged_in{
    background-color:#dfdfdf;
  }
  #login_menu_box{
    /* display:none;
    transition: all 0.5s ease; */
    overflow-x:hidden;
  }
  .open{
    width: 100%;
    transition: all 0.5s ease;
    overflow:hidden;
  }
  .closed{
    width: 0px;
    height: 0px;
    overflow:hidden;
  
    transition: all 0.5s ease;
  }
  .logged_in_menu_item{
    text-align: center;
    /* min-width: 100px; */
    width: 100px;
    max-width: 100px;
    height: 50px;
    margin-right: 10px;
    float: left;
    line-height: 50px;
    border-radius: 20px;
    cursor: pointer;
  
    transition: all 0.4s ease;
  }
  #open_logged_in{
    cursor:pointer;
    float:left;
    padding-left: 10px;
    padding-right:10px;
    font-size: 200%;
    height: 60px;
    line-height: 60px;
    margin-left: 2px;
    display:inline-block;
    background-color: white;
  }