.heading1 {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 34px;
color: #222;
line-height: 1.5;
white-space: normal;
}

.heading2 {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 26px;
color: #222;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
white-space: normal;
}

.heading3 {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 22px;
color: #222;
line-height: 1.5;
white-space: normal;
}

.paragraph {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 18px;
color: #666;
line-height: 1.5}

.blueBtn {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 18px;
color: #3006faf;
text-align: center;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding-left: 25px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url(/media/seeMore.png);
background-position: right center;
background-repeat: no-repeat ;
border: 2px solid #006faf;

border-radius: 50px;

display: inline-block;

transition: all 500ms ease 0ms;

-o-transition: all 500ms ease 0ms;

-moz-transition: all 500ms ease 0ms;

-webkit-transition: all 500ms ease 0ms;

background-size: 20px auto;

background-position: 90% 50%;
}

.heading4 {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 18px;
line-height: 1.5;
white-space: normal;
}

.heading1:hover {
}

.heading2:hover {
}

.heading3:hover {
}

.paragraph:hover {
}

.blueBtn:hover {
font-style: normal;
font-weight: 400;
color: #fff;
text-decoration: none;
text-indent: 0px;
text-shadow: 0px 0px 0px #000;
background-color: rgb(0, 111, 175);
background-image: url(/media/seeMoreWhite.png);
background-position: right center;
background-color: rgb(0, 111, 175);

text-decoration: none;

background-size: 20px auto;

background-position: 90% 50%;
}

.heading4:hover {
}

@media (max-width: 600px)
{
    .heading1
    {
	  font-size: 28px;
    }

    .heading2
    {
	  font-size: 22px;
    }

    .heading3
    {
	  font-size: 18px;
    }
}
