@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'oicnormal'; /*a name to be used later*/
    src: url('CormorantGaramond-Light.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'oicbold'; /*a name to be used later*/
    src: url('CormorantGaramond-Bold.otf'); /*URL to font*/
}

@media only screen and (min-device-width: 480px){}

html, body {
	margin: 0;
	padding: 0px;
	background-color: #FFF;
	color: #000;
	font-family: 'oicnormal';
	width:100%;
	height:100%;
}

#oic_logo {
	background-image: url("oic_logo_2024.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width:50%;
	height:50%;
	margin-left:auto;
	margin-right:auto;
	padding-top:64px;
	padding-bottom:64px;
}


#header_logo {
	background-image: url("oic_logo_2024.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	width:48px;
	height:48px;
	margin:8px;
	float:left;
	
}

#header_menu {
	/*background-image: url("menu_icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;*/
	width:48px;
	height:48px;
	margin:8px;
	float:right;
}

#header_contents {
	width:calc(100% - 128px);
	display: inline-block;
}

#header {
	width:100%;
	height:64px;
	border-bottom: 1px solid #333;
	text-align: center;
	cursor: default;
	user-select: none; /* supported by Chrome and Opera */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */	
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #333;
	color: #000;
	text-align: center;
	font-family: 'oicbold';	
	display:inline-block;
	height: 32px;
	cursor: default;
  }

#title {
	font-size:28px;
	font-weight: bold;
	cursor:default;
	padding-top:4px;
	font-family: 'oicnormal';	
}

.footermenu {
	margin:6px;
	cursor: pointer;
	display: inline-block;
}

#contents {
	width:100%;
	height:calc(100% - 64px);
	background-image: url("oic_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#links {
	display:inline-block;
	width:100%;
	font-size:28px;
	font-family: 'oicbold';
}

#link_mp3 {
	float:left;
	cursor:pointer;
	padding-left:48px;
}

#link_wav {
	float:right;
	cursor:pointer;
	padding-right:48px;	
}

#format_title {
	width:100%;
	height:32px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}
