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

/* font-family: "Montserrat", sans-serif; */
/* font-optical-sizing: auto; */
/* font-weight: <weight>; */
/* font-style: normal; */

/* font-family: "Square Peg", cursive; */
/* font-weight: 400; */
/* font-style: normal; */

/* teal - #10fff9 */
/* Lightgrey - #e7eaec */
/* darkblue - #18188f */
/* blue - #4242f9 */
/* lightblue - #c5c5ff; */



body, html {
	background-color: #000000;
	margin: 0px;
	height: 100%;
	padding: 0px;
}



.browser {display: block;}
.phone {display: none;}

@media screen and (max-width: 700px) {
.browser {display: none;}
.phone {display: block;}
}

#row {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
#content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.texture {background-image: url("images/texture25.jpg"); background-size: 100% 100%; background-repeat: repeat; background-position: center top;}
.texture-horz {background-image: url("images/texture25horz.jpg"); background-size: 100% auto ; background-repeat: no-repeat; background-position: center top;}

/* ---------------- HEADER ---------------- */

#row.hdr {
	margin: 0px;
	padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    height: 200px;
    background-image: url("images/header-background-25.jpg");background-repeat: repeat-x; background-position: center top;
    
}
#hdr-right, #hdr-left {
	float: left;
	width: 21%;
	margin-right: 1%;
	margin-left: 1%;
    text-align: center;
    padding-top: 5%;
}
#hdr-center {
	float: left;
	width: 50%;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
    text-align: center;
}
#hdr-right img, #hdr-left img, #hdr-center img {
	width: 100%;
	height: auto;
}

#row.hdr #content #topnav {text-align: left;background-image: url("images/header-peeps-25.jpg");background-repeat: no-repeat; background-position: center top; float: left; width: 1200px;}
#row.hdr #content #topnav img {float: left;}

/* ---------------- DESKTOP NAV ---------------- */

#row.hdr #content #topnav #links {float: left; padding-top: 120px;font-family: "Square Peg", cursive;}
#row.hdr #content #topnav #links a {color:#10fff9; text-decoration: none; font-size: 35px; margin-left: 7px; margin-right: 7px; }
#row.hdr #content #topnav #links a:hover, #row.hdr #content #topnav #links a.here {color:#fff; }

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 700px) {

}

@media screen and (max-width: 500px) {
   
}

/* ---------------- MOBILE NAV ---------------- */

#mobile-nav {width: 100%;background-image: url("images/mobileheader-background-25.jpg");background-repeat: repeat-x; background-position: center top; float: left;background-color: #fff; padding-bottom: 30px;
}
#row.mobilenav {padding-top: 30px;padding-bottom: 30px;display: none;
}
#row.mobilenav a {font-size: 30px;line-height: 40px;text-decoration: none;color: #10fff9;float: left;width: 80%;text-align: center;padding-top: 10px;padding-bottom: 10px;margin-top: 0px;margin-right: 10%;margin-bottom: 10px;margin-left: 10%;font-family: "Montserrat", sans-serif; text-transform: uppercase;font-weight: 800;background-color: #000;
}
#row.mobilenav a.here {color: #fff;}
#row.mobilenav a:hover {color: #fff;}

/* ---------------- PAGE TITLES ---------------- */

#row.title {
    text-align: center;
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 0px;
}

#row.title p.overtitle {
    font-family: "Square Peg", cursive;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    line-height: 30px;
}

#row.title h1 {
	font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 65px;
    font-weight: 900;
    width: auto;
    text-align: center;
    float: none;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
    background-image: url("images/line-25.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    vertical-align: middle;
    background-size: 35%;
}

#row.title h1 img {
	width: 40px; height: auto; vertical-align: middle; display: inline-block;
}

@media screen and (max-width: 700px) {
	#row.title h1 {
	font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 45px;
    line-height: 40px;
    background-size: 50%;
}
#row.title h1 img {
	display: none;
}
 
}
@media screen and (max-width: 500px) {
    #row.title {
    padding-top: 15px;
}
}

/* ---------------- MODS ---------------- */

#row.mods {
	text-align: center !important;
	display: block;
	background-image: url("images/mods-background-25.jpg");
	background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 100% ;
    padding-top: 25px;
    padding-bottom: 25px;
}
#row.mods #mod {
    width: 25%; float: left;
}

#row.mods #mod img  {
    width: 85%; height: auto;
}

#row.mods #mod a img:hover {
	opacity: .66;
}

@media screen and (max-width: 700px) {
#row.mods {
	display: none;
}
}


/* ---------------- FOOTER ---------------- */

#row.ftr {
	background-color: #000;
	padding-top: 0px;
	padding-bottom: 30px;
    padding-top: 50px;
}

#row.ftr img {width: 30%; max-width: 400px;}

#ftrimage {display: none; float: left; width: 100%;}
#ftrimage img {width: 100%; height: auto;}


@media screen and (max-width: 700px) {
#row.ftr img {width: 80%;}
}

/* ---------------- TEXT ---------------- */

hr {border: 0;
    height: 1px;
background-image: linear-gradient(to right, rgba(16, 255, 249, 0), rgba(16, 255, 249, 1.0), rgba(16, 255, 249, 0));margin-top: 15px; margin-bottom: 15px; width: 90%; margin-left: 5%; margin-right: 5%; float: left;}



#row.text {
	padding-top: 0px;
	padding-bottom: 50px;
    background-color: #fff;
}
#row.text #button {
	text-transform: uppercase;
    font-family: "Montserrat", sans-serif; 
    display: inline-block;
    width: auto;
    background-color: #10fff9;
}

a #button  {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 18px;
	line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px;
}

#row.text #button.here, #row.text a:hover #button {
    color: #fff;
    background-color: #000;
    
}
#row.text #button.here span {
    color: #90ffea;
}
#row.text #button span {
	font-weight: 700;
	padding-right: 5px;
    color:#fff;
}

@media screen and (max-width: 700px) {
#row.text #button {
	width: 90%;
}
    #content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
}


#row.text p {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	
    font-family: "Montserrat", sans-serif;
}

#row.text p.bio {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: 400 !important;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 500px) {
#row.text p.bio {
	font-size: 16px;
	line-height: 21px;
}
}

#row.text p.bio-lrg {
	font-size: 25px;
	line-height: 35px;
	color: #000;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: 400 !important;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 700px) {
#row.text p.bio-lrg {
	font-size: 20px;
	line-height: 22px;
}
}

#row.text p.describe {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
}

#row.text p.line {
	border-bottom: solid;
    border-bottom-color: #e5dc6e;margin-bottom: 10px;
    border-bottom-width: 2px;
}

#row.text p.describe a {
	text-decoration: underline;
    color: #000000;
}

#row.text p.home {
	font-size: 25px;
	line-height: 35px;
	color: #008BA0;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: 300;
}
#row.text p a {
	color: #2a3b90;
	
}
#row.text p.act a {
	color: #804ade;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}
#row.text p.act {
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
    font-family: "Montserrat", sans-serif;
}
#row.text ul.cancel {
	width: 90%;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-left: 3%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
    font-family: "Montserrat", sans-serif; 
}
#row.text ul.cancel li {
	font-size: 18px;
	line-height: 25px;
	list-style-type: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
    font-family: "Montserrat", sans-serif; 
}
#row.text ul.cancel li strong.light {
	color: #DD1F30;
    font-size: 22px;
    font-family: "Montserrat", sans-serif; 
}

#row.text h4 {
	font-size: 30px;
	line-height: 33px;
	color: #000000;
	font-weight: 300;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
    font-family: "Square Peg", cursive;
   
}

#row.text h4.intro-home {
	font-size: 40px;
	line-height: 40px;
	color: #000;
	font-weight: 800;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
}



#row.text h4.intro-home span {
	font-family: "Square Peg", cursive;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 40px;
    line-height: 25px;
}

#row.text h4.intro-home img {
	height: 30px;
    width: auto;
    display: inline-block;
}

#row.text h4.intro {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 300;
	padding: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    font-family: "Montserrat", sans-serif;
    border-bottom-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

@media screen and (max-width: 700px) {
#row.text h4.intro-home span {font-size: 25px;line-height: 20px;}
#row.text h4.intro-home img {display: none !important;}
}

#row.text h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 35px;
	line-height: 35px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#row.text h2 img {
	height: 25px; width: auto; margin-left: 10px; margin-right: 10px; display: inline-block;
}

@media screen and (max-width: 700px) {
#row.text h2 img {
	display: none;
}
}

#row.text h5 {
	color: #000000;
	font-size: 20px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 900;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
    font-family: "Montserrat", sans-serif; 
    text-transform: uppercase;
    background-image: url("images/line-25.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30%;
}

#row.text #half {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
	width: 46%;
	float: left;
    margin: 0px;
}
#row.text #price {
	float: left;
	width: 28%;
	padding-right: 2%;
	padding-left: 2%;
	margin-right: .5%;
	margin-left: .5%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 15px;
    font-family: "Montserrat", sans-serif; 
}

@media screen and (max-width: 700px) {

	#row.text #price {
	width: 94%;
	
}
}

#row.text #price p.price-room {
	margin: 0px;
	padding: 0px;
	font-size: 35px;
	line-height: 20px;
	font-weight: 700;
	color: #4242f9;
    font-family: "Square Peg", cursive;
}
#row.text #price p.price-price {
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	line-height: 75px;
	text-transform: uppercase;
	color: #000000;
    font-weight: 700 !important;
}
#row.text #price p.price-price sup {
	margin: 0px;
	padding: 0px;
	font-size: 35px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000000;
    font-weight: 300 !important;
}
#row.text #price p.price-per {
	padding: 0px;
	font-size: 25px;
	line-height: 20px;
	font-weight: 700;
	margin: 0px;
	color: #4242f9;
    font-family: "Square Peg", cursive;
}
#row.text #price p.price-date {
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    font-family: "Square Peg", cursive;
    
}
#row.text #price p.price-date span {
	color: #000000;
	font-weight: 800;
    font-size: 30px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

/* ---------------- ATISTS ---------------- */

#artists {width: 46%; padding: 2%; float: left;}

#artists-last {width: 46%; padding: 2%; float: left; margin-left: 25%; margin-right: 25%;}

#artists #photo img, #artists-last img {width: 100%; float: left; border-radius: 20px;box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);margin-bottom: 25px;}

#artists #bio p, #artists-last #bio p {font-size: 20px;
	line-height: 25px;
	color: #2a3b90;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: 300 !important;
    font-family: 'Archivo Black', sans-serif !important; text-align: center; width: 90%; padding-left: 5%; padding-right: 5%; margin-bottom: 30px;}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {
	#artists {width: 98%; padding: 2%; float: left;}
}

@media screen and (max-width: 750px) {
	#artists #bio p {font-size: 17px;line-height: 21px;}
}

@media screen and (max-width: 500px) {
#artists #bio p {font-size: 15px;line-height: 19px;}

}






#row.text #day {
	float: left;
	width: 22%;
	margin-right: .5%;
	margin-left: .5%;
    padding: 1%;
	margin-top: 10px;
    margin-bottom: 40px;
}
#row.text #forms {
	float: left;
	width: 27%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
    padding-left: 2%;
    padding-right: 2%;
}
#row.text a #forms {
	color: #000;
	text-decoration: none;
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;
    font-family: "Square Peg", cursive;
}
#row.text a #forms strong {
	font-weight: 700;
	font-size: 25px;
    line-height: 20px;
	color: #000 !important;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

#row.text a:hover #forms, #row.text a:hover #forms strong {
	color: #4242f9 !important;
}



#row.text #forms img {
	width: 30%;
	height: auto;
	margin-bottom: 5px;
	clear: both;
	margin-right: 35%;
	margin-left: 35%;
}
#row.text #day p.workshop {
	color: #000;
	margin-bottom: 0px;
    margin-top: 20px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	width: 90%;
    font-family: "Montserrat", sans-serif;
   font-weight: 700 !important;
    background-color: #10fff9;
    
}
#row.text #conference {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
	color: #2a3b90;
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
    font-family: 'Archivo Black', sans-serif;
}
#row.text #conference strong {
	font-weight: 700;
	padding-right: 20px;
	padding-left: 20px;
    color: #2a3b90;
    opacity: 0.4;
}

#row.text #location {
	padding-top: 5px;
	padding-bottom: 15px;
	display: block;
}

#row.text #worship, #row.text #place, #row.text #register {
	text-align: center;
	float: left;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #000;
	font-weight: 800;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    font-family: "Montserrat", sans-serif;
    float: left;
    padding-top: 10px;
	padding-bottom: 10px;
}


#row.text #worship {
	width: 25%;
    margin-left: 1%;
	padding-right: 2%;
	padding-left: 2%;
}


#row.text #place {
	width: 36%;
	padding-right: 2%;
	padding-left: 2%;
}
#row.text #register {
	width: 25%;
    margin-right: 1%;
	padding-right: 2%;
	padding-left: 2%;
}

#row.text #place strong, #row.text #worship strong, #row.text #register strong {
	color: #000000;
	font-weight: 300;
	font-size: 30px;
	line-height: 25px;
    font-family: "Square Peg", cursive;
    opacity: 1.0;
    text-transform: lowercase;
}

#row.text #day p.date {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800 !important;
	color: #000;
	margin: 0px;
	padding: 0px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

#row.text #day p.activity-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 800 !important;
	color: #000000;
	text-transform: uppercase;
	width: 90%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    
}
#row.text #day p.date strong {color: #10fff9;padding-left: 10px; font-weight: 500;}

@media screen and (max-width: 500px) {
	
#row.text #day {
	width: 98%;
    
}


#row.text #worship {
	width: 96%;
}

#row.text #place {
	width: 96%;
}
#row.text #register {
	width: 96%;
}


}
#row.text #day img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
    margin-top: 10px;
}
#row.text #day hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C19F31;
	border-right-color: #C19F31;
	border-bottom-color: #C19F31;
	border-left-color: #C19F31;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#row.text #day p.session {
	color: #000000;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
}
#row.text #day p.activity {
	color: #C19F31;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#row.text #day p.artist {
	color: #024466;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#one {
	display: block;
}
#two {
	display: none;
}
#three {
	display: none;
}
#four {
	display: none;
}
#five {
	display: none;
}
#access {
	float: left;
	width: 11.5%;
	margin-right: .5%;
	margin-left: .5%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 35px;
	margin-top: 25px;
}
#access-hdr {
	float: left;
	padding: 1%;
	width: 29%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 20px;
	margin-bottom: 0px;
}
#access-hdr img {
	height: auto;
	width: 100%;
    
}
#access p.details {
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700 !important;
	margin: 0px;
	padding: 0px;
    font-family: "Montserrat", sans-serif;
}
#access img {
	height: auto;
	width: 70%;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-left: 0px;
    padding: 15%;
}

@media screen and (max-width: 500px) {
	
#access {
	width: 98%;
}


#access-hdr {
	width: 98%;
}

}

hr.schedule {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

hr.schedule-two {
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

