@media screen and (min-width: 550px) {
  html {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.dropbtn {
  background-color: #0080ff;
  border-radius: 6px;
  color: white;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 6px;
}

.dropdown-content a:hover {
  background-color: #0080ff;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #4da6ff;
}

html {
  padding-bottom: none;
  background-color: #f2f2f2;
}

body {
  padding-body: none;
  border: 2px solid grey;
}

#top {
  background-image: url("images/back.jpg");
  border-radius: 1px;
  padding-left: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
}

#intro {
  color: white;
}

#b {
  border: 2px solid white;
}

#mainImage {
  max-width: 15%;
  border-radius: 50%;
  border: 2px solid white;
}

.dropdown {
  float: right;
  padding-right: 1%;
}

#about {
  padding-top: 8%;
  display: flex;
  float: right;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 4%;
}

#menu li {
  background-color: #0080ff;
  padding: 8px;
  width: 118%;
  margin-bottom: 8px;
  border-radius: 6px;
  text-align: center;
  border: 2px solid white;
}

#menu li a {
  color: #ffffff;
}

#menu li:hover {
  background-color: #0080ff;
  padding: 8px;
  margin-bottom: 8px;
}

#menu li a:hover {
  text-decoration: none;
}

#page1 #about {
  background-image: url("images/page1.jpg");
}

#page2 #about {
  background-image: url("images/page2.jpg");
}

#page3 #about {
  background-image: url("images/page1.jpg");
}

#page4 #about {
  background-image: url("images/page4.jpg");
}

#page5 #about {
  background-image: url("images/page5.jpg");
}

#about {
  padding-top: 8%;
  display: flex;
  float: right;
  border-top: 2px solid yellow;
}

.aboutme {
  padding-left: 28%;
  color: white;
}

.aboutme h2 {
  font-size: 40px;
  color: coral;
}

#exp a {
  color: black;
  background-color: grey;
  border: 1.5px solid #f2f2f2;
}

.aboutme a:hover {
  text-decoration: none;
}

.hide {
  visibility: hidden;
}

#skills li {
  list-style-image: url("images/li.jpg");
}

/*# sourceMappingURL=style.css.map */
