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;
  font-family: "Inconsolata", monospace;
  color: black;
}
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;
}
.head {
  font-size: 5vw;
  font-weight: bolder;
  text-align: center;
  margin: 2% 0%;
  padding-top: 1vw;
  text-decoration: underline;
}
.topstuff {
  width: 100%;
  height: 100px;
}
/* body {
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
  Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
} */
.nav-link {
  /* padding: 0.25rem 0; */
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 1rem;
  margin: 1%;

  /* border-bottom: 0.25rem solid transparent; */
}
.nav-link:hover {
  color: white;
  padding-top: 0.25rem;
  border-bottom: 0.25rem solid transparent;
  border-bottom-color: rgba(71, 72, 76, 0.5);
}

/* #navar{
color:black !important;
} */

#navbar {
  /* background-color: beige !important; */
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
/* .container {
  height: 100vh;
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
} */

.header {
  margin: 0% 0% 1% 7%;
  font-size: 10vw;
}

#para {
  margin: 0% 0% 0% 7%;
  font-size: 2vw;
  line-height: 2;
}
@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
/* animation class and keyframes */
.overflow-hidden {
  overflow: hidden;
}

.drop-in {
  animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
}
.total {
  width: 100%;
  height: 100%;
  padding-bottom: 15%;
  background-image: url("https://images.unsplash.com/photo-1518655048521-f130df041f66?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: 200vh;
  height: 40vw;
  background-repeat: no-repeat;
  transform: translateY(-28px);
}
.title {
  font-size: 3vw;
}
.aboutme {
  margin: 3% 15% 0% 10%;
  line-height: 2;
  font-size: 2vw;
  text-align: left;
}
.mentions {
  margin-left: 10%;
  margin-bottom: 7%;
}
@media (max-width: 430px) {
  .total {
    background-image: none;
    height: 500px;
    /* height: 60vh;
    background-size: contain; */
  }
  .head {
    font-size: 10vw;
    padding-top: 10%;
  }
  .header {
    margin-top: 2%;
    font-size: 15vw;
  }
  #para {
    font-size: 6vw;
    margin: 0% 7%;
  }
  .title {
    font-size: 10vw;
    margin-left: -5%;
  }
  .aboutme {
    font-size: 5vw;
    margin-right: 9%;
  }
  .mentions {
    margin-right: 5%;
  }
}
@media (430px <= width <=500px) {
  .total {
    background-image: none;
    width: 100%;
    height: 500px;
    /* height: 60vh;
    background-size: contain; */
  }
  .head {
    font-size: 10vw;
    padding-top: 10%;
  }
  .header {
    margin-top: 2%;
    font-size: 10vw;
  }
  #para {
    font-size: 5vw;
    margin: 0% 7%;
  }
  .title {
    font-size: 10vw;
    margin-left: -5%;
  }
  .aboutme {
    font-size: 5vw;
    margin-right: 9%;
  }
  .mentions {
    margin-right: 5%;
  }
}
@media (500px <= width <= 780px) {
  .total {
    background-image: none;
    height: 500px;
    /* height: 60vh;
    background-size: contain; */
  }
  .head {
    font-size: 5vw;
    padding-top: 5%;
  }
  .header {
    margin-top: 2%;
    font-size: 8vw;
  }
  #para {
    font-size: 4vw;
    margin: 0% 7%;
  }
  .title {
    font-size: 5vw;
    margin-left: -5%;
  }
  .aboutme {
    font-size: 4vw;
    margin-right: 9%;
  }
  .mentions {
    margin-right: 5%;
  }
}
@media (780px <= width <= 1000px) {
  .total {
    background-image: none;
    height: 450px;
    /* height: 60vh;
    background-size: contain; */
  }
  .head {
    font-size: 5vw;
    padding-top: 3%;
  }
  .header {
    margin-top: 3%;
    font-size: 7vw;
  }
  #para {
    font-size: 3vw;
    margin: 0% 7%;
  }
  .title {
    font-size: 5vw;
    margin-left: -5%;
  }
  .aboutme {
    font-size: 3vw;
    margin-right: 9%;
  }
  .mentions {
    margin-right: 5%;
  }
}