@charset "utf-8";
/*@import url("reset.css");
/* CSS Document */


body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	background-image: url(images/fresh_snow.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
a, a:link { text-decoration:none; color:#483e37; }
a:hover, a:link:hover { color:#1d1916; }

p {
	margin-bottom: 1em;
}

h1 {
	font-size: 3em;
	line-height:1.6em;
    font-weight: 700;
    color: #951a1d;
}
h2 {
	font-size: 2em;
	line-height:1.4em;
    font-weight: 700;
        color: #951a1d;
}
h3 {
   font-size: 1.5em;
	line-height:1.2em;
    font-weight: 700;
        color: #951a1d;
}

.cstm {
    color: #951a1d;
}
.dark {
    color: #262626;
}
hr.cstm {
    border-top: 1px solid #951a1d;
}

.bigtext {
	font-size:2em;
	line-height:1.2em;
	font-weight:bold;
	text-align: center;
}

li {
    line-height: normal;
    margin-bottom: 0.5em;
}

.bg-dark {
    background-color: #AB9C92!important;
    border-color: #65574E!important;
}
.navbar-nav>li {
    margin-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #951a1d;
}
.justify-content-center .navbar-nav {
    margin-left: auto!important;
    margin-right: auto!important;
}

.i-left { margin-right: 0.9em; }

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

.med {
	width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2em!important;
}
.max263{
	width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2em!important;
}
.sml {
	width: 100%;
    margin-left:auto;
    margin-right: auto;
}

.fltrt {
	float:right;
	clear:right;
	margin:0 0 10px 20px;
}
.fltlft {
	float:left;
	clear:left;
	margin:0 20px 10px 0;
}
.pull-left { float: left!important; }
.pull-right { float:right!important; }

#pagewidth {
	width: 100%;
	position: relative;
	text-align:left;
}

.contact-list li {
    line-height: 48px;
}
.contact-list img {
    width: 48px;
    height: 48px;
    margin-right: 1.2em;
}

#headercontainer{
	margin: 0 auto;
	width: 100%;
}

#header{
	clear:both;
	
	margin: 0 auto;
	padding:20px 0;
	position:relative;
	text-align: center;
}

.lightsection {
	    background: none repeat scroll 0% 0% rgba(200, 100, 100, 0.10);
}

.maincontent {
    margin: 0px auto;
	padding: 1em 0px;
	color: #333;
	line-height: 1.5em;
}

strong { font-weight:700; }

#fb_icon {
	margin:0 0 0 4px;
	clear:none;
}

#footer {
	text-align: right;
	font-size:0.8em;
	display: block;
	clear: both;
	padding: 15px 0;
	background-color: #ab9c92;
	background: none repeat scroll 0% 0% rgba(171, 156, 146, 0.50);
	min-height: 80px;
	margin: 30px 0 0 0;
}
#footer p{
	padding:0;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#635247;
}
#footer a:hover, #footer a:focus {
	color:#951a1d;
}
/* ### FORMS ### */
:required { border-color: #FFC1C1; }
textarea { min-height: 200px; resize: vertical; }
.form-control::-webkit-input-placeholder {
 font-size:0.8em;
 color: #708080;
}
.form-control:-moz-placeholder { /* older Firefox*/
 font-size:0.8em;
 color: #708080;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
 font-size:0.8em;
 color: #708080;
}
.form-control:-ms-input-placeholder {
 font-size:0.8em;
 color: #708080;
}

/* LARGE Screen  */
@media only screen and (min-width: 768px) {
	#header, .maincontent {
	width:80%;
	max-width:1200px;
}

    .max263 {
	    max-width:400px;
    }

    .med {
       max-width: 60%;
   }
   .sml {
	width: 40%;
	max-width:150px;
    }
     .bigtext {
    	font-size:4em;
    	line-height:1.1em;
    	font-weight:bold;
    	text-align: Left;
    }
    h2 + ul {
        margin-left: 400px;
    }

}

/*  MOBILE  */
@media only screen and (max-width: 768px) {

    h1 {
        font-size: 2.5em;
    }
     h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.2em;
    }
	
}
