@import url('https://fonts.cdnfonts.com/css/louis-george-cafe');
@import url('https://fonts.cdnfonts.com/css/lemonmilk');
html{
    height: 100%;
}

body {
    background-color: rgb(15, 15, 15);
    color: white;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    overflow-x: hidden;
    text-align: center;
    font-family: 'Louis George Café Light', sans-serif;
    
}
/*
.bg {
    background-image: url("https://static.vecteezy.com/system/resources/previews/022/286/075/non_2x/blank-wavy-green-background-with-white-copy-space-vector.jpg");
    height: 60; 
    width:60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
}
*/

.banner{
    background-color:#1f643b;
    padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    font-family: 'Lemon/Milk', sans-serif;
}

p {
    font-family: 'Louis George Café', sans-serif;
}
.hero {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#programs{
    grid-template-areas: 
    "const visual health tran";
/*   grid-template-columns: 1fr 3fr;*/
}

#const {
    grid-area: const;
    text-align: center;
}

#visual{
    grid-area: visual;
    text-align: center;
}

#health{
    grid-area: health;
    text-align: center;
}

#tran{
    grid-area: tran;
    text-align: center;
}

.container {
  position: relative;
  text-align: center;
  color: black;
}

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url(https://static.vecteezy.com/system/resources/previews/022/286/075/non_2x/blank-wavy-green-background-with-white-copy-space-vector.jpg);
    filter: brightness(60%);
}
.hero-content {
    position: relative;
    color: black;
    text-align: center;
}
.hero-subtitle {
    font-size: 25px;

    margin-top: 1rem;
    text-align: center;
}

.cust{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}



li{
    text-align: left;
}



.headerhero{
    background-image: url(https://static.vecteezy.com/system/resources/previews/022/286/075/non_2x/blank-wavy-green-background-with-white-copy-space-vector.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: black;
    padding: 2em;
}


.div2{
    display: block;
}

.flex-container {
    display: flex;
  }
  
.flex-container-div {
    width: 100%;
    margin: 10px;
    justify-items: center;

}

.flex-container-div > p{
    font-size: 1.4em;
}

.flex-container-div > ul li{
    font-size: 1rem;
  }




.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.button {
    padding: 12px 32px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #1A5632;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #10311d;
    font-family: 'Louis George Café', sans-serif;
    margin: 1rem 1rem 2rem;
    text-transform: uppercase;
    font-weight: 900;
}
.button:hover {
    background-color: #3e8e41;
    box-shadow: 0 9px #1f643b;
    font-family: 'Louis George Café', sans-serif;
}
.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #10311d;
  transform: translateY(4px);
}

.centered {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.program {
    display: flex;
    justify-content: space-around;
}
.program>#vis,#hosp,#const,#port,#vis {
    display: flex;
}
.cat {
    display: flex;
    justify-content: space-around;
    font-size: 25px;
}


.footer1{
    margin: 20px;
    display: block;
    text-align: center;
}