
/*-------------*/
/* Custom CSS */
/*-------------*/
 
#hptext1 
{
    position: absolute;
    margin-left: 100px;
}

#hptext2 
{
    position: absolute;
    margin-top: 10px;
    margin-left: 200px;
}

#hptext3 
{
    position: absolute;
    margin-top: 130px;
    margin-left: 380px;
}

#hptext4 
{
    position: absolute;
    margin-top: 220px;
    margin-left: 160px;
}

#bannertext1 
{
    position: absolute;
    right: 50px;
}

#bannertext2 
{
    position: absolute;
    margin-top: 70px;
    right: 0px;
}


/*-------*/
/* Fonts */
/*-------*/

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px !important; /* OVERWRITES Bootstrap default font */
	color: rgb(64,64,64);
	line-height: 24px;
    margin-top: 18px;
}

h1 {
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-family: 'Lato', sans-serif;
	/*color: rgb(32,72,108);*/
	margin: 0;
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 14px;
	font-size: 38px;
	/*line-height: 24px;*/
	/*letter-spacing: -1px;*/
	font-weight: 600; /* 400=normal, 700=bold, min=100, max=900 */
}

h2 {
    font-family: 'Lato', sans-serif;
	color: rgb(32,72,108);
	margin: 0;
	padding-top: 12px;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 12px;
	font-size: 22px;
	/*line-height: 24px;*/
	/*letter-spacing: -1px;*/
	font-weight: 600; /* 400=normal, 700=bold, min=100, max=900 */
}

.hpfont {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.hpfont1 
{
    opacity: 0.9;
	line-height: 160%;
	font-size: 4.5em;
	font-weight: bold;
	color: White;
}

.hpfont2 
{
	line-height: 160%;
	font-size: 12em;
	/*font-weight: bold;*/
	color: White;
}

.hpfont3 
{
	line-height: 160%;
	font-size: 2.5em;
	/*font-weight: bold;*/
	color: White;
	letter-spacing: 0.8em;
}

.bannerfont {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.bannerfont1 
{
    opacity: 0.7;
	/*line-height: 160%;*/
	font-size: 4.5em;
	font-weight: bold;
	color: White;
}

.bannerfont2 
{
    opacity: 0.7;
	/*line-height: 160%;*/
	font-size: 1.5em;
	/*font-weight: bold;*/
	color: White;
}

.quotefont1 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /*font-style: italic;
	color: rgb(192,192,192);*/
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 14px;
	font-size: 38px;
	font-weight: 600; /* 400=normal, 700=bold, min=100, max=900 */
}

.quotefont2 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /*font-family: 'Lato', sans-serif;*/
    /*font-style: italic;*/
	color: rgb(255,255,255);
	/*padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
    margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;*/
	font-size: 24px;
	font-weight: 600; /* 400=normal, 700=bold, min=100, max=900 */
}

.quotefont3 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /*font-family: 'Lato', sans-serif;*/
    /*font-style: italic;*/
	color: rgb(192,0,0);
	/*padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;*/
	font-size: 36px;
	font-weight: 600; /* 400=normal, 700=bold, min=100, max=900 */
}

.quotefont4 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /*font-family: 'Lato', sans-serif;*/
    font-style: italic;
	color: rgb(128,128,128);
	/*padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;*/
	font-size: 24px;
	font-weight: 600; /* 400=normal, 700=bold, min=100, max=900 */
}

.quotefont5 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /*font-family: 'Lato', sans-serif;*/
    /*font-style: italic;*/
	color: rgb(51,108,27);
	/*padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;*/
	font-size: 36px;
	font-weight: 600; /* 400=normal, 700=bold, min=100, max=900 */
}

/*------------------*/
/* Media Query Area */
/*------------------*/

@media screen and (max-width: 768px) {
  h1 {
    font-size: 18pt;
  }
  h3 {
    font-size: 12pt;
  }
}

/*----------------------*/
/* End Media Query Area */
/*----------------------*/