﻿/*
 Theme Name:   Daniela Child
 Description:  Daniela Child Theme
 Author:       Alex Cabrera
 Template:     daniela
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  daniela-child
*/

/* change button color from black to blue (same as hover color) */
button, input[type="button"], input[type="reset"], input[type="submit"], .entry-content .button {
    background-color: #21759b;
}

/* body 1em=16px */
.site-title {
    font-family: "Open Sans", sans-serif !important;
    font-size:2.125rem !important; /* 34px/16px */
}
.blog-title {
    font-family: "Open Sans", sans-serif !important;
    font-size: 32px !important; 
    font-size:2rem !important; /* 32px/16px */
}
.entry-title {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important; /* 28px/16px */
}

h2.comments-title {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.5rem !important; /* 24px/16px */
}

.comment-author .fn {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.25rem !important; /* 20px/16px */
}

.hero-content {
	float:left !important;
	width:65% !important;
}

.hero-content p {
	font-size:1.1rem !important; /* 17.6/16px */
}

.hero-content h1 {
	text-align:left;
}

ol {
  padding-bottom: 1em; /* adds 1em of bottom padding to the ol element */
}

li {
  padding-bottom: 1em; /* adds 0.5em of bottom padding to the li elements */
}
