.team{
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.rectangle-box-team{
    height: 322px;
    border-radius: 6px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    margin-top: 16px;
    margin-bottom: 24px;
}

.rectangle-title-team{
    height: 90px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #f3f3f3;
    /* margin-top: 298px; */
    padding: 16px;
}

.rectangle-title-team h5{
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a !important;
    text-align: center;
}

.rectangle-title-team p{
    font-family: Montserrat;
    text-align: center;
    color: #4a4a4a !important;
    text-align: center;
}

.rectangle-box-team:hover, .rectangle-box-team:focus{
    cursor: pointer;
    border: solid 1px coral;
    box-shadow: 0 2px 10px 0 rgba(156, 156, 156, 0.24);
}

/* The Overlay (background) */
.overlay {
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: auto;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    width: 80%; 
    height: 100%;
    background-color: white;
    overflow-y: auto;
}
  
.overlay-content-header{
    height: 60px;
    padding: 18px;
    padding-left: 40px;
}

.overlay-content-header h6 {
    text-decoration: none;
    color:#4a4a4a;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    text-align: left;
    font-family: Montserrat;
}
  
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: coral;
}
  
/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    font-size: 36px;
    right: 45px;
    text-decoration: none;
    color: #818181;
    transition: 0.3s; /* Transition effects on hover (color) */
}

.content-padding{
    padding-top: 32px !important; 
    padding-left: 40px !important;
    padding-right: 24px !important;
}

.list-padding{
    padding-top: 32px !important; 
    padding-left: 32px !important;
    padding-right: 24px !important;
    padding-bottom: 32px !important;
}

.row-padding{
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    width: 100%;
}
.content-padding h1{
    text-align: left;
    padding-bottom: 16px;
}

.content-padding h4{
   font-family: Oswald;
   padding-bottom: 16px;
   color: #4a4a4a;
}

.list-padding h5{
    font-family: Oswald;
    text-align: left;
    padding-bottom: 8px;
    color: #4a4a4a !important;
}

.content-padding p{
    display:inline-block; 
    margin-bottom: 16px;
}

.list-padding p{
    display:inline-block; 
    margin-bottom: 24px;
    padding-right: 8px;
}

.content-underline{
    height: 6px;
    width: 180px;
    background-color: #ff7f50;
    margin-bottom: 32px;
}

.content-dash{
    width: 20px;
    height: 2px;
    background-color: #ff7f50;
    display: inline-block;
    padding-right: 8px;
    margin-right: 16px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.sub-content{
    margin-bottom: 24px;
    color: #4a4a4a;
}

.sub-content span{
    font-size: 14px;
}
.title-team{
    text-align: left;
    font-family: Oswald;
    color: #4A4A4A !important;
}

.image-team-container{
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.image-gus{
    background-image: url(../image/Gus.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-chi{
    background-image: url(../image/Chi.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-oz{
    background-image: url(../image/Oz.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-arm{
    background-image: url(../image/Arm.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-new{
    background-image: url(../image/New.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-ton{
    background-image: url(../image/Ton.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-nut{
    background-image: url(../image/Nut.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-pang{
    background-image: url(../image/Pang.svg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.image-team-container-large{
    height: 350px !important;
    background-color: #f0f0f0;
}
