@charset "UTF-8";

@font-face {
  font-family: 'Engravers';
  src: url('fonts/EngraversGothicBT.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/EngraversGothicBT.woff') format('woff'), /* Modern Browsers */
	   url('fonts/EngraversGothicBT.eot'), /* IE9 Compat Modes */
       url('fonts/EngraversGothicBT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/EngraversGothicBT.otf') format('opentype'), /* Open Type Font */
       url('fonts/EngraversGothicBT.svg') format('svg'), /* Legacy iOS */
       url('fonts/EngraversGothicBT.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance by showing fallback text first */
}

@font-face {
    font-family: 'Bolton';
    src: url('fonts/Bolton.woff2') format('woff2'),
	     url('fonts/Bolton.woff') format('woff'), /* Modern Browsers */
         url('fonts/Bolton.eot'), /* IE9 Compat Modes */
         url('fonts/Bolton.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Bolton.otf') format('opentype'), /* Open Type Font */
         url('fonts/Bolton.svg') format('svg'), /* Legacy iOS */
         url('fonts/Bolton.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
	font-display: swap; /* Improves performance by showing fallback text first */
}

@font-face {
  font-family: 'Seravek-Light';
  src: url('fonts/Seravek-Light.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/Seravek-Light.woff') format('woff'), /* Modern Browsers */
	   url('fonts/Seravek-Light.eot'), /* IE9 Compat Modes */
       url('fonts/Seravek-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Seravek-Light.otf') format('opentype'), /* Open Type Font */
       url('fonts/Seravek-Light.svg') format('svg'), /* Legacy iOS */
       url('fonts/Seravek-Light.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves performance by showing fallback text first */
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Engravers', sans-serif;
	letter-spacing: .03em;
	word-spacing: -0.17em;
	color: #9F897E;
	padding-left: 0px;
	margin-bottom: -9px;
	text-transform: lowercase;
	margin-top: 0px;
	line-height: .7em;
}

h1{
    font-size: 45px;
}

h2 {
	font-size: 26px;
	font-weight: lighter;
	color: #5A5250;
	clear: both;
}

body {
    font-family: "Seravek-Light";
    letter-spacing: 1px;
    color: #695D5A;
    position: relative;
}
#main {
	position: relative;
	padding-top: 0px;
}

#main p{
	margin-left: 0px;
	margin-right: 24px;
	font-size: 18px;
	line-height: 1.4em;
}

.w3-transparent #main #home {
	background-image: url(../images/loretta_lynn_portrait_art.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	background-position: 0px -150px;
	/* [disabled]min-height: 900px; */
	/* [disabled]height: 100%; */
}

.w3-transparent #main .w3-transparent.w3-hide-large.w3-hide-medium {
    background-repeat: no-repeat;
    background-size: cover;
    /* [disabled]height: 750px; */
    position: relative;
    top: 0px;
    padding-left: 12px;
    padding-right: 12px;
    background-position: 0px 0px;
}

body {
    background-image: url(../images/paper_texture.jpg);
    background-repeat: repeat;
    background-position: 0% 0%;
}

hr {
    max-width: 95%;
    border-width: 1px;
    border-color: #c0aea4;
    margin-top: 4px;
    margin-bottom: 4px;
}

nav {
    margin-top: 6px;
}

nav a {
    text-decoration: none
}

nav p {
    font-size: 18px;
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: -1px;
    margin-right: -1px;
    line-height: 13px;
}
.w3-sidebar img {
    margin-bottom: -9px;
}
#myNavbar .w3-bar.w3-black.w3-opacity.w3-hover-opacity-off.w3-center.w3-small .w3-bar-item.w3-button {
    font-family: 'Engravers';
    letter-spacing: 1px;
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    z-index: 1000;
}
.w3-sidebar p {
	font-family: 'Engravers';
	font-size: 19px;
	text-transform: lowercase;
	letter-spacing: 2px;
	line-height: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-top: -10px;
	margin-bottom: -10px;
	width: 100%;
	position: relative;
	left: 0%;
	text-decoration: none;
}

.w3-sidebar {
	padding-left: 0px;
	padding-right: 0px;
	border-right: 0px solid #d3c7c0;
	text-decoration: none;
}

.row{
    clear: both;
}

.row > .column {
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
}

.row:after {
	content: "";
	display: table;
	width: auto;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 32%;
}

.column img {
	border-radius: 1vw;
	border: 0.15vw solid #DBC8B7;
	/* [disabled]margin-right: 12px; */
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 5px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #625E59;
	opacity: 1;
}

/* Modal Content */
.modal-content {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 95%;
	max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 0px;
  right: 3px;
  font-size: 25px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
	width: auto;
	text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 0px;
	margin-top: -50px;
	color: #EBE7E3;
	font-weight: normal;
	font-size: 25px;
	transition: 1s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 10px;
  padding: 0px 0px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: #625E59;
	color: #AEA79A;
	font-family: 'Engravers', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

#main .caption-container p{
	font-size: 14px;
	line-height: 1em;
	width: 100%;
	margin-bottom: 24px;
}

img.demo {
	opacity: 0.5;
	width: 100%;
	max-width: 90%;
	position: relative;
	left: 15%;
	margin-bottom: 6px;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#main ul li {
	list-style-image: url(../images/arrow.png);
	list-style-position: outside;
	position: relative;
	margin-bottom: 4px;
	font-family: 'Engravers';
	font-size: 21px;
	line-height: 1.4em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#loretta {
	position: relative;
	left: 0px;
	top: -25vw;
	z-index: 0;
	margin-bottom: -65vw;
	padding-top: 0px;
}

#loretta_small{
	position: relative;
	left: 8vw;
	z-index: 0;
	margin-bottom: -55vw;
	padding-top: 0px;
}

#graphic_design  {
	position: relative;
	left: 0px;
}
#graphic_arts_header {
	position: absolute;
	/* [disabled]z-index: 100; */
	top: 1vw;
	left: 0vw;
	color: #C5B7AE;
}
.row .column {
    position: relative;
    margin-bottom: 1vw;
}

.mobile-container {
    /* [disabled]max-width: 600px; */
    margin: auto;
    background-color: none;
    color: white;
}

.topnav {
  overflow: hidden;
  background-color: none;
  position: relative;
}
.mobile-container .topnav .icon a{
    /* [disabled]width: 50%; */
}

.topnav #myLinks {
    display: none;
    position: relative;
    float: right;
    left: -11vw;
    text-align: center;
    top: 1vw;
}

.topnav a {
    color: black;
    text-decoration: none;
    font-family: 'Engravers';
    font-size: 5.5vw;
    text-transform: lowercase;
    letter-spacing: 2px;
    line-height: 2.5vw;
    margin-bottom: 2vw;
    display: block;
}

.topnav a.icon {
  background: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
    background-color: none;
    color: #B9A9A1;
}

.active {
  background-color: none;
  color: white;
}

.nav {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 3%;
	padding-bottom: 0%;
	text-align: center;
	margin-top: 0px;
	letter-spacing: normal;
}
.nav img {
    position: relative;
}

.nav ul {
    margin-bottom: 0vw;
    margin-top: 3vw;
    border-top: 1.2vw solid #d3c7c0;
    border-bottom: 1.2vw solid #d3c7c0;
    padding-left: 0vw;
    padding-right: 0vw;
}
.nav ul li {
	list-style-type: none;
	display: inline;
	font-family: 'Engravers';
	font-size: 5.2vw;
	margin-left: 0.25vw;
	margin-right: 0.25vw;
	padding-left: .75vw;
	padding-right: .75vw;
	margin-top: 0vw;
}
.nav ul li a {
    text-decoration: none;
    position: relative;
}
.footer_large {
	position: relative;
	clear: left;
	top: 24px;
	font-size: 1.1vw;
	margin-left: 200px;
	margin-bottom: 18px;
	bottom: 24px;
	letter-spacing: 0.1em;
}

.footer_large p {
	text-align: center;
	width: auto;
	padding-right: 24px;
    padding-left: 0px;
}

.footer {
	margin-top: 18px;
	line-height: 20px;
	position: relative;
	margin-bottom: 18px;
	/* [disabled]margin-left: 24px; */
	text-align: center;
	/* [disabled]margin-right: 24px; */
	width: 100%;
	clear: both;
	top: 18px;
	letter-spacing: 0.1em;
}

.main_image_small {
	margin-left: -24px;
}

.graphic_design_lightbox {
	width: 100%;
	position: relative;
	margin-top: 24px;
}
#graphics {
}
#illustration {
}

.flt-right {
	position: relative;
	float: right;
}
