
.some-css-selector {font-size:13px;}

.supportItem {
  padding: 3px 10px;
  color: #fff;
  background-color: #bd342d;
  border-radius: 5px;
  margin-right: 10px;
}

.address-container__text { 
  text-align:center; 
  font-size: 20px; 
  letter-spacing: 4px; 
  font-weight: 700; 
  line-height: 1; 
  color:#bd342d; 
  position: absolute; 
  left: 10px; 
  top: 15px; 
  font-family: "Montserrat" , "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.address-container__text:hover {
  color: #290202;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-icons a {
  font-size: 20px !important;
  top: -8px;
}

.send-quote { 
  width: 200px;
  height: 50px;
  font-size: 18px;
}

.title_big_no_padding {
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}

.static-content__wrapper {
  background-color: #38495c;
}

.page-content {
  font-size: 1rem;
}

.page-content-section-image {
  border-bottom: 4px solid #bd342d;
  -webkit-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.68);
  -moz-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.68);
  box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.68);
  margin-bottom: 10px;
}

.page-content-section-info {
  padding-top: 10px;
}

.contact-us-form {
  padding-left: 15px;
}

.contact-us-image {
  border-bottom: 4px solid #bd342d;
  -webkit-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.68);
  -moz-box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.68);
  box-shadow: 2px 3px 5px -2px rgba(0,0,0,0.68);
  margin-bottom: 10px;
}

/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */

/** Higher screens+ **/
/* @media only screen and (min-width : 1921px){
} */

/** Desktop+ **/
/* @media (min-width: 1200px) {
} */

/** Laptop **/
/* @media (max-width: 1200px) {
} */

/** Laptop+ **/
/* @media (min-width: 991px) {
} */

/** Laptop **/
/* @media (min-width: 992px) and (max-width: 1199px) {
} */

/** Large Tablets **/
/* @media (max-width: 992px) {
} */

/** Tablets (landscape mode)  **/
/* @media (min-width: 768px) and (max-width: 991px) {
} */

/** Tablets+  **/
/* @media (min-width: 768px) {
} */

/** Tablets (portrait mode)  **/
/* @media (min-width : 481px) and (max-width : 768px) {
} */

/** Smartphone landscape mode / Mini Tablet **/
/* @media (max-width: 767px) {
} */

/** Smartphone landscape mode / Mini Tablet **/
/* @media (max-width: 600px) {
} */

/** Smartphone portrait mode **/
/* @media (max-width: 480px) {
} */

/** Normal phone portrait mode+ **/
/* @media (min-width: 320px) {
} */
