body {
  margin: 0;
  text-align: center;
  font-family: 'Big Shoulders Text';
  font-size: 1.75rem;
  color: #40514E;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

a {
  text-decoration: none;
  font-family: 'Big Shoulders Text';
}

a:hover {
  color: #eaf6f6;
}

hr {
  width: 7%;
  border-style: dotted none none none;
  border-width: 7px;
  color: #eaf6f6;
  margin-top: 3rem;
}

h1 {
  font-family: 'Big Shoulders Display';
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  color: #66BFBF;
}

h2 {
  font-size: 3.5rem;
  font-family: 'Big Shoulders Display';
  color: #66BFBF;
}

h3 {
  font-size: 2.5rem;
  font-family: 'Big Shoulders Display';
  color: #11999E;
}

h4 {
  color: #11999E;
  font-size: 1.5rem;
}

ul {
  padding-left: .5rem;
}

p {
  padding-left: .5rem;
}

.computer-gif {
  position: relative;
  
}

.email-pic {
  width: 5rem;
  position: relative;
  bottom: 1.5rem;
}

.pro-btn {
  border: none;
  color: #11999E;
  font-size: 16px;
  padding: 15px 32px;
  text-align: center;
  position: relative;
  right: 5rem;
  bottom: 2rem;
  border-radius: 8px;
}

.con-btn {
  border: none;
  color: #11999E;
  font-size: 16px;
  padding: 15px 32px;
  text-align: center;
  position: relative;
  left: 5rem;
  bottom: 2rem;
  border-radius: 8px;
}

.con-btn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.ex-btn {
  border: none;
  color: #11999E;
  font-size: 16px;
  padding: 15px 32px;
  text-align: center;
  position: relative;
  bottom: 2rem;
  border-radius: 8px;
}

.ex-btn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.pro-btn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.pro-container {
  background-color: #eaf6f6;
}

.exp-container {
  background-color: #eaf6f6;
}

.footer-link {
  color: #11999E;
}

.underline {
  text-decoration: underline;
  font-weight: bolder;
}

.bottom-cloud {
  height: 15%;
  width: 15%;
  position: absolute;
  top: 350px;
  left: 50px;
}

.db-image {
  position: absolute;

}

.dev-heading {
  padding-left: .5rem;
}




.top-cloud {
  height: 15%;
  width: 15%;
  position: absolute;
  top: 75px;
  right: 75px;
}


.mountain {
  position: relative;
  padding-top: 40px;
}

.top-container {
  background-color: #eaf6f6;
  width: 100%;
  height: 650px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 15rem;
}

.middle-container {
  padding-top: 60px;
}

.bottom-container {
  background-color: #66BFBF;
  height: 100px;
  padding-bottom: 5px;
}

.skill-row {
  width: 60%;
  height: auto;
  margin: 100px auto 100px auto;
  text-align: left;
}

.propic {
  height: 200px;
  width: auto;
  border-radius: 50%;
}

.profile {
  line-height: 1;
}

.profile-title {
  margin: 50px auto 75px auto;

}

.profle-title-text {
  margin-bottom: 90px;
}

.skills {
  line-height: 1;
}

.skill-row {
  line-height: 1;
}

.skills-title {
  margin-top: 90px;
  margin-bottom: 50px;
}


.networkdiag {
  width: 25%;
  float: right;
}

.svrrack {
  width: 25%;
  float: right;
  margin-left: 30px;
}


.contact-me {
  padding-bottom: 50px;
  width: 50%;
  margin: auto;
}

.footer-link {
  margin-top: 50px;
}

.footer {
  font-size: .95rem;
  position: absolute;
  left: 34.5rem;
}

.butn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
font-family: 'Big Shoulders Display';
  color: #ffffff;
  font-size: 16px;
  background: #66BFBF;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #66BFBF;
  background-image: -webkit-linear-gradient(top, #66BFBF, #1072b3);
  background-image: -moz-linear-gradient(top, #66BFBF, #1072b3);
  background-image: -ms-linear-gradient(top, #66BFBF, #1072b3);
  background-image: -o-linear-gradient(top, #66BFBF, #1072b3);
  background-image: linear-gradient(to bottom, #66BFBF, #1072b3);
  text-decoration: none;
}


@media (max-width: 600px){
  .skill-row {
    line-height: 1.5;
  }
  .profile-title-text {
    line-height: 1.3;
  }
  .footer {
    left: 25rem;
  }
  .top-container img {
    visibility: hidden;
  }
}
