
a:link {
    color: #5A7E8D;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #CEC972;
}
a:active {
    text-decoration: none;
}

nav a.current {
    color: #CEC972;
}

@media screen and (min-width:623px) {
#headernavbar a{
	color: #fff;
  transition: 0.5s;
}

#headernavbar a:hover{
	color: turquoise;
  transition: 0.5s;
}

}

@media screen and (max-width:622px) {
#headernavbar a{
	color: #343434;
}

#headernavbar a:hover{
	color: black;
}

}
    
#biopage a:link{
    color: #CEC972;
    transition: 1s;
}

#biopage a:visited{
    color: #CEC972;
}
    
#biopage a:hover{
    color: lightsalmon;
    transition: 0.5s;
}

#weddingsandeventspage a:link{
    color: khaki;
    transition: 0.5s;
}

#weddingsandeventspage a:visited{
    color: khaki;
}
    
#weddingsandeventspage a:hover{
    color: darkslategray;
    transition: 0.5s;
}

#teachingpage a:link{
    color: salmon;
    transition: 0.5s;
}

#teachingpage a:visited{
    color: salmon;
}
    
#teachingpage a:hover{
    color: darkkhaki;
    transition: 0.5s;
}



#footer a:link{
    font-weight: normal;
    color: white;
    transition: 0s;
}
    
#footer a:active{
    color: white;
}

#footer a:visited{
    color: white;
}

#footer a:hover{
    color: salmon;
    transition: 0s;
}

.clear { clear: both; }



@media screen and (min-width:800px) {
.pageimage {
    padding-top: 30px;
    float: left;
    width: 35%;
}

.pagetext{
    position: relative;
    width: calc(64% - 20px);
    float: right;
    }

.pagetitle {
    width: calc(64% - 20px);
    float: right;
    padding-bottom: 20px;
}

.pageimage2 {
    padding-top: 30px;
    float: right;
    width: 35%;
}

.pagetext2{
    position: relative;
    width: calc(64% - 20px);
    float: left;
    }

.pagetitle2 {
    width: calc(64% - 20px);
    float: left;
    padding-bottom: 20px;
}
    
}


@media screen and (max-width:799px) {
.pageimage {
    padding-top: 15px;
    padding-bottom: 15px;
    float: center;
    width: 65%;
   
}
    
.pageimageposition {
    text-align: center;
}

.pagetext{
    position: relative;
    width: 100%;
    float: right;
    }

.pagetitle {
    width: 100%;
    float: right;
    padding-bottom: 0px;
    text-align: center;
}
    
    
.pageimage2 {
    padding-top: 15px;
    padding-bottom: 15px;
    float: center;
    width: 65%;
   
}
    
.pagetext2 {
    position: relative;
    width: 100%;
    float: right;
    }

.pagetitle2 {
    width: 100%;
    float: right;
    padding-bottom: 20px;
    text-align: center;
}
    

}

@font-face {
    font-family: "GreatVibes";
    src: url(../GreatVibes-Regular.otf) format("opentype");
}

@font-face {
    font-family: "Quicksand";
    src: url(../Quicksand-Regular.otf) format("opentype");
}


@media screen and (min-width : 501px) {
.style1 {
    font-size: 52px;
    font-family: "GreatVibes", Palatino, serif;
}

}

@media only screen and (max-width : 500px) {
.style1 {
    font-size: 50px;
    font-weight: normal;
    font-family: "GreatVibes", Palatino, serif;
}

}


.blankspace{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  background-image: url('empty.gif');
} 



@media screen and (min-width : 623px) {
body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: white;
        background-image: url(../img/MollyatSilverCreek.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
    color: #585858;
    font-size: 13pt;
    font-family: Helvetica, Arial, sans-serif;
}
	


header {
    position: relative;
    z-index: 8;
    padding: 0px;
    text-transform: uppercase;
    font-family: "Quicksand", "Palatino Linotype", "Book Antiqua", serif;
    font-size: 18px;

}
    
#headernavbar {
    position: relative;
    z-index: 10;
    right: 0;
    margin: 0;
    width: 100%;
    height: 65px;
    background: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0,0.8));
    text-align: right;
    opacity: 1;
    font-size: 13pt;
}

#headernavigate {
    position: relative;
    top: 0px;
    float: right;
    margin: auto;
    height: 50px;
    width: 80%;
}
    
#nav-container {
    display: none;
}
    


    
.topbutton {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 15;
    padding: 20px 15px;
    border-radius: 50%;
    text-align: center;
    background-color: #353535;
    opacity: .6;
    color: white;
    font-size: 12px;
    text-shadow: 3px 2px 2px black;
    font-family: helvetica, sans-serif;
    transition: .5s;
}

.topbutton:hover {
    bottom: 24px;
    color: lightsalmon;
    opacity: .75;
    transition: .5s;
}

#slideheader{
    position: fixed;
    z-index: 10;
    margin: 0;
    top: 0;
    width: 100%;
    height: 55px;
    background-color: white;
    text-align: right;
    font-family: "Quicksand", "Palatino Linotype", "Book Antiqua", serif;
    border-bottom: black 3px solid;
}

#slideheader a{
    color: black;
    transition: 0.5s;
}

#slideheader a:hover{
    color: #898989;
    transition: 0.5s;
}

#homespace {
    position: relative;
    top: 0;
    height: calc(92vh - 50px);
    width: 100%;
    margin: 0;
    background-color: transparent;
}


#namegraphic {
    position: relative;
    float: left;
    z-index: 4;
    padding-right: 70px;
    margin-top: 180px;
    width: calc(100% - 70px);
    height: 160px;
    background-color: transparent;
    opacity: 1.0;
}

.namelogo {
    font-size: 75px;
    font-family: "GreatVibes", Palatino, serif;
    text-align: right;
    padding-right: 30px;
    color: white;
    
}

.subnamelogo {
    font-size: 24pt;
    font-family: inherit;
    text-align: right;
    font-family: "Quicksand", helvetica, sans-serif;
    color: white;
}

#mobilenavigate_cont {
    display: none;
}


#homeimage {
    position: fixed;
    z-index: -5;
    top: 55px;
    padding: 0 0 0 10px;
    margin: 0;
    height: calc(100% - 55px);
		width: 100%;
    background-color: transparent;
    display: none;
}



.harpgraphic {
    float: left;
    height: 120%;
	  width: 50%;
}

#biopage {
    position: relative;
    z-index: 4;
    float: center;
    padding: 50px 0 0 0;
    margin: 0;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: lightseagreen;
    background: linear-gradient(to top left, rgba(0,150,150, 1), rgba(0,204,204,0.96));
    opacity: 1;
    color: white;
}
    
#biopage:after {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(141, 59, 35, 0);
    border-top-color: rgba(0, 140, 140, 1);
    opacity: 1;
    border-width: 40px;
    margin-left: -40px;
    display: none;
}

    
#weddingsandeventspage {
    position: relative;
    z-index: 3;
    float: center;
    padding: 50px 0 0 0;
    margin: 0;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: #65C3C0;
    color: white;
    opacity: 1;
}
    
#weddingsandeventspage:after {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 102, 51, 0);
    border-top-color: #65C3C0;
    opacity: 1;
    border-width: 40px;
    margin-left: -40px;
}

    
#teachingpage {
    position: relative;
    z-index: 2;
    float: center;
    padding: 50px 0 0 0;
    margin: 0;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: #A9E2D1;
    opacity: 1;
}
    
#teachingpage:after {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(141, 59, 35, 0);
    border-top-color: #A9E2D1;
    opacity: 1;
    border-width: 40px;
    margin-left: -40px;
    display: none;
}


#musicpage {
    position: relative;
    z-index: 1;
    padding: 50px 0 0 0;
    margin: 0;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: #E0E1E3;
    background: linear-gradient(to top left, rgba(255, 255, 227, 1), rgba(225,249,245,0.93));
    opacity: 1;  
}

    
#contactpage {
    position: relative;
    padding: 50px 0 0 0;
    margin: 0;
    width: 100%;
    min-height: 650px;
    height: auto !important;
    background-color: gray;
    color: white;
    opacity: 1;
}

.youtubefull{
    position: relative;
    text-align: center;
}
    
.youtubemobile{
    display: none;
}

.pagecontent {
    position: relative;
    padding: 50px 0px 50px 0px;
    margin-top: 0;
    margin: auto;
    width: 80%;
    text-align: justify;
    background-color: transparent;
    font-family: candara, sans-serif;
}
	
#footersection {
    position: relative;
    display: inline;
    float: left;
    width: 33.333%;
}
	
#line-separator{
    height:1px;
    background: transparent;
    border-bottom:1px solid transparent;

}
	
}



#footer {
    position: relative;
    z-index: 1;
    float: left;
    vertical-align : bottom;
    overflow: hidden;
    padding-top: 0;
    width: 100%;
    min-height: 200px;
    height: auto !important;
    background-color: #444;
    text-align: center;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 10pt;
    font-weight: normal;
    color: #FFFFFF;
    opacity: 0.99;
}



#footertext {
    float: center;
    display: block;
    width: 90%;
    padding: 20px 20px;
    text-align: center;
}

.icon {
    transition: 1s;
}

.icon:hover {
    opacity: 0.4;
    transition: 1s;
}


@media screen and (max-width : 622px) {
body {
    position: relative;
    margin:0;
    padding: 0;
    height: 100%;
    color: #2A2A2A;
    background-color: white;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    background-size: 100% auto;
    color: #585858;
    font-size: 13pt;
}
	


header {
    position: relative;
    z-index: 8;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 18px;
}


#headernavigate {
    display: none;
}

#headernavbar {
    position: fixed;
    z-index: 4;
    float: center;
    top: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    font-family: "Quicksand", helvetica, sans;
    background: linear-gradient(to bottom , rgba(255, 255, 255, 1), rgba(255,255,255,0.95));
    text-align: right;
    font-size: 13pt;
    opacity: 0.98;
    border-bottom: 2px solid 	#343434;
}
    
.mobileheadername {
    height: 45px;
    position: fixed;
    top: 2px;
    left: 2px;
    float: left;
}


#mobilenavigate_cont {
    position: relative;
    padding-top: 12px;
    width: 100%;
    height: 45px;
    right: 10px;
    text-align: right;
}
    
.mobileheadernamelogo {
    height: 52px;
    position: relative;
    float: left;
    padding-left: 25px;
    padding-top: 0px;
    font-size: 28px;
    font-family: "GreatVibes";
    text-transform: capitalize;
} 

    
#slideheader{
       display: none;
}
    
.headernamelogo {
    display: none;
} 
    
.subheadernamelogo {
    display: none;
} 
    
.nav-secondheader{
    display: none;
}    
    
.topbutton {
    position: fixed;
    z-index: 15;
    right: 20px;
    bottom: 20px;
    padding: 18px 13px;
    border-radius: 50%;
    text-align: center;
    background-color: #353535;
    color: white;
    font-size: 11px;
    text-shadow: 3px 2px 2px black;
    font-family: helvetica, sans-serif;
    transition: .5s;
    opacity: .67;
}
  
    
#homespace {
    position: relative;
    background-image: url('./img/biopic.jpg');
    background-size: cover;
    top: 50px;
    margin: 0;
    height: 75vh;
    width: 100%;
}

#namegraphic{
    display: none;
}
    


#homeimage {
    display: none;
}

.harpgraphic {
	display: none;
}

	
#biopage {
    position: relative;
    z-index: 4;
    float: center;
    padding: 50px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: teal;
    border-top: 3px solid #343434;
    color: white;
}
    
#biopage:after {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(141, 59, 35, 0);
    border-top-color: teal;
    border-width: 38px;
    margin-left: -38px;
}
    
#weddingsandeventspage {
    position: relative;
    z-index: 3;
    padding: 50px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: #65C3C0;
    color: white;
}
    
#weddingsandeventspage:after {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 102, 51, 0);
    border-top-color: #65C3C0;
    border-width: 38px;
    margin-left: -38px;
}
    
#teachingpage {
    position: relative;
    z-index: 2;
    padding: 50px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: #A9E2D1;
}
    
    
#teachingpage:after {
    top: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(141, 59, 35, 0);
    border-top-color: #A9E2D1;
    border-width: 38px;
    margin-left: -38px;
}

#musicpage {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 50px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    min-height: 800px;
    height: auto !important;
    background-color: #E0E1E3;
    background: linear-gradient(to top left, rgba(255, 255, 227, 1), rgba(225,249,245,0.93));
}

    
    
#contactpage {
    position: relative;
    overflow: hidden;
    padding: 50px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    min-height: 650px;
    height: auto !important;
    background-color: gray;
    color: white;
}

.youtubefull{
    display: none;
}
    
.youtubemobile{
    position: relative;
    text-align: center;
}
    
    
.pagecontent {
    position: relative;
    margin: auto;
    padding: 10px 0px 50px 0px;
    margin-top: 0px;
    width: 80%;
    background-color: transparent;
    text-align: left;
    font-family: candara, sans-serif;
}
	
#footersection {
    position: relative;
    display: block;
    float: center;
    width: 100%;
    border-bottom: 1px solid #343434;
    border-top: 1px solid #555555;
    
}
	
#line-separator{

    height:1px;
    background: transparent;
    border-bottom:1px solid transparent;

}
	
}



#songlist {
height: 300px;
overflow-y: auto;
padding: .5em;
border: 1px solid white;
background-color: #f7f7f7;
color: #ffffff;
}

#songlist TD {
color: #ffffff;
font-family: sans-serif;
font-size: 10pt;
}

#player_area {
margin-top: .3em;
margin-bottom: .3em;
padding: .5em;
border: 1px solid #fff;
background-color: #fff;
color: #000000;
font-family: sans-serif;
font-size: 10pt;
}



a {outline:none;}


.mailForm
{
}

div.row {
  clear: both;
  padding-top: 4px;
  }

div.row span.label {
  float: left;
  width: 10em;
  text-align: right;
  }

div.row span.xformw {
  float: left;
  width: 50%;
  text-align: left;
  }
p.clr
{
    clear: both;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

.mailForm INPUT, .mailForm OPTION, .mailForm TEXTAREA {
background-color: #f7f7f7;
}


.play_entries {
height: 300px;
overflow-y: auto;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 1.2em;
margin-top: 0;
}
.play_icon { float: left; width: 20px; padding: 0 4px; }
.play_title { float: left; width: 60%; padding: 0 4px; }
.play_desc {float: left; width: 20%; padding: 0 4px; }
.play_link {float: right; width: 25px; padding: 0 4px; }
.play_entry { clear: both; border: 1px solid #f7f7f7;
background-color: #fff;
padding: .2em 2px;
margin: 2px 0;
}



/*________Navigation Bars_____________*/


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


.nav-main ul {
    background: transparent; /*Main Navigation Item Color*/
    padding: 0px 20px;
    border-radius: 10px;  
    list-style: none;
    position: relative;
    display: inline-table;
}
.nav-main ul:after {
    content: ""; clear: both; display: block;
}

.nav-main li {
    float: left;
}

    
.nav-main li a {
    display: block;
    padding: 0px 30px; /*Navigation Bar Sizing, vertical, horizontal*/
    border-right: 1px solid #DEDEDE;
    text-decoration: none;
    white-space: nowrap;
}
    
/*Slide Down Menu*/
.headernamelogo {
    height: 52px;
    position: relative;
    float: left;
    padding-left: 25px;
    padding-top: 7px;
    font-size: 28px;
    font-family: "GreatVibes";
}
    
.subheadernamelogo {
    float: left;
    display: block;
    padding-top: 31px;
    font-size: 12px;
    font-family: "Quicksand", "Palatino Linotype", "Book Antiqua", serif;
    color: gray;
}
    
    
.nav-secondheader ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
    padding-right: 20px;
}

.nav-secondheader li{
    float: left;
}

.nav-secondheader li a{
    display: block;
    text-align: center;
    padding: 17px 20px;
    text-decoration: none;
    font-size: 15px;
}

.nav-secondheader li a:hover{

}

}

@media screen and (max-width : 1035px) and (min-width : 799px) {

.nav-main ul {
    background: transparent; /*Main Navigation Item Color*/
    padding: -10;
    border-radius: 0px;  
    list-style: none;
    position: relative;
    display: inline-table;
}

.nav-main ul:after {
    content: ""; clear: both; display: block;
}

.nav-main li {
    float: left;
}

.nav-main li a {
    display: block;
    padding: 0px 10px; /*Navigation Bar Sizing, vertical, horizontal*/
    border-right: 1px solid #DEDEDE;
    color: #5A7E8D; text-decoration: none;
    white-space:nowrap;
}
    
/*Slide Down Menu*/
.headernamelogo {
    height: 52px;
    position: relative;
    float: left;
    padding-left: 25px;
    padding-top: 7px;
    font-size: 28px;
    display: block;
    font-family: "GreatVibes";
}

.subheadernamelogo {
    float: left;
    display: block;
    padding-top: 31px;
    font-size: 12px;
    font-family: "Quicksand", "Palatino Linotype", "Book Antiqua", serif;
    color: lightgray;
}
   
.nav-secondheader ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
    padding-right: 20px;
}

.nav-secondheader li{
    float: left;
}

.nav-secondheader li a{
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    font-size: 14px;
}

.nav-secondheader li a:hover{
    border-bottom: 1px solid white;
}

}


@media screen and (max-width : 798px) and (min-width : 623px) {

.nav-main ul {
    background: transparent; /*Main Navigation Item Color*/
    padding: -10;
    border-radius: 0px;  
    list-style: none;
    position: relative;
    display: inline-table;
}
.nav-main ul:after {
    content: ""; clear: both; display: block;
}

.nav-main li {
    float: left;
}

.nav-main li a {
    display: block;
    padding: 0px 9px; /*Navigation Bar Sizing, vertical, horizontal*/
    border-right: 1px solid #DEDEDE;
    color: #5A7E8D; text-decoration: none;
    font-size: 10pt;
    white-space:nowrap;
}
    
/*Slide Down Menu*/
.headernamelogo {
    height: 50px;
    position: relative;
    float: left;
    padding-left: 14px;
    padding-top: 8px;
    font-size: 24px;
    font-family: "GreatVibes";
}   
    
.subheadernamelogo {
    float: left;
    display: block;
    padding-top: 31px;
    font-size: 11px;
    font-family: "Quicksand", "Palatino Linotype", "Book Antiqua", serif;
    color: lightgray;
    
}
  
.nav-secondheader ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
    padding-right: 10px;
}

.nav-secondheader li{
    float: left;
}

.nav-secondheader li a{
    display: block;
    text-align: center;
    padding: 17px 7px;
    text-decoration: none;
    font-size: 13px;
}

.nav-secondheader li a:hover{
    border-bottom: 1px solid white;
}

}


