/* Pen-specific styles */
* {
  box-sizing: border-box;
}
body {
  font-size: 1.25rem;
  font-family: sans-serif;
  line-height: 150%;
  text-shadow: #b6701e;
}
header {
  
  text-align: center;
}


h1 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
  color:  #033476;
}

#reg_btn {
  height: 35px;
  width: 80%;
  margin: 5px 10%;
  color: white;
  background: #3B5998;
  border: none;
  border-radius: 5px;
}
#reg_btn2 {
  height: 35px;
  width: 80%;
  margin: 5px 10%;
  color: white;
  background: #78c1f3;
  border: none;
  border-radius: 5px;
}
/*menu style */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #3B5998;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.active {
    background-color: #78c1f3;
}

.myfooter {
	background-color: #3B5998;	
	position:fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding:10px 0;
        color: white;
}
.myfooter a:hover {
    color: green;
}
.myfooter a{
   color:  #FFA500;
}
#login{
    color: white;
}