html{
    margin: 0px;
/*    padding: 5px;*/
    font-size: 15pt;
    box-sizing:border-box;
}

/* body{
    background-color:white;
} */

.nav-con{
    display: flex;
    flex-direction: row;
    width: 100%;
/*    text-align: center;*/
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    background-color: ghostwhite;
}

button{
    width: 90px;
    height: 60px;
    padding: 0;
    font-size: 20px;
    background-color: navy;
    color: white;
}

.nav-con ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: navy;
}

.nav-con li {
    display: inline;
    color: white;
}

/*
li a {
    color:white;
}
*/

.nav-con li a {
    display: inline;
    color: white;
}
.nav-con li a:hover {
    display: inline;
    background-color: red;
    color: white;
}

.active {
   /* background-color: white; */
   color:black;
}

.home-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.home_img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.article {
    padding: 20px;
    /* border: 5px solid black; */
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container img {
    width: 900px;
    /* width: 1152px;
    height: 841px;*/
}

.trust1 {
    display:flex;
    flex-direction: column;
    width: 25%;
    height: inherit;
    padding: 10px;
}

/* .trust1 img {
    width: 200px;
    height: 200px;
    border-radius: 10%;
} */

/* .trust2 {
    display:flex;
    flex-direction: column;
    width: 25%;
    height: inherit;
    padding: 10px;
}

.trust3 {
    display:flex;
    flex-direction: column;
    width: 25%;
    height: inherit;
    padding: 10px;
}

.trust4 {
    display:flex;
    flex-direction: column;
    width: 25%;
    height: inherit;
    padding: 10px;
} */

.body-con{
    display:flex;
    flex-direction: row;
    padding: 10px;
    height: 1000px;
    overflow: hidden;
}

.left-con{
    display:flex;
    flex-direction: column;
    width: 65%;
    height: inherit;
    padding: 10px;
}

.right-con {
    display:flex;
    flex-direction: column;
    width: 35%;
    height: inherit;
    padding: 10px;
}

.char-con1{
    display: flex;
    flex-direction: row;
    width: 100%;

    margin: auto;
}

.char-con1 img {
    width: 200px;
    height: 200px;
    border-radius: 10%;
}

.char-con{
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
    border-radius: 10%;
}

.char-con img {
    width: 650px;
    height: 500px;
    border-radius: 10%;
    
}

.char_text{
    background-color: orangered;
    width: 50%;
    padding: 10px;
    font-size: x-large;
    border-radius: 10%;
    box-shadow: 10px 10px lightgray;
}

.char_text2{
    background-color: orangered;
    width: 50%;
    padding: 10px;
    font-size: x-large;
    border-radius: 10%;
    box-shadow: 10px 10px lightgray;
}

.middle {
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: skyblue;
    border-radius: 10%;
    font-size: x-large;
    padding:10px;
    box-shadow: 10px 10px lightgray;
}
.sponcon{
    display: flex;
    flex-direction: column;
    width: 70%;
    text-align: center;
    justify-content: center;
    align-content: center;
    margin: auto;
}
.project{
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-content: center;
    margin: auto;
    background-color: ghostwhite;
}
.project img {
    width: 200px;
}

footer {
    background-color: orangered;
    padding: 0px 1px 0px 1px;
}

.center {
    justify-content: center;
    align-content: center;
}

.con-info {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 20pt;
}
.form {
    display: flex;
    flex-direction: column;
    width: 30%;
    text-align: center;
    justify-content: center;
    align-content: center;
    margin: auto;
    background-color: navy;
    color: aliceblue;
    font-size: 20pt;
    border-radius: 5%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  background-color: rgba(0,0,0,1);
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,1);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dactive, .dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}