/*
Theme Name:   thunderbird
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     twentysixteen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  thunderbird
*/

/* Write here your own personal stylesheet */

.red-text, .red-text a {
    color: #f24343;
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
}
.red-text-small {
    color: #f33d3a;
    font-size: 25px;
}

.black-text{
	  color: #000;
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
}
.menu-title {
    color: #404040;
    font-size: 27px;
	font-family: 'Varela Round', sans-serif;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #f9a351;
}