/*
Theme Name: boxes
Author: Alex T. 
*/
@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gravitas+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gravitas+One&family=Libre+Franklin:wght@900&display=swap');


/* GENERAL STYLING */
body  {
	font-family: din-condensed, sans-serif;
	color: #282828;
	font-size: 14px;
	background-image: url(img/bg-wood.jpg);
	background-size: cover; 
	background-attachment: fixed;

}

h1  {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 3em;
}

h2  {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 2em;
	margin-top:30px;
	margin-bottom:20px;
}

h3  {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 1.5em;
	margin-top:20px;
	margin-bottom:10px;
}

a  {
	color:#3299cc;
}

a:hover  {
	color:#126086;
	text-decoration: none;
}


/* DOWNLOAD-BUTTONS */
.wp-block-file__button  {
	font-family: 'Libre Franklin', sans-serif;
}


/* SOCIAL-MEDIA-FOOTER-ICONS */
.sm-ico {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	margin-top:20px;
	margin-bottom: 20px;
}

/* WIDGET-STYLING */
.widget ul  {
	list-style: none;
	padding: 5px 0 15px;
	margin:0;
}

.widget ul a  {
	font-size: 1.3em;
}

.widget ul li {
	list-style: none;
	padding-left: 20px;
}


/* NAVBAR STYLING */
.navbar  {
	background-color: #ffffff;
	opacity: 0.93;
}

.nav a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Libre Franklin', sans-serif;
	color: #282828;
}


/* SHADOW FOR ALL BOXES */
.shadow  {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* CARD STYLING */
.card  {
	border-radius: 0px;
	border: 1px solid #eeeeee;
	/*padding: 10px;*/
	/*background-color: #e9f1f4;*/
	/*background-color: #fff;*/
	margin-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #ffffff;
	opacity: 0.93;
}

.card-title  {
	font-size: 1.5em;
	/*font-family: 'Passion One', cursive;*/
	font-family: 'Libre Franklin', sans-serif;
	/*font-family: 'Gravitas One', cursive;*/
	text-transform: uppercase;
}

.card:hover  {
	background-color: #fff;
}

.cardlink  {
	color: #000000;
}

.cardlink:hover  {
	color: #000000;
}


/* VIDEO-BOX */
#video  {
	text-align: center;
}