/* TEKSTISIVU */

/* Otsikot */
.template-tekstisivu h2.top-header {
    margin: -5px 0 30px;
    font-size: 28px;
    width: 100%;
    border-bottom: 3px solid #3ebfed;
    padding-bottom: 8px;
    display: block;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 120%;
    color: #022860;
}
div.top-header .template-tekstisivu  h2.top-header {
    margin-bottom: 0px;
}
.tekstisivu-content-area h4 {
    font-size: 17px;
    color: #022860;
    margin: 0px 0 2px;
    letter-spacing: 1px;
    font-weight: bold;
}
.template-tekstisivu footer {
    margin-top: 0px;
}

/* TABLETTIKOOT */
@media all and (max-width: 1200px) {
    .template-tekstisivu h2.top-header {
    	font-size: 26px;
    }
    .template-tekstisivu h4 {
    	font-size: 16px;
    }
}

/* VAIN MOBIILI */
@media all and (max-width: 799px) {
    .template-tekstisivu h2.top-header {
    	font-size: 18px;
	border-bottom: 2px solid #3ebfed;
	padding-bottom: 6px;
    }
    .template-tekstisivu h4 {
    	font-size: 13px;
    }
}
}
