/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure,
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 10px;
    width: 85%;

}
h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
/*====================================================
This is for the Events page clinic table
====================================================*/
  th, td {
    border-bottom: 2px solid #ddd;
    padding-bottom: 2px;
    text-align: left;
    }
  td{
    padding: 5px 48px 10px 5px;
  }
/*Logo details*/
.logo {
  height: 240px;
  width: auto;
  background-image: url(../img/logo.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
/*this is for the navigation bar. */
.topheader {
  width: 88%;
  margin: 0 auto;
  background-image: url(../img/hdbckgrd.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 18px;
}
.navbarul {
  display: table;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.navbarli{
  border-right: 2px #ffffff solid;
  padding: 5px;
  }
.navbarli2{
      padding: 5px;
    }

a {
    color: white;
}

.eventlinks{
  color: black;
}


#disc {
    width: 38%;
    margin: 15px 47px 18px 2px;
    border-radius: 9px;
}

header nav {
  margin: auto
  }

header nav li {
  display: inline;
  font-family: "Gill Sans", sans-serif;
  font-size: 20px;

}

.clear {clear: both;}
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-color: #ffffff;
      background-image: url(../img/pagebg.png);
      background-repeat: repeat-x;
      background-position: 0 63px;
	    background-attachment: scroll;
}

    .container {
      height: auto;
      width: 70%;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 10px;
      box-shadow: 1px 1px 51px lightslategrey;
}

.bodytextheader {
      font-family: 'Indie Flower';
      font-size: 33px;
      font-style: oblique;
color: black
    }

.bodytext {
  font-family: 'Indie Flower', cursive;
  font-size: 42px;
}

footer {
    padding-top: 25px;
    text-align: center;
    font-size: 23px;
    color: whitesmoke;
}

/*=========================================
    Home page styles
    =========================================*/
.homepagetext1 {
  font-family: 'Indie Flower';
  font-size: 65px;
  text-align: center;
}

.homepagetext2 {
  font-family: 'Indie Flower';
  font-size: 27px;
  text-align: center;
}

#proshop1 {
 width: 99%;
 height: auto;
 padding: 5px;
 vertical-align: middle;
}

#proshop2 {
  width: 110%;
  height:auto;
  float: left;

}
#proshop3 {
  width: 89%;
  height: auto;
  float: right;
}

/*====================================================
This is for the Products page table
====================================================*/
  .productspagetable {
    padding-bottom: 2px;
    text-align: center;
    border-bottom: none;
}

#productimage {
  width: 265px;
  height: auto;
}

#manufactimage {
  width: 50%;
}


/*===============================================
Resources Page stylesheet
==============================================*/
#discbasket {
  width: 316px;
  float: right;
  transform: rotate(2deg);
  padding: 55px;
}

.resourcelinks {
      font-family: 'Squada One';
      font-size: 22px;
      font-style: oblique;
color: blue
}

    .video{
      width: 266px;
      height: auto;
}


/*=========================================
    About Us page styles
    =========================================*/
  #bf {
    width: 38%;
    height: auto;
    margin: 25px 47px 18px 2px;
    transform: rotate(3deg);
    float: right;
    box-shadow: 1px 1px 51px lightslategrey;
}
