body {
  font-size: 16px;
  color: #fff;
  background-color: white;
  font-family: "Oxygen", sans-serif;
}

#header-nav {
  background-color: white;
  border-radius: 0;
  border: 0;
}

#logo-img {
  background: url("../images/doctor-symbol1.jpg") no-repeat;
  width: 150px;
  height: 150px;
  margin: 10px 15px 10px 0;
}

.navbar-brand {
  padding-top: 25px;
}

.navbar-brand h1 {
  font-family: "Lora", serif;
  color: rgb(75, 87, 201);
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.75;
}
.navbar-brand a:hover,
.navbar-brand a:focus {
  text-decoration: none;
}

.navbar-brand p {
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-top: 5px;
}

.navbar-brand p span {
  vertical-align: middle;
}

#nav-list {
  margin-top: 15px;
}

#nav-list a {
  color: black;
  text-align: center;
}

#nav-list a:hover {
  background: #e7e7e7;
}
#nav-list a span {
  font-size: 1.2em;
}

.navbar-header button.navbar-toggle,
.navbar-header .icon-bar {
  border: 1px solid blue;
}
.navbar-header button.navbar-toggle {
  clear: both;
  margin-top: -30px;
}

/* FOOTER */
.panel-footer {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #222;
  opacity: 0.9;
  border-top: 0;
}

.panel-footer div.row {
  margin-bottom: 75px;
}

/*END OF FOOTER */
.container .jumbotron {
  /* box-shadow: 0 0 80px rgb(75, 87, 201); */
  border: 2px solid black;
}

#menu-title,
#specials-title,
#map-title {
  height: 250px;
  widows: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid black;
  overflow: hidden;
}

#menu-title:hover,
#specials-title:hover,
#map-title:hover {
  box-shadow: 0 1px 5px 1px rgb(75, 87, 201);
}

#menu-title {
  background: url("../images/drhs1.jpg") no-repeat;
  background-position: center;
}
#specials-title {
  background: url("../images/info2.png") no-repeat;
  background-position: top;
}
#menu-title span,
#specials-title span,
#map-title span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  opacity: 0.8;
}

/* CONTACT US STYLING */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-top: 70px;
  padding-right: 50px;
}

/* END */

/* ABOUT UROLOGY TEXT" */
h3 {
  color: black;
  font-size: 1.5em;
  text-align: center;
  font-weight: 500;
  text-decoration: underline rgb(75, 87, 201);
}

#about {
  color: black;
  font-size: 1.2em;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 30px;
  font-size: 1em;
}

#bullets {
  color: black;
  font-size: 0.9em;
  font-weight: 200;
}

#infoh {
  margin-top: 50px;
  margin-bottom: 30px;
}
/* TEXT FINISHES */

.container .jumbotron2 {
  /* box-shadow: 0 0 80px rgb(75, 87, 201); */
  border: 2px solid black;
  margin-top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 40px;
}

#aboutimg {
  border: 1px solid black;
  box-shadow: 1px 1px 2px 2px rgb(75, 87, 201);
  margin-top: 30px;
}

/*  LARGE */
@media (min-width: 1200px) {
  .container .jumbotron {
    background: url("../images/sur1200.jpg") no-repeat;
    height: 675px;
  }

  .container .jumbotron2 {
    background: url("../images/kidney1200.jpg") no-repeat;
    height: 480px;
    width: 300px;
    margin-bottom: 60px;
  }
}
/*  MEDIUM */

@media (min-width: 992px) and (max-width: 1199px) {
  /*
#logo-img{
    background: url('../images/doctor-symbol1.jpg') no-repeat;
    width: 150px;
    height: 150px;
    margin: 5px 5px 5px 0;
}
*/

  .container .jumbotron {
    background: url("../images/sur992.jpg") no-repeat;
    height: 558px;
  }

  .container .jumbotron2 {
    background: url("../images/kidney992.jpg") no-repeat;
    height: 410px;
    width: 250px;
  }
}
/* SMALL */

@media (min-width: 768px) and (max-width: 991px) {
  .container .jumbotron {
    background: url("../images/sur768.jpg") no-repeat;
    height: 432px;
  }

  .container .jumbotron2 {
    background: url("../images/kidney768.jpg") no-repeat;
    height: 245px;
    width: 150px;
  }
}
/*  EXTRA SMALL */

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 10px;
    height: 80px;
  }

  .navbar-brand h1 {
    padding-top: 10px;
    font-size: 6vw; /* 1vw =1% of viewport width */
  }

  .navbar-brand p {
    font-size: 0.7em;
    font-weight: 570;
    margin-top: 9px;
  }

  .navbar-brand p img {
    height: 20px;
  }
  .container .jumbotron {
    margin-top: 10px;
    padding: 0;
  }
  .panel-footer {
    margin-top: 100px;
  }

  .panel-footer section {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }

  .panel-footer section:nth-child(3) {
    margin-bottom: 0;
  }

  .panel-footer section hr {
    width: 40%;
  }

  h2 {
    margin-bottom: 10px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 0px;

    padding-bottom: 70px;
  }

  .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  h3 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  #about {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 30px;
  }
  #bullets {
    margin-top: 20px;
    line-height: 25px;
    margin-right: 20px;
  }

  #bullets > li {
    padding-bottom: 20px;
  }

  .list-group-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  #infoh {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container .jumbotron2 {
    height: 243px;
    margin-top: 20px;
    width: 150px;
    margin-bottom: 40px;
  }

  #aboutimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .contact-p {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* ABOUT and others */

h2 {
  color: black;
  margin-bottom: 50px;
  text-decoration: underline rgb(75, 87, 201);
  text-decoration-thickness: 3px;
  text-decoration-style: double;
}

/* CONATCT US */

.form {
  color: #000;
}

.form-group {
  margin-bottom: 1.5em;
}

.form-label {
  font-size: 0.75em;
  display: block;
  opacity: 1;
  color: #555;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  border-color: black;
  border-style: 1px 1px solid 1px;
  width: 80%;
  font-size: 1em;
}

.btn {
  background: 0 0 #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 1em;
  padding: 10 50px;

  text-transform: uppercase;
}

.btn:hover {
  color: rgb(115, 122, 9);
}

textarea {
  resize: none;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:focus {
  box-shadow: none;
  border-color: rgb(75, 87, 201);
  outline: none;
}

.g-recaptcha {
  width: 50%;
  margin-bottom: 30px;
}

.contact-info {
  margin-bottom: 50px;
}

.contact-p {
  color: black;
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
}

.contact-a:hover {
  color: red;
  text-decoration: none;
}
