

 html,body{
  height: 100%;
 
}

@media only screen and (max-width: 600px){ 
  body{
    width: fit-content;
    height: fit-content;
  }
}
 
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.pdfobject-container {width: 60vw;
  height: 100vh;
  border: 1px solid #000;
  }

.pdfobject { height: 100vh; width: auto;}
#results { padding: 1rem; }
.hidden { display: none; }
.success { color: darkslategrey; background-color: grey; }
.fail { color: #D8000C; background-color: #000000; }

.mysidebar{
  display: block;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  left: 0;
  background-color: darkgray;
  @media only screen and (max-width: 600px) {
    float: right;
    }
}
    
#myInput{
  background-image: (''

  );
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;

}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; margin-top: -1px; 
  background-color: #f6f6f6; 
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

#myUL li a:hover:not(.header) {
  background-color: #eee; 
}



.mymain{
  margin-left:60px;
  margin-right: 20px;
  padding: 0px 20px;
  @media only screen and (max-width: 600px) {
    height: 50%;
    float: left;
    }
 
  }
.faq{
  height: 500px;
  width: 100%;
  @media only screen and (max-width: 600px) {
    width:50%;
    float: left;
}  }

input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=send] {
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.container {
  border-radius: 5px;
    padding: 10px;}

  @media screen and (max-width: 600px) {
  .col-75, input[type=send] {
    width: 100%;
    margin-top: 0;
  }
}