/* Banner Image */
.banner-image {
    background-size: cover;
  }

.banner-image {
    background-image: url("../images/RBOCC/waka_sunrise_tint.png");
    background-size: cover;
}


/* Index content styling */
.sections{
    overflow: hidden;
}

.about_us{
    float: left;
    padding-top: 60px;
    
}

.values{
    float: left;
    padding-top: 25px;
    
}

.about_us_img{
    float: left;
    padding-left: 15px;
    
}

.values_img{
    float: left;
    padding-top: 30px;
    padding-right: 30px;
    
}

#mens_race_img{
    padding-top: 110px;
}
/* Logo styling */
.logo img{
    float: left;
    padding-left:10px;
    padding-top: 5px;
    width: 100px;
    
}

.logo img:hover{
    cursor: pointer;
}

/* Navbar styling */
ul li a{
    float: right;
}

ul li{
    display: inline-block;
}

ul li a{
    border: 1px solid transparent;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 15px 20px;
    text-decoration: none;
    transition: 0.6s ease;  
}

ul li a:hover{
    background-color: #af5e5c;
    color:#FFFFFF
}

.active {
    background-color: #e42d27 !important;
}

/* Gallery Styling */

.container-fluid{
    float: left;
}
.item{
    transition: 0.5s ease-in-out;
}

.item:hover{
    filter: brightness(75%);

}

/* Saftey Page CSS
/* Images Styling */

.clothing{
    float: left;
}

.guidelines{
    float: left;
}

.water{
    float:left;
}

.capsize{
    float: left;
}

.guidelines_img img,
.water_img img,
.capsize_img img,
.clothing_img img{
    padding: 0 15px 20px 15px;
}

.link_title{
    text-align: center;
}

/* How to Join Page Styling */
#surf_club {
    float:left;
}

#block1{
    float: left;
}

/* Modal Styling */
#modal{
    padding-bottom: 20px;
    text-align: center;
  }
#modal label{
    text-align: left;
  }

button.close {
    padding: 0px 5px 0px 5px;
}

button[type="submit"]{
    border-radius: 5px;
    border: none;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    outline: none;
    width: 100%;

}

#status{

    border-radius: 5px;
    color: white;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    width: 100%;

}

/* Gallery Styling */

.container-fluid{
    float: left;
}
.item{
    transition: 0.5s ease-in-out;
}

.item:hover{
    filter: brightness(75%);

}

/* Contact Us Styling */

#map {
    border-radius: 10px;
    height:100%;
    width:100%;

}

/*Club Portal Styling*/
.section1{
    overflow: hidden;
}

.club_image,
.club_text{
    float: left;
}

.club_link{
    text-align: center;
}

/* Footer Final Version Styling */

/* Arrow button functionality positioning */
#btn-back-to-top {
    bottom: 300px;
    display: none;
    position: fixed;
    right: 10px;
  }

footer{
    float: left;
    overflow: hidden;
    width: 100%;
}

/* 'Scroll back to top' button with icon hover effect' border: 2px solid #fff; */

footer li{
    background: #262626;
    border-radius: 50%;
    height: 55px;
    list-style: none;
    transition: 0.5s;
    width: 55px;
}

footer li:hover{
    background: #0070ff;;
}

footer li span{
    border: 4px solid #fff;
    height: 24px;
    position: absolute;
    transition: 0.5s;
    width: 24px;
}

footer li.arrow_button span{
    border-left: none;
    border-top: none;
    right: 22%;
    top: 40%;
    transform: translate(-50%) rotate(-135.6deg);
}

footer li.arrow_button:hover span{
    top: 25%;
}

footer li.arrow_button span:before{
    background: #fff;
    content: '';
    height: 4px;
    position: absolute;
    transform-origin: bottom;
    transform: rotate(45deg) translate(5px, 18.5px) scaleX(0);
    transition: 0.2s;
    width: 35px;
}

footer li.arrow_button:hover span:before{
    transform: rotate(45deg) translate(-10px, 18.5px) scaleX(1);
}

/* Icons hover effect in social media links */
.iconbtn{
    border: 2px solid #fff;
    border-radius: 50%;
    color: #212429;
    font-size: 30px;
    height: 50px;
    margin: 8px;
    position: relative;
    text-decoration: none;
    width: 50px;
}

.iconbtn::before{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.iconbtn::after{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100%;
    z-index: 0;
}

.iconbtn:hover::after{
    opacity: 0;
    transform: scale(1.3);
}

.iconbtn:hover{
    color: #fff;
}

@keyframes status{
    0%{
        opacity: 1;
        pointer-events: all;
    }
    90%{
        opacity: 1;
        pointer-events: all;
    }
    100%{
        opacity: 0;
        pointer-events: none;
    }
}

/* Banner with Carousel Styling */
.carousel-caption{
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);

}

.carousel-item{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Extra small Viewport */
@media (max-width:576px){
    .carousel-caption h1{
        font-size: 20px;
    }
    .carousel-caption h3{
        font-size: 15px;
    }

    .carousel-caption h5{
        font-size: 15px;
    }

    .about_us_img img{
        margin-top: -10px;
        margin-left: -5px;

    }

    .values_img{
        margin-top: -100px;
        margin-left: 28px;

    }

    .guidelines_img{
        float: left;
        text-align: center;
        padding: 15px 0 15px 0;
    }

    .water_img{
        float: left;
        text-align: center;
        padding: 15px 0 15px 0;
    }
    .clothing_img{
        float: left;
        text-align: center;
        padding: 15px 0 15px 0;
    }
    .capsize_img{
        float: left;
        text-align: center;
        padding: 15px 0 15px 0;
    }
}

@media (min-width:576px){
    .carousel-caption h1{
        font-size: 20px;
    }
    .carousel-caption h3{
        font-size: 15px;
    }

    .carousel-caption h5{
        font-size: 15px;
    }
    
}

@media (min-width:764px){
    .carousel-caption h1{
        font-size: 40px;
    }
    .carousel-caption h3{
        font-size: 30px;
    }

    .carousel-caption h5{
        font-size: 20px;
    }
    .about_us_img{
        margin-top: 20px;
        
    }

}

@media (max-width:991px){
    .about_us_img{
        margin-top: -60px;
        margin-left: -10px;
        
    }

    .values_img{
        margin-top: -100px;
        margin-left: 10px;
        

    }

    .capsize_img img{
        padding: 189px 0 189px 0;
    }

}