/*
Theme Name: Shika
Description: Thème personnalisé pour le site shika-shiatsu.fr 
Version: 1.0
Author: J&J Grubaudé
*/

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

h1,h2,h3,h4,h5,h6,.nav-link { 
   font-family: 'Caveat', cursive; /*, 'Arigatou-Gozaimasu'; */
   font-style: normal;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.5rem;
}

body {
	margin-bottom: 7rem !important;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 3.5rem;
	margin-bottom: 2.5rem;
}

header {
    background-image: url(./images/foret.jpg);
    background-size: cover;
    background-position: 85%;
    height: 12.5em;
}

img#logo {
    height: 300px;
    width: auto;
}

li {
	margin-top: 3em;
	margin-bottom: 3em;
}

li.nav-item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 1.5rem;
}

img:not(#logo) {
	border: 1px solid #777;
	margin-top: 2.5em;
}

img#logo-header {
	position: absolute;
	z-index: 1000;
	top: -20px;
	right: 1.5rem;
	width: 150px;
	height: auto;
	border: none !important;
}

.nav-link {
    color: #fff;
}

.nav-pills .nav-link.active, .nav-link:focus, .nav-link:hover {
    background-color: rgba(255,255,255,0.333);
    color: #fff;
}
