@import 'about.css';
@import 'blog.css';
@import 'events.css';
@import 'contact.css';
@import 'preloader.css';


body {
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 14px;
    /*text-shadow: 2px 2px 4px #000000;*/
    line-height: normal;
    display: block;
    /*overflow: no-display;*/
    color: white;
    /*background: radial-gradient(ellipse at center, rgba(49, 16, 47, 1) 0%, rgba(40, 11, 41, 1) 100%);*/
    height: 100%;
}
.main {
    height: 100vh;
}

/*a {*/
/*    color: white;*/
/*}*/

/* unvisited link */
/*a:link {*/
/*    color: white;*/
/*}*/


/* mouse over link */
/*a:hover {*/
/*    color: orange;*/
/*}*/

/* selected link */
/*a:active {*/
/*    color: white;*/
/*}*/


.unsaltd, h1 {
    font-family: 'Permanent Marker', cursive;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    /*text-shadow: 4px 4px 4px #aaa;*/

}

.landingHeader {
    font-family: 'Permanent Marker', cursive;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    /*text-shadow: 4px 4px 4px #aaa;*/

}
.landingText {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    /*text-shadow: 4px 4px 4px #aaa;*/

}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
}

.viewport-header {
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marvyMarv {
    max-height: 600px;
    width: auto;
}

.modal {
    color: black;
    opacity: 0.8;
}

.highlight {
    font-family: 'Permanent Marker', cursive;
    font-size: inherit;
}
.intro {
    font-size: xx-large;
}
.carousel-inner > .carousel-item > img {
    height: 400px;
    margin: 0 auto;
}

.landingFooter {
    z-index: 2;
}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Times;
	panose-1:2 2 6 3 5 4 5 2 3 4;}
#privacy {
    background: white;
    color: black;
}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:10px;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
.MsoChpDefault
	{font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}

  #mc_embed_signup {
            background: #fff;
            clear: left;
            font: 14px Helvetica, Arial, sans-serif;
        }

