/* Header background */
.bg-image-full {
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 250px;
}

@media (min-width: 1200px) {
  .bg-image-full {
    height: 350px;
  }
}

/* Header font */
#header-text {
  font-size: 30px;
  font-weight: bold;
}

.navbar-brand {
  font-size: 32px;
  line-height: 30px;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 26px;
  }
}

.text-muted {
  color: white !important;
}

small {
  font-size: 55%;
}

/* Image sizes */
#logo-tm-top {
	height: 120px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #logo-tm-top {
    height: 80px;
  }
}

#logo-tm-bottom {
  height: 150px;
}

#meetup {
	height: 60px;
}

/* Colours */
.bg-dark-tm {
  background-color: #004165;
}

/* Side panels */
.card-body {
  background-color: #004165;
}

/* Google Maps Responsive */
.google-maps-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.google-maps-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
