html,
body {
	width: 100%;
	height: 100%;
	font-size:16px;
	margin:0;
	font-family:'Open Sans', sans-serif;
	background-color:#f7ede1;
	color:#373938;
}
#maincenter{width:100%;max-width:1200px;margin:0 auto;box-shadow: 0px 0px 100px #000;}
h1{color:#74624e;font-family:'Source Sans Pro', sans-serif;margin:0;}
h2{
    font-family:'Source Sans Pro', sans-serif;
	 /*font-size:25px; REMOCED NICO October 12 2021 cayse Zach told me to*/
	 color:#54422e;
	 font-weight:bold;
	 margin:0px;
    padding:5px 0;
}
h3{margin-top:0px;font-family:'Source Sans Pro', sans-serif;}
h4,h5,h6{font-family:'Source Sans Pro', sans-serif;}
a{
	text-decoration:none;
	color:#74624e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	 font-family: 'Open Sans', sans-serif;
}
a:hover{
	color:#54422e;	
	text-decoration:none;
}

.center{text-align:center;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.centerleft{text-align:center;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.centerimg{width: 100%;display: block;margin-left:auto;margin-right:auto;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.hidden{display:none;}
.vcenter{display: inline-block;vertical-align: middle;float: none;}
.pointer{cursor:pointer;}
.facebook {color: #fff;background-color: #3b5998;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.facebook:hover {color: #fff;background-color: #1b3978;}
.twitter {color: #fff;background-color: #00acee;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.twitter:hover {color: #fff;background-color: #008cCe;}
.google {color: #fff;background-color: #e93f2e;}
.google:hover {color: #fff;background-color: #c91f0e;}
.pinterest {color: #fff;background-color: #bc0d1e;}
.pinterest:hover {color: #fff;background-color: #9c0b0d;}
.shadow{
	text-shadow: 1px 1px 1px #000000;	
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);
}
.centercol{
	width:100%;max-width:1200px;margin:0 auto;padding:0 4px;
}
.aroundbox{padding:10px}
.box{padding:20px 0;}
.smallbox{padding:5px 0;}
.button{
	padding:5px 10px;
	color:#FFFFFF;
	background-color:#74624e;
	border:0px solid #74624e;
	border-radius:7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 font-family: 'Open Sans', sans-serif;
}
.button:hover{
	color:#EEEEEE;
	background-color:#54422e;
}
.bsmall{
	padding:5px 10px;
	font-size:14px;	
}
.relative{position:relative;}
.absolute{position:absolute;}

#copyright{
	font-family:'Open Sans', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyright a{
	color:#D91;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyright a:hover{
	color:#FFF;	
}

#copyrightsw{
	font-family:'Open Sans', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyrightsw a{
	color:#3a9cff;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyrightsw a:hover{
	color:#6aCcff;	
}

.shapeshadow{
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}	




/*CONTACT FORM*/
.form-group {
    margin-bottom: 25px;
}
.form-group input,.form-group textarea {
    padding: 10px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 236px;
}
.form-control:focus {
    border-color: #87C556;
    box-shadow: none;
}
.text-danger {
    color: #e74c3c;
}

@media only screen and (max-width : 991px) {
	.vcenter{display: inline-block;vertical-align: top;float: none;}
}
@media only screen and (max-width : 767px) {
	.rightcenter{text-align:center;display:block;}
	.leftcenter{text-align:center;display:block;}
   .centerleft{text-align:left;}
}

.showxxs{display:none;}
.py-8 {padding:7.5rem  0!important;}
@media only screen and (max-width : 768px) {
   .py-8 {padding:2rem  0!important;}
}
@media only screen and (max-width : 400x) {
   .hidexxs{display:none;}
   .showxxs{display:inline;}
}

.hspace40{padding:40px 0;}
.row{margin:0;}

p.lead{font-weight: 400;font-size: 1.25rem}
.fs-2 {font-size: 1.5625rem !important;}
.color-7 {color: #949494 !important;font-size:.7rem !important;}
.color-3 {color: #54422e !important;}
.fw-700{font-weight: 700 !important;}.fw-900{font-weight: 900 !important;}.fw-300 {font-weight: 300 !important;}.lh-3 {line-height: 1.3 !important;}

.active{font-weight:bold;}
iframe{display: block;}/*FOR GOOGLE MAP NOT TO HAVE SPACE AT THE BOTTOM*/
.dropdown:hover>.dropdown-menu {display: block;}.dropdown-menu {margin: 0;}/*AUTO SUB-MENU*/
.vcenterbs4{display:flex;flex-direction:column;justify-content:center;}
@media only screen and (max-width : 575px) {
   .hideonsecondpage{display:none;}
   .topdivofhidesecondpage{padding-bottom:0px !important;}
}nav{color:#54422e}nav a{color:#000000;}nav a:hover{color:#74624e;}.bg-nav {background-color: #c8b094 !important;}nav .fa-bars{color:#54422e;}.section1832{background:#FFFFFF;background: -webkit-linear-gradient(rgba(255,255,255, 0.68), rgba(255,255,255, 0.68)), url(../images/olena-working-2639115240.jpeg);background: linear-gradient(rgba(255,255,255, 0.68), rgba(255,255,255,0.68)), url(../images/olena-working-2639115240.jpeg);background-size:cover;background-position:center center;;padding:40px 0;}.section1832 .btn{background-color:#c8b094;color:#000000}.section1832 .btn:hover{color:#74624e}.section1832 h1{color:#54422e;font-size:5vw;}.section1832 h2{color:#373938;font-size:2vw;}.section1832 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1832 h1{font-size:6vw;}.section1832 h2{font-size:3vw;}}@media only screen and (max-width : 700px) {.section1832 h1{font-size:8vw;}.section1832 h2{font-size:5vw;}}@media only screen and (max-width : 400px) {.section1832 h1{font-size:10vw;}.section1832 h2{font-size:7vw;}}.section1833{background-color:#FFFFFF;}.section1834 .card-img{border-radius:0px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}.section1834 .card-img:hover{filter: brightness(110%);}.section1834 .card{background-color:#f2f2f2;color:#666;} .section1834 .btn{background-color:#74624e;color:#FFFFFF;}.section1834 .btn:hover{background-color:#54422e;}.section1836{background-color:#373938;color:white;padding:30 0;}.section1836 .btn{background-color:#c8b094;color:#000000}.section1836 .btn:hover{color:#74624e}.section1836 h1{color:#f7ede1;font-size:3vw;}.section1836 h2{color:#c8b094;font-size:1vw;}.section1836 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1836 h1{font-size:4vw;}.section1836 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1836 h1{font-size:6vw;}.section1836 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1836 h1{font-size:10vw;}.section1836 h2{font-size:7vw;}}.fs-5 {font-size: 2.5rem !important;} .section1835 .bg1{background-color:#FFFFFF;margin:5px;}.section1814{background:#FFFFFF;background: -webkit-linear-gradient(rgba(255,255,255, 0.6), rgba(255,255,255, 0.6)), url(../images/whatsapp-image-2025-09-22-at-110943_2604728b-25302045409.jpg);background: linear-gradient(rgba(255,255,255, 0.6), rgba(255,255,255,0.6)), url(../images/whatsapp-image-2025-09-22-at-110943_2604728b-25302045409.jpg);background-size:cover;background-position:center center;background-attachment: fixed;;padding:40px 0;}.section1814 .btn{background-color:#c8b094;color:#000000}.section1814 .btn:hover{color:#74624e}.section1814 h1{color:#373938;font-size:5vw;}.section1814 h2{color:;font-size:1vw;}.section1814 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1814 h1{font-size:6vw;}.section1814 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1814 h1{font-size:8vw;}.section1814 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1814 h1{font-size:10vw;}.section1814 h2{font-size:7vw;}}.section1827{background-color:;}.section1823{background:#FFFFFF;background: -webkit-linear-gradient(rgba(255,255,255, 0.6), rgba(255,255,255, 0.6)), url(../images/handmade13-25303115906.jpg);background: linear-gradient(rgba(255,255,255, 0.6), rgba(255,255,255,0.6)), url(../images/handmade13-25303115906.jpg);background-size:cover;background-position:center center;background-attachment: fixed;;padding:40px 0;}.section1823 .btn{background-color:#c8b094;color:#000000}.section1823 .btn:hover{color:#74624e}.section1823 h1{color:#373938;font-size:5vw;}.section1823 h2{color:;font-size:1vw;}.section1823 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1823 h1{font-size:6vw;}.section1823 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1823 h1{font-size:8vw;}.section1823 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1823 h1{font-size:10vw;}.section1823 h2{font-size:7vw;}}.section1828{background-color:;}.section1824{background:#FFFFFF;background: -webkit-linear-gradient(rgba(255,255,255, 0.58), rgba(255,255,255, 0.58)), url(../images/sewing09-25303120355.jpg);background: linear-gradient(rgba(255,255,255, 0.58), rgba(255,255,255,0.58)), url(../images/sewing09-25303120355.jpg);background-size:cover;background-position:center center;background-attachment: fixed;;padding:40px 0;}.section1824 .btn{background-color:#c8b094;color:#000000}.section1824 .btn:hover{color:#74624e}.section1824 h1{color:#373938;font-size:5vw;}.section1824 h2{color:;font-size:1vw;}.section1824 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1824 h1{font-size:6vw;}.section1824 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1824 h1{font-size:8vw;}.section1824 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1824 h1{font-size:10vw;}.section1824 h2{font-size:7vw;}}.section1829{background-color:;}.section1825{background:#FFFFFF;background: -webkit-linear-gradient(rgba(255,255,255, 0.56), rgba(255,255,255, 0.56)), url(../images/sewingclass19-25303125117.jpg);background: linear-gradient(rgba(255,255,255, 0.56), rgba(255,255,255,0.56)), url(../images/sewingclass19-25303125117.jpg);background-size:cover;background-position:center center;background-attachment: fixed;;padding:40px 0;}.section1825 .btn{background-color:#c8b094;color:#000000}.section1825 .btn:hover{color:#74624e}.section1825 h1{color:#373938;font-size:5vw;}.section1825 h2{color:;font-size:1vw;}.section1825 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1825 h1{font-size:6vw;}.section1825 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1825 h1{font-size:8vw;}.section1825 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1825 h1{font-size:10vw;}.section1825 h2{font-size:7vw;}}.section1830{background-color:;}.section1826{background:#FFFFFF;background: -webkit-linear-gradient(rgba(255,255,255, 0.57), rgba(255,255,255, 0.57)), url(../images/upcycledclothes17-25303125745.jpg);background: linear-gradient(rgba(255,255,255, 0.57), rgba(255,255,255,0.57)), url(../images/upcycledclothes17-25303125745.jpg);background-size:cover;background-position:center center;background-attachment: fixed;;padding:40px 0;}.section1826 .btn{background-color:#c8b094;color:#000000}.section1826 .btn:hover{color:#74624e}.section1826 h1{color:#373938;font-size:5vw;}.section1826 h2{color:;font-size:1vw;}.section1826 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1826 h1{font-size:6vw;}.section1826 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1826 h1{font-size:8vw;}.section1826 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1826 h1{font-size:10vw;}.section1826 h2{font-size:7vw;}}.section1831{background-color:;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.section1816 .row{margin:0 -15px;}.btn1816{background-color:#54422e;color:#f7ede1}.section1817{background-color:#54422e;padding: 7.5rem 0;}.section1817 h3{color:white;}.section1817 .bgbuttoncolor{background-color:#f7ede1;color:black;padding:0px;border:none;letter-spacing: 0.03em;font-weight: 700;}.section1817 .bgbuttoncolor> div{padding:0.8rem 2.5rem;}.section1817 .bgbuttoncolor:hover > div {background-color:rgba(0, 0, 0, 0.2);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}@media (min-width: 75em){.section1817 .fs-xl-4{font-size: 2.2rem !important;}}.section1817 .bgbuttoncolor2{background-color:#54422e;color:#f7ede1;padding:0px;border:none;letter-spacing: 0.03em;font-weight: 700;}.section1817 .bgbuttoncolor2>div{padding:0.8rem 2.5rem;border:1px solid #f7ede1;border-radius:.25rem;}.section1817 .bgbuttoncolor2:hover > div {background-color:rgba(0, 0, 0, 0.2);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}@media (min-width: 75em){.section1817 .fs-xl-4{font-size: 2.2rem !important;}}