/*element selectors*/
body {
  background-image: linear-gradient(to right, #b6ffff, #b5b0d4);
}
div > p {
  text-indent: 2rem;
}

h1 {
  margin-top: 4rem !important;
  margin-bottom: 5px;
  font-size: 5rem;
}

h3 {
  color: rgb(73, 73, 73);
}



/*id selectors*/
#boot {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

#bs {
  display: block;
}

#greeting {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#my-footer {
  margin-top: 3rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

#my-pic {
  border: 1px solid black;
  border-radius: 100px;
  margin: 1.5rem auto;
  width: 15%;
}

#mx-proj-entry {
  margin-top: 1.6rem;
  border-radius: 40px;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  transition: 0.3s;
}
#mx-proj-entry:hover {
  background-color: #edffd3;
}

#so_calendar {
  border: 1px solid black;
}



/*class selectors*/
.blue {
  color: #05668d;
}

.bs-foot {
  color: #cdfff9;
}

.btn:hover {
  background-color: #054f6c !important;
  border: black !important;
}

.bull-pts {
  list-style: square;
}

.cs-rt-img {
  border-radius: 15px;
  border: 3px solid rgb(98, 98, 98);
}

.cs-title {
  color: black;
}

.des-proj {
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hr-fix {
  margin: 10rem auto;
}

.icon {
  padding-top: 1rem;
  padding-bottom: 1.7rem;
}

.icon-color {
  color: #cdfff9;
}
.icon-color:hover {
  color: #80e6da;
}

.i-mr {
  margin-right: 0.5rem;
}

.i-span {
  padding: 0px 7px;
  margin: 5px 0;
}

.learn-more {
  text-decoration: none;
}

.link-text {
  color: #1173d0;
}

.modal-header,
.modal-body,
.modal-footer {
  background-image: linear-gradient(to right, #c7ffda, #e8e1ef);
}

.non-cs {
  margin-bottom: 1.5rem;
}

.non-cs-img {
  margin-bottom: 1.7rem;
}

.pretty-bullets {
  list-style-type: none;
}

.project-title {
  margin-top: 2rem;
}

.tn {
  border-radius: 40px;
  border: 1px solid gray;
}

.tn-bottom {
  border-radius: 40px;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  transition: 0.3s;
}
.tn-bottom:hover {
  background-color: #edffd3;
}



/*media queries*/
@media screen and (min-width: 200px) and (max-width: 600px) {
  h1 {
    font-size: 3rem !important;
  }
  #rt-full {
    height: 20rem;
  }
}

@media screen and (min-width: 1194px) {
  main {
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 1384px) {
  #des-dev-h3 {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  #rt-full {
    height: 30rem;
  }
}

@media screen and (min-width: 800px) and (max-width: 991px) {
  #rt-full {
    height: 40rem;
  }
}

@media screen and (max-width: 992px) {
  #rt-full {
    height: 19rem;
  }
  .bigger-txt {
    font-size: 1.2rem;
  }
  .center-sm-screen {
    margin: auto;
    justify-content: center;
  }
  .smaller-marg {
    margin-top: 0;
  }
}



/*animations*/
@keyframes titleFade {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.titleFade-animation {
  animation: 1.5s titleFade;
}



/*FONTS*/
/* title */
.chonburi-regular {
  font-family: "Chonburi", serif;
  font-weight: 00;
  font-style: normal;
}

/* body */
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
