* {
    margin: 0px;
    padding: 0px;
    box-sizing:border-box
}

body{
    margin: 0;
    padding: 0;
    font-family: "sergo UI", Tahoma;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    background: #ffffff;
}


/*everything Nav bar - normal screen*/

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: #2B0334;
    justify-content:space-between;
    align-content: space-between;
    align-items: center;
    min-height: 5vh;
    padding: 10px;
    z-index: 100000;
}

.logo-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.6s;
    width: 40px;
    height: 40px;
    margin: 0 0 0 25px;
    border-radius: 50%;
    /* margin-top: -11px; */
}


.acc-links {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 100px;
}

.acc-links a:hover {
    color: yellow;
    border: solid 1px yellow;
    transition: 0.5s;
    font-size: 14px;
    transition: 0.3s;
}



.acc-links a {
    margin-right: 15px;
    background: transparent;
    border-radius: 20px;
    /* width: 10px; */
    min-height: 3vh;
    color: #ffffff;
    /* color: rgb(204, 192, 192); */
    font-size: 12px;
    letter-spacing: 2px;
    /* border-color: rgb(204, 192, 192); */
    border: solid 1px yellow;
    margin-top: -5px;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 12px;
}

.nav-links {
    display: flex;
    list-style-type: none;
    /* width: 30px; */
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    /* margin-left: -500px; */
    /* margin-right: 100px; */
    /* font-size: 20px; */ 
}

.nav-links a {
    text-decoration: none;
    color: #ffffff;
    /* color: rgb(204, 192, 192); */
    font-size: 14px;
    letter-spacing: 2px;
}

.nav-links a:hover {
    color: yellow;
    border-bottom: solid 1px yellow;
    transition: 0.5s;
}


.nav-links li {
    margin-right: 30px;
    
}

.burger div {
    width: 22px;
    height: 3px;
    background-color: rgb(204, 192, 192);
    margin: 5px;
    border-radius: 5px;
    transition: all 0.3s ease ;
}

.burger {
    display: none;
    cursor: pointer; 
}

.toggle .toggle1 {
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .toggle2 {
   opacity: 0;
}

.toggle .toggle3 {
    transform: rotate(45deg) translate(-5px,-6px);
    
}

.cur {
    background: rgb(0,0,0,0);
    padding: 10px 17px;
    transition: 0.5s;
    border: 1px solid #fff;
    border-radius: 5px;
}


/* Programs - prioities. NOTE: It uses same heading formats with News heading in style.css */

.news-flex {
    /* padding: 1px 15%; */
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-bottom: 3rem;
}

.news-flex hr{
    width: 300px;
    background-color: #ffffff;
    border-color: aqua;
    border-width: 1px;
    height: 0px;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    
}

.news-flex h2{
    color: #303030;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 10px;
}


.grid-disp{
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    background: #f9f9f9;
}

/* .disp-float{
    float: left;
}
*/


 



 /* Last part formatting.......................................................................................*/

#last-sect {
    width: 100%;
    height: 500px;
    background: #000000;
    color: #ffffff;
    display: flex;
    justify-content: space-evenly;
    font-family: 'Okta Neue Normal';
    font-weight: normal;
    font-style: normal;
}

/* Contacts flex */

#cont-flex{
    padding: 50px 20px;
}

#address-block{
    margin: 50px 0;
}

#address-block h3{
    margin: 13px 0;
    text-transform: uppercase;
}

#contact-block a{
    text-decoration: none;
    color:#ffffff;
    margin-left: 5px;
}

#cont-flex h3{
    text-transform: uppercase;
}

.school-link a{
    text-decoration: none;
    color:#ffffff;
    margin-left: 5px;
}

#contact-block h3{
    margin: 10px 0;
}

#contact-block #contact-block-1{
    margin-bottom: 10px;
}

/* Links flex */
#links-flex{
    padding: 50px 20px;
    /* margin: 50px 0; */
}

#links-flex ul{
    margin-top: 20px;
    text-decoration:none;
    list-style-type: none;
}

#links-flex ul li{
    margin: 10px 0;
}

#links-flex ul a{
    text-decoration: none;
    color: #ffffff;
}

#links-flex h3{
    text-transform: uppercase;
    margin-top: 50px;

}


/* Newsletter flex */

#news-flex {
    padding: 50px 20px;
    /* margin: 50px 0; */
}

#news-flex h3{
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 50px;

}

.name-input{
  width: 120px;
  padding: 10px; 
  border: 1px solid #ccc; 
  border-radius: 4px; /* Rounded borders */
  margin-top: 6px;
  margin-bottom: 16px;
  margin-right: 15px;
}

#email{
    width: 262px;
}

form div {
    margin-top: 15px;
}

#footer-submit-button {
        background:transparent;
        color: white;
        padding: 12px 20px;
        margin: 20px 0;
        width: 260px;
        letter-spacing: 5px;
        font-size: medium;
        border: solid 2px #ffffff;
        cursor: pointer;
}

/* Socials flex */

#social-flex{
    /* margin: 50px 0; */
    padding: 50px 20px;
    /* margin: 50px 0; */
}

#social-flex button{
    padding: 30px;
    width: 250px;
    letter-spacing: 5px;
    font-size: medium;
}


 #social-flex hr{
        margin-bottom: 50px;
    
    }


#button1{
    background-color: #bb001f;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}

#button2{
    background: transparent; 
    border: solid 2px #ffffff;
    color: #ffffff;
    cursor: pointer;
}


footer div{
    height:30px;
    background-color: #000000;
    text-align: center;
    color: #717171;
    padding: 50px;
}


/* Fontsawesome formating */

.fa-facebook{
    margin-right: 15px;
    color: rgb(96, 161, 236);
    font-size: 20px;
}

.fa-phone{
    margin-right: 5px;
    color: green;
}

.fa-envelope{
    color: rgb(240, 185, 102);
    margin-right: 5px;
}

.fa-graduation-cap{
    color: #bb001f;
    margin-right: 5px;
}

.fa-location-pin{
    color: yellow;
    margin-right: 5px;
}

/*Media Queries............................................................................................................................................*/

@media screen and (min-width: 1366px) {
}

@media screen and (max-width: 1366px) {
  
    #last-sect hr {
        border-color: #f2f2f2;
    }

    #social-flex button:hover {
        color: yellow;
        border: solid 1px yellow;
        transition: 0.6s;
        font-size: 16px;
    }

    .pro-container{
        padding: 1rem;
        max-width: 960px;
        margin: 8vh auto;
        text-align: center;
        background: #ffffff;
    }

    .txt-div h4 {
        color: #620477;
    }

    .grid-disp .butn {
        display: inline-block;
        text-decoration: none;
        padding: 1rem 2rem;
        background: #2B0334;
        color: #f9f9f9;
        margin-top: 3rem;
        font-size: 1rem;
        text-transform: uppercase;
        text-align: center;
        width: 150px;
    }

    
    #last-sect{
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .nav-links a {
        font-size: 12px;
    }

    .acc-links {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1024px) {

    .acc-links {
        list-style-type: none;
        justify-content: space-between;
        align-items: center;
        margin-left: 5px;
      }

      .acc-links a {
        margin-right: 6px;
        width: 10px;
        min-height: 3vh;
        font-size: 0.5rem;
        letter-spacing: 2px;
        border: solid 1px yellow;
        /* margin-top: -5px;
        cursor: pointer; */
        padding: 5px 10px;
      }
    

      .nav-links a {
        text-decoration: none;
        color: #ffffff;
        /* color: rgb(204, 192, 192); */
        font-size: 10px;
        letter-spacing: 2px;
    }

    .nav-links li {
        margin-right: 10px;
      }

    .news-flex hr {
        width: 25%;
        background-color: #ffffff;
        border-color: aqua;
        border-width: 1px;
        height: 0px;
        margin-top: 7px;
        margin-left: 1%;
        margin-right: 1%;
      }

     
      footer div {
          padding-top: 20px;
          font-size: 10px;
      }

      #last-sect {
          font-size: 11px;
      }

      #cont-flex{
          margin-left: 7px;
      }

      #links-flex{
        padding: 50px 10px;
    }
    
    #news-flex{
        padding: 50px 10px;
    }

    #social-flex{
        padding: 50px 10px;
    }

    #social-flex button{
        padding: 20px 5px;
        width:150px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    #social-flex button:hover {
        color: yellow;
        border: solid 1px yellow;
        transition: 0.6s;
        font-size: 12px;
    }
    

}

@media screen and (max-width: 768px) {

    .acc-links {
        display: flex;
        list-style-type: none;
        justify-content: start;
        align-items: center;
        /* margin-left: 100px; */
      }

      .acc-links li a {
        /* margin-right: 10px; */
        background: transparent;
        border-radius: 20px;
        /* width: 10px; */
        min-height: 3vh;
        color: #ffffff;
        /* color: rgb(204, 192, 192); */
        font-size: 10px;
        letter-spacing: 2px;
        /* border-color: rgb(204, 192, 192); */
        border: solid 1px yellow;
        margin-top: -5px;
        cursor: pointer;
        text-decoration: none;
        padding: 2px 6px;
    }


    /*everything Nav bar - Phone screen*/
    body{
       overflow-x: hidden;
    }
    
    .nav-links {
        position: absolute;
        right: 0px;
        top: 9vh;
        height:80vh;
        width: 50%;
        background: #2B0334;
        /* background: rgb(126, 52, 110); */
        display: flex;
        flex-direction: column;
        align-items:center;
        margin-left: 0px;
        padding: 100px;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        overflow-x: hidden;
        
    }
    .nav-links li {
        opacity: 0;
    }

    .nav-links a {
        color: rgb(233, 206, 85);
    }
    

    .burger{
        display: block;
    }      

    .news-flex {
        flex-direction: column;
        margin: 0px 0px;
        /* margin-top: 2rem; */
    }
    
    .news-flex hr{
        display: none;
        
    }
    
    .news-flex h2{
        color: #303030;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 20px;
        margin: 0px 0px;
    }
    
    .pro-container{
        padding: 1rem;
        max-width: 90vw;
        margin: 8vh auto;
        text-align: center;
        background: #ffffff;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.0);
    }

    .grid-disp{
        flex-direction: column;
    }

    .img-width{
        width: 100%;
    }
    .txt-div{
        width: 100%;
        padding: 1em;
        font-size: 0.8rem;
        text-align: left;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

    
    .txt-div h4{
        font-size: 1.3rem;
        text-transform: uppercase;
        color: #620477;
    }

    .grid-disp .butn{
        font-size: 0.8rem;
        text-transform: uppercase;
        padding: 0.8rem 1.5rem;
        margin-top: 1rem;
        width: 130px;
    }
      /* Last Section */

     /* Last Section */

     #last-sect {
        width: 100%;
        height: 1200px;
        background: #000000;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
        align-content: center;
    }
    
    /* Contacts flex */
    
    #cont-flex{
        text-align: center;
        padding: 0 50px;
    }
    
    #address-block{
        margin: 50px 0;
    }
    
    #address-block h3{
        margin: 13px 0;
    }
    
    #contact-block a{
        text-decoration: none;
        color:#ffffff;
        margin-left: 5px;
    }
    
    .school-link a{
        text-decoration: none;
        color:#ffffff;
        margin-left: 5px;
    }
    
    #contact-block h3{
        margin: 10px 0;
    }
    
    #contact-block #contact-block-1{
        margin-bottom: 10px;
    }
    
    /* Links flex */
    #links-flex{
        padding: 0 50px;
        /* margin: 50px 0;  */
    }

    
    #links-flex ul{
        /* margin-top: 20px; */
        text-decoration:none;
        list-style-type: none;
        text-align: center;
    }
    
    #links-flex ul li{
        margin: 10px 0;
    }
    
    #links-flex ul a{
        text-decoration: none;
        color: #ffffff;
    }
    
    
    /* Newsletter flex */
    
     #news-flex {
        text-align: center;
        padding: 0 50px;
        margin: 0px;
    }

    
    #news-flex h3{
        margin-bottom: 20px;
    }
    
    .name-input{
      width: 120px;
      padding: 10px; 
      border: 1px solid #ccc; 
      border-radius: 4px; /* Rounded borders */
      margin-top: 6px;
      margin-bottom: 16px;
      margin-right: 10px;
    }
    
    #email{
        width: 254px;
    }
    
    form div {
        margin-top: 15px;
    }
    
    #footer-submit-button {
            background:transparent;
            color: white;
            padding: 12px 20px;
            margin-top: 0px;
            width: 210px;
            letter-spacing: 5px;
            font-size: medium;
            border: solid 2px #ffffff;
            cursor: pointer;
    }
    
    /* Socials flex */
    
    #social-flex{
        /* padding: 50px; */
        /* margin: 50px 0; */
        padding: 0 50px;
        /* margin: 0px; */
    }
    
    #social-flex button{
        padding: 20px 30px;
        margin: 5px 0;
        width: 250px;
        letter-spacing: 5px;
        font-size: 15px;
    }
    
    #button1{
        background-color: #bb001f;
        color: #ffffff;
        border: none;
        cursor: pointer;
    }
    
    #button2{
        background: transparent; 
        border: solid 2px #ffffff;
        color: #ffffff;
        cursor: pointer;
    }
    
    
    footer div{
        background-color: #000000;
        text-align: center;
        color: #717171;
        font-size: 10px;
        /* padding: 0px; */
        padding-bottom: 50px;
    }

    #last-sect #cont-flex hr {
        display: none;
    }
    
    
}





.nav-active {
    transform: translateX(0%);
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
