@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');

body{
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*body {
  font-family: "Barlow";
  font-size: medium;
  line-height: normal;
}*/

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input, select, button, textarea {
  max-width: 100%;
}

meter, progress, output {
  max-width: 100%;
}

div#tswsidecol {
  float: right;
  width: 20%;
  color: black;
  background-color: rgba(255, 255, 255, 0.35);
}

div#tswcontent {
  float: right;
  width: 80%;
  color: black;
}

@media only screen and ( max-width : 629px ) {
  div#tswsidecol {
    float: none;
    width: 100%;
  }
  div#tswcontent {
    float: none;
    width: 100%;
  }
}

div#tswcontproper {
  padding-left: 5px;
  padding-right: 5px;
}

div#tswcontainer {
  background-color: white;
}

div#tswsideproper, div#tswothersideproper {
  padding-left: 5px;
  padding-right: 5px;
}

div#tswfooter {
  color: black;
  background-color: rgba(255, 255, 255, 0.35);
}

#logo {
  display: block;
  margin: auto;
}

#banner {
  width: auto;
  margin: auto;
}