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;
  /* background-image: url("https://images.unsplash.com/photo-1516541196182-6bdb0516ed27?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTV8fHdoaXRlJTIwYmFja2dyb3VuZHxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=500&q=60");
background-size: 200vh;
    background-repeat: no-repeat; */
}
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;
}
h1 {
  font-weight: 900;
  font-size: 5vw;
  margin: 2%;
  text-align: center;
}
/* .ar{
text-align: center;
color: black;
border: 2px solid black; */
/* background-color:black; */
/* padding: 1.5%;
border: 2px solid rgb(21, 21, 22);
border-radius: 8px;
display: block;
text-decoration: none;
font-size: large;
font-weight: 500;
margin: 2%;
}
.ar:hover{
font-weight: 600;
text-align: center; */
/* border: 2px solid black; */
/* transform: translateY(-4px) translateX(-2px);
  box-shadow: 7px 8px 0 0 #89898b;
transition: transform 0.2s ease-in-out;
text-decoration: none;
color: black; */
/* text-decoration:underline blue; */
/* } */
.ar {
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 4% 4%;
  padding: 20px;
  font-size: medium;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: white !important;
  background-color: #3b92c8;
  /* border: 2px solid black; */
  border-radius: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

  cursor: pointer;
  /* outline: none; */
}

.ar:hover {
  text-decoration: none;
  font-weight: 600 !important;
  background-color: #23b4c4;
  box-shadow: 0px 15px 20px rgba(46, 195, 229, 0.4);
  color: #fff;
  transform: translateY(-7px);
  transition: transform 0.3s ease 0s, boxshadow 0.3s ease 0s;
}

.ar:active {
  transform: translateY(-1px);
}
.box {
  width: 80%;
}
.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);
}
#STAY2 {
  color: rgb(21, 136, 224) !important;
  /* border-bottom: 0.25rem solid transparent;
    border-bottom-color:rgba(52, 91, 247, 0.5); */
}
/* #navar{
color:black !important;
} */

#navbar {
  /* background-color: beige !important; */
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 500px) {
  h1 {
    font-weight: 900;
    font-size: 10vw;
    margin: 2%;
    text-align: center;
  }
  .ar {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 7% 4%;
    padding: 20px;
    font-size: medium;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: white !important;
    background-color: #3b92c8;
    /* border: 2px solid black; */
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

    cursor: pointer;
    /* outline: none; */
  }
}
@media (500px <= width <= 1000px) {
  h1 {
    font-weight: 900;
    font-size: 8vw;
    margin: 2%;
    text-align: center;
  }
  .ar {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 7% 4%;
    padding: 20px;
    font-size: medium;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: white !important;
    background-color: #3b92c8;
    /* border: 2px solid black; */
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

    cursor: pointer;
    /* outline: none; */
  }
}