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;
  /* font-family: 'Open Sans', sans-serif; */
  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-attachment:fixed ; */
}
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;
}
.ar {
  padding: 25px;
  margin: 2% 5%;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  color: white !important;
  background-color: #3b92c8;
  display: block;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.ar:hover {
  /* transform: translateY(-0.2em);
  transition: all 0.1s ease-in;
text-align: left;
border-left: 10px solid  rgb(47, 47, 52);
box-shadow: 0px 3px 5px 0px rgb(69, 70, 72);
font-size: 20px;
/* text-decoration: none;
color: black; */
  text-decoration: none;
  background-color: #23b4c4;
  box-shadow: 0px 15px 20px rgba(46, 195, 229, 0.4);
  color: #fff;
  font-weight: 600;
  /* border-left: 10px solid white; */
  transform: translateY(-7px);
  transition: transform 0.3s ease 0s, boxshadow 0.3s ease 0s;
  /* box-shadow: 22px 14px 51px 0px rgba(0,0,0,0.75); */
}
/* .ar{
text-decoration: none;
text-align: center;
display: block;
margin: 7%;
  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;
border-left: 10px solid white;
  transform: translateY(-7px);
  transition: transform 0.3s ease 0s,boxshadow 0.3s ease 0s;
} */

.ar:active {
  transform: translateY(-1px);
}
.form {
  margin-left: 40%;
}
.input {
  margin: 10px;
  padding: 1%;
  border-radius: 7px;
  color: black;
  border: 1px solid black;
  background-color: white;
  outline: none;
  /* width: 25%; */
}
button {
  padding: 5px 15px 5px 15px;
  border-radius: 7px;
}
button:hover {
  cursor: pointer;
}
p {
  text-align: center;
}
.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);
}
#STAY1 {
  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: 400px) {
  p {
    font-size: small;
  }
  .form {
    margin-left: 22%;
  }
  .ar {
    padding: 25px;
    margin: 5% 5%;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    color: white !important;
    background-color: #3b92c8;
    display: block;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (500px <= width <= 1000px) {
  p {
    font-size: small;
  }
  .form {
    margin-left: 30vw;
    /* transform: translate(-70px); */
  }
  .ar {
    padding: 25px;
    margin: 3% 5%;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    color: white !important;
    background-color: #3b92c8;
    display: block;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (400px <= width <= 500px) {
  p {
    font-size: small;
  }
  .form {
    /* margin-left: 25vw;
    margin-right: 20px; */
    transform: translate(-60px);
  }
  .ar {
    padding: 25px;
    margin: 5% 5%;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    color: white !important;
    background-color: #3b92c8;
    display: block;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  }
}
