body {
	margin: 0;
	padding: 0;
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.demo_wrapper {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 80%;
  }  
}
.demo_block {
	width: 100%;
}

.textoverimage {
       font-family: 'Lato', sans-serif;
        position: absolute;
       left: 725px;
       top: 15px;
       z-index: 1000;
         padding: 5px;
       color: #003C6C;
	font-size: 34px;
       font-weight: bolder;
	text-decoration: none;
    }

.textoverimage:link {

	text-decoration: none;
}

.subtextoverimage {
       font-family: 'Lato', sans-serif;
        position: absolute;
       left: 735px;
       top: 70px;
	   line-height: 1.6;
       z-index: 1000;
       padding: 5px;
       color: #003C6C;
	   font-size: 16px;
       font-weight: bolder;
	text-decoration: none;
    }

.sub2textoverimage {
       font-family: 'Lato', sans-serif;
        position: absolute;
       left: 735px;
       top: 100px;
	   line-height: 1.6;
       z-index: 1000;
       padding: 5px;
       color: #003C6C;
	   font-size: 16px;
       font-weight: bolder;
	text-decoration: none;
    }


.subtextoverimage:visited {
       
       color: #003C6C;
	   text-decoration: none;
    }
