nav{
    margin: 2%;
  }

.wrapper-main{
    background-image:url(../images/background-images/pattern.png);
    background-size: contain;
    background-repeat:no-repeat;
    background-position: top;
    width:100%;
}

.about{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#city-skyline{
    width: 90%;
    height: 40rem;
    object-fit: cover;
    padding-bottom: 3%;
    
}

.info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.vertical{
    margin-top: 1.5rem;
}

.strip{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #d2b48c;
    padding-bottom: 2vh;
    width: 100%;
    color: white;
}

#text{
    padding-top: 5vh;
}

.titled-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 100vw;
    color: white;

}

#about_us h1{
    display: flex;
    align-items: center;

}
.member-row{
    display: flex;
    justify-content: space-evenly;
    height: 50vh;
}

.member-row img{
    max-width: 15vw;
    height: 40vh;
    object-fit: contain;   
}

.column{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.socials{
    display: flex;
    justify-content: flex-end;
    width:15vw
}
.socials a{
    padding-left: 1vw;
    color: gray
    
}

.socials a:hover{
    color:blue
}

.news-section{
    display: flex;
    justify-content: space-between;
    background-color: #d2b48c;
    height: 20rem;
    margin: auto;
    width: 80%;
    margin-top: 1rem;
}

.news-section-left{
    display: flex;
    background-color: #d2b48c;
    height: 35vh;
    margin: auto;
    width: 80%;
    margin-top: 1vw;
}


.news-section img{
    object-fit: cover;
    width: 30vw; 
    height: 100%;
}

.news-section-left img{
    position:relative;
    bottom: 1vh;
    right:4.5vw;
    width: 35vw;
    height: 37vh; 
}


.news-items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5vw;
    width: 50%;
    
}

.news-items a{
    padding-bottom: 1rem;
}

.news-items h2{
    color:#091c37

}

.news-items h3{
    color:white;

}

.news-items a{
    color:#091e3a

}

.awards{
    display: flex;
    max-width: 90%;
    height: auto;
}

.icons{
    margin-top: 2vh;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #d2b48c;
    margin-left: 4vw;
    border-radius: 50%;

}

.awards img{
    max-width: 2vw;
    height: auto;
    object-fit: contain;
    padding-right: 0.2vw;
    
}

.award-details{
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
}
 
.award-details h3{
    font-size: 100%;

}

.swiper {
    width: 100vw;
    height: 80vh;
  
  }

.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
  
 .swiper-wrapper > .swiper-slide{
    display: flex;
    align-items: center;
  }
  
  #slide{
    width: 44vw;
    height: 24.75;
    transition: 0.5s, ease-in-out;
    opacity: 0.5;
  
  }
  
  .expanded {
    width: 400px;
  
  }
  
  .swiper-slide.active-slide > #slide{
    width: 50vw;
    height: 28.125vw;
    opacity: 1;
  
  }

  .swiper-buttons > *{
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: white;
    text-transform: lowercase;
    padding: 1vw 1.5vw;
    background-color: rgb(0,0,0,.5);
    border: 0.1vw solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    font-size:1px
  }

  .swiper-button-prev{
    left: 5vw
  }

  .swiper-button-next{
    right: 5vw
  }

  .chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}
  



  
  



