* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

h1 {
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}

.Skills-icons {
  text-align: center;
  justify-content: space-between;
}

.clearfix {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.bgImg {
  background-image: url('../images/nordwood-themes.jpg');
  height: 500px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

h2 {
  font-family: 'Sedgwick Ave Display', cursive;
  font-size: 3em;
}

.Catchy-Phrase {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -100%);
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-size: 2em;
}

.button-55 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -20%);
  margin: 100px 0;
  align-self: center;
  background-color: #fff;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-55:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
}

.button-55:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

.FirstSec{
  background-color: #85DCBA;
  padding-bottom: 30px;
}

.SecondSec , .ThirdSec , .FourthSec{
  padding-bottom: 40px;
}

.ThirdSec{
  background-color: #85DCBA;
}

.About-me {
  font-family: 'Playfair Display';
  font-size: 2em;
  text-align: center;
  padding: 0 25px;
}

.more-content {
  font-family: 'Playfair Display';
  font-size: 2em;
  text-align: center;
  padding: 0 25px;
  display: none;
}

.show-more .more-content {
  display: block;
}

.read-more {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
  background: #6E6D70;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
  color: #DFDEDF;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.read-more:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

.Skills-Icon {
  width: 15em;
  padding: 20px;
}

.Projects-Img {
  width: 30em;
  height: 20em;
  padding: 20px;
  border-radius: 30px;
}

.Projects-Img:hover {
  transform: scale(1.1, 1.1);
  transition-duration: 0.1s;
}

.Projects-Part {
  text-align: center;
  justify-content: space-between;
}

.wrap1 {
  position: relative;
  display: inline-block;
}

.cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  padding: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.wrap1:hover .cap {
  visibility: visible;
  opacity: 1;
}

.wrap2 {
  position: relative;
  display: inline-block;
}

.cap2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  padding: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.wrap2:hover .cap2 {
  visibility: visible;
  opacity: 1;
}

.wrap3 {
  position: relative;
  display: inline-block;
}

.cap3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  padding: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.wrap3:hover .cap3 {
  visibility: visible;
  opacity: 1;
}

.fa-github, .fa-linkedin-square {
  padding: 10px;
  font-size: 2em;
}

a {
  text-decoration: none;
}

.FourthSec{
  text-align: center;
}

.button-24 {
  margin-top: 2em;
  margin-bottom: 2.5em;
  background: #FF4742;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover, .button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-24:active {
  opacity: .5;
}

.fa-github:hover, .fa-linkedin-square:hover {
  transform: scale(1.1, 1.1);
  transition-duration: 0.1s;
}

.fa-github {
  color: black;
}

.fa:hover {
  color: #33FFBD;
}

@media (max-width: 425px) {
  .Catchy-Phrase{
    top: 300px;
  }
  .Projects-Img{
    width: 340px;
  }
}
