html, body, .page {
	height: 100%; /* needed for proper layout */
	font-family: Roboto, Arial, Helvetica;
	color: rgb(102, 102, 102);
	line-height: 1.7em;
}

p {
	margin-bottom: 1em;
}

.pshop {
	font-size: 20px;
	font-weight: bold;
    margin-top: 2px;
}	

a {
	color: #00a9c6;
}

/* What's actually happening here is that the sections of the page are always
   visible and automatically consume the available space. */
.page {
	display: flex;
	flex-direction: column;
}

.site-header {
	flex: 0 0 auto;
	border-radius: 0;
	margin-bottom: 0;
}

/* Match production navbar height — vertically center brand and nav */
.navbar {
	min-height: 147px;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li > a {
	font-size: 20px;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-toggle {
	margin-top: 55px;
}

#logo {
	height: 127px;
	width: auto;
}

/* The content, however, gets a scrollbar when content overflows available space.
   Note that this means the scrollbar is only for the content! */
.content {
	flex: 1 1 auto;
	position: relative; /* need this to position inner content */
	overflow-y: auto;
	padding: 2em 1em;
}

.site-footer {
	flex: 0 0 auto;
	background-color: rgb(17, 17, 17);
	color: rgb(170, 170, 170);
	text-align: center;
}

h1, h2, h3 {
	font-weight: 300;
	color: fff;
}

h1 {
	text-align: center;
	margin: 0 0 0.5em 0;
	color: fff;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.25em;
}

h4 {
	text-align: center;
	margin-top: 0.25em;
}

h4 {
	text-align: center;
	margin-top: 0.25em;
}

h5 {
	text-align: center;
	font-size: 16pt;
	margin-top: 25px;
	margin-bottom: 50px;
}

#price-heading {
	text-align: center;
}

/* Lists without icons before each item */
.list-no-icon {
	list-style: none;
}

/* Nav list is horizontal */
.nav-list li {
	display: inline;
	padding-right: 1em;
}

.nav-list {
	text-align: right;
	margin-top: -2em;
	font-size: 110%;
}

/* Nav list links are coloured uniquely */
.nav-list a {
	color: rgb(102, 102, 102);
}

.nav-list a:hover {
	color: rgb(62, 62, 62);
	text-decoration: none;
}

.required {
	text-align: center;
	color:red;
}

/* Flat design instead of Bootstrap's default rounded design */
.form-control {
	margin-bottom: 0.5em;
	border-radius: 0;
}

/* Submit button matches the form controls */
.send-button {
	color: white;
	background: #00a9c6;
	width: 100%;
	border: none;
	border-radius: 0;
}

.error {
	color:red;
}

/* Make the contact form more compact */
#contact-info h3 {
	margin-top: 0;
}

/* We want to be sure that the last element(s) on the page have some margins
   at the bottom so that the footer doesn't start too abruptly. */
form, #contact-info {
	margin-bottom: 2em;
}

/* Display fields with errors */
.field-error {
	border-color: red;
	background-color: #fff1f1;
}

/* Message that displays when an email has been sent (or failed). */
#formResultMessage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5em;
	color: white;
	text-align: center;
	font-size: 1.5em;
	text-shadow: 0 0 2px black;
	box-shadow: 0px 5px 20px 0 black;
}
#formResultMessage.error {
	background-color: rgba(255, 0, 0, 0.8);
}
#formResultMessage.success {
	background-color: rgba(10, 240, 10, 0.8);
}

/* Runs for tablets and mobile (anything that isn't what Bootstrap considers a
   desktop) */
@media (max-width: 991px) {
	/* Tiny footer for mobile */
	.site-footer{
		padding: 0.25em 0;
	}

	/* No massive padding that we can't afford for the first level of the list */
	.parent-list {
		padding-left: 0;
	}
}

/* Desktop only styles */
@media (min-width: 992px) {
	.site-footer {
		padding: 0.5em 0;
	}

	/* Inset the navbar 20% on each side without affecting dropdown menus */
	.site-header .navbar-brand {
		margin-left: 20%;
	}
	.site-header .navbar-collapse {
		margin-right: 20%;
	}

	.content {
		padding-left: 20%;
		padding-right: 20%;
	}

	/* Make the form sort of centered */
	form {
		padding: 0 20%;
	}

	.contactForm {
		padding-left: 15%;
	}

	/* Nested nav submenus (Desktop Parts / Laptop Parts) */
	.dropdown-submenu {
		position: relative;
	}
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		display: none;
	}
	.dropdown-submenu.open-left > .dropdown-menu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: -1px;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-submenu > a::after {
		content: " \25b6";
		float: right;
		margin-top: 3px;
	}
}

/* On mobile the submenu items are shown inline when the parent dropdown is open */
@media (max-width: 767px) {
	.dropdown-submenu > .dropdown-menu {
		display: block;
		position: static;
		margin: 0;
		padding-left: 15px;
		box-shadow: none;
		border: none;
	}
	.dropdown-submenu > a::after {
		display: none;
	}
}

#container{
  width:960px;
  margin:auto;
  padding:20px;
}

p{
  margin-bottom:20px;
  line-height:24px;
}

#hover{
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6
}

#popup{
  position:absolute;
  width:600px;
  height:180px;
  background:#fff;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:60px 0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  

}

#tweet{
    color: #4099FF;
  }

#close{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}

.payment {
    border-top: 5px;
  }
  
.nav-list,
.nav-list li ul {  
  padding: 0;
  font-size: 110%;  
}
.nav-list a {
  display: block;
  padding: 2px 2px;
  text-decoration: none;
}
.nav-list a:hover {
  background-color: #f9f9f9;
}
.nav-list li {
	display: inline-block;
}
.nav-list li ul {
  position: absolute;
  display: none;
}
.nav-list li ul li {
  display: none;
}
.nav-list li:hover ul {
  display: none;
}
/*
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f1f1f1
}

/* Bootstrap carousel for product slideshows */
#product-slideshow {
	max-width: 800px;
	margin-bottom: 2em;
}

#product-slideshow img {
	max-height: 500px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}



.imageContainer > img:hover {
  width: 365px;
  height: 500px;
}

.imageContainer2 > img:hover {
  width: 286px;
  height: 500px;
}

.imageContainer3 > img:hover {
  width: 372px;
  height: 500px;
}

.imageContainer4 > img:hover {
  width: 539px;
  height: 500px;
}


hr {
width: 80%;
height: 3px;
margin-left: auto;
margin-right: auto;
background-color:black;
border: 0 none;
margin-top: 20px;
margin-bottom:20px;
}

table {
  width: 100%;
}

table, th, td {
  border: 1px solid black;
}