@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

 body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

     .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
.map{
	height: calc(60vh);
	width:100%;
}
#myMap {
  width:500px;
  height:480px;
}

/*
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #440d53;
    background-color: #f2d776;
    border-color:#2222e1 #dee2e6 #fff
}
*/

.navbar-light .navbar-nav .nav-link.active {
  color: rgba(98, 25, 147, 0.55);
  background-color: #f2d776;
  font-weight: 600;
}
     

fieldset,
label {
    margin: 0;
    padding: 0
}


.rating {
    border: none;
    margin-right: 49px
}

.myratings {
    font-size: 85px;
    color: green
}

.rating>[id^="star"] {
    display: none
}

.rating>label:before {
    margin: 5px;
    font-size: 2.25em;
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    content: "\f005";
    font-weight: 900;
}

.rating>.half:before {
    content: "\f089";
    position: absolute
}

.rating>label {
    color: #ddd;
    float: right
}

.rating>[id^="star"]:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFD700
}

.rating>[id^="star"]:checked+label:hover,
.rating>[id^="star"]:checked~label:hover,
.rating>label:hover~[id^="star"]:checked~label,
.rating>[id^="star"]:checked~label:hover~label {
    color: #FFED85
}

.reset-option {
    display: none
}

.reset-button {
    margin: 6px 12px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase
}

.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  color: #FFFFFF;
}

.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle):hover {
  color: #FFFFFF;
}

.btn-group .btn:last-child:not(:first-child) {
  color: #FFFFFF;
}

.btn-group .btn:last-child:not(:first-child):hover {
  color: #FFFFFF;
}
