/* CSS Document -Custon Style sheet */
.where-text
{
font-size:35px;
font-weight:bold;
color:#003366;
}
.ideas-text
{
font-size:42px;
font-weight:bold;
color:#A5C9DA;
background-color:#003366;
}
.converge-text
{
font-size:23px;
font-weight:bold;
color:#003366;
}

.about-section-bg
{background-image:url(../img/about_bg1.jpg);
}

.about-text-bg
{background-color:#f6f6f6 !important;


}
.sticky-notes-bg
{

background-image:url(../img/paper_bg.png);
background-repeat:repeat-x;}

.header-margin
{
margin-bottom:200px;
margin-top:100px;
}

.portfolio-section-bg
{background-image:url(../img/portfolio_bg1.jpg);
}
.contact-section-bg
{background-image:url(../img/contact_bg.jpg);
}

.margin-no-no
{
	margin-bottom:0px;
}
.services-heading
{
padding-top:80px;
color:#B93D00;
}
.services-text-liner
{
padding-top:40px;
color:#333333;
}
.services-text-heading
{
color:#B93D00;
}
.portfolio-text-heading
{
padding-top:80px;
color:#660000;
}
.portfolio-text-liner
{
padding-top:40px;
}
.portfolio-text-highlight
{color:#FFCCCC;
background-color:#FE6D95;
}
.contact-text-heading
{
padding-top:80px;
color:#005500;
}
.contact-text-liner
{
padding-top:40px;
padding-bottom:40px;
}
.link-text
{
color:#000000;
text-decoration:none;
}
.link-text:hover
{
color:#000000;
text-decoration:underline;
}
.padding-top-forty
{
	padding-top:40px;
}
.website-font
{
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
}
