@charset "UTF-8";
/** CSS STYLE SHEET FOR COMPASS CONCERTS **/
/** Heading/Footer DARK BLUE = #132067   **/
/** H2 BLUE = #244FC7  **/
/** Link LIGHT BLUE = #008EDD  **/
/** Muted YELLOW   =  #bc9e39   **/
/** LIGHT BLUE OF H1 LOGO  #81BCFE  **/

html {
    box-sizing: border-box;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/** RESET **/
a,
article,
aside,
blockquote,
body,
canvas,
caption,
div,
em,
figcaption,
figure,
footer,
form,
header,
html,
iframe,
img,
li,
menu,
nav,
ol,
p,
pre,
section,
span,
table,
ul,
video,
h1,
h2,
h3,
h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    outline: 0px;
    font: inherit;
    vertical-align: baseline;
}

/** Default Styles **/

body {
    background-color: #FFFFFF;
    font-family: 'Nunito Sans', sans-serif;
    color: #666666;
    font-size: 1.5rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/** GENERAL STYLES **/
/** LINKS IN BODY ONLY **/
a,
a:link,
a:visited,
a:hover,
a:active {
    color: #008EDD;
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    color: #EACA64;
    color: #bc9e39;
}

ul,
ol {
    padding: 0px 0px 20px 0px;
    list-style-type: none;
}

li {
    padding: 0px 0px 5px 0px;
}

em {
    font-weight: 700;
}

/** RED FOR NOTICES & Warnings **/
.red {
    color: #A70807 !important;
}

.italic {
    font-style: italic;
}

img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/** STYLES FOR PIANOPOD MENTION **/
#pianopod {
	width: 50%;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

/** 3 IMAGE GROUP - FIGURE - ABOUT PAGE ONLY **/
#aboutpic {
    padding-bottom: 20px;
} 

/** OVERRIDE MAILERLITE FORM STYLING **/
/** SUBSCRIBE AND PERFORM PAGES **/
.form-control {
	width: 100% !important; /* makes form field full width */
	height: 40px;
	margin-bottom: 12px;
	border-radius: 4px !important;
	border: 2px solid #cccccc !important;
	padding-left: 8px;
	font-size: 1.0rem !important;
	color: #666666 !important;
}
.form-control:focus {
	outline: none !important;
	border: 2px solid #244FC7 !important;
}

/** CHECK BOX STYLES **/
.custom-control-label {
	font-size: 1.0rem !important;
	font-weight: 700;
}

/** UNSUBSCRIBE INFO TEXT **/
.ml-form-embedPermissions p {
	font-size: 1.0rem !important;
}

/** Make SUSBSCRIBE BUTTON SAME BLUE AS OUR SITE **/
.primary {
	color: #FFFFFF !important;
	margin-top: 12px !important;
	font-size: 1.0rem !important;
    background-color: #008EDD !important;
	padding: 6px 12px 6px 12px !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	border-style: none !important;
}

/* MAKES HOVER STATE CONSISTENT WITH OUR SITE */
.primary:hover {
    background-color: #bc9e39 !important;
}

#performer-page .ml-form-recaptcha {
	margin-top: 12px !important;
}

/** END SUBSCRIPTION FORM STYLES **/

/** H1 FOR LOGO **/
h1 {
    display: inline;
    font-weight: 1000;
    color: #81BCFE;
    font-size: clamp(1.18rem, 6vw, 2.1rem);
}

/** NEW YOUTUBE CODE for FASTER LOADING **/
  .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px 5px 20px 5px;
	border-radius: 8px;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
    cursor: pointer;
  }

/** Special Anniversary PROGRAM IMGs **/
#anniversary-prog-img {
    width: 50%;
    max-width: 200px;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/************************************/
/*** HEADING AND PARAGRAPH STYLES ***
    /************************************/

h2,
h3 {
    color: #bc9e39;
}

h3 {
    font-size: 1.0rem;
}

#maincol h2, #maingrid h2, main h2 {
	font-size: 1.2rem;
	font-size: 1.4rem;
}

#maincol h2, #maingrid h2, main h2,
#maincol h3, #maingrid h3, main h3 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1em;

}

/** TAGLINE DIV H2 **/
#tagline:not(#index #tagline) {
    padding: 20px 18px 10px 18px;
}

#tagline h2 {
    font-weight: 700;
    color: #132067;
    font-size: 1.6rem;
}

/** BLUE LINE UNDER TAGLINE H2 **/
#tagline h2:not(.indexonly)::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.10em;
    background: #81BCFE;
    border-radius: 5px;
}  

/** NEXT CONCERT DIV HOLDING NEXTCONCERT TEXT **/
#nextconcert {
	padding-bottom: 8px; /** more space from bottom of Header **/
}

/** NEXT, TONIGHT & CURRENT-PROG NOTICES in HEADER **/
.nextconcert,
.tonightconcert,
.current-prog {
    display: inline-block;
    font-size: 1.1rem;
}

/** MAKE WIDTH SMALLER FOR MOBILE TO ACCOMODATE ALL THE TIME ZONES - REMEMBER MAKE IT NORMAL ON LARGER SCREENS **/
.tonightconcert {
	width: 290px;
}
 
/* TRIANGLE BEFORE THE NEXT CONCERT & Current-Prog LINK */
.nextconcert a::before, .current-prog a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #bc9e39; /* Adjust the color as needed */
  margin-right: 5px; /* Adjust spacing if necessary */
}

.nextconcert {
	margin-top: 6px;
}

/** DIFFERENT TOP MARGIN IF CONTAINS MULTIPLE LINES **/
.tonightconcert {
    color: #EACA64;
	margin-top: 10px;
}

/** PROGRAM LINKs IN HEADER **/
/** NEXT, TONIGHT, and CURRENT-PROG **/
.nextconcert a,
.current-prog a,
.nextconcert a:link,
.current-prog a:link,
.nextconcert a:visited,
.current-prog a:visited,
.nextconcert a:hover,
.current-prog a:hover,
.nextconcert a:active,
.current-prog a:active {
    color: #EACA64 !important;
    font-weight: 400 !important;
}

.nextconcert a:hover,
.current-prog a:hover {
    color: #FFFFFF !important;
}


/** P FONT SIZES **/
section p {
    font-size: 1.2rem;
}

/** MAKE TIME ZONE LIST FIT BETTER **/
section .timezone {
	font-size: 1.1rem;
	font-weight: 700;
}

/** P styles for all main DIVS & PROGRAM BIOS **/
main p,
#maingrid p,
#maincol p,
#program-bios p,
program-item p {
    padding: 0px 0px 20px 0px;
    font-weight: 300;
    line-height: 1.5em;
}

.tiny {
    font-size: 0.8rem;
}

/** TO FORCE LONG URLS TO WRAP **/
/** ARTISTBIO P begin style after 2nd child **/
.wrapnice,
.artistbio p:not(:nth-of-type(-n+2)) {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    hyphens: auto;
}

/** HIDE LARGE SCREEN THINGS ON MOBILE SIZE **/
.no-mobile,
#fullsize {
    display: none;
}

/******************/
/** LAYOUT STYLES **
/******************/

/** GRIDS ON MAIN AND PROGRAM PAGES **/
#maingrid,
#prog-grid {
    display: grid;
    grid-template-columns: 1fr;
}

#maingrid {
	grid-gap: 60px 30px;
}


#container,
header,
main,
#maingrid,
#maincol,
section,
footer {
    width: 100%;
    margin: 0px auto 0px auto;
}

#container {
	padding-bottom: 30px;
}

/** HEADER - CONTAINS LOGO & NAV **/
header {
    padding: 8px 18px 5px 18px;
    position: relative;
    background-color: #132067;
}

/** CHANGE word COMPASS in LOGO TO WHITE  **/
.white {
    color: #FFFFFF !important;
}

/** LINK IN HEADER UNDER CONCERT DATE - INDEX ONLY **/
/*** CURRENT CONCERT PROGRAM LINK STYLES **/
a.current:link,
a.current:visited,
a.current:hover,
a.current:active {
    font-weight: normal;
    text-decoration: none;
}

a.current:hover {
    color: #A70807;
}

/** SLIDE SHOW AND TEXT CONTAINER INDEX ONLY **/
#slide-show-container {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    width: 100%;
    height: auto;
    position: relative;
}

/** H2 in Slide Show on Index ONLY **/
#tagline .indexonly {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #FFF;
    font-size: clamp(2.5rem, 12vw, 7.5rem);
    font-weight: 700;
	line-height: 1.0em;
	z-index: 1; /** IF LARGER MUST CHANGE MENU.CSS, TOO **/
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);  /* Add shadow to improve text readability */
}

/** INDEX ONLY B&W IMAGE ROTATOR SECTION **/
.image-stage {
    width: calc(100vw-40px);
    height: 100%;
    position: relative;
    overflow: hidden;
}

/** DIV GROWS WITH ASPECT RATIO CONSISTENT WITH IMG **/
.image-stage::before {
    content: "";
    display: block;
    padding-top: calc(11 / 17 * 100%);
}

/** IMAGE CONTAINER STYLES **/
.image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2.0s ease-in-out;
	overflow: hidden;
}

/** SHOW ONLY ACTIVE CONTAINER **/
.image-container.active {
    opacity: 1;
}

/** IMAGE STAGE IMG STYLES & CONTROLS **/
.image-container img {
    border-radius: 0px !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**  DEFAULT SECTION STYLES with GRID  **/
section {
    padding: 0px 18px 0px 18px;
}

/** MAIN EVENT SECTION IMGS **/
.main-event-img {
	margin-top: 8px;
}

#main-event ul {
	font-size: 1.1rem;
}

/** CLASS FOR INDEX ONLY when GUESTS HAVE COMPANY LOGOS ETC **/
.spec-event-logo {
    width: 50%;
    height: auto;
}


/** LAYOUT FOR PAGES WITHOUT GRID **/
#maincol {
    margin: 0px 0px 30px 0px;
    columns: 3 300px;
}

#maincol p {
    display: inline-block;
    vertical-align: top;
}

/** FOOTER STYLES **/
footer {
    /* margin-top: auto; */
	margin-top: auto;
    padding: 20px 18px 20px 18px;
    text-align: center;
    background-color: #132067;
    color: #ffffff;
}

#footerlogo {
    padding-bottom: 20px;
}

footer p {
    font-size: 1.1rem;
}

#facebookicon {
    width: 50px;
    height: auto;
    margin: 10px 10px 20px 10px;
}

#instagramicon {
    width: 54px;
    height: auto;
    margin: 12px 10px 18px 10px;
}


/** ARTIST PAGE THUMBS **/
.bioimg {
    width: 100px;
    height: auto;
    display: block;
    /* forces name link under img */
}

#artists h2 {
    padding-bottom: 10px;
}

/* MAKE ARTISTS PAGE GRID RESPONSIVE */
.cols {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.cols img {
    padding-bottom: 2px;
}

/** SIZE OF PERFORMER NAME on ARTIST PAGE **/
.cols li {
    font-size: 1.0rem;
}

/** ARCHIVE PAGE **/
/** ARCHIVE PAGE LIST ITEMS **/
.archive ul li {
    font-size: 1.0rem;
}

/** IMAGES ON ARTISTSPAGE, PROGRs, & individuals on ABOUT, INDEX  **/
.artistimg {
    width: 110px;
    height: auto;
    float: left;
    margin: 3px 10px 2px 0px;
}

/** DIV for FEATURED PERFORMER Section on INDEX **/
#featartist1,
#featartist2 {
    display: flow-root;  /* CONTROLS FLOW */
    margin-bottom: 10px;
}

/** PROGRAM PAGES BIOS **/
#program-bios {
    padding-top: 30px;
}

#program-bios h2 {
    font-size: 1.7rem;
    font-weight: 900;
    color: #244FC7;
    padding-bottom: 20px;
}

.bio-container {
    margin: 0px 0px 30px 0px;
}

/** BIO NAMES ON ARTISTPAGE & PROGRAM PAGES **/
.artistname, #program-bios .artistname {
    font-size: 1.6rem;
    padding: 0px 0px 5px 0px !important;
    font-weight: 700;
    color: #bc9e39;
}

/** ARTISTS PAGE HIDE/SHOW DIV  **/
[id*="artist-"] {
    display: none;
}

[id*="artist-"]:target {
    display: block;
}

/** use this in BIOS when links don't break very pretty **/
.break {
    word-break: break-all;
}

/**************************/
/** INVITATION STYLES **/
/**************************/


/** ID FOR INVITATION ONLY **/
#event-img {
    width: 100%;
    height: auto;
}

.guestimg,
.about-img {
    width: 120px;
    height: auto;
}

/** USED FOR MAIN CONTENT OF 3 INVITATION DIVS **/
.larger {
    font-size: 1.3rem;
}

/** THREE DIVs on INVITATION ONLY **/
#access-link,
#program-link {
    text-align: center;
    background-color: seashell;
	margin-top: 8px;
    margin-bottom: 20px;
    padding: 25px 12px 20px 12px;
    border-radius: 5px;
}

#access-link p,
#program-link p {
    padding: 0px 0px 0px 0px;
}

/** DIV CONTAINER FOR PERFORMER LIST **/
/** ON INVITATION & INDEX & CURRENT-CONCERT pages  **/
#current-performer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 0px 0px 0px;
}

/** FIGURES on CURRENT Performer List **/
#current-performer-list figure {
    width: 120px;
    height: auto;
    margin: 8px 0px 20px 0px;
}

#current-performer-list figure img {
    width: 100%;
    height: auto;
}

#compact-list {
	padding-top: 6px;
}

#compact-list figure img {
    width: 80%;
    height: auto;
	display: block;
}

/** FIGURES on COMPACT-LIST **/
#compact-list figure {
    min-height: 155px;
    float: left;
	width: 50%;
    margin-bottom: 15px;
}

/* COMPACT-LIST */
#compact-list {
    content: "";
    display: table;
    clear: both;
}

figcaption {
    text-align: center;
    font-size: 0.75em;
}

#compact-list figcaption {
    width: 82%;
    text-align: left;
    font-size: 0.60em;
	line-height: 1.2em;
	padding-top: 3px;
}

/** captions for img/video credits **/
figcaption.img-credit {
	margin: -20px 0px 20px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-size: 0.6em !important;
}

/********************/
/** PROGRAM STYLES **/
/********************/


#program-text {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

/** SET BG IMG ON PSEUDO ELEMENT  *********/
/** FOR OPACITY THAT WON'T AFFECT TEXT  **/
#program-text::before {
    content: "";
    background-image: url(programs/img/prog-background.jpg);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.35;
}

/** SET P ELEMENTS TO RELATIVE SO OPACITY IS CORRECT **/
#program-text p,
#program-text img {
    position: relative;
}

#program-text .tiny {
    padding-bottom: 8px;
}

.program-title,
.special-guest {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 60px;
    padding: 25px 0px 0px 0px;
    color: #244FC7;
}

#progdate {
    font-weight: 700;
    display: block;
    font-size: 50% !important;
}

.special-guest {
    margin-bottom: 30px;
}

/** ON PROGRAMS **/
/** SPECIAL EVENT GUEST IMAGE(s) WITH CAPTIONS **/
#guestgroup {
    width: 100%;
    margin-bottom: 20px;
}

figure.spec-event-guestimg {
    display: inline-block;
}

/** PROGRAM TEXT STYLES **/
.program-item {
    position: relative;
    padding-bottom: 80px;
}

p.work-title {
    font-size: 1.4rem;
    padding-bottom: 8px;
}

p.composer {
    font-size: 1.0rem;
    padding-bottom: 8px;
}

p.performer {
    font-size: 1.2rem;
}

/** BACK TO TOP LINKS IN BIOS **/
a.toplink:link,
a.toplink:visited,
a.toplink:hover,
a.toplink:active {
    background-color: #008EDD;
    color: #FFFFFF;
    font-size: 0.8em;
    padding: 4px 12px 6px 12px;
    border-radius: 5px;
}

a.toplink:hover {
    background-color: #bc9e39;
}

/** PROGRAM SPECIAL EVENT SECTION **/
#program-text h2,
#program-text h3 {
    position: relative;
    padding-bottom: 5px;
}

#program-text h2 {
    font-size: 1.9rem;
    font-weight: 700;
    padding-top: 25px;
}

#program-text h3 {
    padding-top: 5px;
}

/** GUEST NAME OR BUSINESS NAME in PROGRAMS **/
#program-text .guest-name {
    color: #bc9e39;
    font-weight: 700;
}

/** USED WHEN GUEST HAS COMPANY LOGO ETC **/
.prog-spec-event-logo {
    width: 100%;
    height: auto;
}

/** PROGRAM CLASS TO EMPHASIZE TEXT FOR SPECIAL EVENTS **/
/** SUCH AS TITLES & NAMES OF ORGANIZATIONS, etc.  **/
.spec-event-text {
    font-size: 1.0em;
    color: #bc9e39;
    padding: 3px 0px 20px 0px;
}

/*********************/
/** CALENDAR STYLES **/
/*********************/
#cal-items {
	display: grid;
	grid-auto-rows: 1fr;
}

#cal-items p {
	display: grid;
	padding: 8px 0px 8px 0px; 
	align-items: center;
    color: #505050;
    font-size: 1.2rem;
	border-bottom: 1px solid #CCCCCC;
}

#cal-items .italic {
	color: #bc9e39;
	font-size: 0.9em;
}

/** IMG in TECH REQ SECTION REQUIREMENTS PAGE **/
.zoomsettings {
    width: 100%;
    height: auto;
}

/** BUTTON PROG LINK, CURRENT CONCERT PAGE, etc **/
a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	background-color: #008EDD;
	padding: 8px 12px 8px 12px;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 700;
}

a.button:hover {
	background-color: #bc9e39;
}


/** MEDIA QUERIES FOR (INVITE ONLY) ADJUSTMENTS **/
/** and other fonts needing scalability **/
@media only screen and (min-width:460px) {

	/* ARTISTS PAGE GRID */
	.cols {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
	
    /** ARTIST PAGE THUMBS **/
    .bioimg {
        width: 200px;
    }

}

/*******************************/
/*** 641px and larger screen styles **/
/*******************************/

@media only screen and (min-width:641px) {

	/** LIST OF TIME ZONES - MAKE WIDTH NORMAL ON LARGER SCREENS **/
.tonightconcert {
	width: 100%;
}

	
    #container {
        position: relative;
    }

    #tagline h2 {
        font-size: 2.1rem;
        padding-bottom: 10px;
    }

    /** HERE ONWARD ALL TAGLINE H2 EXCEPT ON INDEX CONTROLLED w THIS ONE RULE **/
    #tagline h2:not(.indexonly)::after {
        content: "";
        display: block;
        width: 100%;
        height: 0.10em;
        background: #81BCFE;
        border-radius: 5px;
    }  

    /** THIS CREATES & CONTROLS THE GRID ON LARGER SCREENS **/
    #maingrid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 60px 30px;
    }
	
	/** BETTER SPACING ON BIGGER SCREENS **/
	#maingrid, #maincol, main {
		padding: 0px 10px 0px 10px;
	}

    /** PROGRAM PAGES ONLY - MAKES PROG WIDER than BIOS **/
    #prog-grid {
        display: grid;
        grid-template-columns: 58% 42%;
        grid-gap: 0px;
        width: 98%;
    }

    .about-img {
        width: 100px;
        height: auto;
        margin: 0px 16px 0px 16px;
    }

    /** ON ARTISTS PAGE SINGLE FEATURE UPON CLICK**/
    #performbio {
        width: 600px;
        margin: 0px auto 0px auto;
    }

    /** ON ARTISTS PAGE SINGLE FEATURE UPON CLICK**/
    #performbio .bio-container {
        background-color: #eef3f7;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 30px 30px 20px 30px;
        border-radius: 5px;
    }

    /** ALIGN H2 WHEN PROGRAM IS TWO COLUMNS **/
    #program-bios h2 {
        padding-top: 6px;
    }

    /** LARGER BIO IMAGES ON BIGGER SCREENS **/
    #program-bios .bio-container .artistimg {
        width: 130px;
        height: auto;
    }

    /** MARGIN KEEPS TECH COLS ALIGNED ON SAFARI **/
    #tech-req ul li {
        margin: 0px 0px 0px 0px;
		padding-bottom: 30px;
    }

    /** IMAGES in the TECH REQUIREMENTS SECTION **/
    .zoomsettings {
        width: 100%;
        height: auto;
    }
}


/*******************************/
/*** 962px and larger screen styles **/
/** Where NAV becomes INLINE  **/
/*******************************/
@media only screen and (min-width:962px) {

    .no-mobile {
        display: block;
    }

    /** LAYOUT & STYLES **/
    #container,
    footer {
        max-width: 1200px;
    }

    /** HIDE HAMBURGER MENU **/
    .outer-menu {
        display: none;
    }

    /** SHOW INLINE NAV **/
    #fullsize {
        display: block;
        float: right;
    }

    /** POSITION INLINE NAV AT TOP **/
    nav {
        position: absolute;
        width: 510px;
        top: 12px;
        right: 18px;
        text-align: right;
        font-size: 0.85em;
        word-spacing: 1.0em;
    }

    /** NAV LINKS ONLY **/
    nav a,
    nav a:link,
    nav a:visited,
    nav a:hover,
    nav a:active {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 400;
    }

    nav a:hover {
        color: #81BCFE;
        color: #EACA64;
    }

    #tagline h2 {
        font-size: 2.4rem;
    }
}