/*
Theme Name: Ryans Bar Mitzva - Bootstrap_Basic4
Theme URI: https://wordpress.org/themes/bootstrap-basic4/
Description: My child theme
Author URI: 
Template: bootstrap-basic4
Version: 0.0.1
*/

/**** ----- FONTS ----- ****/
@font-face {
	font-family: 'Earth Orbiter Punch';
	src: url('fonts/earth-orbiter/EarthOrbiterPunch.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Earth Orbiter Condensed';
	src: url('fonts/earth-orbiter/EarthOrbiterCondensed.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Earth Orbiter';
	src: url('fonts/earth-orbiter/EarthOrbiterBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

/**** ----- HEADER, NAVBAR ----- ****/
/* Font for the Site Title in the header: EarthOrbiterPunchItalic */
.site-title .site-title-heading {
	font-family: 'Earth Orbiter Punch', arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 200%;
    color: gray;
}
.site-title .site-title-heading a {
	color: yellow;
}
div.site-description small {
	color: yellow;
	font-size: 16px;
}

nav.navbar {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: lightblue;
}

.navbar-light .navbar-nav .nav-link {
    color:white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: lightblue;
}

/**** ----- FOOTER ----- ****/
.site-footer {
	background-color: transparent;
	border-top: 3px solid transparent;
}

.footer-left {
	color: white;
}

.footer-right {
	color: white;
}

/**** ----- PAGES ----- ****/
#main .post, #main .page {
	border: none;
	background-color: #e1e1e1;
}

#main .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
	font-family: 'Earth Orbiter', arial, sans-serif;
	font-weight: bold;
	font-style: normal;	
}

/* Countdown Widget on front page */
#main_countedown_1 .time_description {
	color: #171716;
}