 /*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * net-styles - meine Anpassung - 
 */

/* navbar fixed top */
body {
    min-height: 135rem;
    padding-top: 6.25rem;
}

/* navbar background-color */
.bg-primary {
    background-color: rgb(255, 255, 209) !important;
}

a.bg-primary: hover, 
a.bg-primary: focus,
button.bg-primary: hover,
button.bg-primary: focus {
    background-color: rgb(36, 76, 66) !important;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
    border-bottom: ;
}



/*! =Rem base magic derived from Twenty Twelve Theme
--------------------------------------------------------------
$rembase:     16;
$line-height: 24;

---------- Examples

* Pixel value with a rem fallback for font-size, padding, margins, etc.
    padding: 5px 0;
    padding: 0.3125rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 18px
	font-size: 1.125rem; (18 / $rembase)
	line-height: 1.33333333; ($line-height / 18)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.5rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

*/


