@import url('https://fonts.googleapis.com/css?family=Gruppo');

body{
    background-color: #d4d4d4;
    font-family: 'Gruppo';
    font-color: #043356;
}

.nav-link{
    font-weight: 700;
    font-size: 25px;
}

.header-bg{
    height: 600px;
    display: flex;
}

.header-bg img{
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.dropdown-toggle img {
    width: 20px;
    margin-right: 5px;
}

.dropdown-item img {
    width: 20px;
    margin-right: 5px;
}

.room-filters-title, .call-to-action-section{
    padding-top: 70px;
}

hr{
    width: 60px;
    height: auto;
    border: 2px solid;
    opacity: 1;
}

.oporto-title{
    font-weight: 700;
}

.oporto-text{
    font-size: 25px;
}

.room-title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.room-filter-image {
    width: 100%;
    cursor: pointer;
}

.room-filter-image img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.call-to-action-content {
    background-color: #D4D4D4;
}

.call-to-action-content .call-to-action-title {
    font-size: 40px;
    font-weight: 700;
    padding-top: 15px;
}

.call-to-action-content .call-to-action-text {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
}

.rooms-content{
    margin-bottom: 110px;
}

.rooms-content:last-child{
    margin-bottom: 0px;
}

.oporto-room-title {
    border-left: 3px solid #043356;
    padding-left: 10px;
    font-size: 45px;
}

.oporto-room-text {
    font-size: 25px;
}

.btn.oporto-button {
    background-color: #043356;
    border-radius: 0;
    color: white;
    font-size: 22px;
    padding: 10px 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.oporto-button:disabled {
    opacity: 0.5!important;
    cursor: not-allowed!important;
}

#map{
    width: 100%;
    height: 400px;
}

.prefooter{
    background-color: rgb(8, 60, 106);
}

.prefooter-text {
    color: white;
    font-size: 25px;
}

.btn.prefooter-button {
    background-color: white;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
}

#footer ul {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
}

#footer i.social-icon{
    font-size: 40px;
    color: #083c6a;
    margin-right: 20px;
}

.prefooter img {
    max-width: 150px;
}

.prefooter img.main {
    max-width: 230px;
}

.regiesteral-list{
    list-style: none;
}

