@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=DM+Sans:wght@500;700&display=swap");

:root {
 --primary: #be6361;     /* --primary: #2874A6 ; */
  --secondary: #fff2dd;   /* --secondary: #2874A6;*/
  --third: #333333;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}

/* navigation bar style :start */

/* nav {
  background-color: #ff8482;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  height: 10vh;
  width: 100vw;
  position: fixed;
  z-index: 9999;
}

nav a {
  text-decoration: none;
}

.logo-image img {
  width: 200px;
  height: 50px;
  object-fit: cover;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

nav ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-left: 30px;
  color: white;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}

nav ul li:hover {
  height: 40px;
  width: 160px;
  padding-top: 5px;
  background-color: #fff2dd;
  color: #1b1b1b;
  text-align: center;
  border-radius: 10px;
}

nav ul a {
  color: white;
}

nav ul li:hover a {
  color: #1b1b1b;
}

nav ul li:hover svg {
  fill: #1b1b1b;
}

.nav-cta {
  width: 225px;
  height: 50px;
  text-align: center;
  border: 3px solid black;
  background-color: #ff8482;
}

.nav-cta h3 {
  font-family: "DM Sans", Expert Instructorssans-serif;
  font-weight: 700;
  color: white;
  margin-top: 10px;
}

.burger-menu {
  display: none;
}

.drop {
  cursor: pointer;
}

.temp {
  height: 5vh;
  width: 7vw;
  position: absolute;
}

.drop-down {
  position: absolute;
  top: 10vh;
  flex-direction: column;
  display: none;
  justify-content: space-evenly;
  background-color: #fff2dd;
  min-height: 10vh;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  border: 2px solid #1b1b1b;
}

.drop-down a {
  color: #1b1b1b;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 5px;
  text-align: left;
}

.drop-down a:hover {
  width: 100%;
  background-color: #1b1b1b;
  color: var(--secondary);
  border-radius: 5px;
}

.drop:hover .drop-down {
  display: flex;
}

.drop-down:hover {
  display: flex;
} */

/* navigation bar style :end */

/* New nav design :start */

nav {
  background-color: #ff8482;;
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.nav-wrapper {
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85vw;
  margin: auto;
}

.logo img {
  width: 200px;
  height: 50px;
  object-fit: cover;
  border-radius: 35px 0px;
  cursor: pointer;
}

.nav-links-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: right;
  height: 40px;
  width: 40vw;
  background: linear-gradient(89.97deg, #fdc068 1.14%, #fff2dd 98.23%);
  border-radius: 0px 50px;
}
.notbold{
    font-weight:normal
     margin-left: 15px;
  font-family: "DM Sans", sans-serif;
 
  font-size: 12px;
  color: #000000;
   text-align: left;
    flex-direction: column;
}

.nav-links {
  width: 70%;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: right;
  color:#333333;
}

.nav-links ul {
  display: flex;
  justify-content: space-evenly;
  align-items: right;
  list-style: none;
  transition: all 0.5s ease-in-out;
}

.nav-links li {
  transition: all 0.5s ease-in-out;
}

.nav-links ul li:hover {
  cursor: pointer;
}

.nav-links span {
  transform: rotate(90deg);
  display: inline-block;
}

.nav-links ul li {
  display: inline-block;
}

.nav-links ul li::after {
  content: "";
  width: 0px;
  height: 3px;
  display: block;
  background: #ff8482;
  transition: 300ms;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.nav-link {
  border: 2px solid var(--third);
  padding: 12px;
  border-radius: 16px 0px;
}
.nav-cta {
  width: 70px;
  height: 40px;
  text-align: center;
  border: 1px solid black;
  background-color: #ff8482;
  font-size:12px;
  border-radius: 14px 0px;
  cursor: pointer;
  padding-top:3px;
}

.nav-cta h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size:12px;
  color: white;
  margin-top: 1px;
  cursor: pointer;
}

.burger-menu {
  display: none;
}

.drop {
  cursor: pointer;
}

.temp {
  height: 5vh;
  width: 7vw;
  position: absolute;
}

.drop-down {
  position: absolute;
  top: 10vh;
  flex-direction: column;
  display: none;
  justify-content: space-evenly;
  background: var(--secondary);
  border-radius: 10px;
  /* min-height: 10vh; */ /* increase space between cousesin drop down menu-courses list */ 
  min-height: 20vh;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  /* border-radius: 6px; */
  border: 2px solid #131313;
  transition: all 0.2s ease-in-out;
}

.drop-down a {
  color: #333333;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 5px;
  text-align: left;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.drop-down a:hover {
 min-width: 40%;
 /* background-color: #ff8482; *//* background of courses drop down menu */ /* when hover over courses highlight the course */
 background-color: #ff8482;
  color: var(--secondary);
  border-radius: 5px;
  padding: 1vh 1vw;
  animation: drop-down-animation 0.5s ease-in forwards 1s;
}

.drop:hover .nav-links span {
  transform: rotate(270deg);
}

.drop:hover .drop-down {
  display: flex;
}

.drop-down:hover {
  display: flex;
}

@keyframes drop-down-animation {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media all and (max-width: 1300px) and (min-width: 1000px){ 
  
  /*edit for mobile menu 24-11   @media all and (max-width: 1300px) and (min-width: 800px){ } */
    .drop-down {
	  position: static;  
    height: auto; /*try to put width also 90% of screen*/
	width: 320px; 
	/*margin-top: 45px; */
	opacity:1;
  }
  .drop-down:hover {
  display: flex;
  margin-top: 250px; 
}  /* this for editing menu in small screen I need to adjust margin to start from the top of the window */
}
@media all and (max-width: 990px) and (min-width: 800px){ 
  
  /*edit for mobile menu 24-11   @media all and (max-width: 1300px) and (min-width: 800px){ } */
    .drop-down {
	  position: static;  
    height: auto; /*try to put width also 90% of screen*/
	width: 320px; 
	/*margin-top: 45px; */
	opacity:1;
  }
  .drop-down:hover {
  display: flex;
  margin-top: 250px; 
}  /* this for editing menu in small screen I need to adjust margin to start from the top of the window */
} 
@media all and (max-width: 790px) and (min-width: 250px){
    .drop-down {
	  position: static;  
    height: 95vh; /*try to put width also 90% of screen*/
	width: 90vw; 
	/*margin-top: 45px; */
	opacity:1;
  }
  .drop-down:hover {
  display: flex;
  margin-top: 200px; 
}	
}
/* New nav design :end */

/* course style :start */

.special-course {
  background-color: #ff8482;
  padding-top: 100px;
  min-height: 80vh;
  padding-top: 20vh;
}

.course-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-wrap: wrap;
  width: 80vw;
  margin: auto;
   flex-direction: column;
}

.course-text {
  width: 50%;
  transform: translateX(-30px);
   flex-direction: column;
}
.course-text .sub {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
}

.course-text h1 {
  font-family: "Alfa slab one", cursive;
  font-weight: 400;
  font-size: 32px;
  color: white;
  

}

.specials-wrap {
  display: flex;
  align-items: center;
}

.course-illustration img {
  height: auto;
  width: 30vw;
  position: relative;
  top: -400px;        
  left: 750px;     
}

.specials-wrap h2 {
  margin-left: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
   text-align: left;
    flex-direction: column;
}

.btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.try-now-btn {
  height: 40px;
  width: 70px;
  border: 1px solid #333333;
  border-radius: 1px;
  background-color: var(--secondary);
  text-align: center;
  padding-top: 17px;
  cursor: pointer;
  margin-right: 50px;
  border-radius: 45px 0px;
}

.try-now-btn a {
  text-decoration: none;
  color: var(--primary);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

/* course style :end */

.sc-c1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sc-c2 {
  position: absolute;
  top: 0;
  right: 0;
}

.sc-c3 {
  position: absolute;
  top: 30vh;
  right: 75vh;
}

.bg-modal {
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 2s ease-in;
}

.modal-content {
  width: 800px;
  height: 530px;
  background-color: #fff2dd;
}

@media all and (max-width: 1500px) {
  .bg-modal .modal-content {
    margin-top: 10vh;
    width: 90%;
  }
}

.modal-logo {
  font-family: "Alfa slab one", cursive;
  font-weight: 400;
  font-size: 40px;
  color: #ff8482;
}
.close {
  position: absolute;
  top: -4vh;
  right: -2vw;
  font-size: 60px;
  font-weight: bolder;
  transform: rotate(45deg);
  cursor: pointer;
  color: white;
}

.close-2 {
  position: absolute;
  top: -8px;
  right: 10px;
  font-size: 50px;
  font-weight: bold;
  transform: rotate(45deg);
  cursor: pointer;
}

.bg-modal-2 {
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 2s ease-in;
}
.modal-content-2 {
  width: 500px;
  height: 415px;
  background-color: #fff2dd;
  position: relative;
  text-align: center;
}
.modal-content-2 img {
  height: 100px;
  width: 100px;
}
.modal-content-2 input[type="email"],
input[type="text"],
input[type="number"] {
  width: 50%;
  margin: auto;
  display: block;
  background-color: var(--primary);
  width: 350px;
  height: 58px;
  font-size: 20px;
  border-style: none;
  color: black;
  margin-top: 10px;
   
}

.modal-content-2 input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: black;
  font-size: 18px;
  padding-left: 10px;
}

.modal-content-2 input[type="button"] {
  height: 58px;
  width: 138px;
  cursor: pointer;
  background-color: var(--secondary);
  border: 3px solid black;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  
}
.modal-content {
  width: 800px;
  height: 530px;
  background-color:#fff2dd;
  position: relative;
}
.specials-wrap p {
  font-family: "Alfa slab one", cursive;
  font-size: 20px;
  text-align: justify;
}

.bg-modal-3 {
  width: 100%;
  min-height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: none;
  justify-content: center;
  align-items: left;
  transition: all 2s ease-in;
   flex-direction: column;
}

.modal-content-3 {
  position: relative;
  width: 834px;
  height: 507px;
  border: 3px solid #1C5C7E;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 245, 245, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(92px);

  border-radius: 44px;
}

/* 
.circle-1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #d0a5ff;

  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);

  position: absolute;
  z-index: 1;
}
.circle-2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;

  margin-right: 10vw;
  border: 4px solid #d0a5ff;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);
  margin-left: 3vw;

  position: relative;
}

.heading {
  text-align: center;
  position: absolute;
  top: 7vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading h2 {
  font-family: Alfa Slab One;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--secondary);
}

.close-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10vw;
  border: 4px solid #d0a5ff;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);
  position: absolute;
  top: 7vh;
  right: 0;
} */

.top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.circle-1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #d0a5ff;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);
  position: absolute;
  left: 0;
  top: 1vh;
}

.circle-2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #d0a5ff;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);
  position: absolute;
  left: 3vw;
  top: 1vh;
}

.close-btn-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;

  border: 4px solid #d0a5ff;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);
  margin-top: 5vh;
  text-align: center;
  margin-right: 1vw;
  cursor: pointer;
}

.close-btn-circle h2 {
  font-family: Alfa Slab One;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-top: 1vh;
  cursor: pointer;
}
.heading h2 {
  font-family: Alfa Slab One;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  margin-top: 7vh;
}

.heading {
  text-align: center;
  position: absolute;
  top: 5vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content-3 form {
  margin-top: 5vh;
}

form input[type="email"],
input[type="text"] {
  width: 60%;
  margin: auto;
  height: 50px;
  background: linear-gradient(
    90deg,
    rgba(255, 132, 130, 0.8) 1.84%,
    rgba(253, 192, 104, 0.8) 100%
  );
  box-shadow: 9px 8px 115px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: block;
  margin-bottom: 3vh;
}

.modal-content-3 input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: rgb(75, 72, 72);
  font-size: 24px;
  padding-left: 10px;
  padding-top: 3px;
}

.modal-content-3 input[type="button"] {
  height: 50px;
  width: 150px;
  border: 4px solid #d0a5ff;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);
  border-radius: 25px;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: var(--secondary);
  cursor: pointer;
  margin-top: 4vh;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* media queries */

@media all and (max-width: 1300px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .modal-content-3 {
    margin-top: 20vh;
  }

  .heading h2 {
    font-size: 40px;
  }

  .logo {
    padding-left: 10vw;
  }

  .burger-menu {
   display: none;
    padding-right: -100vw;
    padding-top: 5vh;
  }

  .nav-wrapper {
    padding-top: 5vh;
  }

  nav {
    display: none;
    align-content: stretch;
    justify-content: stretch;  
    align-items: center;
  }
  .nav-links-wrapper {
    flex-direction: column;
  }

  .nav-links ul {
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
  }

  .nav-links {
    height: 60%;
  }

  .nav-links-wrapper {
    height: 85vh;
    position: absolute;
    top: 15vh;
    right: 0;
    transform: translateX(100%);
    transition: transform 1s ease-in-out;
  }

  .nav-links-active {
    transform: translateX(0);
  }

  .nav-divider {
    transform: rotate(90deg);
  }

  @keyframes navFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .drop-down a {
    display:flex;
  }
}

@media all and (max-width: 450px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* nav bar style :end */
  .sc-c1,
  .sc-c2,
  .sc-c3 {
    display: none;
  }
  .course-text {
    padding-top: 50px;
    width: 100%;
    margin-left: 60px;
  }
  .course-text h1 {
    font-size: 40px;
    width: 100%;
  }
  .specials-wrap h2 {
    font-size: 20px;
  }
  .try-now-btn {
    margin-top: 10px;
  }
  .course-wrapper {
    width: 100vw;
  }
  .course-illustration img {
    height: auto;
    width: 100vw;
    margin: 2vh auto;
  }
  .bg-modal,
  .bg-modal-3 {
    width: 100%;
  }

  .bg-modal .modal-content {
    width: 90%;
    height: auto;
  }

  .bg-modal .modal-content iframe {
    height: 400px;
  }
}

@media all and (max-width: 700px) and (min-width: 450px) {
  .course-text h1 {
    font-size: 46px;
  }
  .specials-wrap h2 {
    font-size: 24px;
  }
}

@media all and (max-width: 1280px) and (min-width: 450px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .sc-c1,
  .sc-c2,
  .sc-c3 {
    display: none;
  }

  .course-wrapper {
    width: 100vw;
  }

  .course-text {
    padding-top: 50px;
    width: 100%;
    margin-left: 60px;
  }
  /* .course-text .sub {
    transform: translateX(-35px);
  } */
  /* .course-text h1 {
    font-size: 56px;
    width: 100%;
    transform: translateX(-40px);
  }
  .specials-wrap h2 {
    font-size: 30px;
  } */
  /* .specials-wrap {
    width: 120%;
    transform: translateX(-40px);
  } */
  /* .btn-wrap {
    transform: translateX(-40px);
  } */

  .course-illustration img {
    width: 100vw;
    margin: auto;
    height: auto;
  }
}

@media all and (max-width: 1440px) {
  .sc-c1 {
    display: none;
  }
}
@media only screen and (max-width: 475px) {

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: flex;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover {
		background-color: rgba(0,0,0,.1);
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; }

	.primary-nav {
		width: 100%;
		float: none;
		background-color: #238be3; /* change the menu color */
		background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1);
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open {
		height: auto;
		padding-top: 50px;
	}
	.primary-nav.open li {
		display: block;
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: flex;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

} /* End Mobile Styles */
