body {
    background-image: url('IMG_5942.JPG');
    background-color: silver;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

h1.header {
    text-align: center;
    font-size: 60px;
    font-family: 'Luminari', fantasy;
    background: linear-gradient(to left,
            rgba(128,128,128,0),
            rgba(128,128,128,0.4),
            silver,
            ghostwhite,
            silver,
            silver,
            silver,
            ghostwhite,
            silver,
            rgba(128,128,128,0.4),
            rgba(128,128,128,0));
}
.subtitty {
    font-size: 30px;
    font-family: 'Luminari', fantasy;
}

div.nav {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
    margin: 0;
    margin-top: -90px;
    padding: 0;
    text-align: center;
}
.innav {
    position: absolute;
    display: inline-block;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 14px;
    width: 300px;
    transform: scaleX(-1);
    z-index: 1;
}
div.saber {
    position: absolute;
    display: inline-block;
    text-align: left;
    width: 75%;
    height: 40px;
    background: linear-gradient(to bottom,
    rgba(248,248,225,0),
    rgba(15, 225, 0, 0.8),
    rgba(248,248,225,0.8),
    ghostwhite,
    ghostwhite,
    rgba(248,248,225,0.8),
    rgba(15, 225, 0, 0.8),
    rgba(248,248,225,0));
    margin: 0;
    margin-top: 32px;
    left: 275px;
    margin-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
}
a.nav {
    font-size: 30px;
    font-family: 'Luminari', fantasy;
    color: black;
    position: relative;
    display: inline-block;
    margin-top: 32px;
    margin-left: 40px;
    margin-right: 40px;
    left: 25px;
}
a.nav:hover {
    color: blue;
}

div.navf {
    position: absolute;
    display: inline-block;
    text-align: left;
    width: 75%;
    height: 40px;
    background: linear-gradient(to bottom,
    rgba(248,248,225,0),
    rgba(225, 0, 0, 0.8),
    rgba(248,248,225,0.8),
    ghostwhite,
    ghostwhite,
    rgba(248,248,225,0.8),
    rgba(225, 0, 0, 0.8),
    rgba(248,248,225,0));
    margin: 0;
    margin-top: 32px;
    left: 275px;
    margin-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 20px;
}
.innavf {
    position: absolute;
    display: inline-block;
    left: 0;
    padding: 0;
    margin: 0;
    width: 320px;
    z-index: 1;
}


a.home {
    position: relative;
    display: block;
    left: 46%;
    width: 8%;
    font-size: 30px;
    font-family: 'Luminari', fantasy;
    color: black;
}
a.home:hover {
    background: none;
    color: blue;
}

p.intro {
    background: linear-gradient(to left,
            rgba(128,128,128,0),
            rgba(128,128,128,0.8),
            silver,
            ghostwhite,
            silver,
            silver,
            silver,
            ghostwhite,
            silver,
            rgba(128,128,128,0.8),
            rgba(128,128,128,0));
    /* margin-top: 45px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 80%;
    text-align: center;
    padding: 30px;
    padding-bottom: 0;
    font-size: 20px;
    font-family: 'Luminari', fantasy;
    color: black;
}
b.ourstory {
    font-size: 30px;
    font-family: 'Luminari', fantasy;
}

a.site {
    position: relative;
    color: black;
    text-align: left;
    left: 0;
}
a.site:hover {
    background: none;
    color: blue;
}

ul.mov {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding: 30px;
    font-family: 'Luminari', fantasy;
    text-align: left;
    font-size: 20px;
    color: black;
    list-style-position: inside;
    background: linear-gradient(to left,
    rgba(128,128,128,0),
    rgba(128,128,128,0.8),
    silver,
    ghostwhite,
    silver,
    silver,
    silver,
    ghostwhite,
    silver,
    rgba(128,128,128,0.8),
    rgba(128,128,128,0));
}
li.mov {
    position: relative;
    left: 31%;
    width: 40%;
    margin: 0;
    text-indent: -27px;
    margin-left: 27px;
}
li.fmov {
    position: relative;
    left: 39%;
    width: 40%;
    margin: 0;
    text-indent: -27px;
    margin-left: 27px;
}
li.wmov {
    position: relative;
    left: 36%;
    width: 30%;
    margin: 0;
    text-indent: -27px;
    margin-left: 27px;
}
div.sub {
    width: 38%;
    position: relative;
    left: 33%;
}
i.sub {
    font-size: 15px;
}


div.alph {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 65px;
    margin: auto;
    padding: 0;
}
ul.alph {
    padding: 0px;
    background: rgba(192,192,192,0.8);
    width: auto;
    text-align: center;
    list-style-position: inside;
    margin: 0;
}
a.alph {
    font-size: 10px;
    color: black;
}
li.alph {
    list-style-type: circle;
}
li.alph:hover {
    list-style-type: disc;
}