body {
    font-family: 'Akzidenz Grotesk', arial;
    background-image: url("Warramali Background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    min-height: 100vh;
    width: 100vw;
    background-color: #ffffff; 
}

li {
    line-height: 1.15rem;
    font-size: 1rem;
}

p {
    color: #1b285a;
    line-height: 1.15rem;
    font-size: 1rem;
}

.primary p {
    color: white;
}

h1, h2, h3, h4 {
    color: #fec429;
    line-height: normal;
}

h1 {
    font-size: 2.69rem;
}

h2 {
    font-size: 2.31rem;
}

h3 {
    font-size: 1.69rem;
}

h4 {
    font-size: 1.31rem;
}

u {
    color: #dcbd6f;
    opacity: 30%;
}

div {
    border-radius: 25px;
}

header {
    position: top;
    height: 10vh;
    min-width: 100%;
}

headerbar {
    text-align: center;
    width: 100%;
    margin: 0em;
    padding: 0em;
}

img {
    max-width: auto;
    object-fit: contain;
    border: 10px solid;
    border-color:#eed084;
}

ul{
    line-height: 2rem;
    color: white;
}

.imagelogo {
    align-self: center;
    border: none;
    padding-top:1rem;
    padding-bottom: 1rem;
}

.centerfooterl {
    margin-left:auto; 
    text-align: right;
}

li {
    line-height: 1.1rem;
}

li::marker {
    color: #1b285a;
    list-style-type: circle;
    line-height: 1.1rem;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

.primary {
    background-color: #1b285a;
    color: #1b285a;
}

.primary h1, h2, h3, h4 {
    color: #FFFFFF;
}
.secondary {
    background-color: #fec429;
}

.accent {
    background-color: #dcbd6f;
    opacity: 30%;
}


.mycontainer {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1rem;
    overflow: visible;
    margin: 0 auto;
}

.mysmallcontainer {
    display: inline-flex;
    align-items: center;
    height: fit-content;
    line-height: 1rem;
    padding-left: 2%;
    float: left;
}

.headerlink {
    color: #ffffff; 
    align-self: stretch; 
    text-decoration:none;
}

.services {
    display: grid;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.showcasedprojects {
    display: grid;
    margin-left: 5vw;
    margin-right: 5vw;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.sectionheader {
    padding-left: 5vh;
    padding-top: 2vh;
}

.vertical {
    aspect-ratio: 9 / 16;
}

.horizontal {
    aspect-ratio: 16 / 9;
}

.service {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

@media (max-width: 1200px){
    .headertextsize {
        font-size: 0.9rem;
    }
    
    .services {
        row-gap: 1rem;
    }
    
    .heightcheck{
        height: 27rem;
    }
    .imagelogo {
        width: 6rem;
    }
    
    .centerfooterl {
       width: 66%; 
    }
    
    .centerfooterr {
       width: 33%; 
    }

    .imagemobile {
        display: flex;
        width: 100%;
    }
    
    .imagedesktop {
        display: none;
        width: 0%;
    }
}

@media (min-width: 1250px){
    .headertextsize {
        font-size: 1.3rem;
    }
    
    .services {
        row-gap: 1rem;
    }
    
    .heightcheck{
        height: 22rem;
    }
    .imagelogo {
        width: 12rem;
    }
    
    .centerfooterl {
       width: 50%; 
    }
    
    .centerfooterr {
       width: 50%; 
    }
    
    .imagemobile {
        display: none;
    }
    
    .imagedesktop {
        display: flex;
    }
}

.overlay {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.75);
  color: #f1f1f1;
  width: 80%;
  height: fit-content;
  opacity: 1;
  color: white;
  text-align: center;
}

@media (max-aspect-ratio: 1 / 3) {
    .service {
        overflow: scroll;
    }
}

.serviceimage {
    height: 100%; 
    width: 100%; 
    object-fit: contain; 
    border-width: 0px;
    z-index: 1;
}

.contentsection {
    margin: 3vw 3vh;
}

.dropbtn {
    background-color: #0a3657;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display:none;
    float: left;
    position: absolute;
    background-color: white;
    
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: list-item;
    width: 100%;
    background-color: #1b285a;

}

.dropdown-content a {
    position: absolute;
    color: #ffffff;
    line-height: 1rem;
    text-decoration: none;
    display: block;
    min-height: fit-content;
    overflow: hidden;
    list-style: none;
}

.dropdown-content a:hover {
    width: fit-content;
    height: fit-content;
    color: #ffffff;
}

.grow { 
  transition: all .2s ease-in-out; 
}

.grow:hover { 
  transform: scale(1.1); 
  z-index: 5;
}

.employee {
    justify-self: center;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.centerit {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/Our vision for the future.png");

    

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.header li::marker{
    color: #ffffff;
    list-style-type: circle;
    line-height: 1.1rem;
}

.aims-marker ul{
    display: list-item;
}

.aims-marker li::marker{
    color: black;
    line-style-type: disc;
}

.text-box {
    background-color: rgba(255,255,255,0.8); 
    border-style:solid; 
    border-color: #1b285a;
    border-radius: 1rem;
    color: #1b285a;
}