/* main CSS file */

body, html {
	margin:0;
	padding:0;
	background-color:black;
	color:white;
	cursor: default;
	width:100%;
	height:100%;
	overflow:hidden;
}

@font-face {
  font-family: welcome;
  src: url(avnormal.otf);
  font-weight: normal;
} 

@font-face {
  font-family: oic;
  src: url(avnormal.otf);
  font-weight: normal;
} 

@font-face {
  font-family: oicbold;
  src: url(avblack.otf);
  font-weight: bold;
} 


@font-face {
  font-family: libri;
  src: url(avenirbook.otf);
  font-weight: normal;
} 

@font-face {
  font-family: librilight;
  src: url(avenirlight.otf);
  font-weight: normal;
} 

.menu_list_shell {

	width:100%;
	postion:absolute;
	top:44px;
	left:0px;
	height:288px;
	border-bottom:#666 1px solid;
	right:0px;
	overflow:hidden;
	background-color:#000;
	cursor:default; 
	z-index:100;
}

.menu_list {
	margin-left:auto;
	margin-right:auto;
	font-family:oicbold;
	width:80%;
	height:43px;
	background-color:#000;
	text-align:center;
	font-size:12pt;
	padding-top:15px;
	font-weight:normal;
	cursor:pointer;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
	display:block;
}

.menu_button {
	display:inline-block;
	float:left;
	width:25%;
	height:calc(100% - 15px);
	background-color:#000;
	text-align:center;
	font-size:11pt;
	padding-top:15px;
	font-weight:bold;
	cursor:pointer;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.title_container {
	width: calc(100% - 88px);
    height: 43px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    background-color: #000;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    color: #FFF;
}

.hamburger {
	width:32px;
	height:15px;
	border-top:#DDD 5px solid;
	border-bottom:#DDD 5px solid;
	display:inline-block;
	float:left;
	margin-top:9px;
	margin-left:5px;
}


.hamburger_box {
	width:100%;
	height:5px;
	background-color:#DDD;
	margin-top:5px;
}

.hamburger_inner {

}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#liber_content_back {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

#liber_content_back:hover {
	color: #666;
}

.menu_button:hover {
	color: #666;
}

a {
	color:#FFF;
}

#content_home {
	background-image:url(../img/main_bg.jpg);
}

.content_about_info {
	width:calc(100% - 32px);
	padding: 16px;
	color:#fff;
	font-family:oic;
	font-size: 14px;
}

.nav-icon {
  margin: 1em;
  width: 40px;
}

.content_shell {
	width:100%;
	height:100%;
	overflow-x:hidden;
	background-size:cover;
	background-position:center;
	bacground-repeat:no-repeat;
	
}
 
.artist_content {
	width:100%; 
	height:328px;
	margin-top:8px;
	border-bottom:#666 1px solid;
	border-top:#666 1px solid;
	background-color:#222;
}

.title_text_above {
	width: 100%;
    height: 16px;
    font-size: 13pt;
    text-align: center;
    color: #FFF;
    font-family: oic;
    cursor: default;
}

.title_text_below {
	width: 100%;
    height: 24px;
    font-size: 10pt;
    text-align: center;
    color: #FFF;
    font-family: oicbold;
    cursor: default;
}

.artist_content_title {
	width: 100%;
	height: 25px;
	border-bottom: #666 1px solid;
	background-color: #111;
	text-align: center;
	font-family: oicbold;
	color: #fff;
	padding-top: 8px;
}

.artist_content_image {
	width:100%;
	height:255px;
	background-color:#000;
	text-align:center;
	font-family:oic;
	color:#fff;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

#artist_content_image_nikkigrace {
	background-image:url(../img/boundaries.jpg);
}



.artist_content_buttons {
	width:100%;
	height:31px;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
	background-color:#111;
	text-align:center;
	font-family:oic;
	color:#fff;
	padding-top:8px;
}

.artist_content_button_spotify {
	width:25%;
	height:24px;
	background-image:url(../img/icn_spotify_white.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	cursor:pointer;
}

.artist_content_button_applemusic {
	width:25%;
	height:24px;
	background-image:url(../img/icn_applemusic_white.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	cursor:pointer;
}


.artist_content_button_soundcloud {
	width:25%;
	height:24px;
	background-image:url(../img/icn_soundcloud_white.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	cursor:pointer;
}


.artist_content_button_youtube {
	width:25%;
	height:24px;
	background-image:url(../img/icn_youtube_white.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	cursor:pointer;
}

.title_text {
	width:100%;
	height:32px;
	margin-top:16px;
	padding-bottom:0px;
	font-family: oicbold;
	text-align:center;
	color:#fff; 
	font-size:18px;
	cursor:default;
}

.main_padding {
	width: 100%;
	height: calc(50% - 88px);
	
}

#intro1, #intro2, #intro3 {
	display: inline-block;
	float:left;
	width:33%;
	cursor: default;
}

.oic_title_text {
	width: 100%;
    height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: oicbold;
    text-align: center;
    color: #fff;
    font-size: 17pt;
    cursor: default;
    word-wrap: normal;
}


.subtitle_text {
	width:100%;
	height:32px;
	padding-top:8px;
	padding-bottom:8px;
	font-family: oic;
	text-align:center;
	color:#bbb; 
	font-size:16px;
}


.subtitle_text_main {
	width: 100%;
    height: 32px;
    padding-top: 32px;
    padding-bottom: 8px;
    font-family: oicbold;
    text-align: center;
    color: #bbb;
    font-size: 16pt;
}

.libri_title_text {
	width:100%;
	height:32px;
	padding-top:20px;
	padding-bottom:8px;
	font-family: oic;
	text-align:center;
	color:#fff; 
	font-size:16px;
}

#liber_content_back {
	width:100%;
	height:16px;
	padding-top:16px;
	padding-bottom:4px;
	text-align:center;
	font-family: oic;
}

.quote_text {
	width:100%;
	padding-top:8px;
	padding-bottom:2px;
	font-family: oic;
	text-align:center;
	color:#AAA;
	font-size:16px;
}

#subpage_tabs {
	width:100%;
	background-color:#222;
	height:64px;
	border-top:#666 1px solid;
}


.liber_content {
	color:#fff;
	width:93%;
	font-family:Verdana;
	font-weight:lighter;
	overflow-x:hidden;
	overflow-y:hidden;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}

.subpage_tab_4 {
	width:25%;
	height:100%;
	display:inline-block;
	float:left;
	cursor:pointer;
	opacity:0.5;
}


.subpage_tab_title {
	width:100%;
	height:40%;
	text-align:center;
	color:#fff;
	font-size:16px;
	background-color:#444;
	padding-top:4px;
	font-family: oic;
}

#tab_liber_lii, #tab_liber_liii, #tab_liber_liv {
	opacity: 0.1;
}


.subpage_tab_about {
	width: 100%;
	height: 40%;
	text-align: center;
	color: #AAA;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: oic;
}



.quote_attribution {
	width:100%;
	height:32px;
	padding-top:2px;
	padding-bottom:8px;
	font-family: oic;
	text-align:center;
	color:#888; 
	font-size:12px;
}

.horizontal_line {
	width:100%;
	height:1px;
	background-color:#666;
	margin-top:4px;
	margin-bottom:4px;
}

.icon_left {
	width:43px;
	height:43px;
	display:inline-block;
	float:left;
	background-image:url(oic_logo.jpg);
	background-size:80%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:black;
	borerder-right:#666 1px solid;
}

.icon_right {
	width:43px;
	height:43px;
	display:inline-block;
	float:right;
	transform: rotate(0deg);
	transition: transform 0.2s linear;
}

.icon_right.on {
	width:43px;
	height:43px;
	display:inline-block;
	float:right;
	transform: rotate(90deg);
	transition: transform 0.2s linear;
}

.icon_ri {
	width:43px;
	height:43px;
	display:inline-block;
	float:right;
	background-image:url(eye_icon.png);
	background-size:50%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:black;
	borerder-left:#666 1px solid;
}

.button_container {
	width:calc(100% - 88px);
	height:43px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	display:inline-block;
	float:left;
}

#toolbar {
	postion:absolute;
	top:0px;
	left:0px;
	height:43px;
	border-bottom:#666 1px solid;
	right:0px;
	overflow:hidden;
	background-color:#000;
	font-family:welcome;
	cursor:default; 
}

.content {
	position:absolute;
	top:44px;
	bottom:0px;
	left:0px;
	color:#222;
	right:0px;
	overflow-y:hidden;
	overflow-x:hidden;
}

.footer {
	position:absolute;
	bottom:0px;
	height:43px;
	border-top:#666 1px solid;
	right:0px; 
	overflow:hidden;
	background-color:red;
}



