
@media screen and (max-width: 768px) {
  body {
    margin-left: 0px;
  }
  
  .sidenav {
    width: 100%;
    height: auto;
    position: static;
    background-image: none;
  }

  .top-menu li {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  


  nav {
    text-align: center;
  }
} 

html {
height: 1px;
background:#343434;
  background-size: cover;
  margin-right:250px;
}

body {
  margin-left: 270px;
  margin-top: 30px;
}

header {
  text-align: left;
  font-size: 20px;
  margin-left:12px;
  background-color:#00adab;
  padding-left:10px;
  padding-bottom:1px;

}
.header2{
	
	 background-color:#00adab;
	 text-align:left;
}
nav {
  text-align: right;
}

.formsq{
	width:100px;
	border-radius: 10px;
	height:36px; 
	width:188px;
	
}
.python{
	
	background-color:red;
}

h1{
	
	height:30px; 
	}
	
h3{
margin-left:10px;	
	
}
	
	
.words {
  color: white;
}

.top-menu li {
  display: inline-block;
  padding: 10px 30px;
  margin: 0;
}

.top-menu li.active {
  background: red;
  color: white;
  font-size: 1em;
}

.top-menu a {
  color: #b2b2b2;
}

.sidenav {
  background-image: #0d1212;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #5c88ee;
  display: block;
}

.sidenav a:hover {
  color: #008080;
}

img{
	position:center;
}
* {box-sizing: border-box;}
form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
input, button {
  border: none;
  outline: none;
  border-radius: 3px;
}
input {
  width: 100%;
  height: 42px;
  background: #00adab;
  padding-left: 15px;
}
button {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #000000;
  cursor: pointer;
  
}
button:before {
  content: "🔎";
  font-family: FontAwesome;
  color: #F9F0DA;
  font-size: 17px;

}
