* {
    padding:0 0 0 0;
    margin: 0 0 0 0;
}
body {

}
#header img {
    padding-top:4px;
    width:96%;
    height:auto;
    display:inline-block;
    border-radius:10px;
   
}
#header {
    text-align:center;
}

.headFont {
    font-family: "dynapuff", sans-serif;
    font-weight: 500;
    font-style: normal;
    color:#a45dc9;
}
#siteNav {
    width:96%;
    margin-left:2%;

}
.sub-head {
    font-family: "dynapuff", sans-serif;
    font-weight: 500;
    font-style: normal;
    color:#f8069b;
}
#siteNav ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align:center;
    font-family: "dynapuff", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color:#f8069b;
    border-radius:20px;

}
#siteNav ul li {
  float: left;
  padding:5px 5px;

}

#siteNav ul li a {
  display: block;
  border-radius:10px;
  border:solid;
  border-width:thin;
  border-color:#f8069b;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  
}

#siteNav ul li a:hover {
  color: #e2a9f1;
}

.fa-brands {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  margin:2px 2px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  
}

.fa-brands:hover {
    opacity: 0.7;
    text-decoration:none;
}
.fa-facebook, .fa-youtube, .fa-instagram, .fa-tiktok {
  color: white;
  float:right;
}
#siteNav ul li a.active {
    color:#e2a9f1;
}

.head4 {
    font-family: "dynapuff", sans-serif;
    font-weight: 500;
    font-style: normal;
    color:#a45dc9;
    text-align:center;
    border-bottom:solid dotted #a45dc9;
}
.section_1 {
    border-radius:10px;
    border-style:dotted;
    border-color:#e4c9f4;
}
.video-wrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.container {
    width:96% !important;
}    
.footer {
    width: 96%;
    background-color: #7913aa;
    margin-left: 2%;
    border-radius: 10px;
    color: white;
    position:relative;
    bottom:0;

}

.pink_btn {
    background-color:#f8069b;
    color:white;
}

.pink_btn:hover {
    background-color:#a45dc9;
    color:white;
}
.map {
    background-image: url('../Images/Untitled design (34).png');
    background-size:cover;
    height:100%;
    max-width:66.6%;
}

.magglass_map {
    height:30px;
    width:auto;
    display:block;
    position:relative;
    transform :0.5s ease-in-out;
    
}
.map td {
    width:25%;
    height:25%;
    
}
 .magglass_map:hover  {
    transform : scale(15);

}
.Icon {
        height: 25px;
    width: auto;
    display: inline;
}

.centered-col {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
p {
    font-family: 'Comic Sans MS', cursive;
}
.leahPic {
  float: left;
  margin-right: 15px;
  width: 250px;
  height: 250px;  
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.footer_list {
    list-style:none;
    text-decoration:none;
    color:white;
}
.footer_list  li a {
    color:white;
    text-decoration:none;
font-family: 'Comic Sans MS', cursive;
}
.footer_list li a:hover {
    color:#f8069b;
}
.bottom_link:hover {
    color:#f8069b;
}
.foot_text {
        text-align: center;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
}