body{
	background-color: #f2f2f2;
}

.main-wrapper{
	background-color: #f2f2f2;
	padding-top: 30px;
}

.container.wrapper-inner {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
   margin-top: 25px;
   border-radius: 5px;
    box-shadow: 0 0 20px #e1e1e1;
}

.row{
	margin-top: 50px;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 20px;
}

p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.google-ad-container.text-center.align-items-center {
    background-color: #f2f2f2;
    padding: 5px;
}

.ad-heading span {
    background: #f2f2f2;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
        z-index: 1;

}

hr.ad-border {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    top: -5px;
}

.ad-heading {
    position: relative;
    margin-bottom: 20px;
}

h1.subheading {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

h2.heading-h4 {
    font-size: 30px;
}

h3.heading-h4 {
    font-size: 30px;
}

h4.heading-h4 {
    font-size: 30px;
}

p.highlight-text:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 15px;
    color: #e10000;
    -webkit-text-stroke: medium;
    margin-right: 12px;
}

.optin-text-inner {
    border: 2px solid #990000;
    border-style: dashed;
    background-color: #ffffcc;
    padding: 20px;
    margin-top: 30px;
}

.optin-text-inner h5 {
    text-align: right;
    text-decoration: none;
}

.optin-text-inner.col-lg-6.mx-auto {
    position: relative;
}

.optin-text-inner::after {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 50px;
    color: #e1e1978c;
}

.highlighted-text-inner{
    border: 2px solid #0000cc;
    background-color: #dff4ff;
    padding: 20px;
    margin: 30px auto; 
}

.fa-smile{
color: #f7d904;
}

h5.heading-h5.text-center {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.5em;
}


.copyright-text {
    margin-bottom: 20px;
}

.useful-links li.nav-item:last-child {
    border-right: 0;
}

.useful-links li.nav-item {
	font-size: 12px;
    border-right: 1px solid;
}

.useful-links  a.nav-link{
    padding: 0;
}

.useful-links li.list-inline-item:last-child {
    border-right: 0;
}

.useful-links li.list-inline-item {
    border-right: 1px solid #c5c5c5;
    margin: 0;
    padding: 0px 15px;
}

@media screen and (min-width:1000px){
.container.wrapper-inner{
    max-width: 800px;
}
}

@media screen and (max-width:600px){
.container.wrapper-inner {
    width: 90%;
}
}