@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
}

header{
  width: 100vw;
  height: 30vh;
  box-sizing: border-box;
  background-color: #ffe984;
  position: relative;
  /* position: fixed; */
}

nav{
  background-color:rgba(107,171,229,0.8);
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 100vw;
  position:-webkit-sticky;
  position:sticky; top:0;
}

nav ul{
  display: flex;
  justify-content: center;
  white-space: nowrap;
  margin-left: 10vw;
  margin-right: 10vw;
  box-sizing: border-box;
}

nav ul li{
  margin: 0 3%;
  /* width: 100%; */
  box-sizing: border-box;
}

nav ul li a{
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}

h1{
  padding-top: 5vh;
  padding-left: 5vw;
}

.hicon1 img{
  height: 20vh;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.hicon2 img{
  height: 10vh;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul{
  list-style: none;
}

header ul img{
  height: 7vh;
  width: auto;
  padding: 10px;
}

header ul{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

nav{
  background-color:rgba(107,171,229,0.8);
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 100vw;
  position:-webkit-sticky;
  position:sticky; top:0;
}

nav ul{
  display: flex;
  justify-content: center;
  white-space: nowrap;
  margin-left: 10vw;
  margin-right: 10vw;
  box-sizing: border-box;
}

nav ul li{
  margin: 0 3%;
  /* width: 100%; */
  box-sizing: border-box;
}

nav ul li a{
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
}

a{
  text-decoration: none;
}

h2{
  font-size: 25px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3{
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4{
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

p{
  font-size: 15px;
}

section{
  margin-left: 5vw;
  margin-right: 5vw;
  margin-bottom: 5vw;
}

span{
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

footer{
  background-color: #e7e7e7;
  display: flex;
  position: relative;
  width: 100%;
  height: 40vh;
}

footer ul{
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: 2vw;
  box-sizing: border-box;
}

footer ul li{
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-icon{
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

footer img{
  width: 15vw;
  margin-right: 20px;
}

footer small{
  display: block;
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}
