@font-face{
    src: url(../fonts/calibri-regular.ttf);
    font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', 'sans-serif';
}

.logo-font {
    font-family: Calibri;
}

.im-logo {
    font-family: Calibri;
    margin: 0;
    margin-left: 1rem;
    color: #004761;
}

.ese-logo{
    max-width: 80%;
    padding:1%;

}
.ese-logo-sm{
    max-width: 150px;
    float: left;

}
.logo-main{
    justify-content: left;
}

.button-global{
  background-image: linear-gradient(to right, #177398, #0b4862);
  color: white;
}

.button-global:hover{
    background-color: #177398; /* lightblue */
    color: white;
}

.ese-text-gold{
    color: #C59C6F;

}
.ese-text-lightblue{
    color: #177398;
}
.ese-text-darkblue{
    color: #0B4862;
    text-align: left;
    margin: auto;
    padding: auto;

}

.ese-text-white{
    color: white;
    padding: 0.5%;
}
.ese-text{
    text-align: left;
    font-weight: 700;
}
.ese-text-small{
    font-size: 15px;
    text-align: left;

}
.special-text{
  font-size: x-large;
  font-weight: 600;
}
.special-text-2{
  font-size:xxx-large;
  text-align: left;
}


.ese-text-head{
vertical-align: middle;
align-items: left;
position: initial;
bottom: 10%;
}


.ese-navbar{
    background-color: #ffffff;
    color: #004761;
    text-transform: bold;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left:500px;

}
.ese-navbar>li>a {
    color: #0B4862;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
    display: flex;
    margin: 0;
    padding: 10px;
    list-style: none;
    font-weight: 500;
}
.ese-navbar>li>a:hover{
    color:#177398;
    text-decoration: none;
    }

#ese-navbar-style{
text-transform: bold;
color: #004761;
}
.ese-nav{
    background-color: white;
    width: auto;

  }
.Hero-Image{
max-height: 90%;
}
.container {
    position: relative;
    text-align: center;
    color: white;
  }
  
  /* Bottom left text */
  .bottom-left {
    position: fixed;
    bottom: 50%;
    left: 5%;
  }
  /* Bottom left text */
  .bottom-left-nudge {
    position: absolute;
    bottom: 8%;
    right: 5%;
  }
  .ese-position{
    float: left;
    text-align: left;
    margin: 10px;
    padding: 10%;
    position: absolute;
    top: 5%;
  }
  .ese-position-2{
    float: left;
    text-align: left;
    margin: 10px;
    padding: 10%;
    position: absolute;
    top: 15%;
  }
  .ese-btn{
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: white;
    padding: 1%;
    font-size: larger;
    cursor: pointer;
    width: 8em;
    text-transform: none;
  }

  
  #ese-btn-2{
    background-color: #177398;
    color: white;
    float: right;
  }

  .ese-btn-3{
    padding: 0;
    font-size: medium;
    float: right;
  }

  #ese-btn-4{
    float: right;
    margin-top: 10px;
    background-color: #177398;
    color: white;
    padding: 0.3%;
  }

  #ese-btn-5{
    padding: 1px;
    font-size: medium;
    float: inline-start;
    margin-top: 10px;
    margin-left: 6%;
    background-color: #177398;
    color: white;
  }
  .ese-image{
    width: 50%;
    margin: auto;
  }
  #Hero-Image{
    width: 100%;
  }

  #bee-badge{
    margin-left: 5%;
    width: 50%;
  }
  .social-links{
    margin-left: 5%;
  }

  .ese-card{
    padding: 1;
  }
  .ese-divider{
    padding: 1%;
  }
  .ese-slider{
    background-color: white;
    padding: 1%;
  }
  .ese-diagram{
    display: block;
    margin: auto;
    width: 90%;
  }
  .ese-diagram:hover {
    transform: scale(1.2);
    transition: transform .2s;
  }
  .ese-icon-social{
    width: 50px;
    height: 50px;
    background-color: #177398;
    color: white;
  }
  .Fa-icon-svg{
    color: #177398;
  }

    /* CSS for smaller screens */
@media screen and (max-width: 600px) {
  #ese-text-head {
    bottom: 10%;
    float: left;
    text-align: center;  
  }
  #bee-badge {
      width: 30%;
      margin-top:10%;
  }
  #Hero-Image {
    transform: scale(1.5);
  }
  #ese-image {
    width: 80%;
    margin: auto;
    margin-top: 10%;
  }

  .ese-btn {
  width: 45%;
  font-size: medium;
  margin-top: 10%;
  text-align: center;
}
#ese-btn-4{
  float: none;
  width: 40%;
}
#ese-btn-2{
  width: 50%;
  font-size: medium;
  float: none;
}
#bee-badge{
  margin-left: 0;
}
.social-links{
  margin-left: 0;
}

  .ese-text-head {
    text-align: none;
  }
  
  #modal-container{
    margin: auto;
    max-width: 80%;
  }
  .special-text-2 {
    font-size: 1.2em;
    align-items: left;
    margin-bottom: 1%;
    text-align: left;
    font-size: large;
  }
  .special-text-3{
    word-break: normal;
    text-align: left;
    }
}


