
/**  font css **/

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;500;800&family=Raleway:ital,wght@0,100;0,900;1,600&family=Source+Sans+Pro&display=swap');
/** end of font css **/

.storewidcolor {
  color: #1e4c3f;
}
.storewidbackgroundcolor {
  background-color: #1e4c3f;
}

.bg-1 {
  background-color: #1e4c3f;
}

.dark_title {
  color: #1e4c3f;
}

.storewidhover:hover {
  background-color: #1e4c3f;
}

.storewid_bg_black {
  background-color: black;
}
.storewid_white {
  color: white;
}
.storewid_grey {
  color: #6b7177;
}

.storewid_black {
  color: #000000;
}

@media screen and (max-width: 500px) {
  .desktop_only {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
}

#about {
  background-color: white;
}

#imageabout1 {
  width: 90%;
  height: 90%;
}

#imageabout2 {
  width: 90%;
  height: 90%;
}

.hero-bg {
  background-color: #95a5a6;

}



.text-support {
  text-align: center;
}

.start_content {
  background-color: #FFFFFF;
}

#top {
  background-color: #FFFFFF;

}

.cream_color {
  background-color: #FBF7ED;
}

.storewid_white_shadow {
  box-shadow: 1px 2px 2px 1px #FFFFFF;
}

.headerimg {
  width: 500px;
  height: 300px;
  margin-top: 100px;
  box-shadow: 2px 3px 3px 3px  #34495e;
}


.storefront{
  width: 400px;
  height: 200px;
  margin-top: 100px;
  box-shadow: 2px 3px 3px 3px  #34495e;

}
.crm{
  width: 240px;
  height: 200px;
  margin-top: 100px;
  box-shadow: 2px 3px 3px 3px  #34495e;

}
.payonline{
  margin-top: 100px;
  width: 250px;
  height: 200px;
  box-shadow: 2px 3px 3px 3px  #34495e;


}
.market{
  margin-top: 100px;
  width: 250px;
  height: 200px;
  box-shadow: 2px 3px 3px 3px  #34495e;

}
.site_color {
  background-color: #1e4c3f;
}
.site_color_font {
  color: #1e4c3f;
}

.btn-main-2,
.btn-main {
  background-color: #1e4c3f;
  color: white;
  border-color: #1e4c3f;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.btn-main-2:hover,
.btn-main:hover {
  background-color: #658186;
  color: white;
  border-color: #578e98;
}

.gallery_img{
  width:110%;
  height:200%;

}

.list_contact{
  font-family: 'Merriweather Sans', sans-serif;
}

.contact_resources li{
  padding-top:5px;

}




body{
  font-family: 'Source Sans Pro', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
}

