body{
    margin: 10px;
    background-color: rgb(5, 83, 139);
}



.HeaderColumnLeft {
    background-image:url('Images/HotBeansLogo5.png');
    background-repeat: no-repeat;
    float: left;
    width:10%;
    height:25vh;
}




.HeaderColumnRight {
    overflow:auto;
    background-color: #ffffff;
    float: right;
    height: 20vh;
    width: 90%;
}

.HeaderTitle {
    padding-top: 0px;
    text-align: center;
    font-family: 'MS Reference Sans Serif';
    font-style: italic;
    font-size: 6vh;
}

.HeaderText {
    padding-top: 1px;
    text-align: center;
    font-family: 'MS Reference Sans Serif';
    font-style: italic;
    font-size: 2vh;
}

.HeaderRow:after {
    content: "";
    display: table;
    clear: both;
    background-color: #f1f1f1;
}


.topnav
    {
    overflow: hidden;
    background-color: #808080;
}


    .topnav a {
        float: left;
        display: normal;
        color: #f2f2f2;
        text-align: center;
        padding: 2vh 6vh;
        text-decoration: none;
        font-weight: bold;
        font-size: 2vh;
        width: 18vh;
    }


        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }



.columnLeft {
    display: inline-block;
    width: 30vh;
}


.columnCentre {
    display: inline-block;
    width: 100vh;
    height: 31em;
    border-style: ridge;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
}


.columnRight {
    display:inline-block;
    width:22vh;
    margin-left: 20px;
    margin-top: 20px;
    text-align: center;
}


.row:after {
    content:"";
    display: table;
    clear: both;
}



ul {
    display: inline-block;
    text-align: center;
}

li {
    text-align: left;
}


.ProfileText {
    display:inline-block;
    text-align: center;
    font-weight: bold;
}

.footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 140vh;
    height: 10vh;
}



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

  .HeaderColumnLeft {
    float: none;
    width: 100%;
    height: 50vh; /* same as desktop */
    background-image: url('Images/HotBeansLogo5.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    display: block;
  }

  .HeaderColumnRight {
    float: none;
    width: 100%;
    clear: both;      
    height: auto;
    display: block;
  }



  .HeaderRow {
    overflow: hidden; /* forces proper layout flow */
  }

  /* make tables behave vertically */
  table, tr, td {
    display: block;
    width: 100%;
  }

  /* stop text running behind images/video */
  img, video, iframe {
    display: block;
    max-width: 100%;
    height: auto;
  }

  /* stop vh-based columns breaking mobile */
  .columnLeft,
  .columnCentre,
  .columnRight {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  /* footer safety */
  .footer {
    margin-left: 0;
    width: 100%;
  }

}




.Error{
color:red;
    font-weight:normal;
}

label {
    font-weight: bold;
}
