@font-face {
  font-family: Exomoon;
  src: url(./Exomoon-Regular.otf);
}
body {
  margin: 0;
  background: #d8d8d8;
}

.exomoon {
  font-family: Exomoon !important;
}

.roboto {
  font-family: : 'Roboto', sans-serif !important;
}

.monospace {
  font-family: monospace;
}

p {
  font-family: 'Roboto', sans-serif;
}

hr {
  background: black;
  margin-top: 50px;
  margin-bottom: 50px;
}

.me {
  box-shadow: 0 0 5px 5px #00ff00;
  border-radius: 50%;
}

.green-text {
  color: #00ff00;
}

.heading {
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                   0px -5px 35px rgba(255,255,255,0.3);
}

.title {

}

label {
  color: white;
}

.bg-code {
  position: absolute;
  z-index: -99;
  width: 100%;
  height: 600px;
  background-image: url('./code.jpg');
  background-position: center;

}

.scroll-link {
  font-family: monospace !important;
  color: #00ff00 !important;
}

.scroll-link:hover {
  color: green !important;
  text-decoration: none !important;
}

.github-logo {
  color: black;
}

.github-logo:hover {
  text-decoration: none;
  color: #6cc644;
}

.linkedin-logo {
  color: black;
}

.linkedin-logo:hover {
  text-decoration: none;
  color: #0077b5;
}

.cert-img {
  width: 120px;
  height: 120px;
}
.cert-link:hover {
  text-decoration: none;
}

.card {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 5px 5px grey;
}

#contactWrapper {
  padding: 20px;
  border-radius: 15px;
  background-color: darkgrey;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-t-50 {
  padding-top: 50px;
}

#projects .card {
  min-height: 100%;
}

#projects .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay {
  background:black;
  opacity: 0.6;
  z-index:1;
  position: absolute;
  top:0;
  bottom:0;
  width:100%;
}

.name {
  z-index: 2;
}

.scroll-container .heading {
  z-index: 3;
}

.scroll-container {
  height: 5vh;
}

.name-container {
  height: 100%;
}
