html, body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                box-sizing: border-box;

            }


    .myForm{
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    background-color: #E5D4CE;
    /*margin-left: 100px;*/
    padding: 10px;
    margin-right: 0px;
    padding-right: 0px;
    /*border-radius: 10px;*/
    width: 85%;
    height: 85vh;
    box-sizing: border-box;
    }
 input[type=submit], button{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
input[type=submit]:hover, button {
    background-color: #45a049;
}
input[type=text], select, input[type=number] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.jumbotron{
  /*margin-top: 5%;*/
  margin-left: 0px;
  font-size: 1.5em;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 80vh;
}
.container .row{
  margin-bottom: 0px;
  padding-bottom: 0px;
  /*height: 85vh;*/
}
#loader{
  position:fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-color:#666;
  background-image:url('ajax-loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity: 0.4;
}
#options1{
  /*margin-left: 10px;*/
  padding-left: 2%;
}
.line_height{
  line-height: 200%;
}


body{
  margin: 0px;
  /*background-color: #E5D4CE;*/
}

  #test{
      background-color: #282B28;
      height: 15vh;
      width: 100%;
      margin-top: 0px;
      opacity: 0.9;
      color: white;
      /*display: flex;*/
          align-content: center;
          text-align: center;
    /*align-items: center;*/
}
#test2{
  width: 20%;
  float: right;
  /*overflow:hidden;*/
  /*background-color: #42ab9e;*/
  margin-left: 10px;
  /*padding-left: 30px;*/
  background-color: #D36135;
  /*opacity: 0.9;*/
  /*height: 900px;*/
  height:100vh;
  box-sizing: border-box;
  font-size: 2em;
  color: white;
display: block;
}
#test2_info{
  height: 25vh;
  bottom: 0;
}
#head1{
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 1.5em;
  width: 75%;
  vertical-align: middle;
  margin: auto;
  position: absolute;
}


#cat_right, #timer, #timer_sum, #timer_average{
  margin-left: 20px;
  text-transform: capitalize;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 0.80em;

}
 #result{
    text-transform: capitalize;
  text-align: center;
 }

 #quote{
  font-style: oblique;
  position: absolute;
  width: 70%;
    /*margin-left: 20px;
  /*text-transform: capitalize;*/
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 0.80em;
  bottom: 0;
  /*text-align: center;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
 }
 .footer{
  width: 100%;
  /*display: block;*/
  /*background-color: #282B28;*/
  background-color: black !important;
  /*position: absolute;*/
  /*color: white;*/
  height: 0vh;
  /*bottom: 0;*/
 }
#main_footer{
  float: right;
}
.fa {
  padding: 5px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  /*margin: 5px 2px;*/
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}


fieldset.scheduler-border {
  background-repeat: no-repeat;
      background-size: contain;
  background-position: right top;
  color: white;
  margin-right: 200px;
  height: 30em;
    border: 1px groove #ddd !important;
    padding: 1.4em 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}


    legend.scheduler-border {

        font-size: 1.2em !important;
        color: white;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:10px 10px 10px 10px;
        border-bottom:none;
    }



    h3{
      position: absolute;
      top:0;
      right:0;
      padding-right: 15px;
      color: white !important;

    }