@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {

  --primary-color: #ab8c20;
  --secondary-color: #1266A1;
  --text-color: #032D4A;

  font-family: "Inter", sans-serif;
}

* {
  font-family: "Inter", sans-serif !important;
  color: var(--text-color);
}

section a {
  text-decoration: underline;
  color: var(--text-color);
  text-decoration-color: var(--primary-color);
  font-weight: bold;
}

p {
    font-size: 15px;
    line-height: 2;
}

h1 {
  font-size: 40px !important;
}

h4 {
  font-weight: bold;
  color: var(--secondary-color);
}

header.masthead {
  background: #2f1ce0;
  background: linear-gradient(135deg,var(--primary-color) 0, var(--secondary-color) 100%);
  height: auto !important;
  margin-top: 68px;
  min-height: auto !important;
  max-height: inherit;
  padding: 150px 0;
}

header.masthead h1,
header p {
  color: white !important;
}

.navbar-brand img {
  max-height: 110px;
  width: 300px;
  padding: 5px;
}

header.masthead .header-content {
  max-width: 100%;
}

header.masthead .header-content h1 {
  font-weight: bold;
}

#mainNav.navbar-shrink {
  background-color: white;
}

#mainNav {
  padding: 0;
}

#mainNav .navbar-nav>li>a, #mainNav .navbar-nav>li>a:focus {
  color: var(--text-color);
  font-size: 16px;
  font-weight: bold;
  text-transform: inherit;
}

.align-center {
  align-items: center;
}

#partners img {
  max-height: 120px;
  padding: 10px;
  max-width: 220px;
  margin: auto;
}

#partners .partner-img {
  text-align: center;
}


.img-white {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

footer * {
  color: white;
}

footer h4 {
  font-weight: bold;
}

footer p {
  font-size: 14px;
  line-height: 22px;
}

footer .sn-block {
  padding-left: 10px;
  margin-top: 15px;
}

footer .sn-block img {
  width: 34px;
  height: 34px;
  padding: 6px;
}

p.copy {
  font-size: 12px;
  opacity: 0.3;
}

.mail span {
  font-weight: bold;
}

.languages button, .languages button:focus {
  font-size: 12px;
  border-radius: 4px;
  outline: none;
  box-shadow: none !important;
}

.languages .dropdown-menu {
  min-width: 60px;
  max-width: 60px;
  padding: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.languages .dropdown-menu a {
  padding: 2px;
  text-align: center;
  color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #0f7a8b;
  border-radius: 4px;
}

#mainNav {
  background-color: #fff;
  box-shadow: 1px 1px #f2f2f2;
}

#about h4 {
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}

#about p {
  color: #888;
}

.about-list {
  padding: 0;
}

.about-list li {
  width: 33%;
  float: left;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  list-style: none;
  color: #888;
  font-size: 15px;
}

.about-list li svg {
  margin-right: 6px;
  color: #000;
}

.section-heading h2 {
  color: var(--secondary-color);
  font-weight: bold;
  text-transform: inherit;
  font-size: 40px;
}

.section-heading h2 span {
  color: var(--primary-color);
}


.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-secondary hr {
  border-color: #ffffff40;
}

.bg-secondary *, 
.bg-secondary .section-heading h2 {
  color: #fff !important;
}

.bg-tertiary {
    background-color: var(--text-color) !important;
}

.bg-tertiary *, 
.bg-tertiary .section-heading h2 {
  color: #fff !important;
}


.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #fff;
    border-color: #ffffff;
    background-color: #ffffff26;
}


#mainNav .navbar-nav>li>a:hover {
  color: #333 !important;
  font-weight: bold;
}

#mainNav .navbar-nav>li>a.active {
  color: var(--primary-color) !important;
  font-weight: bold;
}

.align-items {
  display: flex;
  align-items: center;
}

table.table {
  border: 1px solid #ccc9f3;
}

.table td, .table th {
  border-top: 1px solid #ccc9f3;
}

table.table thead tr {
  background-color: #635cdb;
  color: #fff;
}

table.table td {
  padding: 6px 0;
  font-size: 14px;
  vertical-align: middle;
}

table.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
}

table.table .btn, .modal .btn {
  border-radius: 3px;
  font-size: 12px;
  outline: 0;
  padding: 3px 10px;
  background-color: #635cdb;
  border-color: #635cdb;
}

table.table .btn:focus, .modal .btn:focus {
  box-shadow: none;
}


.img-small {
  max-width: 200px;
  max-height: 90px;
  padding: 10px;
}

.img-funded {
  max-width: 300px;
  max-height: 150px;
  
}

.modal-dialog {
  max-width: 700px;
}

.modal-dialog img {
  max-width: 100%;
  border-radius: 50%;
}

.second-item {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 20px;
}

.people-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.people-item h4 {
  font-size: 18px;
}

.modal-title {
  font-weight: bold;
}

.modal p.mb-0 {
  color: gray;
  font-size: 13px;
}

.modal p.mb-0 strong {
  color: black;
  font-size: 14px;
}


#partners .partner-img span {
  background-color: #f2f2f2;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-block;
}

#partners .partner-img {
  margin-bottom: 30px;
}

#partners .partner-img img {
  max-height: 120px;
}


.footer-link a,
.footer-link a:hover,
.footer-link a:focus {
  background-color: var(--primary-color);
  padding: 4px 15px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--text-color);
}


.fa-check-circle:before,
.fas.fa-bars:before {
  content: "";
}

.fa-check-circle {
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left bottom;
  width: 20px;
  height: 20px;
}

.fas.fa-bars {
  background-image: url('../img/bars-solid.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  width: 20px;
  height: 20px;
}


@media (max-width: 991px) {
  .about-list li {
    width: 50%;
  } 

  .partner-img.col-md-3 {
    max-width: 33%;
  }

  #partners .row {
    justify-content: center;
  }

  footer .col-md-12 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-list li {
    width: 100%;
  } 

  .partner-img.col-md-3 {
    max-width: 50%;
  }

  #mainNav .navbar-toggler {
    margin-right: 30px;
  }
}

@media (max-width: 667px) {
  header.masthead .header-content h1 {
    font-size: 30px !important;
  }

  .partner-img.col-md-3 {
    max-width: 100%;
  }
}

.btn {
  border-radius: 3px;
  font-size: 12px;
  outline: 0;
  padding: 3px 10px;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.organization h3 {
  background-color: #ffffff45;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 20px;
}

.dates-banner {
  padding: 30px 15px;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #00000040;
  border-radius: 20px;
}

.dates-banner h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

.dates-banner * {
  color: white;
}

.easychair,
.springer {
  max-width: 300px;
}

.important-message {
  background-color: #ebc22d1f;
  font-weight: bold;
  display: inline-block;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.important-message p {
  font-size: 20px;
  margin: 0;
}