/** Shopify CDN: Minification failed

Line 49:1 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.page-head h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #626466;
}
.footercredits {
font-size: 10px;
}
.footer__top .widget-title {
    color: #222222;
    font-size: 20px;
}
.tab-heading .nav_link_icon {
    width: 44px;
    height: 44px;
    background-color: #fbe4f0;
    color: #454f5b;
}
div.tri-title {
text-align: center;
font-size: 120px;
font-weight: 100;
line-height: 90px;
color: #333333;
background-color: #f9e5f0;
padding: 120px 80px 120px 80px;
font-family: "", serif;
margin-bottom: 30px;
border: 1px solid grey
}
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.tri-title {
    font-size: 70px;
line-height: 50px;
text-align: center;
padding: 75px 20px 85px 20px;
  }
}</div>

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}