@charset "utf-8";

/*body {font-family: 'Roboto', sans-serif;}*/

p {font-size: 17px;}

.navbar-brand {font-size: 17px;}

#weiss {
	color: white;
	margin: 5px;
}

#logo {margin-right: 5px;}

@media (min-width: 1px) {
    .sticknav{
        display: block;
        height: 265px; /*same height as header/*
        margin-top: -265px; /*same height as header*/
        visibility: hidden;}
}

@media (min-width: 382px) {
.sticknav{
  display: block;
  height: 265px; /*same height as header*/
  margin-top: -265px; /*same height as header*/
	visibility: hidden;}
}

@media (min-width: 768px) {
.sticknav{
  display: block;
  height: 265px; /*same height as header*/
  margin-top: -265px; /*same height as header*/
	visibility: hidden;}
}

@media (min-width: 992px) {
.sticknav{
  display: block;
  height: 85px; /*same height as header*/
  margin-top: -85px; /*same height as header*/
	visibility: hidden;}
}

@media (min-width: 1200px) {
.sticknav{
  display: block;
  height: 85px; /*same height as header*/
  margin-top: -85px; /*same height as header*/
	visibility: hidden;}

}
