@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
header {
  width: 100%;
  height: 75px;
  background-color: #FFFFFF;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
section {
  width: 992px;
  margin: auto;
  padding: 4px;
  min-height: 750px;
}
footer {
  width: 100%;
  height: 50px;
  clear: both;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
nav {
  width: 996px;
  height: 50px;
  margin: auto;
  text-align: right;
  position: relative;
  line-height: 50px;
  text-transform: uppercase;
}
header nav {
  padding-top: 0px;
}
header nav a {
  color: #333333;
  padding: 10px 26px;
  font-size: 25px;
  text-decoration: none;
}
header nav a:hover {
  color: #000;
  text-decoration: underline;
}
a, a:visited {
  text-decoration: none;
  outline: 0;
  color: #655E7A;
  font-weight: bold;
}
a:hover {
    color: #965757;
}
.logo {
  float: left;
  margin-top: 5px;
}
.parallax1 {
  /* The image used */
  background-image: url(../images/binary.jpg);
  width: 100%;
  /* Set a specific height */
  height: 256px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center 75px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 40%;
}
.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.list {
  border: solid 1px black;
  width: 40%;
  padding: 5px;
  font-size: 0.75em;
  margin-left: 50px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.list h4 {
  line-height: 0px;
  margin: 5px 0 0 0;
}
