
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}








@font-face {
    font-family: "Concetta Kalvani Signature";
    src: url("./concetta-kalvani-signature/Concetta\ Kalvani\ Signature.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "imperator";
    src: url("./imperator/ImperatorBronze.ttf") format(truetype);
    font-style: normal;
}

html, body {
    font-family: "Concetta Kalvani Signature", serif;
    width: 100%;
    height: 100%; 
}

.normal-font {
    font-family: "imperator", serif;
}

#bg-wrap {
    background-image: linear-gradient(90deg, black 0%, black 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%),url("./img/aquarium.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 6%;
    /* ↑　no-repeatにするとblend-modeが作動しない */
    display: flex;
    background-blend-mode: saturation;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

h1 {
    color:rgb(2, 2, 207);
    font-size: 350%;
}
li {
    padding: 5% 0;
}
.nav-pills a {
    text-align: center;
}
.nav-pills .nav-link.active {
    background-color: rgba(0, 0, 0, 0.562);
}
.smclass {
    margin: 0 10%;
}


/* headerの話 */
header {
    padding: .5rem 0;
}
header span {
    color: rgb(2, 2, 207);
}
header.py-3 {
    margin-top: 0rem;
    margin-bottom: 0rem !important;
}
header .mb-3 {
    margin: 1rem 0;
}
/* ↑ 画面大きいときは上だけ発動しちゃうけどね */

.features h3.text-body-emphasis {
    color: white !important;
}
.features p {
    color: rgb(171, 173, 179);
    padding: 2rem 0 3rem 0;
}

footer.py-3 {
    padding-top: 0 !important;
}
footer p {
    font-family: "Concetta Kalvani Signature", serif;
}