html {
   min-height: 100%;
    margin: 0;
    padding: 15px;
    font: 100% Arial, sans-serif;
    background: linear-gradient(to bottom, #919d9c, white);
    background-repeat: no-repeat;

}

body{
  border: solid 1px grey;
  min-height: 100%;

}


ul {

    list-style: none;

}

button{
border: none;


}


/*classes   ----------------------------------------*/


.navbar-inverse {
border-radius: 0px;
border-color: black;
background-color: #303635;

}
.navbar-inverse .navbar-nav>li>a{
  border-right: solid 1px grey;

}

.navbar-inverse .navbar-nav>li>a:hover{
  color: white;

}

.navbar-inverse .navbar-nav>li>a:active{
  color: #800000;
  border-color: black;
}
.navbar{
margin-bottom: 0px;

}


.content {
    padding-top: 5%;
    padding-bottom:  5%;
    text-align: justify;
    font-size: 20px;
    font-family: 'Alegreya SC';
    text-align: center;
    background-color: white;
    height:100%;
}


.nav{

float: right;

}

.section_name{
padding-left: 70%;
font-family: 'Alegreya SC';
color: black;
}

.section_name_left{
padding-left: 10%;
font-family: 'Alegreya SC';
color: black;
}

.button {
background-color: transparent ;
}

.button a{
color: black;
font-weight: bold;

}
.highlighted{
color:#610B0B;

}

/*IDs------------------------------------------*/

#main{
margin-top: 0px;
}

#header {
  height: 150px;
	text-align: center;
  margin: 0;
  padding: 5%;
  font-family: 'Almendra';
  background-color: white;
}

#navigation{
  padding: 0;
  width:100%;
  margin-top: 10%;
  margin-bottom: : 0px;
  border-radius: 0;
  font-family: 'Alegreya SC';
}

#content {
    padding-top: 5%;
    padding-bottom:  5%;
    text-align: justify;
    font-size: 20px;
    font-family: 'Alegreya SC';
    text-align: justify;
    background-color: white;
}



#title{
text-align: center;
font-weight: bold;
}



#index_bar{
background-image: url("images/calendar.jpg");
height: 300px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border: solid 1px #ccc;
}

#info_bar{
  padding:10%;
  max-width: 100%;

  background-image: url("images/diary3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#ruch_bar{
  padding:10%;
  max-width: 100%;

  background-image: url("images/car.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#nie_bar{
  padding:10%;
  max-width: 100%;

  background-image: url("images/modern.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#dok_bar{
  padding:10%;
  max-width: 100%;

  background-image: url("images/stos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#obszar_bar{
  padding:10%;
  max-width: 100%;

  background-image: url("images/books.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#kontakt_bar{
  padding:10%;
  max-width: 100%;

  background-image: url("images/pen.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#adr{
padding:30px;
text-align: center;
font-weight: bold;
color:#610B0B;
}




#image_left{
border: solid 1px #ccc;
}

#image{
height: 150px;
}

#image2{
height:300px;
margin-top: 10%;
margin-left: 5%;

}

#map{
	height: 600px;
  width: 400px;
  margin-top: 5%;
  margin-left: 5%;
}

/* 980px or less */
@media screen and (max-width: 980px) {
    #content {
        width: 60%;
    }
    #sidebar {
        width: 30%;
    }
}

/* 700px or less */
@media screen and (max-width: 700px) {
    #content {
        width: auto;
        float: none;
    }

}

/* 480px or less */
@media screen and (max-width: 480px) {
    #header {
        height: auto;
    }
    h1, h2 {
        font-size: 22px;
    }

}
