/* General styles */
body {
  margin: 0;
  background-color: #392264;
  font-family: Arial, sans-serif;

}
body * {
        color: white;
}

.Plainlink{
  text-decoration: none;
}

hr.new1 {
width:75%;
  border-top: 1px solid white;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}

.pagecontainer{
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
    max-width: 1280px;
    margin: auto;
    
}

.center-image {
  margin-top: 25px;
  padding-top: 25px;
  max-width: 300px;
  max-height: auto;
  object-fit: contain;
}

.text-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  width: 100%;
}

.text-item {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}


.boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 2rem;
  flex-basis: 45%;
margin:5px;
}

.box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.box-content2 h2, .box-content2 h3, .box-content2 h4, .box-content2 p, .box-content2 li {
          color: #392264;
}



.box-header {
  color: #392264;
  margin-bottom: 1rem;
    margin-top: 0px;
}

.box-text {
  color: #392264;
  margin: 0;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  text-align: center;
}


header {
  text-align: center;
	height: 200px;
	padding: 50px
}

.logo {
  height: 200px;
  max-height: 100%;
}

.guide-container{
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}


.main {
  display: inline-block;
}

.nav, .content {
  display: inline-block;
  align-items: center;
padding: 1rem 0.1rem 1rem 0.1rem;
  box-sizing: border-box;
}

.navcontainer{
		display: inline-block;
	width:350px;
height: 100%;
  min-height: 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: left;
  text-align: left;
	float: left;
		background-color: #2e1b50;
}


.nav {
	  width: 350px;
      height:100%;
  justify-content: left;
	background-color: #2e1b50;
	  text-align: left;
    float: left;
}

.menu-button {
	font-size: 18px;
	background-color:transparent;
	text-decoration:none;
    padding:6px 24px;
border: none;
cursor: pointer;
width:100%;
  display: none;
}

.item-button {
	font-size: 16px;
	background-color:transparent;
	display:block;
	text-decoration:none;
    padding:10px 10px ;
border: none;
cursor: pointer;
	text-align:left;
}
.item-button:hover {
	background-color:transparent;
}
.item-button:active {
	position:block;
	top:1px;
}


.nav-items {
  list-style-type: none;
		text-decoration:none;
}

.sub-nav {
  display: none;
  list-style-type: none;

 }

.nav-item-low {
	text-decoration:none;
	padding: 5px 0px 5px 0px;
    border-bottom: 1px solid white;
    display: block;
}

.contentcontainer{
	display: inline-block;
  width: calc(100% - 350px);
  min-width: 0;
  box-sizing: border-box;
	float: left;
background-color: #4d3874;
  flex-direction: column;
  align-items: center;
  text-align: left;
    padding: 20px 0px 20px 20px;
}

.content {
  width: calc(100% - 50px);
  min-width: 0;
  box-sizing: border-box;
 height: auto;
 margin:auto;

}

.accordion {
  background-color: #4D2E87;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.Vform-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #838383;
    border-radius: 25px;
    z-index: 10;
        background-color: rgba(57,34,100, .75)
}

.txt{color: #392264;}
.Vform-container {
    max-width: 300px;
    padding: 20px;
    border-radius: 25px;
        background-color: rgba(57,34,100, .75)
}
.Vclose-button {
    color: #FFF;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 35px;
    border: none;
}
.btncol{
    color: #392264;
}
.btnindx{
    
    
                    cursor: pointer;
                    outline: 0;
                    display: inline-block;
                    font-weight: 400;
                    line-height: 1.5;
                    text-align: center;
                    background-color: transparent;
                    border: 1px solid transparent;
                    padding: 6px 12px;
                    font-size: 1rem;
                    border-radius: .25rem;
                    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                    color: #FFF;
                    border-color: #FFF;
                
}
 .btnindx:hover {
                        color: #59359D;
                        background-color: #FFF;
                        border-color: #FFF;
                    }
                
.Vclose-button:hover,
.Vclose-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #59359D;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #4D2E87;
  display: none;
  overflow: hidden;
}

footer {

position:inline-block;
  text-align: center;
  padding: 1rem;
}

@media (max-width: 500px) {
  .main {
    flex-direction: column;
    align-items: center;
  }
	.navcontainer{
        display:block;
		   width: 100%;
        height: auto;
	}
  .nav {
    width: 100%;
  }
	
	.contentcontainer{
		    width: 100%;
	}
  .content {
position: relative;
}

  .menu-button {
    display: block;
  }

  .nav-items {
    display: none;
  }

  .nav-items.open {
    display: block;
  }
    
    .nav-items.closed {
    display: none;
  }

  .content {
    padding-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .boxes {
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem;
  }

  .box {
    flex-basis: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
  }
  
  .box-header {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}