

/* ======= End Typography style ======= */



.btn-get-started {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 12px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    background: #cc0000;
    color: rgb(255, 255, 255);
    text-align: center;
}


.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.15);
  /*border: 2px solid #000;*/
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #222;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #222;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input, .contact .php-email-form select {
  height: 44px;
}

.contact .php-email-form textarea, .contact .php-email-form select {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #c7b368 !important;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  width: 50%;
}

.contact .php-email-form button[type="submit"]:hover {
  /*background: #ff8c2a;*/
  opacity: .8;
  color: #fff;
  width: 50%;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* CSS */
.button-18 {
  align-items: center;
  background-color: #c7b368  ;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #716435;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

nav {
  position: fixed!important; /* Set the navbar to fixed position */
  top: 0!important; /* Position the navbar at the top of the page */
  width: 100%!important;
  background-color: white!important;
}

h1.content-title {
  font-size: 52px;
  font-weight: bold;
}

p.content-fill {
  font-size: 20px;
  margin-bottom: 5px !important;
}

p.speakers-title {
  font-size: 20px;
}

div.speakers-card>p {
  margin-bottom: 0;
  font-size: 18px;

}

p.speakers-name,p.company {
  font-weight: bold;
}

.guest-speakers-card { 
  border-radius: 25px;
  border: 8px solid #4c339b;

}

p.event-details {
  font-size: 38px;
  font-weight: bold;
}

section.event-details, section.contact {
  background-color: #ffffff;
}

div.event-details-text {
  font-size: 28px;
}

p.smaller-details {
  font-size: 23px!important;
}

#timeCount {
  font-size:48px;
}
