@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
.mp-1 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.mp-3 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.mp-5 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.mp-7 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body,
html {
    margin: 0;
    font-family: Arial;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
}

p {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: underline;
    color: inherit;
}

.no_ud {
    text-decoration: none;
}

header {
    background-color: #a31f34;
    height: 100vh;
}

hr {
    visibility: hidden;
    padding: 15px;
}

#bg,
#bg img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

#bg {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #a31f34;
}

#menu {
    align-items: flex-start;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 80px;
    position: relative;
}

.section {
    margin: auto;
    text-align: center;
    /*height: 1080px;*/
    padding-top: 50px;
    padding-bottom: 25px;
    /*transition: margin-right .5s;*/
}

.interest {
    text-align: center;
    width: 80%;
    height: 20%;
    margin: auto;
    background-color: #000;
}

.interest>h1 {
    padding: 7.5% 0;
    color: #fff;
}

.flex-box {
    display: flex;
    justify-content: center;
}

#photo {
    background-size: cover;
    background-image: url(./img/cover.JPG);
}

footer {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #eee;
    padding: 20px 10px;
    text-align: center;
}


/* profile */

.asd {
    margin: auto;
    padding: 15px;
    /*border: 5px solid red;*/
    width: 400px;
    display: inline-block;
}

.table-title {
    font-size: 1.5em;
    font-weight: 500;
}

.table-list {
    text-align: left;
    border-collapse: collapse;
    font-family: "M PLUS 1p", sans-serif;
}

th {
    padding: 15px;
    font-weight: 500;
}

td {
    padding: 15px;
    font-weight: 300;
}


/* photography */

.photo_box {
    padding: 15px;
    display: inline-block;
    background-color: #eee;
}

.photo_box>img {
    width: 250px;
}


/* menu */

.menu-box {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    text-decoration: none;
    display: block;
    background-color: #eee;
    text-align: center;
    overflow: hidden;
    padding: 20px 10px;
    float: none;
    width: 100%;
    height: 75px;
}

.menu-l {
    float: left;
}

.menu-r {
    float: right;
}

.menu-r>a {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    padding: 20px;
    font-size: 18px;
    display: inline-block;
}

#limiter {
    overflow: hidden;
    margin: auto;
    width: 80%;
}


/* social media links */

#insta_text {
    padding: 5px;
    color: #ffffff;
    background: rgb(131, 58, 180);
    background: -moz-linear-gradient(120deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 208, 69, 1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 208, 69, 1) 100%);
    background: linear-gradient(120deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 208, 69, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#833ab4", endColorstr="#fcd045", GradientType=1);
}


/* informal */

#btn {
    padding: 25px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(255, 199, 0, 1) 10%, rgba(255, 199, 0, 1) 20%, rgba(0, 0, 0, 1) 20%, rgba(51, 40, 0, 1) 30%, rgba(255, 199, 0, 1) 30%, rgba(255, 199, 0, 1) 40%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 50%, rgba(255, 199, 0, 1) 50%, rgba(255, 199, 0, 1) 60%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 70%, rgba(255, 199, 0, 1) 70%, rgba(255, 199, 0, 1) 80%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 90%, rgba(255, 199, 0, 1) 90%, rgba(255, 199, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(255, 199, 0, 1) 10%, rgba(255, 199, 0, 1) 20%, rgba(0, 0, 0, 1) 20%, rgba(51, 40, 0, 1) 30%, rgba(255, 199, 0, 1) 30%, rgba(255, 199, 0, 1) 40%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 50%, rgba(255, 199, 0, 1) 50%, rgba(255, 199, 0, 1) 60%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 70%, rgba(255, 199, 0, 1) 70%, rgba(255, 199, 0, 1) 80%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 90%, rgba(255, 199, 0, 1) 90%, rgba(255, 199, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(255, 199, 0, 1) 10%, rgba(255, 199, 0, 1) 20%, rgba(0, 0, 0, 1) 20%, rgba(51, 40, 0, 1) 30%, rgba(255, 199, 0, 1) 30%, rgba(255, 199, 0, 1) 40%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 50%, rgba(255, 199, 0, 1) 50%, rgba(255, 199, 0, 1) 60%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 70%, rgba(255, 199, 0, 1) 70%, rgba(255, 199, 0, 1) 80%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 90%, rgba(255, 199, 0, 1) 90%, rgba(255, 199, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffc700", GradientType=1);
}


/* top btn */

#topBtn {
    display: none;
    position: fixed;
    cursor: pointer;
    background-color: #666;
    border: 0px;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px 10px 0px 0px;
    bottom: 0;
    right: 10px;
    z-index: 99;
    --offset: 100px;
    margin-top: calc(100vh + var(--offset));
}