﻿@font-face {
    font-family: 'EcatherinaThin';
    src: url('EcatherinaThin.ttf') format('truetype'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
    body {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    margin:0px !important;
}
.headingBackground {
    background-image: linear-gradient(180deg,rgba(58,58,58,0.7) 0%,rgba(22,22,22,0.6) 100%),url("../images/header-background2.jpg") !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    color: white;
    font-size: 30px;
    font-weight: 400;
    text-shadow: 2px 2px 8px #111111;
}

  .button-container{
    text-align:center;
  }

.aboutText {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 16px;
    color: #323133 !important;
    letter-spacing: 5px;
    line-height: 1.4em;
}
h3 {
    font-weight: 600;
    font-size: 20px;
    color: #323133 !important;
    line-height: 1.4em;
}
.products{
    border-radius:10px;
    padding:0px;
    margin:1em;
    box-shadow: 0px 0px 15px rgb(207, 207, 207);
}
.products-content{
    height:250px;
    padding-top:1em;
    margin:auto;
    width:90%;
}
.products-content-info{
    height:200px;
}
.product-image{
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    margin:auto;
    width:100%;
}
#footerStyle{
	position:relative !important;
}
