.jumbotron {
  width: 100%;
  font-family: Bahnschrift Light;
  color: white;
  height: 550px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/arya3.jfif") !important ;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 -50px;
}

.jumbotron h1 {
  margin-top: 180px;
}

img {
  margin-top: 40px;
  width: 300px;
}

.bg {
  height: 370px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../pic/conn.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 90px;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.icon a {
  display: inline-block;
  transition: all 0.3s ease;
  color: white;
  padding: 15px;
  width: 50px;
  font-size: 20px;
}

.icon a {
  background: #222;
  border-radius: 70px;
}

.icon a:hover {
  background-color: #555;
}

.google {
  background: #736582;
  color: white;
}

.port {
  padding: 20px;
  padding-bottom: 50px;
}

.contact p, h3 {
  font-family: gadugi;
  padding-bottom: 20px;
}

body {
  line-height: 15px;
  font-size: 15px;
}

p {
  font-family: sans-serif;
  line-height: 18px;
}

h1, h2, h3 {
  font-family: Trebuchet MS;
  color: #2E3A5F;
}

h4 {
  font-family: Bahnschrift Light;
  color: #2E3A5F;
}

.xol {
  margin-top: 30px;
}

.lol {
  margin-left: 200px;
}

hr {
  border-top: 4px solid #4FACCD;
  width: 100px;
  margin-left: 2px;
}

.skill {
  padding-top: 100px;
}

.contact#contact {
    position: absolute;
  }

/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #24263B; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EEFAFF; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6A8590; 
}

