/* 
Theme Name: Drexel Strawberry
Template: wordexpresso
Version: 1.6
*/

:root {
	--h1-size: 50px;
	--h2-size: 42px;
	--h3-size: 34px;
	--h4-size: 30px;
	--h5-size: 25px;
	--h6-size: 20px;
}

body {
	/*use color variables from theme.json with ease by creating single-word variables here based on the theme.json ones*/
	--black: var(--wp--preset--color--black);
	--blue: var(--wp--preset--color--blue);
	--dark-blue: var(--wp--preset--color--dark-blue);
	font-family: "Raleway", sans-serif;
}
.has-border-color {
	border: 1px solid var(--dark-blue);
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Academy Bold W08 Regular", "Times", "Times New Roman", serif;
}
#top{
	padding:50px;
}
a{
	text-decoration: none;
}
@media screen and (min-width: 700px) {
	.navigation-menu {
		padding: 0 25%;
	}
}

@font-face {
	font-family: "Academy Bold W08 Regular";
	src: url("https://db.onlinewebfonts.com/t/f8b0fda1ff162d619542b8bbac368313.eot");
	src: url("https://db.onlinewebfonts.com/t/f8b0fda1ff162d619542b8bbac368313.eot?#iefix")format("embedded-opentype"),
	url("https://db.onlinewebfonts.com/t/f8b0fda1ff162d619542b8bbac368313.woff2")format("woff2"),
	url("https://db.onlinewebfonts.com/t/f8b0fda1ff162d619542b8bbac368313.woff")format("woff"),
	url("https://db.onlinewebfonts.com/t/f8b0fda1ff162d619542b8bbac368313.ttf")format("truetype"),
	url("https://db.onlinewebfonts.com/t/f8b0fda1ff162d619542b8bbac368313.svg#Academy Bold W08 Regular")format("svg");
}
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
