
div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: white;
	font-family:century gothic;
	color:red;
	border:3px solid red;
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: bolder;
	
	margin-top: 0px;
			}
hr{
	width:90%;
	text-align: center;
}
h1 {
    font-family: klavika;
    text-align: center;
    font-size: 50px;
    color: #1877F2;
	background-color: transparent;
}
		#en-za{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -207px;
    margin-left: -150px;
    width: 280px;
    height: 390px;
    background-color: transparent;
}
h2 {
    
    text-align: center;
    font-size: 25px;
    color: #1877F2;
	background-color: transparent;
}
		* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
	background-color: transparent;
}

#container {
    height: 100%;
    border-collapse: collapse;
}
		a{
		text-decoration:none;
		}
* {
  box-sizing: border-box;
}

.menu {
  float: left;
  width: 20%;
  text-align: ;
}

.menu a {
    background-color: transparent;
	border:1px solid #1877f2;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: #42B72A;
	text-decoration: none;
	font-family: century gothic;
}

.main {
  float: left;
  width: 60%;
  padding: 0 20px;
	
}

.right {
  background-color: transparent;
  border: 1px solid #999;
  float: left;
  width: 20%;
  padding: 15px;
  margin-top: 7px;
  text-align: center;
}

nav select {
  display: none;
  width:100%;
  text-align: center;
	padding:13px;
	border-radius: none;
	background-color: transparent;
	color: #42B72A;
	border:1px solid #1877f2;
appearance: none;
}

	 select:focus {
        outline: none;
		 appearance:none;
		
      }
	
select option {
  
  background-color: transparent;
	appearance: none;

}
	/*	.active, a:hover {
	text-align:center;
  -webkit-transition: .4s;
    transition: .4s;
    font-weight:bold;
		}*/

.active, select:hover {
	font-weight: ;
		}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Dark Mode*/



@media only screen and (max-width: 720px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
	
  }
	@media only screen and (min-width: 920px) {
	.br {display:none}}


@media only screen and (max-width: 920px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
	
  }
	
	  nav ul     { display: none; }
  nav select { display: inline-block;
	}

}