
.logo {
    max-width:375px;
    width: 100%;
  margin: 1.5em 0;
}
header, footer {
    background-color: #ffffff;
    color: #16458f;
    text-align: center;
}
.container {
    padding: 0;
}
.event-card img {
    width: 100%;
    height: 325px;
}
.center-container {
    background: linear-gradient(to right bottom, #FDD602, #E25125, #EB2724, #A01C45, #6D55A1, #19478E );
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 600;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #17468f;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    font-weight: 600;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #17468f;
}
.button {
    float: left;
    margin: 1em 2em 1em 0em;
}
button.btn.btn-primary {
    width: 115px;
}
.event-card {
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px rgb(247 168 28);
    transition: transform 0.3s ease-in-out;
    margin-top: 5em;
}
footer {
    float: left;
    width: 100%;
    text-align: center;
}
.nav.nav-tabs {
    float: left;
    width: 100%;
    display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.event-cards.text-center {
    float: left;
    width: 100%;
    margin-top: 3em;
    
}
h3.event-name {
    color: #f4a833;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0.25em 0em 0.75em 0em;
    font-family: inherit;
    line-height: 1.5;
    font-size: 1em;
    text-shadow: 0 0 #150b0b;
}
h4.region-title {
    float: left;
    width: 100%;
    margin: 0.5em 0 1em;
    color: #7858a1;
    font-size: 1.15em;
    font-family: sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
.event-intro {
    position: relative;
}

.clubname {
     margin: 0;
    color: #fff;
    font-size: 1.35em;
    border-radius: 10px 10px 0px 0px;
    line-height: 1.25em;
    text-transform: uppercase;
}
.page-title {
  margin: 0.5em auto 0;
    border-bottom: dashed #f7be44;
    padding-bottom: 0.25em;
    border-width: medium;
    width: 75%;
}
.page-sub-title {
    margin: 0.5em 0 0.75em;
}
p.warning {
    color: red;
}
.event-details{
    width:100%;
}
.event-info {
    width:100%;
}
.event-info p {
    float:left;
    width:32%;
    margin-right:1%;
}
.event-data {
 padding: 1.5em;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    text-align: left;
    float: left;
    width: 100%;
}
.event-data strong {
    color: #fff;
}
.event-card:hover {
    transform: translateY(-5px);
}
.event-name {
    font-size: 1.25rem;
    margin: 10px 0;
}
.no-event {
    float: left;
    width: 100%;
    margin-top: 2em;
}     
#event-carousel {
    margin-top: 0em;
    float: left;
    width: 100%;
}     
        
        
        
        
        
