﻿html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
header {
    min-height: 150px;
}
.section {
    
    padding-top: 115px;
    padding-bottom: 20px;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.navbar img {
    max-height: 100px;
}
.navbar {
    padding: 0 1rem;
}
a {
    color: #ff0000;
}

    a:hover {
        color: #ff0000;
        text-decoration: none;
    }
.entries {
    padding-top: 115px;
    background: #ff0000;
}

    .entries h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .entries p {
        color: #fff;
    }

    .entries .entries-btn {
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 5px;
        transition: 0.5s;
        margin: 10px 0;
        border: 2px solid #fff;
        color: #fff;
    }

        .entries .entries-btn:hover {
            background: #fff;
            color: #ff0000;
        }

.contact .info i {
    /*font-size: 20px;*/
    color: #ff0000;
    float: left;
    width: 50px;
    height: 50px;
    background: #ffe5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}


.contact .info h5 {
    padding-left: 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #124265;
}

.contact .info p {
    padding-left: 60px;
    margin-bottom: 0;
}

.contact .info .organiser,
.contact .info .email,
.contact .info .address,
.contact .info .phone {
    margin-top: 40px;
}

    .contact .info .organiser:hover i,
    .contact .info .email:hover i,
    .contact .info .address:hover i,
    .contact .info .phone:hover i {
        background: #ff0000;
        color: #fff;
    }

.footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: .9rem;
    background-color: #ccc;
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #topBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }
.partnerform {
    background-color: #eee;
}

.partreq th {
    color: #ff0000;
    background-color: #cddae4;
}

.parthead th {
    color: #ff0000;
    background-color: #fff;
}

#prf .partnerform label {
    font-size: inherit;
}

#prf .partnerform form {
    padding: 10px;
}

#prf .partnerform input[type=submit] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: inset 1px 1px 2px #007bff;
    transition: 0.5s;
}

    #prf .partnerform input[type=submit]:hover {
        background-color: #0090ff;
        color: #fff;
        box-shadow: inset 1px 1px 2px #0090ff;
    }

#prf .partnerform input[type=submit] {
    border-color: #007bff;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */