/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
.navbar {background-color:#fff5f5;}
.page-header {margin-top:1.5rem;} 
.site-main {margin-top:1.5rem;}
.navbar-brand img {height:100%;width:8.5em;}
.navbar-brand xs d-md-none {height:20%;}
.post-thumbnail {display:none;}
/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: black;
}
a:link {color: black;}
.navbar-brand img
{
  height: 100%;
  width: 4.5em;
}
/* Page oben */
.br {margin-top:4em;}