
.bg-retwinblue {
    background-color: #273e5e;
}

.btn-retwin {
    border-color: #273e5e;

}
.btn-retwin:hover {
    border-color: #828873;
    background-color: #828873; 
}
.btn-retwinblue {
    background-color: #273e5e;
}
.btn-retwinblue:hover {
    border-color: #828873;
    background-color: #828873; 
}

.text-retwin {
    color:#273e5e
 }
 .text-retwin:hover {
    color:#828873
 }

 a.nav-link:hover {
    color:#828873 !important
 }

 li.nav-item:hover {
    color:#828873 !important
 }

 .nav-retwin:hover {
    color:#828873 !important
 }

 .center{

    text-align: center;
 }
 
 video {
    height: 100%;
    width: auto;
  }