:root {
  --font-heading: "Playfair", serif,"Playfair Display";
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --color-dark : #000000;
  --color-light : #FFFFFF;
  --color-light-bg : #FBF9F6;
  --color-gray : #EEEEEE;
  --color-gray-2 : #363636;
  --color-blue : #2367A0;
  --color-blue-dark : #064E8B;
  --btn-yellow : #E79800;
  --btn-light-purple :#3E4ACC;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--color-dark);
}
body.menu-open {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700!important;
}
ul {
    margin: 0;
    padding: 0;
}
.btn-dark-outer {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-dark {
  background-color: var(--btn-yellow);
  color: var(--color-light);
  border: none;
  padding: 5px 0px;
  width: 128px;
  border-radius: 4px;
  font-weight: 700;
}
.subscribe-btn {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.subscribe-btn span {
  transition: transform 0.3s ease;
}
.subscribe-btn:hover {
    padding: 7px 0;
}
.subscribe-btn:hover span {
  transform: rotate(-32deg);
}
.btn-light {
  background-color: var(--color-light);
  border: 1px solid #ddd;
  padding: 5px 0px;
  width: 128px;
  border-radius: 4px;
  font-weight: 700;
}
h2 {
    font-size: 32px;
}
.content {
    color : var(--color-gray-2);
}
ul, ol {
     list-style: none;
}
.main-head-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: 
    linear-gradient(rgba(6, 79, 139, 0.88), rgba(6, 79, 139, 0.88)), /* overlay using #064F8B */
    url('../images/President/d2c53b4bb9655d77e91a59b7ba3352e277a4a1b7.png') center/cover no-repeat;
    padding: 34px;
    margin-bottom: 3rem;
}
.main-head-section .head-subtitle, .main-head-section .head-title {
    color: var(--color-light);
    padding: 4px;
}
.content-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-head .content{
    width: 60%;
    text-align: center;
    padding: 24px 10px;
    line-height: 1.60em;
} 
.content-title {
    position: relative;
    padding-bottom: 16px;
}
.content-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 5px;
    width: 60%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 8.44%,
        #E79800 51.47%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media (min-width: 390px) {
    h1 { font-size: 30px!important; }
    h2 { font-size: 26px!important; }
    h3 { font-size: 24px!important; }
    h4 { font-size: 16px!important; }
    h5 { font-size: 16px!important; }
    h6 { font-size: 16px!important; }

    header .nav-item { font-size: 15px; }
    .heading { font-size: 26px; }
    .sub-heading { font-size: 16px; }
    .f1 { font-size: 17px; }
    .f2 { font-size: 14px; }
    .f3 { font-size: 13px; }
    .btn-light, .btn-dark, .right-box .dropdown-menu, .nav-item .dropdown, .footer-wrapper {
        font-size: 13px;
    }
    .contact-info {
        font-size: 12px;
    }
    /* .container{
         max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    } */
}
@media (min-width: 768px) {
    h1 { font-size: 32px!important; }
    h2 { font-size: 28px!important; }
    h3 { font-size: 26px!important; }
    h4 { font-size: 24px!important; }
    h5 { font-size: 22px!important; }
    h6 { font-size: 20px!important; }

    header .nav-item { font-size: 15px; }
    .heading { font-size: 27px; }
    .sub-heading { font-size: 17px; }
    .f1 { font-size: 19px; }
    .f2 { font-size: 15px; }
    .f3 { font-size: 13px; }
    .btn-light, .btn-dark, .right-box .dropdown-menu, .nav-item .dropdown, .footer-wrapper {
        font-size: 13px;
    }
    .contact-info {
        font-size: 12px;
    }
    /* .container{
        max-width: 720px;
        padding-left: 2rem;
        padding-right: 2rem;
    } */
}
@media (min-width: 1024px) {
    h1 { font-size: 34px!important; }
    h2 { font-size: 30px!important; }
    h3 { font-size: 28px!important; }
    h4 { font-size: 26px!important; }
    h5 { font-size: 24px!important; }
    h6 { font-size: 22px!important; }

    .heading { font-size: 28px; }
    .sub-heading { font-size: 18px; }
    .f1 { font-size: 20px; }
    .f2 { font-size: 16px; }
    .f3 { font-size: 14px; }
    .btn-light, .btn-dark, .right-box .dropdown-menu, .nav-item .dropdown, .footer-wrapper {
        font-size: 14px;
    }
    .contact-info {
        font-size: 13px;
    }
    /* .container{
        max-width: 960px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;

    } */
}
@media (min-width: 1366px) {
    h1 { font-size: 34px!important; }
    h2 { font-size: 30px!important; }
    h3 { font-size: 28px!important; }
    h4 { font-size: 26px!important; }
    h5 { font-size: 24px!important; }
    h6 { font-size: 22px!important; }

    
    .btn-light, .btn-dark, .right-box .dropdown-menu, .nav-item .dropdown, .footer-wrapper {
        font-size: 14px;
    }
    .contact-info {
        font-size: 13px;
    }
    /* .container{
        max-width: 1366px;
        padding-left: 84px;
        padding-right: 84px;
    }  */
}
@media (min-width: 1920px) {
    h1 { font-size: 36px!important; }
    h2 { font-size: 32px!important; }
    h3 { font-size: 30px!important; }
    h4 { font-size: 28px!important; }
    h5 { font-size: 26px!important; }
    h6 { font-size: 24px!important; }

    header .nav-item { font-size: 18px; }
    .heading { font-size: 30px; }
    .sub-heading { font-size: 20px; }
    .f1 { font-size: 22px; }
    .f2 { font-size: 18px; }
    .f3 { font-size: 16px; }
    .btn-light, .btn-dark, .right-box .dropdown-menu, .nav-item .dropdown, .footer-wrapper {
        font-size: 15px;
    }
    .contact-info {
        font-size: 14px;
    }
    .container{
        max-width: 1440px;
        padding-left: 84px;
        padding-right: 84px;
    } 
}
@media (min-width: 2560px) {
    h1 { font-size: 38px!important; }
    h2 { font-size: 34px!important; }
    h3 { font-size: 32px!important; }
    h4 { font-size: 30px!important; }
    h5 { font-size: 28px!important; }
    h6 { font-size: 26px!important; }

    header .nav-item { font-size: 20px; }
    .heading { font-size: 32px; }
    .sub-heading { font-size: 22px; }
    .f1 { font-size: 23px; }
    .f2 { font-size: 19px; }
    .f3 { font-size: 17px; }
    .btn-light, .btn-dark, .right-box .dropdown-menu, .nav-item .dropdown, .footer-wrapper {
        font-size: 16px;
    }
    .contact-info {
        font-size: 15px;
    }
    .container{
        max-width: 1920px;
        padding-left: 120px;
        padding-right: 120px;
    } 
}