html {
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,0,1) 100%);
    background-image: url(../img/resources/yello030.jpg);
}

#borderImageRepetition {
	background-image: url(../img/resources/mainbody_bg_red.png);
	margin: 0 auto;
    text-align: center;
	width: 842px;
	height: inherit;
	z-index: -100;
}

.nav-title {
    font-size: .9em;
    color: white;
    background-color: #006EAA;
    padding: 1px;
    margin: 0 -.7em;
}

.nav-bar {
    font-size: .9em;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline;
    padding: 30px;
}
  
.article {
    font-size: .75em;
}

.inside {
    padding: 0 2em 0;
}

.livemusic,
.catering {
    /* border-top: 1px solid black; */
}

.title,
.bellydancer {
    font-weight: 700;
    font-size: 2em;
}

.sub-title {
    font-size: 1.125em;
    font-weight: 700;
    margin: 0 0 -20px 0;
}

.restaurant.title {
    padding-top: 10px;
    margin-bottom: 0px;
}

.restaurant-block p:first-child {
    margin: 0;
}

.description {
    font-size: 1em;
    padding: 0 20px;
}

.emphasis {
    font-size: 1.125em;
    font-weight: 700;
}

.collapse {
    line-height: .325em;
}

.copyright {
    font-size: .75em;
    padding: 1em 0 2em 0;
}

.dancers {
    align-items: center;
    line-height: 0;
    font-size: .85em;
    width: auto;
}

.bluebox {
    background-color: #006eaa;
    color: white;
    padding: .5em;
    margin: 1em;
    font-weight: bold;
}

.border {
    border: solid;
    border-color: black;
    padding: 5px;
    border-width: 1px;
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 255, .2);
    font-size: .85em;
}

.border-less {
    padding: 5px;
    font-size: .85em;
}

.hotelling {
    font-family: hotel-open, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.hotellingII {
    font-family: hotel-solid, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.45em;
    text-align: left;
    padding: 0;
    margin: 0;
    /* margin-left: .5em; */
}

svg.hero {
    background: linear-gradient(
        90deg, 
        rgba(255,255,255,1) 0%,
        rgba(0,110,170,0.10) 50%, 
        rgba(255,255,255,1) 100%);
    margin: 0 25px;
}

.zero {
    display: none;
}

.menuimage {
    background: url("../img/resources/20240219_MenuFrontCoverGradiant.png") no-repeat;
    background-size: 99%;
    background-position: top;
}

.menuimageII {
    background: url("../img/resources/20240219_MenuFrontCoverGradiantShort.png") no-repeat;
    background-size: 99%;
    background-position: top;
}

.tightkern {
    line-height: 90%;
}

.pushdownI {
    padding-top: 5.5em;
}

.pushdownII {
    padding-top: 9em;
}

#greekStar{fill: #fbf007;}
#takis_mg{fill: #006EAA;}
#madgreek{fill: #006EAA;}
#amc{fill: #DA2128;}
#takis{fill: #006EAA;}

/** FONT RESOURCES **/
/*
Source Sans Pro Regular
font-family: source-sans-pro, sans-serif;
font-weight: 400;
font-style: normal;

Source Sans Pro Bold
font-family: source-sans-pro, sans-serif;
font-weight: 700;
font-style: normal;

Source Sans Pro Bold Italic
font-family: source-sans-pro, sans-serif;
font-weight: 700;
font-style: italic;

Source Sans Pro Italic
font-family: source-sans-pro, sans-serif;
font-weight: 400;
font-style: italic;
*/