@import url('https://fonts.googleapis.com/css2?family=Akshar&display=swap');

/*font-family: 'Akshar', sans-serif;*/

a {
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}


#showcase {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

/** About Section **/

.about-info>.about-title {
  font-size: 40px;
  font-family: 'Akshar', sans-serif;
  line-height: 3.5rem;
}

.about-info>.about-description {
  text-align: center;
}

.about-info>.about-description>p {
  font-size: 14px;
  font-family: 'Akshar', sans-serif;
  color: black;
  text-align: left;
  padding-top: 3rem;
}

/** image appeal section **/

section.image-appeal {
  height: 70vh;
background-image:url(/images/yes2.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: 60% 0%;
    background-attachment: fixed;
}

.wrapper {
  margin: 0px auto;
  width: 60%;
}

section.portolfio-section {
  padding: 4rem;
}


.w3-row {
  padding: .5rem;
}
.w3-third {
  padding: .5rem;
}

img:hover {
  background-color: #121212;
}

.jumbotext {
text-shadow: 4px 3px #000000;
}


a.cta-button.w3-button {
    padding: 1rem 1.5rem;
    background-color: white;
    font-family: 'Akshar', sans-serif;
    font-size: 14px;
    color: black;
    margin: 2rem;
}