@font-face {
  font-family: 'Cocogoose';
  src: url("../assets/Cocogoose_trial.otf");
}

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

.black {
  color: #272a31;
}

.active,
.orange {
  color: #ec5242;
}

.white {
  color: #fff;
}

.grey {
  color: #d3d3d3;
}

body {
  font-family: 'Lato', sans-serif; /* stylelint-disable */
  margin: 0%;
}

.black-navbar {
  display: none;
}

.navbar-logo {
  display: none;
}

.navbar-logo li {
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}

.main-navbar-ul {
  display: block;
}


.hambuger {
  margin-bottom: 5vh;
  padding: 2vh 2vw;
  left: 0%;
  top: 2vh;
  cursor: pointer;
}

.hamburger {
  margin-bottom: 5vh;
  padding: 4vh 4vw;
  right: 0%;
  top: 2vh;
  position: absolute;
  cursor: pointer;
}

.menu-bar {
  padding-top: 6vh;
  background-color: #272a31;
  height: 100vh;
  position: absolute;
  left: -110%;
  width: 100%;
  z-index: 1000;
}

.nav {
  display: none;
}

.mobile-list {
  margin: 2vh 3vw;
  list-style: none;
  font-size: 1.5em;
}

.mobile-list :hover {
  margin: 0% 1vw;
  list-style: none;
  font-size: 1em;
  text-decoration: underline;
}

.mobile-list a {
  text-decoration: none;
}

/* FIRST SECTION */
.first-section {
  background-image:
    linear-gradient(0deg, rgba(252, 248, 248, 0.849), rgba(201, 192, 192, 0.979)),
    url("../assets/conference.jpg");
  background-color: #d3d3d3;
  background-repeat: no-repeat;
  height: 70vh;
  background-size: cover;
  margin: auto;
  background-position: center center;
  padding: 0% 3vw;
}

.page-head {
  display: flex;
  flex-direction: column;
}

h1 {
  order: 2;
  font-size: 2em;
  margin: 0%;
  font-family: Cocogoose;
  font-weight: normal;
}

.hello {
  order: 1;
  margin: 0.5vh 0%;
  font-size: 1em;
  justify-self: center;
}

.hellos {
  display: none;
}

.intro {
  border: 1px white;
  padding: 2vh 2vw;
  font-size: 0.9em;
}

/* SECOND-SECTION */
.second-section {
  background-color: #272a31;
  margin: 2vh 0%;
  padding-bottom: 4vh;
}

.second-section h2 {
  display: flex;
  align-self: center;
  justify-content: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
  font-size: 1.2em;
  color: #d3d3d3;
  margin: auto;
}

.prog-feature {
  background-color: #363434;
  padding: 0% 1vw;
  display: flex;
  margin: 2vh 2vw;
  border: none;
}

.prog-feature:hover {
  border: 1px solid;
  border-color: #d3d3d3;
}

.prog-feature img {
  width: 10%;
  margin: 2vh 1vw;
  background-color: #d3d3d3;
}

.prog-feature h4 {
  width: 25%;
  margin: auto;
  font-size: 0.8em;
  align-self: center;
  justify-self: center;
  padding: 1vh 3vw;
}

.prog-feature p {
  width: 85%;
  float: right;
  margin: 2px;
  font-size: 0.8em;
  align-self: center;
  color: #d3d3d3;
}

.logo-link-1 {
  display: flex;
  margin: auto;
  margin-top: 4vh;
  text-decoration: none;
  width: 70vw;
  background-color: #ec5242;
  padding: 3vh 4vw;
  justify-content: center;
}

.logo-link-1:hover {
  border: 1px solid;
  border-color: #d3d3d3;
}

.logo-link-2 {
  display: none;
}

/* THIRD-SECTION */
.third-section {
  margin: 0% 2vw;
}

.third-section h2 {
  display: flex;
  justify-content: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
  font-size: 1.2em;
  margin: auto;
}

.featured-speaker {
  display: flex;
  margin: 2vh auto;
}

.featured-speaker img {
  width: 120px;
  height: 130px;
  margin: 0%;
  padding: 0%;
}

.featured-speaker div {
  width: 65%;
  margin: 0% 3%;
}

.featured-speaker div p {
  font-size: 0.8em;
  font-family: Lato, sans-serif;
}

.featured-speaker div .black {
  font-size: 1em;
  font-weight: 550;
  line-height: 0%;
  margin-top: 5px;
}

.italics {
  font-style: italic;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
}

.more a {
  text-decoration: none;
  font-size: 1.8vh;
  padding: 1em;
}

/* FOOTER SECTION */
footer {
  margin: 0%;
}

.partners {
  background-color: #272a31d7;
  font-weight: bold;
  padding-top: 1vh;
}

footer .partners p {
  text-align: center;
  padding: 1.5vh 0%;
  font-size: 1.2em;
}

.partners-list {
  display: flex;
  font-size: 1.2em;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 6vh;
}

.partners-list li {
  list-style: none;
  padding: 2vh 4vw;
}

.footer-signoff {
  display: flex;
}

.footer-logo {
  display: flex;
  padding: 0% 5%;
  width: 40%;
  align-items: center;
}

footer .footer-logo p {
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 0.7em;
}

.footer-logo-text {
  width: 60%;
}

footer .footer-logo-text p {
  font-size: 0.8em;
  line-height: 1em;
}

/* DESKTOP VERSION */
@media (min-width: 768px) {
  /* NAVBAR SECTION */
  .hambuger,
  .hamburger {
    display: none;
    visibility: hidden;
  }

  .nav {
    display: flex;
    flex-direction: column;
  }

  .black-navbar {
    background-color: #272a31;
    padding-right: 10vw;
    display: block;
  }

  .black-navbar-ul {
    display: flex;
    float: right;
    margin: 0.5vh 0%;
  }

  .black-navbar-ul li {
    padding: 0% 1vw;
    list-style: none;
  }

  .black-navbar-ul li:hover {
    text-decoration: underline;
  }

  .main-navbar {
    display: flex;
    margin: 0%;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0% 2vw;
    height: 10vh;
  }

  .navbar-logo {
    align-items: center; 
    display: flex;
    padding-left: 2vw;
  }

  .main-navbar-ul {
    display: flex;
    list-style: none;
    float: right;
    margin-right: 7vw;
    font-size: 1em;
  }

  .main-navbar-ul li a {
    text-decoration: none;
    color: black;
  }

  .navbar-cc-link {
    border: 4px solid;
    border-color: #ec5242;
    padding: 1vh 1vw;
    font-size: 1em;
    color: #ec5242 !important;
  }

  .main-navbar-ul li {
    margin: 0% 2vw;
  }

  .main-navbar-ul li:hover {
    text-decoration: underline;
  }

  .main-navbar-ul li .orange {
    color: #ec5242 !important;
  }

  /* THE MAIN PAGE SECTION */
  .first-section {
    margin-bottom: 2vh;
    height: 70vh;
  }

  .hello {
    display: none;
  }

  .hellos {
    display: flex;
    align-items: flex-start;
    margin: 0%;
    font-size: 4vh;
    height: 8vh;
  }

  .page-head {
    margin: 0% 10vw;
  }

  .intro {
    margin: 0% 10vw;
    font-size: 1.2em;
    width: 60vw;
    border: 1px solid;
    border-color: rgb(236, 228, 228);
  }

  .date {
    margin: 0% 10vw;
    font-weight: bolder;
    margin-top: 3vh;
  }

  .location {
    margin: 0% 10vw;
  }

  /* THE MAIN PROGRAM SECTION */
  
  .second-section h2 {
    display: flex;
    align-self: center;
    justify-content: center;
    padding-top: 7vh;
    font-size: 1.1em;
    font-weight: lighter;
  }
  
  .second-section-container {
    display: flex;
    justify-content: center;
  }

  .prog-feature {
    background-color: #fff8f811;
    padding: 0%;
    display: flex;
    flex-direction: column;
    margin: 5vh 0.2vw;
    width: 14vw;
  }
  
  .prog-feature img {
    width: 26%;
    margin: 2.5vh 2vw;
    background-color: #d3d3d3;
    align-self: center;
  }
  
  .prog-feature h4 {
    width: 60%;
    font-size: 0.8em;
    align-self: center;
    text-align: center;
  }
  
  .prog-feature p {
    width: 95%;
    margin: 1vh;
    font-size: 0.9em;
    align-self: center;
    text-align: center;
    padding: 2vh 2vw;
    line-height: 1.5em;
    color: #d3d3d3;
  }
  
  .logo-link-1 {
    display: none;
  }

  .logo-link-2 {
    display: flex;
    margin: 6vh auto;
    text-decoration: underline;
    width: 70vw;
    padding: 0% 4vw;
    justify-content: center;
    border: none;
    font-size: 1em;
  }

  /* THE FEATURED SPEAKERS SECTION */
  .third-section {
    display: flex;
    flex-direction: column;
  }

  .third-section #my-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0%;
    padding-bottom: 0%;
    justify-content: center;
  }

  .third-section h2 {
    align-self: center;
    margin-bottom: 3vh;
  }

  .third-section #my-popup .featured-speaker {
    display: flex;
    flex-direction: row;
    margin-left: 4vw;
    margin-bottom: 2vh;
    width: 40%;
    padding: 0%;
  }

  .third-section #my-popup .featured-speaker img {
    min-width: 80px;
    min-height: 100px;
    max-width: 120px;
    max-height: 140px;
    margin: 0%;
    padding: 0%;
  }
  
  .third-section #my-popup .featured-speaker div p {
    margin: 0.5vh 0%;
    font-size: 1em;
    padding: 0%;
    font-family: Lato, sans-serif;
    line-height: 1.5em;
  }

  .third-section #my-popup .featured-speaker div .black {
    font-size: 1.2em;
    font-family: Lato, sans-serif;
    font-weight: bold;
  }

  .third-section #my-popup .featured-speaker div {
    width: 65%;
    margin: 0% 3%;
    display: flex;
    flex-direction: column;
  }

  .more {
    display: none;
  }

  /* FOOTER SECTION */
  footer {
    margin: 0%;
    margin-top: 6vh;
    display: block;
  }

  .partners {
    background-color: #272a31d7;
    font-weight: bold;
    padding-top: 1vh;
    padding-bottom: 0%;
  }

  .partners p {
    padding: 2vh 0%;
  }

  .partners-heading {
    text-align: center;
    font-size: 1.5em;
    padding: 0%;
  }

  .partners-list {
    display: flex;
    font-size: 1.7em;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4vh;
    font-family: Cocogoose;
    font-weight: lighter;
  }

  .partners-list li {
    list-style: none;
    padding: 2vh 2vw;
  }

  .footer-signoff {
    display: flex;
    padding: 3vh 0%;
  }

  .footer-logo {
    display: flex;
    padding: 0%;
    width: 30%;
    padding-left: 12vw;
    align-items: center;
  }

  footer .footer-logo p {
    font-size: 1.4em;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
    font-weight: 600;
    line-height: 1em;
    width: 50%;
  }

  .footer-logo-text {
    width: 70%;
  }

  footer .footer-logo-text p {
    font-size: 0.8em;
    margin-right: 4vw;
  }
}
