  body {
  font-family: 'Open Sans', sans-serif; 
  padding-top: 80px;
}

 footer {
  background-color: #333;
  color: #ddd;
  padding: 20px;
  text-align: center;
}
aside {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 40px;
}
.place-list {
  padding-bottom: 40px;
  padding-top: 40px;
}
.place-list h4 {
  margin-bottom: 40px;
  color: darkorange;
  font-weight: bold;
}
.place-list img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 80px;
}
.places-title {
  color: darkblue;
}
.regiuni-list {
  background-color: #333;
  padding-bottom: 40px;
}
.regiuni-list a {
  color: white;
}
.regiuni-list a h6 {
  margin-top: 2px;
  margin-bottom: 14px;
}
.regiuni-list img {
  width: 120px;
  height: 100px;
}
article {
  padding: 40px;
}
article img {
  width: 100%;
  height: 100%;
  text-align: center;
  box-shadow: 6px 6px 8px #777;
  margin-bottom: 20px;
}
article p {
  font-size: 16px;
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover{
  color: #fff;
}


.navbar-header a{
  display:block;
}
.navbar-header img{
  width: 100%;
  height: 100%;
  padding-top:10px;
  padding-bottom:10px;
  }

@media (max-width: 767px){
  .place-list h4{
    display:inline;
    font-size: 18px;
  }
  .place-list a{
    display:block;
  }
  .range-list img{
    width: 33%;
    height: 33%;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top:20px;
  }
  
}
@media(max-width:991px){
  .navbar-header img{
    
    top:0;
    bottom:0;
    margin:auto;
    width:30%;
  }
}
@media(max-width:766px){
  .navbar-header img{
    
    top:0;
    bottom:0;
    margin:auto;
    width:40%;
  }
}
@media(max-width:575px){
  .navbar-header img{
    top:0;
    bottom:0;
    margin:auto;
    width:60%;
    
  }
}

.roma{
  margin: 0 auto;
  border:3px solid #f7567c;
  box-shadow:rgba(0,0,0,0.5) 10px 10px 10px;
}





 



