@font-face {
  font-family: 'Alice';
  font-style: normal;
  font-weight: 400;
  src: css/fonts/Alice-Regular.ttf format('tiff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Suravaram';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Suravaram-Regular.ttf) format('tiff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Antiqua';
  src: url(./fonts/ANTQUAI.TTF) format('tiff');
}


body {
	font-family: Sitka, Calibri, Arial, Helvettica, Sans-Serif;
	font-size: 13pt;
	padding:   0px;
	margin:    0px;
}

div {
	box-sizing: border-box;
}

td {
	vertical-align: top;
}

.grad-back {
	/*
	background: linear-gradient(to bottom,  #ffffff,#d8c9c9) no-repeat;
	transition: "background", 800;
	*/
}

.text-content {
	display: inline-block;
    font-size: 18pt;
    padding: 10px 40px 20px 40px;
    font-family: Raleway;
	line-height: 1.5;
}

#dotpropsec {
	background-color: white;
	padding: 25px 30px 10px 30px;
	border-radius: 12px;
	position: fixed;
	left: 340px;
	top: 170px;
	width: 250px;
	height: 400px;
	display: block;
	
}

#fretboardsec {
	position: absolute;
	left: 80px;
}

#responsive-patterns-menu {
	display: none;
}

table {
	border-collapse: collapse;
}
.footer-header {
	font-size:       12pt;
	font-weight:     bold;
	color:           #60147f;
}
.footer-menu-item {
	font-size:       13pt;
	text-decoration: none;
	font-weight:     400;
	color:           #848484;
}

.footer-menu-td {
	vertical-align: top;
	padding-left:   30px;
	padding-bottom: 12px;
	transition:     padding-left .5s;
}

.footer-menu-td:hover {
	padding-left: 40px;
}


section.page-title {
	font-weight:   600;
	font-style:    italic;
	font-size:     20pt;
	color:         #091222;
	border-bottom: solid 1pt #6d7c98;
	margin-bottom: 20px;
	
}

input, textarea {
	outline: none;
	font-size: 11pt;
}

p {
	margin-block-start: .5em;
	margin-block-end:   .5em;
	margin-top:    .5em;
	margin-bottom: .5em;
}

a.nav-bar-link {
	text-decoration: none;
	font-size: 14pt;
	color:     #080f0b;
}

a.nav-bar-link:hover {
	color: #660;
}

a.contact-link {
	text-decoration: none;
	font-style: italic;
	font-size: 14pt;
	color:     #091222;
}

a.contact-link:hover {
	color: #6d7c98;
}

#page-content,
#div-area {
	padding:   0 0 10px 20px;
	font-size: 14pt;
}

.link-white {
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.link-white:hover {
	color: #fcffaf;
}

.header-bg-image {
	position: fixed;
	top:        0px;
	left:       0px;
	height:   130px;
}
.header-sub-image {
	position: fixed;
	top:      130px;
	left:       0px;
	height:   130px;
}

.image-overlay {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #00000040;
}

img.main-logo-home {
	width:    300px;
	position: relative;
	left:      10px;
	top:       6px;
}

img.main-logo-running-head {
	width:    140px;
	position: relative;
	left:      24px;
	top:       12px;
}

.disabled {
	opacity: 10%;
}

#header-text {
    font-family: Calibri, Arial, Helvetica;
    letter-spacing: 3px;
    font-size: 38px;
    color: white;
	transition: letter-spacing .5s;
}
	
.glow {
	-webkit-box-shadow: 0px 0px 13px 7px #ffffff; 
	box-shadow:         0px 0px 13px 7px #ffffff;
}

#header-subtitle {
	font-family: Montserrat;
	font-size:   14px;
	color:       white;
	position:    relative;
    top:         -12px;
}

#running-header {
	position: fixed;
	top:    0px;
	left:   0px;
	right:  0px;
	height: 90px;
	/* background-image: url(../images/backgrounds/paneling-1.png); */
	background-color: #60147f;
	background-position: 0px -25px;
	border-bottom: solid 2px #615139;
	/*
	background-image: url(../images/masthead-background-100.jpg);
	border-bottom: #bbbeb3 solid 2px;
	*/
}

#running-header-text {
	font-family: Calibri;
	font-weight: 400;
	color:       white;
	font-size:   30pt;
}

#sub-header-text {
	font-family: Calibri;
	font-style:  italic;
	font-weight: 250;
	color:       white;
	font-size:   14pt;
}

#header-logo {
	position: fixed;
	top:   12px;
	left:  20px;
	width: 105px;
}

#overlay-sec {
	position: fixed;
	top:    0;
	left:   0;
	right:  0;
	bottom: 0;
	background-color: #959d9399;
	backdrop-filter: blur(1px);
}

#dialogsec {
	position: fixed;
	top: -20px;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	background-color: white;
	-webkit-box-shadow: 3px 3px 11px 6px rgba(0,0,0,0.29); 
	box-shadow:         3px 3px 11px 6px rgba(0,0,0,0.29);
}

.dialog-error {
	font-size: 16px;
	color: red; 
	text-align: center;
}

#contextsec {
	position:   fixed;
	text-align: center;
	right: 10px;
	top:   20px;
	border-radius:    5px;
	background-color: white;
}

#button-sec {
	vertical-align: top;
	text-align:     right;
	position:       fixed;
	
	right:  15px;
	top:   130px;
}

#stats-sec {
	position:    fixed;
	text-align:  right;
	right:       8px;
	top:         3px;
	width:       100%;
	font-family: consolas;
	font-size:   9pt;
	color:       white;
}

#notify-sec {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 30px;
    background-colorx: rgba(9, 18, 34, .7);
	color: white;
    border-top-right-radius: 25px;
    padding: 10px 10px;
    font-size: 80%;
    line-height: 100%;
} 

.content-sec {
	padding-left: 30px;
}

.hidden {
	display:    none;
	visibility: hidden;
	-webkit-transition: opacity 1s, visibility 1s;
	        transition: opacity 1s, visibility 1s;
}

.menu-hidden {
	top: 80px !important;
	transition: top .5s;
}

.link {
	text-decoration: none;
	cursor: pointer;
	color:  #009;
}

.link:hover {
	text-decoration: none;
	cursor: pointer;
	color:  #996;
}

.white-link {
	text-decoration: none;
	cursor: pointer;
	color:  white;
}

.white-link:hover {
	color: yellow;
}

.noevents {
	pointer-events: none;
}

.item {
	font-weight: bold;
	font-size:   110%;
}

.side-bar {
	font-style: italic;
}

.inset {
	-webkit-box-shadow: inset 25px 25px 11px 11px rgba(0,0,0,0.2); 
	box-shadow:         inset 4px 4px 4px 4px rgba(0,0,0,0.3);
}

.item-head {
	font-size: 30px;
	line-height: 42px;
	color: #63717a;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.inline {
	display: inline-block !important;
}

.full {
	width: 100%;
}

.absolute {
	position: absolute !important;
}

.relative {
	position: relative !important;
}

.nobr {
	white-space: nowrap;
}

.pad-right {
	padding-right: 10%;
	padding-left:  5%;
}

.pad-left {
	padding-right: 5%;
	padding-left:  10%;
}

.center-blurb-light {
	text-align:  center;
	padding:     100px 20%;
	font-size:   18px;
    line-height: 26px;
    font-family: "Raleway",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	background-color: #f9f9f9;
}

.center-blurb-medium {
	text-align:  center;
	padding:     40px;
	font-size:   18px;
    line-height: 26px;
    font-family: "Raleway",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	background-color: #f2f2f2;
}

.overlay-button-dark {
    color: #222222;
    font-size: 12px;
	letter-spacing: 2px;
    padding: 15px 20px;
    border: 1px rgb(155 155 155) solid;
    border-radius: 3px;
    background-color: #ffffff00;
    transition: background-color .5s;
}
.overlay-button-dark:hover {
    border: 1px rgb(155 155 155) solid;
    background-color: #ffffff88;
}

ul.item-bullet {
	list-style-image: url(../images/Bullet-1.png);
	margin: 4px 0 0 0;
}

ul.item-bullet li {
	margin-top:  2px;
	margin-left: 20px;
	padding:     0px 5px 5px 8px;
}

ol.item-content {
	margin: 4px 0 0 0;
}

div.item-content,
ol.item-content li {
	margin-top:  2px;
	margin-left: 20px;
	padding:     0px 5px 5px 8px;
	
}

ol.item-content li::marker {
	font-weight: bold;
	color:       #566785;
}

div.signon-left {
	display:  inline-block;
	position: relative;
	width:    95px;
	cursor:   pointer;
	color:    white;
}

div.signon-left:hover {
	color:    yellow;
}

img.signon-right {
	position: relative;
	right:  4px;
	width: 18px;
	top:    1px;
}

