@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
nav{
  width:100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  margin: 0;

  position: fixed;
  top: 0;
  background-color: white;
  z-index: 100;
}
nav a {
  font-size: 40px;
  text-decoration: none;
  color: black;
  margin-left: 40px;
  margin-right: 40px;
  float: left;
  z-index: 101;
}
nav .main:hover{
  color: grey;
}
nav .link{
  font-size: 30px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top:10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 5px white;
  border-bottom-style: solid;
}
nav .link:hover{
  background-color: #F4F4F6;
  border-bottom-color: #73D2DE;
}
body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;

}
nav{
  height: 60px;
}
.dropdown img{
  width:40px;
  height: 40px;
  border-radius: 90px;
  z-index: 102;
}
.dropdown{
  border-radius: 10px;
  border-style: solid;
  width:40px;
  height:40px;
  border-radius: 90px;
  border-color: #73d2de;
  position: absolute;
  right:40px;
  margin-top: 10px;
}
.dropdown i{
  position: absolute;
  right:-20px;
  top:7px;
}
.dropdown-content a{
  all:unset;
  display: block;
  padding:10px 50px;
  margin-top: 30px;
  background-color: #f1f1f1;
  z-index:1000;
  position: fixed;
  text-decoration: none;
  right:30px;
  width:50px;
  cursor:pointer;
  top:30px;
}
.dropdown-content{
  visibility: hidden;

}
.dropdown-content a:hover  .dropdown-content{
  visibility: visible;
}

.dropdown-content a:hover{
  background-color: #ddd;
}
.dropdownholder{
  position:absolute;
  position: absolute;
  right:40px;
  width:200px;

}
nav .menu{
  font-size: 30px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top:10px;
  padding-bottom: 20px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  right:0;
  top:0;

}
nav .menu:hover{
  background-color: #F4F4F6;

}
@media(max-width:782px){
  nav .menu{

    visibility: visible;

  }
  nav .menu:hover{
    background-color: #F4F4F6;

  }
  .link{
    visibility: hidden;
  }
  nav .link{
    font-size: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top:10px;
    padding-bottom: 10px;
    width: calc(100% - 70px);
    text-align: left;
    border-bottom: 0px;
    border-right: 10px white;
    border-right-style: solid;

  }

  nav .link:hover{

    border-right-color: #73D2DE !important;
  }
  .responsive .link{
    visibility: visible;
  }

  .responsive {
    height: 300px !important;
  }
  .dropdown{
    right:60px;
  }

}
/*Error bar CSS */
.error {
  background-color: Orange;
	padding: 10px;
	margin: 0;
  width:200px;
  text-align: center;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0;
	align:center;
	color: white;
	border-radius: 25px;
}
small{
  font-size: 20px !important;
}
