
@media screen and (min-width: 1200px) {

*,
*:before,

body {
  margin: 0;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: gray;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

.page-wrapper {
  display: flex;
}

.wits {
  background: url("../images/background.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}

.banner {
  height: 75px;
  width: 100%;
  top: 0;
  z-index: 1;
}

#logo {
  float: left;
  height: 75px;
  z-index: 1;
}

#sidebar ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#sidebar {
  position: fixed;
  margin: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  background: rgb(33, 33, 113);
  right: -100px;
  transition: .7s;
  z-index: 3;
}

#sidebar.active {
  right: 0;
  z-index: 3;
}

#sidebar ul li {
  list-style: none;
  color: white;
  font-size: 20px;
  padding: 10%;
  z-index: 3;
}

ul.sb_links {
  padding: 10px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#sidebar .toggle-btn {
  position: absolute;
  top: 30px;
  right: 125px;
  z-index: 3;
}

.toggle-btn span {
  width: 40px;
  height: 4px;
  background: rgb(33, 33, 113);
  display: block;
  margin-top: 4px;
  z-index: 3;
}

.content-area {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.frontpage-container {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.footer {
  position: fixed;
  height: 5%;
  bottom: 0;
  width: 100%;
  color: black;
  background-color: white;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  z-index: 2;
}

ul.footer_icons li {
  padding-right: 8%;
  display: inline;
}

#ficon_img {
  padding-top: .2%;
  height: 1.5%;
  width: 1.5%;
  }

#rights_text {
  bottom: 25%;
}

#login_banner {
  text-align: center;
  margin-top: 3%;
}

#login_p {
  text-align: center;
  margin: 3%;
}

.login-entry {
  text-align: center;
}

.login-form {
  text-align: center;
}

.form-group {
  text-align: center;
}
}

@media screen and (max-width: 1200px) {
  *,
*:before,

body {
  margin: 0;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: gray;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

.page-wrapper {
  display: flex;
}

.wits {
  background: url("../images/background.jpg");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}

.banner {
  height: 75px;
  width: 100%;
  top: 0;
  z-index: 1;
}

#logo {
  float: left;
  height: 75px;
  z-index: 1;
}

#sidebar ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#sidebar {
  position: fixed;
  margin: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  background: rgb(33, 33, 113);
  right: -100px;
  transition: .7s;
  z-index: 3;
}

#sidebar.active {
  right: 0;
  z-index: 3;
}

#sidebar ul li {
  list-style: none;
  color: white;
  font-size: 20px;
  padding: 10%;
  z-index: 3;
}

ul.sb_links {
  padding: 10px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#sidebar .toggle-btn {
  position: absolute;
  top: 30px;
  right: 125px;
  z-index: 3;
}

.toggle-btn span {
  width: 40px;
  height: 4px;
  background: rgb(33, 33, 113);
  display: block;
  margin-top: 4px;
  z-index: 3;
}

.content-area {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer {
  position: fixed;
  height: 5%;
  bottom: 0;
  width: 100%;
  color: black;
  background-color: white;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  z-index: 2;
}

ul.footer_icons li {
  padding-right: 2%;
  display: inline;
}

#ficon_img {
  padding-top: .2%;
  height: 3.5%;
  width: 3.5%;
  }

#rights_text {
  bottom: 25%;
}

#login_banner {
  text-align: center;
  margin-top: 3%;
}

#login_p {
  text-align: center;
  margin: 3%;
}

.login-entry {
  text-align: center;
}

.login-form {
  text-align: center;
}
}