/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
	font-family: "Myriad Pro";  
	src: url(/wp-content/uploads/2020/10/MYRIADPRO-REGULAR.otf);  
	font-weight: normal;  
}

@font-face {
	font-family: "Myriad Pro";  
	src: url("fonts/Myriad Pro Bold.ttf");  
	font-weight: 700;  
}

@font-face {
	font-family: "Myriad Pro";  
	src: url("fonts/Myriad Pro Bold.ttf");  
	font-weight: 800;  
}

@font-face {
	font-family: "Myriad Pro";  
	src: url(fonts/MyriadPro-BoldIt.otf);
	font-weight: 700;  
	font-style: italic;
}

.header--media {
	height: 560px;
}

.header--media img {
	max-height: 40vw;
    object-fit: cover;
	object-position: top;
	width:100%;
}
