/*Jaydot Custom Style Sheet for Ik Voel Mij Beter, mei 2018 */
/* jul 2021 voorbereiding J4: custom font, kleurvars */
/* okt 2021 overgezet naar J!4 */


/*** ROOT SETTINGS, VARS ***/
:root {
  --paars: #6c207f;
  --turq:  #39aadf;
  --lila:  #dac8e3;
  --lichtlila: #f7efea;
  --antraciet: #303030;
  --opaclila: rgba(247,239,234,0.7);
    
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
  scroll-behavior: smooth;
 }

/*** CUSTOM FONT ***/
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'),
       url('../fonts/montserrat-v15-latin-regular.woff') format('woff');
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat-v15-latin-700.woff2') format('woff2'), 
       url('../fonts/montserrat-v15-latin-700.woff') format('woff'); 
}

body.site{
  border-top: 0;
  padding: 1em 1em 0 1em;
  background: url(/images/bodybkg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.site-grid {
    max-width: 960px;
	padding-top: 1em;
    margin: auto;
    background-color: var(--opaclila);
}

/*** BODY FONT ETC ***/
body {
	font-family: 'Roboto', sans-serif;
	color: var(--antraciet);
  	font-size: 16px;
  	line-height: 160%;
}
/*** KOPPEN ***/
h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat', sans-serif; color: var(--paars); font-weight: 700; margin: 1em 0 0.5em 0; text-rendering: optimizelegibility;}
h1 {font-size: 1.3em; text-transform: uppercase;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em; }

h1+p, h2+p, h+p {
  margin-top: 0;
}

/*** LINKS ***/
a {
  color: var(--paars);
  text-decoration: underline; 
}
a:link, a:visited {
	color: var(--paars);
	text-decoration: underline;
}
a:hover {
	color: var(--turq);
	text-decoration: overline;
}

/* OPSOMMINGEN */
ul.colorbull {
  list-style: none;
  padding-left: 1.75em;
}
.colorbull li {
  padding-top: .5em;
}
.colorbull li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--turq);
  margin-left: -1.75em;
  margin-right: 8px;
  font-size: .75em;
}


/*** MENU CODERING ***/

.container-top-a>* {
	margin: 0;
}
.navbar {
	padding: 0;
	margin: 0;
	background-color: var(--paars);
	color: white;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-collapse.collapse ul.mod-menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
}
.navbar-collapse.collapse.show ul.mod-menu {
	flex-direction: column;
}
.metismenu.mod-menu .mm-show {
	background-color: var(--paars);
}
ul.mod-menu a:link, ul.mod-menu a:visited, ul.mod-menu a:hover {
  color: white;
  font-size: .8em;
}
.navbar-toggler:focus {
	box-shadow: none;
}
@media (min-width:768px) and (max-width:992px){
  ul.mod-menu a:link, ul.mod-menu a:visited, ul.mod-menu a:hover  {
    font-size: 0.6em;
  }
}


/*** STYLING SITE HEADER MET GOLFJE ***/
.masterdiv{
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
  background-color: gray;
}
.underpic{
  width: 100%; 
}
.seconddiv{
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
.toppic{
  width: 100%;
  opacity: .5;
}

/*** STYLING CORONA WARNING VOORPAGINA ***/
.coronawarning {
  background-color: transparent;
  border: 2px solid red;
  border-radius: 20px;
  color: red;
  text-align: center;
}
.coronawarning a:link,
.custom.coronawarning a:visited {
  color: red;
  text-decoration: underline;
}
.coronawarning a:hover,
.custom.coronawarning a:focus {
  color: var(--paars);
  font-weight: bold;
}

/*** STYLING IMAGES IN TEXT ***/
.item-page img {
  width: 45%;
  float: left;
  margin-right: 1em;
}
.item-page .kleinplaatje {
  width: 25%;
  float: left;
  margin-right: 1em;
}

/*** STYLING SIDEBAR MODULES ***/
.well {
  border: 1px solid var(--lila);
  border-radius: 4px;
  background: rgb(218,200,227);
  background: linear-gradient(180deg, var(--lila) 10%, var(--lichtlila) 100%);
  padding: 1em;
  font-size: 0.8em;
  line-height: 100%; 
}
.well p{
	margin-bottom: .75em;
}
.card-header {
	background-color: transparent;
	border-bottom: 0;
}
.well .page-header {
  text-transform: uppercase;
  margin-bottom: 1em;
}

/*** STYLING FOOTER ***/
.footer {
	background-color: transparent;
	background-image: none;
	margin: 0;
}
.footer .grid-child {
	max-width: 960px;
	padding: 0;
	background-color: hsla(0,0%,100%,0.4);
}
#mod-custom92 {
	background-color: transparent;
	font-size: .7em;
	line-height: 100%;
	font-style: italic;
	color: var(--antraciet);
	padding: 1em;
	margin: 0
}
#mod-custom92 p{
  margin-bottom: 0;
}
