@charset "UTF-8";

@font-face { 
	font-family: 'voltaire';
	src: url('fonts/Voltaire-Regular.woff') format('woff'),
	url('fonts/Voltaire-Regular.otf')  format('truetype');
	font-display: swap;   /* tells the browser that text using the font should be displayed immediately using a system font; once custom font is ready it replaces the system font */
}
@font-face {
	font-family: 'open-sans';
	src: url('fonts/OpenSans-Regular.woff') format('woff'),
	url('fonts/OpenSans-Regular.svg') format('svg'),
	url('fonts/OpenSans-Regular.otf')  format('truetype');
	font-display: swap;
}

img {
	max-width: 100%; /* reduce images to fit */
}

.page_Container{
	text-align:center;
	max-width: 100%;
	max-height: 100%;
	margin-top: 25px;
}

#GE_titleBox{ /* GAREN EWING */
	margin: 0 auto;
	min-width: 240px;
	height: 131px;
	background-image: url("interface/GAREN_signature.jpg");
	background-repeat:no-repeat;
	background-position: center;
	font-family: voltaire;
	font-size: 2.85em;
	color: black;
	text-align: center;
	line-height: 2.15em;
}
.GE_subTitleBox{ /* illustration ideas */
	font-family: open-sans;
	font-size: 18px;
	color: gray;
	text-align: center;
	line-height: 0;
	margin-top: -8px;
}

#menuBox{ /* holds menuItems (*/
	margin: 0 auto;
	max-width: 900px;
	margin-bottom: 25px;
}
.menuItem{
	display: inline-block;
	font-family: open-sans;
	font-size: 14px;
	letter-spacing: 1.32px;
	margin-left: 12px;
	margin-right: 12px;
}

.menuItem a:link {
	color: black;
	text-decoration: none;
}
.menuItem a:visited {
	color: black;
	text-decoration: none;
}
.menuItem a:hover {
	color: gray;
	text-decoration: underline;
}

.disabledMenuItem {
	color: grey;
	text-decoration: none;
}

.menuDropDown { /* for dropdown menu items */
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
	opacity: 0.95;
	box-shadow: -2px 2px rgba(0, 0, 0, 0.15); /* rgba for transparency */
    min-width: 165px;
	padding: 5px;
    z-index: 1;
}
.menuDropDown:hover .dropdown-content {
    display: block;
}

.portfolioContainer {
	display: inline-block;
	max-width: 1000px;
}

/* Links */

.textLink a:link {
	font-family: open-sans;
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}
.textLink a:visited {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}
.textLink a:hover {
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}.textLink a:active {
	color: #ff0033;
	font-weight: bold;
	text-decoration: none;
}

/* Text boxes */

.titleText{ /* for titles */
	font-family: open-sans;
	font-size: 18px;
	font-weight: bold;
	color: gray;
}
.specialTitleText{ /* for bigger titles (eg. blog header) */
	font-family: voltaire;
	font-size: 28px;
	color: black;
}
.textDiv {
	display: inline-block;
	font-family: open-sans;
	font-size: 13px;
	width: 80%;
	margin: 0, auto;
}
.mainText{ /* same as textDiv but just text styling not div attributes */
	font-family: open-sans;
	font-size: 13px;
}
.smallText{
	font-family: open-sans;
	font-size: 12px;
}
.creditsTextDiv{
	 padding:1.2em 40px 1.2em 45px;
	 background: #ececec;
}
.imageCaptionTxt {
	font-family: open-sans;
	font-style: italic;
	font-size: 12px;
	color: dimgrey;
	position:relative;
}
.point {
	position: relative;
	top: 4px;
	font-size: 24px;
	line-height: 12px;
	color: darkgrey;
	padding-left: 5px;
	padding-right: 5px;
}

blockquote{
  font-size: 13px;
  width:50%;
  margin:30px auto;
  font-family:open-sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 40px 1.2em 45px;
  border-left:8px solid #e4c269 ;
  line-height:1.4;
  position: relative;
  background:#f9f0da;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#e4c269;
  font-size:4em;
  position: absolute;
  left: 14px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:0.5em;
}
hr.main_hr {
	border-top: 1px solid darkgrey;
	width: 75%;
}

.blogContainer{
	text-align: center;
}
.blogBox{
	display: inline-block;
	max-width:700px;
	text-align: left;
}
.blogPagesBar {
	display: inline-block;
	font-size:13px;
}
hr.blog_hr{
	text-align:left;
	margin-left: 0px;
	margin-bottom:20px;
	margin-top:20px;
}


/* Image boxes */

.indexImageBox {
	display: inline-block;
	max-width: 200px;
	margin: 5px;
}
.indexImageBox a:hover {
	opacity: 0.75;
}
.indexImageBox a:active {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px;
}
.imageBox {  /* basic image box for any size */
	position: relative;
	display: inline-block;
	margin: 5px;
}

.overBox{ /* to place text/image on top of an image */
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0%;
	text-align: center;
	opacity: 0.4;
}
.logoBoxContainer{
	max-width: 850px;
}
.logoBox{
	display: inline-block;
	max-width: 120px;
	margin: 2px;
}

/* this makes embedded YT videos responsive in correct proportion; blog entries will need videoWrapper div */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
	width: 100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*MOBILE*/
@media (max-width: 640px){
	
.indexImageBox {
	display: inline-block;
	max-width: 120px;
	margin: 3px;
}

	
} /* end Mobile */
