/* GLOBAL STYLES */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Public Sans', sans-serif;
    font-size: 10px;
}

body {
    width: 100%;
}

p {
    font-size: 1.6rem;
    color: black;
    line-height: 1.6;
}


.staff-head{
    text-align: center;
    font-size: 22px;
    background: darkgoldenrod;
    border-radius: 10px;
    font-weight: normal;
    color: #fff;
    line-height: 4.5rem;
}
.container {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    
}
.content-container{
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    border:2px solid #884b32;
    border-top:none;
}

/* VARIABLES */
:root {
    --dark-blue: hsl(233, 26%, 24%);
    --lime-green: hsl(136, 65%, 51%);
    --bright-cyan: hsl(192, 70%, 51%);
    --grayish-blue: hsl(233, 8%, 62%);
    --light-grayish-blue: hsl(220, 16%, 96%);
    --very-light-gray: hsl(0, 0%, 98%);
    --white: hsl(0, 0%, 100%);
}

/* UTILITY CLASSES */
.u-mb-small {
    margin-bottom: 1.6rem;
}

.u-mb-medium {
    margin-bottom: 3rem;
}

.u-mb-large {
    margin-bottom: 5rem;
}

/********** HEADER STYLES ***********/
/********** HEADER STYLES ***********/
/********** HEADER STYLES ***********/

header {
    width: 100%;
    height: 8rem;
    border-top:5px solid goldenrod;
    background-color:saddlebrown;
    position: relative;
    z-index: 9999999;
}

.logo {
    height: 73px;
    width: 459px;
}

.check {
    display: none;
}

.hamburger {
    display: none;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background:url("images/logo-left.jpg") no-repeat top right;
}

.nav-ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-ul li {
    list-style: none;
    margin: 0 1.5rem;
    font-size: 1.6rem;
    text-decoration: none;
    color: black;
    padding-bottom: 2rem;
    position: relative;
} 

li a {
    font-size: 1.6rem;
    text-decoration: none;
    color: black;
    padding-bottom: 2rem;
    position: relative;
}

li a:hover {
    color: var(--dark-blue);
}

nav ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .3rem;
    background: linear-gradient(to right, var(--lime-green), var(--bright-cyan));
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s;
}

nav ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.btn {
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    padding: 1.3rem 3rem;
    background: linear-gradient(to right, var(--lime-green), var(--bright-cyan));
    border-radius: 5rem;
    opacity: 1;
    transform: scaleX(1);
    transition: all .2s;
}

.btn:hover {
    opacity: .8;
    transform: scaleX(1.1);
}

/********** WELCOME SECTION **********/
/********** WELCOME SECTION **********/
/********** WELCOME SECTION **********/

.welcome-section {
    width: 100%;
    background-color: var(--very-light-gray);
    padding:0;
}

.welcome {
    display: flex;
    flex-direction: column-reverse;
}

.welcome-image {
    display: inline-block;
    text-align: center;
    
   
}


.welcome-text {
    text-align: center;
}

.welcome-text h1 {
    font-size: 3.5rem;
    font-weight: normal;
    color: var(--dark-blue);
    line-height: 4.5rem;
}
.welcome-pics{
    width:50%;
}
.manager-img{
    border:2px solid rosybrown;
    border-radius: 5px;
    padding: 2px;
}
.welcome-pics p{
    font-size: 16px;
    font-weight: bold;
    color: #884b32!important;
}

  


/********** ABOUT SECTION   **********/
.course-section{
    padding:10px;
    margin: 10px;
  
}
.about-section {
   
  padding:10px;
    margin: 10px;
    border: 1px solid gainsboro;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 2px;
}
.contact-text {
        text-align: center;
}
.contact-section {
   
    padding:10px;
      margin: 10px;
      border: 1px solid gainsboro;
      border-radius: 12px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 2px;
  }
  .about-text {
          text-align: center;
  }
.contactus {       
    text-align: center;
}
.heading-secondary {
    font-size: 3rem;
    font-weight: normal;
    color: var(--dark-blue);
    line-height: 4.5rem;
}
.contact-heading {
    font-size: 3rem;
    background: darkgoldenrod;
    border-radius: 10px;
    font-weight: normal;
    color: #fff;
    line-height: 4.5rem;
}


.about-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    row-gap: 4rem;
    column-gap: 1rem;
}

.about-item-box-1 {
    display: inline-block;
    text-align: center;
    background: burlywood;
    border-radius: 8px;
    border:1px solid cadetblue;
}

.about-item-box-2 {
    display: inline-block;
    text-align: center;
    background:darkgoldenrod;
    border-radius: 8px;
    border:1px solid cadetblue;
}
.about-item-box-3 {
    display: inline-block;
    text-align: center;
    background: burlywood;
    border-radius: 8px;
    border:1px solid cadetblue;
}
.about-item-box-4 {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: darkgoldenrod;
}
.staff-main {
    display: inline-block;
    text-align: center;
    color:#000;
    border-radius: 8px;
    background: darkgoldenrod;
    text-decoration: none;
}
.staff-main:hover {
    display: inline-block;
    text-align: center;
    color:#000;
    border-radius: 8px;
    background: darkgoldenrod;
    text-decoration: underline;
}
.heading-tertiary {
    font-size: 2rem;
    font-weight: normal;
    color: var(--dark-blue);
    line-height: 4.5rem;
}

.staff-heading-tertiary {
    font-size: 2rem;
    font-weight: normal;
    color: var(--dark-blue);
    line-height: 2.5rem;
}
/************* ARTICLE SECTION  *************/
/************* ARTICLE SECTION  *************/
/************* ARTICLE SECTION  *************/

.article-section{
    background-color: var(--very-light-gray);
    padding: 10px;
}

.flex {
    display: flex;
    justify-content: space-around;
  }
  
  .stats {
    padding: 0px;
    text-align: center;
  }
  
  .stat {
    
    text-align: center;
    display: flex;
    flex-direction: row;
  
    width: 150px;
  
  }
  .stat:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 1px;
    height: 100px;
    top: 66px;
    left: 34%;
    display: block;
  }
  
  .stat-two {
    margin: 0 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    width: 50%;
  }
  .stat-two:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 1px;
    height: 100px;
    top: 66px;
    left: 67%;
    display: block;
  }
  
  .stat-three {
    margin: 0 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    width: 50%;
  }
  .stat-three:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 1px;
    height: 100px;
    top: 415px;
    left: 34%;
    display: block;
  }
  
  .stat-four {
    margin: 0 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    width: 59%;
  }
.blurb-container {
display: flex;
margin-top: 0px;
width: 470px;
height: 98px;
}
.blurb-container * {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blurb-icon {
    float: left;
    display: block;
    width: 99px;
    height: 89px;
}
.blurb-content {
    margin-left: 10px;
}
.blurb-title {
    font-weight: bold;
    font-size: 20px;
}
.blurb-label {
    margin-top: 0px;
    font-size: 18px;
}

.font-graphikmedium {
    font-family: "graphikmedium";
}
  
  
  
.article {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    row-gap: 4rem;
    column-gap: 2rem;
}

.article-box-one {
    background-color:burlywood
}
.article-box-two{
    background-color:darksalmon;
}
.article-box-three {
    background-color:lightcoral;
}
.article-box-four {
    background-color: sandybrown;
}


.img-border{
    border: 1px solid white; 
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: azure;
    margin-top: 15px;
}
.staff-img-border{
    border: 1px solid white; 
    width: 100px;
    height: 100px;
    border-radius:20px;
    background-color: azure;
    margin-top: 15px;
}
.pic-gallery{
border: 1px solid white; 
width: 223px;
height: 295px;
border-radius:20px;
background-color: azure;
margin-top: 10px;
margin-bottom: 10px;
}

.article-box {    
    background-origin: 1px solid transparent;
    border-radius: .5rem;
   width:200px;
}

.article-box img {
    width: 100%;
    height: 23rem;
}

.article-content {
    padding: 2rem;
}

.article-author {
    font-size: 1.2rem;
}

.article-heading {
    font-size: 1.7rem;
    font-weight: normal;
    color: var(--dark-blue);
}

.article-excerpt {
    font-size: 1.3rem;
}

/* FOOTER */
/* FOOTER */
/* FOOTER */
footer {
    padding: 5px 0;
    margin-top:5px;
    background-color: saddlebrown;
}

.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    row-gap: 4rem;
    column-gap: 2rem;
}

.footer-icons a {
    padding-right: 1rem;
}

.footer-links ul li {
    list-style: none;
    padding-bottom: 1.5rem;
}

.footer-links ul li a {
    color: var(--grayish-blue);
}

.footer-links ul li a:hover {
    color: var(--lime-green);
}

/***********  MEDIA QUERRY  *****************/

/* MOBILE RESPONSIVE MENU QUERIES */
@media screen and (max-width: 832px) {
    nav .btn {
        display: none;
    }

    .hamburger {
        display: inline-block;
        position: absolute;
        top: 2rem;
        right: 2rem;
        cursor: pointer;
    }

    .hamburger img {
        width: 3rem;
    }

    .nav-ul {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        padding: 1rem 0;
        margin-top: 4rem;
        background-color: var(--white);
        border: 1px solid skyblue;
        border-radius: .3rem;
        transform: translateY(-200%);
        transition: all .5s;
        z-index: 999;
    }

    .nav-ul li {
        padding: 1rem 0;
        font: 1.6rem;
    }

    li a {
        color: var(--dark-blue);
        font-weight: 400;
    }

    li a:hover {
        color: var(--lime-green);
    }

    nav ul li a:hover::before {
        opacity: 0;
    }
        .welcome-pics p{
            font-size: 9px;
            font-weight: bold;
            color: #884b32!important;
        }
        .welcome-pics img{
            width:56px;
            height:58px;
            margin-right:4px;
        }
    /* SLIDE THE MENU WHEN THE HAMBURGER IS CLICKED */

    #toggle:checked ~ .nav-ul {
       transform: translateY(1%); 
    }

    #toggle:checked ~ .hamburger {
        border: 1px solid red;
        border-radius: .3rem;
        padding: .4rem;
    }
}

/* MEDIA QUERY FOR THE WELCOME SECTION */
/* FROM MOBILE TO TABLET */
@media screen and (min-width: 501px) and (max-width: 769px) {
    .welcome-image {
        display: inline-block;
        text-align: center;
        height: 38rem;
    }

    .welcome-image::before {
        top: -35rem;
        right: 0;
        width: 65rem;
        height: 83rem;
        background-image: url(./images/bg-intro-desktop.svg);
    }

    .welcome-image img {
        width: 70%;
        height: 48rem;
        transform: translateY(-15rem);
    }
}


@media screen and (min-width: 770px) {
    .welcome-section {
        padding: 0;
    }

    .welcome {
        flex-direction: row;
        background-color: #f4b094;
        margin-bottom: 50px;
        height: 166px;
    }

    .welcome-image::before {
        display: none;
    }
    .welcome-text {
        width:45%;
        display: flex;
        padding: 20px;
        
    }

    .welcome-image {
        width: 55%;
        text-align: left;
        position: relative;
    }

    .welcome-image img {
        position: absolute;
        width: 568px;
        height: 186px;
        top:-4px;
       
        z-index: 1;
    }

    /* MEDIA QUERY FOR ABOUT SECTION */
    .about-text {
       
        text-align: left;
    }

    .about-item-box {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    .welcome-section {
        padding: 0;
    }
    .logo {
        height: 73px;
        width: 100%;
    }
    
    .welcome {
        flex-direction: row;
        background-color: #f4b094;
        margin-bottom: 50px;
        height: 166px;
    }

    .welcome-image::before {
        display: none;
    }
    .welcome-text {
        width:45%;
        display: flex;
        padding: 20px;
        
    }

    .welcome-image {
        width: 100%;
        text-align: left;
        position: relative;
    }

    .welcome-image img {
        position: absolute;
        width: 100%;
        height: 186px;
        top:-4px;
       
        z-index: 1;
    }

    /* MEDIA QUERY FOR ABOUT SECTION */
    .about-text {
       
        text-align: left;
    }
    .contact-us {       
        text-align: left;
    }
    .about-item-box {
        text-align: left;
    }
}
    
/************** ANIMATION *************/

@keyframes moveUP {
    0% {
        transform: translateY(100%);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(0);
    }
}

.moveUP {
    animation: moveUP .8s 1 linear;
}
