html {
  scroll-behaviour: smooth;
}

.nav-item {
  transition: 1s;
}

.nav-item:hover {
  border: solid 1px white;
  border-radius: 10px;
  transition: 1s;
}

#page-top {
  color:#01085c;
}

#sideNav {
  background-color:#353535;
}

#logoImg {
  width:120px;
}

@font-face {
  font-family: gwCustom;
  src: url('gwFont.ttf');
}

#mainName {
  font-family: gwCustom !important;
  color: #303030;
}

#mailToMe {
  color: #99223f;
  margin-left: 5px;
  font-size: 24px;
}

#mainDiv {
  background-color: white;
}

.welcomeMessage {
  color: #454545;
  margin: 50px 0px 50px 0px;
  font-size: 20px;
  width: 80%;
}

#iconsInfo {
  position: absolute;
  bottom: 15px;
  left: 300px;
}

@media only screen and (max-width: 991px) {
  #iconsInfo {
    left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #iconsInfo {
    bottom: 150px;
  }
}
@media only screen and (max-width: 500px) {
  #iconsInfo {
    bottom: 50px;
  }
}


#myDescription {
  max-width: 1050px;
  color: black;
  font-size: 18px;
  margin-top: 0px;
  text-align: justify;
}

#mainLinks {
  margin: 20px 0px 100px 0px;
  font-size: 18px;
}

#mainLinksInner {
  width: 470px;
}

.hrefLinks {
  color: #454545;
  margin: 10px;
  padding: 5px;
}

.hrefLinks:hover {
  color: #99223f;
}


#dsprojects {
  display: grid;
  gap: 20px;
  margin: 20px;
}

.tilesContainer {
  display: flex;
  flex-wrap: wrap;
}

.tileHref {
  margin: 30px;
}

.project-tile {
  background-color: #ccc6cb;
  color: #ffffff;
  max-width: 300px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  line-height: 24px;
}
.golden {
  border: 5px solid grey;
}

.project-tile:hover {
  transform: scale(1.05);
  background-color: #a899a7;
}

.project-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.project-description {
  margin: 0;
}

#iconsFooter {
  color: #753767;
}
