/*
Theme Name: USC Veterans (Child Theme for USC Template)
Template: usc-template
Description: Child theme for USC Veterans
Text Domain: usc-template-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* OLD TYPOGRAPHY DEFAULT TRANSFER */
h3 {
	font-size: 35px;
	color: #990000;
	margin-bottom: calc(.25em + 15px);
}

h4 {
    color: #404040;
		margin-bottom: calc(.25em + 21px);
}

h5 {
	font-size: 28px;
	text-transform: none;
	font-weight: 400;
	color: #404040;
	margin-bottom: calc(.25em + 15px);
}

h4, h5 {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
}

h6 {
	font-size: 13px;
	color: #404040;
	line-height: 2;
	margin-bottom: calc(.25em + 29px);
}
/* OLD TYPOGRAPHY DEFAULT TRANSFER END */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-msg-mobile-container .header-msg {
	color: #ffcc00;
}
.header-msg-mobile-container .header-msg:hover,
.header-msg-mobile-container .header-msg:focus {
	color: #fff;
}
