.banner-homepage-img{
  position:relative;
  background-size:cover;
  background-repeat: no-repeat;
  overflow:hidden;
  width: 100%;
  height: 200px;
  background-position:100% 20%;
  filter:brightness(70%);
}

.homepage-textoverlay{
  position: absolute;
  top:55%;
  left:7%;
  color: #fff;
  font-size:10px;
  font-weight: bold;
  letter-spacing: 1px;
  z-index:10;
  text-align:left;
  cursor:default;
}

.homepage-textoverlay .btn-register{
border-width: 1px;
border-style: solid;
padding: 5px 1.5625rem;
font-size: 10px;
line-height: 1.3;
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;
border-radius: 6px;
color:white;
background-color: #5F7D8C;
text-transform:uppercase;
}

@media (min-width:425px){
.homepage-textoverlay{
  top:50%;
  left:7%;
  font-size:12px;
}
} 

@media (min-width:768px){
.banner-homepage-img{
  height: 500px;
}
.banner-homepage-img img {
  top:25%;
  width: 500px;
}

.homepage-textoverlay{
  top:50%;
  left:7%;
  font-size:25px;
}

.homepage-textoverlay .btn-register{
  font-size: 1.25rem;
}

}

@media (min-width:1024px){
.banner-homepage-img{
  width: 100%;
  height: 400px;
}

.homepage-textoverlay{
  top:55%;
  left: 10%;
  font-size:20px;
}  
}

@media (min-width:1220px){
.homepage-textoverlay{
  top:35%;
  left: 10%;
  font-size:30px;
}
}
.title{
  padding: 20px 0;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: Roboto, sans-serif;
  color: rgb(255, 150, 98);
  font-style: normal;
  font-weight: 400;
}

.table{
  margin: 1rem;
}

.table-head{
    color: rgb(255, 150, 98);
    font-size:1rem;
    font-weight:400;
}

.table thead th {
    border-bottom: 0px solid #dee2e6;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
}

.table-body{
    color: black;
    font-size:1rem;
    font-weight:normal;
}

@media(min-width:768px){
  .table{
    margin: 0 0 1rem 0;
  }
}

.table-body:last-child{
    border-bottom:1px solid  rgb(255, 150, 98);
    
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFE4D9;
 }

 .main-title{
     font-size:1.5rem;
     margin:20px 0;
     /* padding-left:1rem; */
     text-align: center;
     padding-bottom:10px;
     width:100%;
     border-bottom:1px solid #FFE4D9;
 }

 @media(min-width:768px){
  .main-title{
    font-size:1.5rem;
}
 }

 @media(min-width:1024px){
  .main-title{
    font-size:3rem;
    /* padding-left:5rem; */
  }
 }

@media(min-width:768px){
table tbody tr.row td.col-3{
  max-width: 300px;
  width: 300px;
}

table tbody tr.row td.col-9{
  width: 75%;
}

}