/*   
	Theme Name:        Pharmacy Museum Nevada
	Description:       An Orange Room Software theme.
	Author:            Phillip Kenoyer
	Author URI:        https://www.orangeroomsoftware.com
	Version:           1.0
*/

@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:700,Open+Sans');

html {
	min-width: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url("https://pharmacymuseumnevada.orangeroomsoftware.com/files/2018/08/header-background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	font-family: 'Open Sans';
}

.column {
    float: left;
    width: 50%;
}

.col .s12 {
	width: 100%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.row input[type="text"], .row input[type="email"], .row textarea {
	width: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.header {
	overflow: hidden;
	color: white;
	font-family: 'Source Serif Pro';
	font-size: 35px !important;
	white-space: nowrap;
	padding: 20px;
}

.header a {
	color: white;
	text-decoration: none;
}

.hero {
	background-color: #d3bfa9cc;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	overflow: hidden;
	padding: 40px;
}

.hero-inner-container {
	width: 900px;
	margin: 0 auto;
}

.hero-text {
	width: 500px;
	float: left;
}

.hero-text a {
	text-decoration: none;
}

.gallery-icon {
	padding: 10px;
}

.gallery-icon img {
	height: 200px !important;
	width: auto !important;
	margin: 0 !important;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.5) !important;
}

.elementor-image-gallery figure img {
	display: inline-block !important;
	background: white;
padding: 5px;
border-radius: 5px;
}

#virtual-tour {
	width: 640px !important;
	height: 525px !important;
	max-width: 640px !important;
}

#menu-activator {
  font-size: 20px;
  font-family: 'Open Sans';
}

#menu-activator:hover {
  cursor: pointer;
}

#cssmenu {
  font-size: 12pt;
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: solid 1px black; 
  background: #333; 
  color: white;
  padding: 10px;
  overflow-y: auto;
}

#cssmenu #menu-close {
	float: right;
	padding: 2px;
}

#cssmenu #menu-close:hover {
	cursor: pointer;
}

#cssmenu .menu-title {
	font-size: 16pt;
	text-align: center;
	border-bottom: solid 1px black;
	margin-bottom: 10px;
}

#cssmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cssmenu ul li {
}

#cssmenu ul li:last-child {
	margin-bottom: 10px;
}

#cssmenu a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 4px 5px 1px;
	border-radius: 3px;
}

#cssmenu ul li a:hover {
	background: white;
	color: black;
}

