@charset "UTF-8";
/* CSS Document */

.web_bg{
background: #222317;
}

.bi_clr{
color: #FFF;
text-align: center;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.bi_clr:hover{
color: #FFF;
text-align: center;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.body_bg{
background: #F9F3E6;
}

.main_header{
color: #711232;
font-family: "Chonburi";
font-style: normal;
font-weight: 400;
line-height: normal;
}

.secondary_header{
color: #87647A;
font-family: "Chonburi";
font-style: normal;
font-weight: 400;
line-height: normal;
}

.body_desc{
color: #44071C;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: 33px; 
}

.button_clr{
border-radius: 6px;
border: 2px solid #711232;
background: rgba(217, 217, 217, 0.00);
color: #711232;
text-align: center;
font-family: "Barlow";
font-style: normal;
}

.button_clr:hover{
border-radius: 6px;
border: 2px solid #711232;
background: rgba(217, 217, 217, 0.00);
color: #711232;
text-align: center;
font-family: "Barlow";
font-style: normal;
}

.card-img-top{
border-radius: 6px;
}

.card-body{
border-radius: 0 0 6px 6px;
background: #464530;
}

.button_clr_2{
color: #EDEBDD;
text-align: center;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 6px;
border: 1px solid #EDEBDD;
background: rgba(217, 217, 217, 0.00);
}

.button_clr_2:hover{
color: #EDEBDD;
text-align: center;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 6px;
border: 1px solid #EDEBDD;
background: rgba(217, 217, 217, 0.00);
}

.button_clr_3{
border-radius: 6px;
background: #711232;
color: #FFF;
text-align: center;
font-family: "Chonburi";
font-style: normal;
font-weight: 400;
line-height: normal;
}

.button_clr_3:hover{
border-radius: 6px;
background: #711232;
color: #FFF;
text-align: center;
font-family: "Chonburi";
font-style: normal;
font-weight: 400;
line-height: normal;
}

.card_title{
color: #FFF;
text-align: center;
font-family: "Chonburi";
font-style: normal;
font-weight: 400;
line-height: normal;
}

.card_body_text{
color: #FFF;
text-align: left;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: normal;
font-size: 14px;
}

.card{
  background-color: transparent;
}

.contact_info{
border-radius: 3px;
border: 2px solid #711232;
background: rgba(217, 217, 217, 0.00);
color: #87647A;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact_info:hover{
border-radius: 3px;
border: 2px solid #711232;
background: rgba(217, 217, 217, 0.00);
color: #87647A;
font-family: "Barlow";
font-style: normal;
font-weight: 400;
line-height: normal;
}

.bi_clr_contact{
color: #711232;
font-family: Barlow;
text-decoration: none;
font-style: normal;
font-weight: 400;
line-height: normal;
}