@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400&display=swap');

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-family: Cabin, sans-serif;
    margin: 0;
    background-color: #fff;
    height: 100%
}

a:link {
    color: #373967;
}

a:visited {
    color: #333;
}

#banner {
    background-color: red; color:#fff; padding-bottom:20px; padding-top:20px; text-align:center; display: inline-block;
      
    padding-left: 1em;
    padding-right: 1em;
    
    width: 100%;
}

.banner-holder-left {
    flex-basis: 45%;
    color: #f096ac;
    font-weight: bold;
    text-align: right;
    font-size: 1.8em;
    padding-right: 1.1em;
    align-items: center;
}

.banner-holder-right {
    flex-basis: 60%;
    color: white;
    text-align: left;
    padding-left: 1em;
}

#mobilemenu {
    display: none;
}

#menu {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2em;
}

#menuholder {
    width: 95%;
    margin: 0 auto;
}


#logo {
    float: left;
    position: relative;
    display: inline-block;
    width: auto;
}

.logo {
    max-width: 350px;
}

.imgscale {
    max-width: 100%;
    height: auto;
}

#mainnav {
    float: right;
    margin-top: 40px;
}

#nav {
    position: relative;
}

#nav ul {
    list-style-type: none;
    margin: auto;
}

#nav li {
    margin-left: 1em;
    display: inline-block;
    font-size: 1.4em;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: 500ms ease-in;
}

#nav li a {
    text-decoration: none;
    color: #333;
}

/*link hover color*/
#nav li a:hover {
    text-decoration: none;
    color: #019ea6;
}

/*top border line color on hover */
#nav li:hover {
    border-top: 1px solid #019ea6;
    border-bottom: 1px solid #019ea6;
}

#hero-image {
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden;
}

/*homepage content only */
#home-content-teal {
    width: 100%;
    background-color: #019ea6;
    position: relative;
    font-size: 1.3em;
    color: #fff;
    overflow: auto;
}

#home-content-teal-holder {
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 2em;
    text-align: center;
}

#home-content-teal-holder p {
    color: #000;
    font-size: 1.3em;
    line-height: 1.5em;
}

#home-content-purple {
    width: 100%;
    background-color: #896bae;
    position: relative;
    font-size: 1.3em;
    color: #fff;
    overflow: auto;
}

#home-content-purple-holder {
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 2em;
    text-align: center;
}

#home-content-purple-holder p {
    color: #000;
    font-size: 1.3em;
    line-height: 1.5em;
}


.event {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 1em;
    background-color: #4E2C69;
    color: #fff;
    text-align: center;
    padding: 1em;
}

.event h5 {
    padding: 0;
    margin: 0;
    color: #fff;
}

.event p {
    color: #fff !important;
    font-size: 1em !important;
}

.event a {
    color: #ffe7ed;
}

#holder {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 3em;
}

#sub-headline {
    width: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 2em;
    border-right: 20px solid #896bae;
    /* thanks cssgradient.io */
    background: rgb(1,158,166);
    background: linear-gradient(90deg, rgba(1,158,166,1) 7%, rgba(137,107,174,1) 81%);

}

.sub-headline-holder {
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
}

.sub-headline-holder h1 {
    color: white;
    font-weight: bolder;
}


#sub-content-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.sub-column {
    width: 45%;
}

.sub-column p {
    font-size: 1.2em;
    line-height: 1.4em;
}

.sub-column h2 {
    color: #591ba0;
}

.sub-column li {
    font-size: 1.2em;
    line-height: 1.4em;
}


#sponsors {
    width: 100%;
    padding-top: 5em;
    padding-bottom:  1em;
    clear: both;
    text-align: center;
    margin-top: 3em;
}

.sponsor {
    display: inline;
    vertical-align: middle;
    width: 14%;
    margin: 1em;
    text-align: center;
}


#footer {
    width: 100%;
    position: relative;
    color: #333;
    height: auto;
    background-color: #f3f3f3;
    overflow: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    margin-top: 3em;
}

#footer-holder {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

#gallery {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

/* thanks to https://css-tricks.com/adaptive-photo-layout-with-flexbox/ */

.gallery-item {
    height: 40vh;
    flex-grow: 1;
    margin: .1em;
}

.gallery-item img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}



/* globals */


h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.5em;
}

.button a {
    text-decoration: none;
    color: #fff;
}

.buttonpink a {
    text-decoration: none;
    color: #000;
}

.button-purple {
    display: inline-block;
    background-color: #4E2C69;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .6em;
    padding-bottom: .8em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}

.button-teal {
    display: inline-block;
    background-color: #034B4E;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .6em;
    padding-bottom: .8em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}

.button-black {
    display: inline-block;
    background-color: #000;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .6em;
    padding-bottom: .8em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}

.button-pink {
    display: inline-block;
    background-color: #f096ac;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .6em;
    padding-bottom: .8em;
    color: #000;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
}





/* overrides */

.fontawesomespaceteal {
    padding-left: .3em;
    color: #019ea6 !important;
}

.fontawesomespacepurple {
    padding-left: .3em;
    color: #896bae;
}

