/*
File Name: style.css
Theme Name: Fireside Publishing
Theme URI: http://firesidepublishing.com
Description: Theme Developed for  FIRESIDE PUBLISHING
Author: Charles J Mize
Author URI: http://firesidepublishing.com
Version: 1.0.0
License: RESTRICTED USE - All Rights Reserved by Fireside Publishing  © 2021
*/

@font-face { font-family: 'Manuzio'; font-style: normal; src: url('Manuzio-Regular.ttf'); }
@font-face { font-family: 'Manuzio'; font-style: italic; src: url('Manuzio-Italic.ttf'); }
@font-face { font-family: 'Manuzio'; font-weight: bold; src: url('Manuzio-Bold.ttf'); }
@font-face { font-family: 'Manuzio'; font-style: italic; font-weight: bold; src: url('Manuzio-Bold-Italic.ttf'); }

body { font-family: 'Manuzio'; }
nav { width: 100%; display: flex; justify-content: center; font-size: 140%; }
nav ul { display: flex; flex-direction: row; justify-content: center; align-items: flex-end; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
nav li { margin: 0 16px; padding: 0; text-transform: uppercase; text-align: center; }
nav a { text-decoration: none; color: black; }
nav a:hover { color: red; }
.home-name { display: none; }
.home-logo { background-image: url('images/logo-black.svg'); width: 240px; height: 120px; background-size: contain; background-repeat: norepeat; background-position: center center; }
#frontpage-menu .home-name { display: initial; }
#frontpage-menu .home-logo { display: none; }

#content { margin: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
h1 { font-weight: normal; font-size: 160%; text-transform: uppercase; }
.copy { max-width: 960px; line-height: 2em; text-align: justify; }
#front-page-logo { width: 100%; max-width: 960px; height: auto; margin: 40px; margin-top: 0; }


@media only screen 
and (max-width : 960px), (max-device-width : 960px){
	.home-logo { background-image: url('images/fire.svg'); width: 48px; height: 48px;  }
	nav li { margin-bottom: 16px; }
}