.logo {
    width: 100%;
    margin: 1.5em 0;
}
.home.logo{
  width: 65%;
}
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 );
}
.container.copyright {
    color: #fff;
    float: left;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-top: 2px solid #fff;
    background: linear-gradient(to right, #FDD602, #E25125, #EB2724, #A01C45, #6D55A1, #19478E );
}
.copyright p a{
    color: #fff;
    text-decoration: underline;
    }
.copyright p{
float:left;
width:100%;
text-align:center;
margin:1em 0;
}
.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;
    
}
h2.page-heading {
    font-size: 1.75em;
}
h3.page-sub-heading {
    font-size: 1.55em;
    color: #c02030;
    text-shadow: 0 0 black;
}
h3.event-name {
    color: #f4f4f4;
    width: 100%;
    text-transform: Capitalize;
    font-weight: 600;
    margin: 0;
    font-family: math;
    line-height: 1.5;
    font-size: 1.25em;
}
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 {
    background: #17468f;
    margin: 0 0 0.25em 0;
    color: #fff;
    font-size: 1.35em;
    border-radius: 10px 10px 0px 0px;
    line-height: 1.25em;
    text-transform: uppercase;
}
.page-title {
    margin: 1em auto;
}

.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%;
}     
        
        
        
        
        
