@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700");

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: roboto;
  color: #777777;
}

body {
  overflow-x: hidden;
}

header {
  margin: 0;
  height: 140px;
}
/*-----------------------------------------------------------------------------------------------------------------------Logo*/

#logo {
  width: 140px;
  height: 140px;
  background-image: url("../images/baxters-logo.png");   
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

/*--------------------------------------------------------------------------------------------------------------------Navbar*/

.navbar {
  float: right;
}

#menu {
  font-size: 115%;
}

#logo,
#menu {
  line-height: 75px;
}

.navbar .navbar-toggler {
  border: 0;
}

.navbar .navbar-nav a {
  font-weight: bold;
}
/*---------------------------------------------------------------------------------------------------------------Colours*/

.ui-about-colour-about {
  background-color: rgba(0, 181, 203, 0.4);
}
/*-----------------------------------------------------------------------------------------------------------------------General*/

.uppercase {
  text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------------------------Hero Image on Home Page*/

#cover-outer {
  height: 600px;
  width: 100%;
  position: relative;
  z-index: -1;
  overflow-x: hidden;
}

#cover-image {
  height: 600px;
  width: 100%;
  background: url("../images/baxters-pharmacy-hero.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#cover-text h2 {
  color: #ffffff;
  font-size: 125%;
}

#cover-text {
  padding-top: 10px;
  border-radius: 10%;
  height: 200px;
  width: 200px;
  padding-top: 70px;
  padding-left: 25px;
  background-color: rgba(116, 46, 131, 0.5);
  bottom: 30px;
  right: 150px;
  position: absolute;
}

/*-----------------------------------------------------------------------------------------------------------Services on home Page*/

#service-outer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 300px;
  width: 100%;
  margin-left: 10px;
  background-color: #ffffff;
}

#homepage-services {
  margin: 0 auto;
  margin-top: 10px;
}

#serviceitem {
  width: 97%;
}

.home-services-content {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 15px;
}

.home-services-content {
  color: #ffffff;
  text-decoration: none;
}

#flu,
#blister {
  background-color: rgba(116, 46, 131, 0.5);
}

#blood-pressure,
#delivery {
  background-color: rgba(0, 181, 203, 0.5);
}

.home-services-content a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}

.home-services-content h3 {
        font-size: 1.25rem;
}
/*---------------------------------------------------------------------------------------------------Footer*/
footer {
  background: #00b5cb;
  min-height: 120px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.footer-icons i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
   font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  background: #742e83;
  color: #ffffff;
}

.social-links li a i {
  width: 32px;
  height: 32px;
  padding: 12px 0;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
  text-align: center;
  background: #742e83;
}

.social-links i {
  color: #ffffff;
}

.email-address a {
  color: #ffffff;
  text-decoration: none;
}

#footer-details {
  padding: 5px;
  background-color: #00b5cb;
  text-align: center;
}



/*-------------------------------------------------------------------------------------------------------------About Page*/

#meet-team {
  padding: 10px;
  margin: 0 auto;
}

#about-us-text {
  padding: 10px;
  margin: 0 auto;
}

.block-divider {
  width: 150px;
  height: 3px;
  background-color: #777777;
  border: 0;
  margin: 0 auto;
}

.block-divider-team {
  width: 250px;
  height: 3px;
  background-color: #777777;
  border: 0;
  margin: 0 auto;
}

.team {
  margin-left: 50px;
}

#teamsr {
  padding-top: 30px;
  width: 50%;
}

#teampr {
  padding-top: 30px;
  width: 50%;
}

.circle-container {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  align-items: center;
  margin-left: 15px;
  margin: 0 auto;
}

#circle-image-sr-bg img {
  border-radius: 50%;
}

#circle-image-pr-bg img {
  border-radius: 50%;
}

.about-container {
  margin-bottom: 40px;
  margin-left: 10px;
}

/*------------------------------------------------------------------------------------------------------Contact Us Page*/
.contact-heading {
  margin-top: 25px;
  margin-bottom: 25px;
}

.center-form {
  padding-top: 10px;
  margin: 0 auto;
  max-width: 70%;
}

.contact-button {
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #00b5cb;
  border-color: #00b5cb;
  color: #ffffff;
  width: 185px;
  border-radius: 50px;
  font-weight: bold;
}

.contact-button:hover,
.contact-button:active,
.contact-button:focus,
.contact-button:focus {
  background-color: #00b5cb;
  border-color: #00b5cb;
  color: #ffffff;
}

#find-us {
  height: 80%;
  width: 100%;
  background: url("../images/find-us-map.png") no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*------------------------------------------------------------------------------------------------------Services Page*/

.services-page-heading {
  padding-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
}

.service-page-ui {
  color: #00b5cb;
}
.service-icon-style {
  font-size: 180%;
  color: #00b5cb;
}

/*---------------------------------------------------------------------------------------------------Book an appointment Services Page*/

.booking-container {
  display: flex;
  justify-content: center;
  height: 250px;
}
