*{
  margin: 0;
  padding: 0;
}

.header {
  background-color: #555;
  width: 80%;
  height: 25px;
  margin: 0 auto;
}

.header a {
  text-decoration: none;
  color: white;
  display: block;
  float: left;
  line-height: 25px;
  font-size: 11px;
  font-family: "open sans";
  padding: 0 10px;
}

.header .active a {
  color: #2e91fc;
}

.header a:hover {
  color: #2e91fc;
}

.header ul {
  list-style: none;
}

#right-menu {
  float:right;
}
.main-window {
  width: 80%;
  height: 100%;

  margin: 0 auto;
}

.sidebar{
  position: fixed;
  top:10%;
  background-color: #555;
  font-size: 11px;
  font-family: "open sans";
  padding: 5px 10px;
}

.sidebar ul{
  list-style: none;
}

.sidebar a {
  color:white;
  text-decoration: none;
  line-height: 20px;
}

.sidebar a:visited{
  color:white;
}

.sidebar a:hover{
  color: #2e91fc;
}

.flip-container{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 350px;
  height: 250px;
}

.front img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}

.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
  width: 350px;
  height: 250px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid #222;
  box-shadow: 5px 5px 10px #222;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}

.back img {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-top: 20px;
}

.back table {
  width: 90%;
  margin: 20px auto 0;
  font-size: 11px;
  font-family: "open sans";
  color:#333;
}

.back a:visited, .back a{
  color: #333;
  text-decoration: none;
}

table i {
  color:#333;
}

.services-wrapper{
  width: 60%;
  margin: 10% auto 0;
  font-size: 16px;
  font-family: "work sans";

}

.services-wrapper ul{
  margin: 30px 0 30px 40px ;
}

.services-wrapper img{
  opacity:0.1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.services-wrapper a {
  color: #222;
  font-weight: bolder;
  border-bottom: 1px dotted #222;
  cursor: pointer;
  text-decoration: none;
}

.contact-main, .login-main{
  padding: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

form input, form textarea {
  display: block;
  margin: 10px 0 10px 30px;
  padding: 8px 8px;
  width: 440px;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.login-main h1{
  text-align: center;
  font-size: 14px;
  font-family: "work sans";
  margin-bottom: 20px;
}

form{
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-family: "work sans";
}

input[type=submit]{
  background-color: #2e91fc;
  color: white;
}

form .inputerror {
  border-color: red;
}

.downloads-window {
  margin: 20% auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.downloads-window img{
  flex-grow: 1;
}

.services-window{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.services-wrapper{
  text-align: center;
}
.services-wrapper h1{
  color: #666;
  font-family: "work sans";
  font-size: 24px;
}

.services-wrapper p {
  color: #666;
  font-family: "work sans";
  font-size: 16px;
}

.services-window div {
  flex: 1;
  margin: 20px;
  padding: 20px;
  text-align: center;
}

.services-window i {
  font-size: 60px;
  color: #2e91fc;
}

.services-window p {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  font-family: "work sans";
}


.footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "work sans";
}
