#header_background
{
	background-image: url("../images/header_background.jpg");
}

#main_color
{
	color: #11826C;
}

.product_name
{
	margin: 10px 45px 5px 35px;
    font-size: 45px;
    text-align: center;
    font-weight: 1000;
	color:#000066;
}

.mobile_product_name
{
	margin: 10px 45px 5px 35px;
    font-size: 65px;
    text-align: center;
    font-weight: 1000;
	color:#000066;
}

.main_text
{
	margin: 10px 45px 5px 35px;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
}

.highlight_text
{
	margin: 10px 50px 5px 35px;
    font-size: 35px;
    text-align: center;
    font-weight: 800;
	color:#000066;
}

.description_text
{
	margin: 20px 35px 5px 35px;
    font-size: 35px;
    text-align: justify;
    font-weight: 400;
}

.flow_text
{
	margin: 20px 35px 5px 35px;
    font-size: 25px;
    text-align: justify;
    font-weight: 400;
}

.contact_heading
{
	margin: 20px 35px 5px 35px;
    font-size: 30px;
    text-align: left;
    font-weight: 400;
}

