@charset "UTF-8";
/* CSS Document 

Colors: 
   - Black: [00 00 00] #000000
   - "Moonlight" Dropshadow:    [27 20 100]   #1b1464
   - Dark Moon Shade:           [46 49 146]   #2e3192
   - Bright Moon Shade Purple:  [102 45 145]  #662d91
   - Bright Moon Shade 100%:    [204 234 238] #cceaee
   - Bright Moon:               [215 255 248] #d7fff8
   - White:                     [255 255 255] #ffffff
   
Fonts:
   - font-family: 'Jost', sans-serif;
   - font-family: 'Righteous', cursive;
   
Icons:
    - moon (home): <i class="fa-regular fa-moon"></i>
    - burger (menu): <i class="fa-solid fa-burger"></i>
    - calendar (events): <i class="fa-sharp fa-solid fa-calendar-days"></i>
    - bullhorn (news): <i class="fa-sharp fa-solid fa-bullhorn"></i>
    - briefcase (jobs): <i class="fa-solid fa-briefcase"></i>
    - paper airplane (ask): <i class="fa-sharp fa-solid fa-paper-plane"></i>
    */
    
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap');

.center {
    text-align: center;
}

p {
    font-family: 'Jost', sans-serif;
    font-weight: 200;
}

h1 {
    font-family: 'Righteous', cursive;
    color: #d7fff8;
    font-size: 42pt;
    padding: 20px;
}

h2 {
    font-family: 'Righteous', cursive;
    color: #2e3192;
    font-size: 26pt;
    margin-bottom: 30px;
    
}

h3 {
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
    color: #d7fff8;
    font-size: 15pt;
    margin-bottom: 20px;
    text-align: center;
    
}

h4 {
    font-family: 'Righteous', cursive;
    color: #1b1464;
    font-size: 42pt;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.menu-head {
    width: 400px;
    margin: 20px;
    margin-top: 30px;
}

.events-head {
    width: 500px;
    
}

.items {
    margin-bottom: 25px;
}

.items img {
    width: 160px;
    margin: 5px;
}

.article {
    width: 470px;
    background-color: #d7fff8;
    color: #1b1464;
    border: double #1b1464 5px;
    border-radius: 25px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    margin-top: 20px;
}

.article p {
    text-align: left;
    margin: 7px;
    font-weight: 350;
    line-height: 20px;
}

.article a {
    font-family: 'Jost', sans-serif;
    color: #662d91;
    text-align: center;
    font-size: 16pt;
    margin: 10px;
    font-weight: 400;
    line-height: 20px;
}

.article a:active {
    color: #1b1464;
}

.img-header {
    width: 500px;
}

.body-color {
    background-image: linear-gradient(#1b1464, #2e3192);

}

.body-main {
    background-image: linear-gradient(#d7fff8, #2e3192);
    overflow: hidden;
}

/*Begin sidebar Nav CSS*/
.empty-bar {
    height: 100px;
}

.wrapper {
    position: relative;
}

.sidebar {
    position: fixed;
    width: 200px;
    height: 100%;
    background: #2e3192;
    padding: 30px 0px 40px 0px;
    font-family: 'Jost', sans-serif;
}

.sidebar img {
    width: 150px;
    margin: 20px;
    margin-top: 0px;
    
}

.sidebar ul li {
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(225,225,225,0.05);
    font-family: 'Jost', sans-serif;
}

.sidebar ul li a{
    color: white;
    display: block;
    text-decoration: none;
}

/* icons */
.sidebar ul li a .fa-regular {
    width: 25px;
}

.sidebar ul li a .fa-solid {
    width: 25px;
}

.sidebar ul li a .fa-sharp {
    width: 25px;}
/* end icons */

.sidebar ul li:hover {
    background: #d7fff8;
}

.sidebar ul li:hover a {
    color: #2e3192;
}

.sidebar ul li:active {
    background: #ffffff;
}

.sidebar ul li:active a {
    color: #662d91;
}

.sidebar .social-media {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.sidebar .social-media a{
    display: block;
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: center;
    margin: 0 5px;
    color: #d7fff8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

/*End sidebar Nav CSS*/


/*Star nav bar CSS*/

.wrapper-star-nav {
    margin: auto;
    position: relative;
    width: 960px;
} 

#jobs {
    width: 60px;
    top: 160px;
    left: 90px;
    position: absolute;
}

#menu {
    width: 100px;
    left: 200px;
    top: 25px;
    position: absolute;
}

#news {
    width: 100px;
    left: 380px;
    top: 45px;
    
    position: absolute;
}

#home {
    width: 60px;
    left: 580px;
    top: 75px;
    position: absolute;
}

#events {
    width: 100px;
    left: 700px;
    top: 120px;
    position: absolute;
}

#ask {
    width: 60px;
    left: 830px;
    top: 40px;
    position: absolute;
}

.main-logo {
    width: 660px;
    position: relative;
    margin-left: 150px;
    margin-top: 160px;
}

/* end star bar nav */

.empty {
    position: relative;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#arrow {
    padding: 20px;
    height: 50px;
    width: 50px;
    margin: auto;
    left: 460px;
}

#btn {
    width: 325px;
    left: 317.5px;
    top: 635px;
    position: absolute;
}

button {
    font-family: 'Righteous', cursive;
    font-size: 16pt;
    padding: 10px;
    background-color: #1b1464;
    color: #d7fff8;
    border: 8px double #d7fff8;
    border-radius: 20px;
    
}

button:hover {
    background-color: #d7fff8;
    color: #1b1464;
    border: 8px double #1b1464;
    border-radius: 20px;
}

button:active {
    background-color: #fff;
    color: #1b1464;
    border: 8px double #1b1464;
    border-radius: 20px;
}

button:visited {
    background-color: #d7fff8;
    color: #662d91;
    border: 8px double #662d91;
    border-radius: 20px;
}

.wrapper-main {
    background-image: url("assets/a_menu-bg-960.png");
    background-color: #2e3192;
    width: 960px;
    margin: auto;
}

.main_content {
    color: white;
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 100px;
    background-color: #2e3192;
    position: relative;
}

.main_content p {
    font-size: 14pt;
}

.content {
    width: 760px;
    margin-left:250px;
    margin-right: auto;
    text-align: center;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 100px;
}

footer {
    overflow:hidden;
    background-color: #2e3192;
    color: #d7fff8;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 40px 0px 40px 0px;
    
}

.footimg {
    height: 20px;
    padding: 10px 5px 10px 5px;
}

.inline {
    width: 600px;
    margin-left:250px;
    margin-right: auto;
    text-align: center;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 100px;
    position: relative;
}

.aside {
    position: absolute;
    top: 200px;
    left: 830px;
    
}

.aside img {
    width: 140px;
}

/* ------------------------ Mail Chimp Form for Newsletter ------------------------ */

#mc_embed_signup {
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
    background-color: #1b1464;
    border: double 9px #d7fff8;
    border-radius: 35px;
    color: #d7fff8;
    padding: 25px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 170px;
}

.asterisk {
    color: orangered;
    
}

.mc-field-group, .indicates-required {
    margin-bottom: 12px;
}

.mc-field-group label {
    font-weight: 450;
    margin-right: 10px;
    width: 140px;
    text-align: right;
    display: inline-block;
}

strong {
    line-height: 40px;
    width: 20px;
}

#mc_embed_signup .button {
    font-family: 'Righteous', cursive;
    font-size: 16pt;
    color: white;
    background-color:#2e3192;
    border-radius: 15px;
    border: solid 2px #d7fff8;
    margin-top: 20px;
    padding: 5px 10px;
}

#mc_embed_signup .button:active {
    color: #662d91;
    background-color: #fff;
    border: solid 2px #662d91;
}

#mc_embed_signup .button:hover {
    color: #2e3192;
    background-color: #d7fff8;
    border: solid 2px #2e3192;
}

/* ------------------------ end mail chimp newsletter form ------------------------ */

.inline-ask {
    width: 700px;
    margin-left:220px;
    margin-right: auto;
    height: 100%;
    margin-top: 0px;
    position: relative;
    
}

#aside-ask {
    position: absolute;
    top: 170px;
    left: 950px;
}

#aside-ask img {
    width: 100px;
}

/* ------------------------ Mail Chimp Gig form ---------------------------- */

.inline-ask #mc_embed_signup {
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
    background-color: #1b1464;
    border: double 8px #d7fff8;
    border-radius: 35px;
    color: #d7fff8;
    padding: 15px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.inline-ask #mc_embed_signup {
    font-size: 10pt;
    text-align: left;
    float: left;
}

#mce-MMERGE6 {
    width: 630px;
    height: 100px;
    text-align: left;
    vertical-align: top; 
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 0px;
}

label #mce-MMERGE6 {
    margin: 10px;
}

.inline-ask #mc-embedded-subscribe {
    margin-bottom: 10px;
}

.inline-ask .optionalParent {
    margin-left: auto;
    margin-right: auto;
}

.mc-field-group2 {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: auto;
    display: inline-block;
}

.group2-right {
    float: right;
}

.inline-ask strong {
    margin-bottom: 8px;
    margin-right: 10px;
    
}

.message-ask {
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 5px;
}

/* ------------------------ end mail chimp gig form ------------------------ */

#map {
    overflow: hidden;
    width: 650px;
    text-align: center;
    background-color: #d7fff8;
    color: #1b1464;
    border: double #1b1464 8px;
    border-radius: 25px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    margin-top: 20px;
}

#map p{
    margin: 10px;
}

