@import url(material-icons.css);
@import url(materialize.css);

body {
  /* text-align: center; */
  background-color: #E2E0DC;
}

.nav-wrapper {
  background-color: #FFFFFF;
}

.logo-img {
  margin-top: 2%;
  width: 60%;
  height: 60%;
}
@media only screen and (min-width:600px) {
  .logo-img {
    width: 30%;
    height: 30%;
  }
}

.header-icon {
  color: #333;
}

img {
	width: 100%;
}

video {
  width: 100%;
}

.card-title {
  padding: 10px !important;
  background-color: rgba(0,0,0,0.4);
  color: #FFF !important;
  font-weight: bold;
}

.collection {
  padding: 10px 0;
  min-height: 0;
}

.comment-content {
  color: #333 !important;
  font-size: 1.2em;
  font-weight: bold;  
}

.link-content {
  margin-bottom: 20px;
}

.link-icon {
  width: 56px;
  height: 56px;
}

a[href^="tel:"] {
  pointer-events: none;
}

#main-wrap {
  padding: 0;
}

@media screen and (max-width: 600px) {
  a[href^="tel:"]{
    pointer-events: auto;
  }
}

.footer-logo-img {
  width: 20vw;
  margin-bottom: 10px;
}
@media only screen and (min-width:600px) {
  .footer-logo-img {
    width: 15vw;
  }
}

.footer-title {
  font-size: 3ex;
  font-weight: bold;
}

.footer-str {
  color: #333;
}

.btn {
  background-color: #B5926E;
}

input:focus {
  border-bottom: 1px solid #B5926E !important;
  box-shadow: 0 1px 0 0 #B5926E !important;
}

label.active {
  color: #9e9e9e !important;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.trim-image-to-circle {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 5px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}

.profile-location-in-cardholder {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 18px; 
}