@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

:root {
  --bulma-body-background-color: #f0f0f0; 
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Lato', Lato, Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

.header-wrapper {
  /* padding-bottom: 30px; */
}


.hero {
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Lato', sans-serif;
  
}

/* .hero-background{
  background-image: url("images/iros26.jpeg");
  background: url("images/iros26.jpeg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
} */

.hero .title {
  font-family: 'Lato', sans-serif;
  /* transform: rotate(-5deg); */
  font-size: 6rem;
  color: rgb(245, 245, 245);
}

.hero .subtitle {
  font-family: 'Lato', sans-serif;
  padding: 5px;
  font-size: 2rem;
  color: whitesmoke;
}

.hero .profession {
  padding-top: 50px;
  font-size: 1.7rem;
  /* text-transform: uppercase; */
}

/* change color of links */
.hero a {
  color: #333e7d;
}
.hero span {
  color: #333e7d;
}

.hero .hero-foot {
  height: 50px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.hero .hero-foot-dark {
  background: #6c1f31;
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bc2d7e;
  transition: width 0.2s ease-in-out;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover::after {
  width: 100%;
}


/* card */
.fade-overlay {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.fade-bg {
  background: linear-gradient(to top, #43485c 10%, transparent);
  padding-top: 20px;
  padding-bottom: 20px;
}
.card-link {
  text-decoration: none;  /* Removes underline */
  color: inherit;  /* Keeps text color unchanged */
}

.card-link .card {
  transition: transform 0.2s ease-in-out;
}

.card-link:hover .card {
  transform: scale(1.08); /* Slight zoom effect on hover */
}

/* Sponsor logo hover: subtle zoom-in + faint drop shadow */
.sponsor-hover-effect {
  transition: transform 0.25s ease-out, filter 0.25s ease-out;
  cursor: pointer;
}

.sponsor-hover-effect:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}


.main-content {
  padding-top: 2rem;
  color: #1c2268;
  font-family: 'Lato', sans-serif;
}

.main-content .section-dark {
  background-color: #ebebeb87;
  padding: 60px 0px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 100px;
}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #43485c;
  background: white;
  color: #43485c;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #1f2c6c;
}

.main-content .section-dark.my-work {
  padding: 120px;
}

@media (max-width: 599px) {
  .main-content .section-dark.my-work {
    padding: 75px 20px;
  }
}

/* Equal-height cards in Keynote Speakers and Organizing Committee rows */
.main-content .section-dark.my-work .columns {
  align-items: stretch;
}

.main-content .section-dark.my-work .column {
  display: flex;
}

.main-content .section-dark.my-work .column > .card,
.main-content .section-dark.my-work .column > .card-link,
.main-content .section-dark.my-work .column > .card-link > .card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-content .section-dark.my-work .column .card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.main-content .section-dark.my-work .work-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-light {
  padding: 30px;
}

.main-content .section-light.about-me {
  padding-bottom: 100px;
}

.main-content .section-light.about-me .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .about-links {
    text-align: center;
  }
}

.main-content .section-light.about-me .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
}

.main-content .section-light.contact {
  padding: 200px;
}

.main-content .section-light.contact button {
  width: 100%;
  background-color: #43485c;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 60px 20px;
  }
}

/* link text no lowercase */
.hero-menu-desktop ul li a {
  text-transform: none;
}

.main-content {
  background-color: #ededed;
}

.main-content .section-color.services {
  padding: 3em;
  background-color: #43485c;
  color: white;
}

.main-content .section-color.services .title,
.main-content .section-color.services .subtitle {
  color: white;
}
.submission .subtitle{
  color: white;
}

.main-content .section-color.services i {
  font-size: 3rem;
  padding: 20px;
}

/* submission */
.main-content .section-color.submission {
  padding: 3em;
  background-color: #2e344a;
  color: white;
}


.main-content .section-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
.main-content .organizing-commitee-title {
  color: #2e344a;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.main-content .keynote-commitee-title-separate-page {
  color: #263e96;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

/* .navbar-brand{
  min-height: 0% !important;
} */

.navbar{
  height: 19vh;
}

/* Change menu text color */
.navbar-menu {
  background-color: #3c3c3c !important; /* Dark background */
}

.custom-divider {
  border: none;
  height: 1px;
  background-color: #ccc; /* Light gray color */
  margin:1em 0;
}
/* .my-is-3{
  flex: none;
  width: 20%;
} */

.navbar-item {
  color: white !important; /* Text color */
}

/* Change burger icon color */
.navbar-burger span {
  background-color: white !important;
}

.navbar-burger{
  background-color: rgba(227, 227, 227, 0.223) !important;
} 


.main-content .keynote-speakers-title {
  color: #2e344a;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: 80px;
  line-height: 25px;
  text-align: center;
  background: #1f2c6c;
  color: whitesmoke;
  padding-top: 2rem;
}

.footer a {
  padding: 0rem 1rem 1rem 1rem;
  color: lightgrey;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #5c434f;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(31, 44, 108, 0.65);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #000107;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #1f2c6c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.white
{color:ghostwhite}
