/* LETTERHEAD SECTION*/

.wrapper-main {
  width: 100%;
  
}


/* MENU SECTION */

.buton {
   background-color: transparent;
  border: none; /* Removes the default border */
  color: #000; /* Set text color to ensure visibility */
  padding: 10px 20px;
  cursor: pointer;
    font-size: 1.2rem;
  font-family: monospace;
  
  
}


.dropmenu {
  position: relative;
  display: inline-block;


}

.buton:hover :any-link  {
  color: rgb(50, 39, 67);
  display:inline-block;
}

/* BANNER SECTION   */

.PageTitle {

  font-family:cursive;
  font-size: 2rem;
  text-align: center;
color: rgb(32, 17, 143);
margin-top: 15%;

  
}


.Leftmenu {
 position: absolute;
  top: 8px;
  left: 16px;
  margin-top: 3%;
  margin-left: 5%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: white;
  background-color: blue;
  width: 100%;
  height: 10%;

}

.Rightmenu {
 position: absolute;
  top: 15px;
  right: 16px;
  color: white;


}

.courseImages {
  height: auto;
  width: 50%;
  float: left;
  margin-bottom: 10%;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 5%;
  
  
}

.courseImages2 {
  height: auto;
  width: 50%;
  float: right;
  margin-bottom: 10%;
  margin-right: 5%;
  border-radius: 5%;
  
  
}

.paragraphTitle {
  font-family:monospace;
  font-size: 1.5rem;
  color: rgb(53, 53, 189);
   line-height: 40px;
  
}

.paragraphsubTitle {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.5rem;
  color: rgb(35, 35, 134);
  margin-top: 1px;
}


.career_aspects{
  display: block;
}


.paragraphText {
  color: rgb(41, 40, 40);
  line-height: 30px;
  font-family: monospace;
  text-align: left;
  margin-top: 1px; 
  font-size: 1rem;
  
}

.paragraphTextb {
  color: rgb(41, 40, 40);
  line-height: 30px;
  font-family: monospace;
  text-align: left;
  margin-top: 1px; 
  margin-left: 5%;
  font-size: 1rem;
  width: 100%;
}

.paragraphTitleb {
  font-family: monospace;
  font-size: 1.5rem;
  color: rgb(53, 53, 189);
   line-height: 40px;
   margin-top: 10%;
  
}

.courseImages3 {
  height: 70vh;
  max-width: 100%;
  margin-top: 2%;
  margin-left: 5%;

}





.PageTitlec {

  font-family:cursive;
  font-size: 2rem;
  text-align: center;
color: rgb(32, 17, 143);
margin-top: 5%;

  
}

.paragraphTextc {
  color: rgb(41, 40, 40);
  line-height: 20px;
  font-family: monospace;
  margin-top: 1px;  
  font-size: 1rem;
  padding-left: 50%;
  width: 100%;
  
  
}

.Socialmediafooter {
margin-left: 25%;
font-size: 2rem;
margin-top: 20%;
}



/* MOBILE VERSION SECTION */

@media only screen and (max-width: 768px), (max-width: 480px) {

  .wrapper-main {
  width: 100%;
    
}


.burger-menu-btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/src/menu-buton.png), url(/src/close-button-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center, center left 30px;
  z-index: 2;
  margin-top: 10px;
  
      
}

.burger-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: rgb(39, 41, 123);
  margin-top: 20%;
 
  
}

.burger-menu ul {
  width: 100%;
  height: calc(100vh - 60px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 25%;
  
 
}

.burger-menu ul li {
  flex-basis: 100%;
  list-style: none;
  margin-right: 30%;
  border-radius: 0px;

}

.burger-menu ul li:last-child {
  border-bottom: none;
  

}

.burger-menu ul li a {
  display: block;
  height: 100%;
  font-size: 1rem;
  color: rgb(193, 191, 196);
  padding: 25px 0;
  flex-basis: 100%;
  text-align: center;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
}

.PageTitle {

  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.5rem;
  text-align: center;
color: rgb(32, 17, 143);
margin-top: 15%;

  
}


.Leftmenu {
 position: absolute;
  top: 8px;
  left: 16px;
  margin-top: 3%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: white;
  background-color: blue;
  width: 100%;
  height: 10%;

}

.Rightmenu {
 position: absolute;
  top: 15px;
  right: 16px;
  color: white;


}

.dropmenu {
  display: none;
}


.courseImages {
  display: none;
}

.courseImages2 {
 display: none;
  
}

.paragraphTitle {
  font-family:monospace;
  font-size: 1.5rem;
  color: rgb(53, 53, 189);
   line-height: 40px;
  
}
h2 {
  font-size: 1rem;
}

.paragraphsubTitle {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.2rem;
  color: rgb(35, 35, 134);
  margin-top: 1px;
}

.career_aspects{
  display: block;
}

.paragraphText {
  color: rgb(41, 40, 40);
  line-height: 30px;
  font-family: monospace;
  text-align: left;
  margin-top: 1px; 
  font-size: 1rem;
  
}

.paragraphTextb {
  color: rgb(41, 40, 40);
  line-height: 30px;
  font-family: monospace;
  text-align: left;
  margin-top: 1px; 
  margin-left: 5%;
  font-size: 1rem;
  width: 100%;
}

.paragraphTitleb {
  font-family: monospace;
  font-size: 1.5rem;
  color: rgb(53, 53, 189);
   line-height: 40px;
   margin-top: 10%;
  
}

.courseImages3 {
  height: 70vh;
  max-width: 100%;
  margin-top: 2%;
  margin-left: 5%;

}





.PageTitlec {

  font-family:cursive;
  font-size: 2rem;
  text-align: center;
color: rgb(32, 17, 143);
margin-top: 5%;

  
}

.paragraphTextc {
  color: rgb(41, 40, 40);
  line-height: 20px;
  font-family: monospace;
  margin-top: 1px;  
  font-size: 1rem;
  padding-left: 50%;
  width: 100%;
  
  
}

.Socialmediafooter {
margin-left: 10%;
font-size: 1.2rem;
}


}