@charset "UTF-8";
/* CSS Document */

html,
html * {
	
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* Reset */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* header */
.header {
		
	height: 60px;
	background: #061321;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 11;
	position: absolute;
	}
	
.white-logo {
	
	width: 40px;
	height: 22px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	
}

.leftgroup {
	
	display: none;
	align-items: centre;
	column-gap: 10px;
	
}

.logo img {
	width: 70px;
	display: block;
	height: auto;
	margin-left: 0vw;
}
.button-wrapper-for-login {
  display: none;
  border: none;
  background: none;
  cursor: pointer;
  right: 60px;
  position: absolute;
  top: 8px;
}

.loginlogo {
	width: 20px;
	height: 20px;
	margin: 0;
}

.hamburgermenu {
	width: 40px;
	height: 24px;
	background: none;
	display: block;
}
.name {
	
	font-family: "ivystyle-sans",sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	position: absolute;
	display: block;
	z-index: 16;
	top: 7px;
	left: 55px;
}

.undername {
	font-family: "IvyStyle Sans";
	font-size: 10px;
	font-weight: lighter;
	color: white;
	position: absolute;
	left: 59px;
	top: 30px;
}
#navbutton {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	padding: 0px;
	margin-top: -0.5vw;
}
.menuone, .menutwo, .menuthree {
	
	height: 4px;
	background: white;
	border-radius: 20px;
	margin-top: 4px;
	transition: 0.3s;
	display: block;
}
#navbutton:hover span {
	width: 100%;
	margin-left: 0px;
	transition: 0.3s;
}
.menuone {
	width: 95%;
	margin-left: 5%;
}

.menutwo {
	width: 70%;
	margin-left: 30%;
}
.menuthree {
	width: 85%;
	margin-left: 15%;
}
.dropdown {
  width: 0;
  height: 100vh;
  overflow: hidden;
  background: #B1DEFF;
  transition: width 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
}

.dropdown.active {
	width: 80vw;
	z-index: 999;
	position: fixed;
	display: block;
}

.dropdown a {
  display: block;
  transform: translateX(0px);
  color: black;
  font-size: 20px;
  text-align: left;
  margin-left: 8vw;
  margin-top: 18px;
  font-family: "arial";
}

.dropdownspacer {height: 10vw;}

.divider {
	width: 70vw;
	height: 0.2vw;
	background: black;
	position: absolute;
	top: 240px;
	left: 5vw;
	display: none;
}

.servicesdropdown {
	position: relative;
}
.submenu {
	display: none;
	flex-direction: column;
	margin-left: 20px;
	margin-top: 5px;
}

.servicesdropdown:hover .submenu {
	display: flex;
}
.dropdownspacertwo {
  height: 500px;
  display: block;
}
.desktopandtabletmenu {display: none;}

@media (min-width: 400px) and (max-width: 550px) {
	.hamburgermenu {display: block;}
	
	.desktopandtabletmenu {display: none;}

}

@media (min-width: 550px) and (max-width: 768px) {
	
  .hamburgermenu { display: none; }
		
  .login { right: 5px; display: none}
	
  .desktopandtabletmenu { display: flex; flex-direction: row; background: none; position: absolute; right: 20px; }
	
  .desktopandtabletmenu a, .desktopandtabletmenuspan { font-family: "poppins"; color: white; font-size: 18px; font-weight: 500; margin-left: 5px; margin-top: 1px; position: relative;}
	
	
  .desktopandtabletmenu a:hover, .desktopandtabletmenuspan:hover { text-decoration: underline; }
	
  .desktopmenuservices {display: flex; flex-direction: row;}
	
   .desktopmenuservices { position: relative;}

  .desktopmenuoptions { display: none; position: absolute; top: 100%; left: -125%; background: #061321; padding: 10px 15px;
  flex-direction: column; z-index: 20; width: 350%}
	
  .desktopmenuoptions a {font-size: 15px; text-align: center;}
	
  .desktopmenuservices:hover .desktopmenuoptions { display: flex; flex-direction: column;}
	
  .button-wrapper-for-login {right: 20px; position: absolute; top: 8px}

}
@media (min-width: 769px) {
  .hamburgermenu { display: none; }
	
  .login { right: 10px; }
	
  .hero { height: 450px; }
	
  .hamburgermenu {display: none;}
  
  .desktopandtabletmenu { display: flex; flex-direction: row; background: none; position: absolute; right: 20px; }
	
  .desktopandtabletmenu a, .desktopandtabletmenuspan { font-family: "poppins"; color: white; font-size: 18px; font-weight: 500; margin-left: 5px; margin-top: 0px; position: relative; align-content: center;}
		
  .desktopandtabletmenu a:hover, .desktopandtabletmenuspan:hover { text-decoration: underline; }
	
  .desktopmenuservices {display: flex; flex-direction: row;}
	
   .desktopmenuservices { position: relative;}

  .desktopmenuoptions { display: none; position: absolute; top: 100%; left: -125%; background: #061321; padding: 10px 15px;
  flex-direction: column; z-index: 20; width: 350%}
	
  .desktopmenuoptions a {font-size: 18px; text-align: center; margin-top: 1px;}
	
  .desktopmenuservices:hover .desktopmenuoptions { display: flex; flex-direction: column;}
	
  .button-wrapper-for-login {right: 20px; position: absolute; top: 8px}

}