*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: Ubuntu,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;

}
.socialmedia a{
    text-decoration: none;
    color: #ad4a7e;
    font-size: 1.125rem;
    margin-left: 200px;
}
.sociallink{
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fefefe;
}
.sociallink p{
    margin: 0px 200px;
    color: #6d7793;
    font-weight: 700;
    font-size: .875rem;
}
ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
li{
    float: left;
}
li a{
    text-decoration: none;
    color: #ad4a7e;
    font-weight: 400;
    font-size: 1.1rem;
    padding: 20px;
    text-align: center;
}
li a:hover{
    font-weight: bold;
}
.nav-bar{
    padding: 20px 0px;
    background-color: #eae9e9;
}
.navmenu{
    margin: 0px 35.2px;
    padding: 0px 15px;
    
}
.nav{
    width:  100%;
}

.main img{
        display: inline-block;
    vertical-align: middle;
    max-width: 100%;
        width: 100%;
    height: 35vh;
    object-fit: cover;
    object-position: center;
}
.main h1{
    position: absolute;
    top: 180px;
    left: 280px;
    font-size: 4.6875rem;
    color: white;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}
.mySlides img{
  width:100%
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row{
    margin-top: 80px;
    padding: 0px 30px 30px 40px;
    overflow-x: hidden;
    
}
.site-footer {
    background-color: #6d7793;
    color: white;
    padding: 40px 0 20px 0;
    font-family: 'Roboto', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 80px;
    gap: 30px;
}

.footer-section {
    flex: 1 1 250px;
}

.footer-section h3 {
    color: #ad4a7e;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #ad4a7e;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-section i {
    margin-right: 10px;
    color: #ad4a7e;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
}
ul li img{
  width: 7%;position: absolute;top: 30px;left: 700px;
}

@media screen and (max-width: 600px) {
        .sociallink p{
            margin: 0px;
        }
        ul li img{
            top: 5px;
            left: 20px;
            width: 5%;
        }
        .sociallink p{
            font-size: 10px;

        }
        .socialmedia{
            display: none;
        }
        .sociallink{
            justify-content: center;
        }
        .main h1{
            left: 0px;
            top:    250px;
            font-size: 3rem;
        }
        .column{
          display: block;
          width: 50%;
        }
        .mySlides{
          width: 100%;
        }
        .mySlides img{
          width: 100%;
        }
        .modal{
          height: 100%;
        }
        .column{
          width: 100%;
        }
        .navmenu{
            margin: 0px;
            padding: 0px;
        }
        .footer-container{
            padding: 0px 20px ;
            
        }
        .footer-links ul{
            flex-direction: column;
        }
        
      }