/* Default css*/
* , p, li {
  font-size: 17px;
  font-family: Futura, verdana;
  border-radius: 0px;
  line-height: 1.6;
}

/* This sets a margin for the top of the page*/
.topMargin {
  margin-top: 15px;
}

/* Color the wells*/
.well {
  background-color: #818181;
  border: 1px solid #606060;
}

/* This edits the logo */
/* .logo {
  width: 80%;
  display: inline;
} */ 

/* Edit text */
p {
  text-align: center;
}

/* color the text */
.white {
  color: #fff;
}

/* links for social media */
a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}




/* Sets the logos under the text to float to the right */
.floatLogoRight {
  float: right;
}

/* Social media icons */
.smIcons {
  width: 10%;
  display: inline;
  margin-right: 10px;
}




/* edit the site text */
.siteText {
  margin: 20px 1% 10px 1%;
  text-align: justify;
}

/* edit text for the links */
.siteLink {
  margin-top: 75px;
  margin-right: 40px;
}

/* Add a border to the body pannel */
.panel {
  border: 1px solid #606060;
}

/* edit the pannel heading */
.panel-default>.panel-heading {
  background-color: #e3e7e4;
  border-color: #606060;
  color: white;
  font-weight: bold;
}

/* Edit the pannel header logos */
.headerlogo {
  width: 400px;
  padding: 10px;
  margin: auto;
}

/* Removes any margin on an element */
#no-margin {
  margin: 0;
}

/* Add padding to the (transparent) div */
.divPadding {
  padding: 10px;
}

/* Style the div and add opacity */
.transparent {
  background: #606060;
  background: rgba(0,0,0,0.6);
}

/* Add colour to the pannel body */
.panel-body {
  background-color: #818181;
  border-style: none !important;
}

/* Addres on map */
.Address {
  position: absolute;
  top: 30px;
  left: 13%;
  margin: 20px;
}

/*Address on map style*/
.AddressSpan {
  color: white;
  font: 17px/36px Futura, verdana;
  background: #818181;
  padding: 10px;
}

/* phone and email info on map */
.details {
  position: absolute;
  top: 80px;
  right: 13%;
  margin: 20px;
}

.detailsSpan {
  color: white;
  font: 17px/36px Futura, verdana;
  background: #818181;
  padding: 10px;
}

/* br spaces on map  */
p span.spacer {
  padding: 0 5px;
}

/* Visable in mobile only */
.mobileOnly {
  display: none;
}

/*footer */
footer {
  background-color: #818181;
  border: 1px solid #606060;
  padding: 25px;
  bottom: 0;
  width: 100%;
}

.footer {
  padding-top: 2%;
}

.footText {
  text-align: left;
}

/* Footer address */
ul {
  list-style: none;
  padding-left: 22px;
}

/* position the footer icons*/
.locationIcon {
  position: absolute;
  top: -5;
  color: white;
}

.copyRight {
  font-size: 12px;
}


/******************************** larger laptops 15.6 ********************************/
@media only screen and (max-width: 1500px) and (min-width: 1000px) {
	
/* Addres on map */
  .Address {
    position: absolute;
    top: 30px;
    left: 6%;
    margin: 20px;
  }

/* phone and email info on map */
  .details {
    position: absolute;
    top: 80px;
    right: 6%;
    margin: 20px;
  }
}
/******************************** tablet view ********************************/
@media only screen and (max-width: 780px) and (min-width: 500px) {
	
 /* .logo {
    width: 90%;
  }  */ 

  /* Email icon */
  .emailSM {
    width: 100%;
    background-color: #fff;
    padding: 2px;
    margin-top: 10px;
  }

  .smIcons {
    width: 11%;
  }

  .siteLink {
    margin-top: 15px;
    margin-right: -10px;
  }

  .footerLogo {
    width: 80%;
    margin-top: 20px;
  }

  .footText {
    text-align: center;
  }

  .footer {
    padding-top: 5%;
  }



/* Addres on map */
  .Address {
    position: absolute;
    top: 50px;
    left: 2%;
    margin: 20px;
  }

/*Address on map style*/
  .AddressSpan {
    color: white;
    font: 15px/28px Futura, verdana;
    background: #818181;
    padding: 10px;
  }

/* phone and email info on map */
  .details {
    position: absolute;
    top: 90px;
    right: 2%;
    margin: 20px;
  }

  .detailsSpan {
    color: white;
    font: 15px/28px Futura, verdana;
    background: #818181;
    padding: 10px;
  }
}

/* mobile view */
@media only screen and (max-width: 420px) {
 
  * {
    font-size: 15px;
  }

 /* .logo {
    width: 95%;
  } */ 

  .siteLink {
    margin-top: 40px;
    margin-right: -10px;
  }

  /* Email icon */
  .emailSM {
    width: 100%;
    background-color: #fff;
    padding: 2px;
    margin-top: 10px;
  }

  /* Social media icons */
  .smIcons {
    width: 11%;
  }

  .footerLogo {
    width: 25%;
    margin: auto;
    margin-top: 15px;
  }

  .mobilepadding {
    padding-bottom: 5px;
  }

  .footer {
    padding-top: 6%;
  }
  
  /* Addres on map */
  .Address {
    position: absolute;
    top: 50%;
    left: 2%;
    margin: 10px;
    display: none;
  }

/*Address on map style*/
  .AddressSpan {
    color: white;
    font: 14px/13px Futura, verdana;
    background: #818181;
    padding: 5px;
  }

/* phone and email info on map */
  .details {
    position: absolute;
    top: 70%;
    right: 30%;
    margin: auto;
  }

  .detailsSpan {
    color: white;
    font: 14px/13px Futura, verdana;
    background: #818181;
    padding: 6px;
  }

  .mobileOnly {
    display: block;
  }
}

/* iphone5 mobile view */
@media only screen and (max-width: 350px) {
  /* .logo {
    width: 100%;
  } */ 
  
  .siteLink {
    font-size: 8px;
    margin-top: 25px;
  }
}
  