﻿@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);


/*body 
{
	background: #f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	font-weight: 300;

}*/

.sepreate
{
    border-bottom: 1px solid grey;
}


.contentimg
{
    margin-top: -19px;
}

.dummydivheight
{
    height: 78px;
}
.mainhead
{
    font-size: 23pt;
    font-family: 'Open Sans' , sans-serif !important;
    font-weight: 400;
    margin-top: 0px;
    text-decoration: underline;
}
h2
{
    font-size: 15pt;
    font-family: 'Open Sans' , sans-serif !important;
    font-weight: 400;
    margin-top: 0px;
}


h3
{
    font-size: 16pt;
    font-family: 'Open Sans' , sans-serif !important;
    font-weight: 400;
    margin-top: 0px;
}


.webztempcontentstyle
{
    -webkit-column-count: 1;
    margin: 0px auto;
    width: 80%;
/*    background: #FFFFFF;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.3);*/
    padding: 10px;
    margin-top: 13px;
}



@media only screen and (min-width : 481px) and (max-width : 1024px)
{
    .webztempmainheading .mainheading h2
    {
        font-size: 16pt !important;
    }
    h3
    {
        font-size: 16pt;
        font-family: 'Open Sans' , sans-serif !important;
        font-weight: 400;
    }

    .webztempcontentstyle
    {
        -webkit-column-count: 1;
        margin: 0px auto;
        width: 95%;
      /*  background: #f2f2f2;*/
        padding: 10px;
    }

    .sepreate
    {
        border-bottom: 2px solid grey;
    }

    .webztempcontentstyle
    {
       /* background: #FFFFFF;*/
    }


}



@media only screen and (min-width : 100px) and (max-width : 481px)
{
    .contentimg
    {
        margin-top: -19px;
        width: 100%;
    }
    .sepreate
    {
        border-bottom: 2px solid grey;
    }

    .webztempcontentstyle
    {
        -webkit-column-count: 1;
        margin: 0px auto;
        width: 100%;
/*        background:none;
        box-shadow:none;*/
		padding: 0px;
		
    }

    .mainhead
    {
        font-size: 18pt;
        font-family: 'Open Sans' , sans-serif !important;
        font-weight: 400;
        margin-top: 0px;
    }

    h2
    {
        font-size: 14pt;
        font-family: 'Open Sans' , sans-serif !important;
        font-weight: 400;
        margin-top: 0px;
    }

    .dummydivheight
    {
        height: 0px;
    }

}

