* {
    margin: 0;
    padding: 0;
}


body {

    background-color: rgb(255, 255, 255);
    /* background-image: url(BackgroundNew.JPG); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin: 0px;
    color: #000;
    overflow-x: hidden;
    min-height: 100%;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

p {
    display: block;

    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.col-sm-12 {
    height: 100vh;
}

.col-md-6 {
    height: 100vh;
}

.section-headlines {

    margin-bottom: 50px;
    text-align: center;

}

.li {
    display: inline !important;
}

.social-btn {
    margin-right: 15px;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    border: 0px;
    background-color: transparent;

}

.social-logo {
    height: 25px;
    width: 25px;
}

.rightCell {

    text-align: right;
    width: 33.33%;

}

.leftCell {
    text-align: left;
    width: 33.33%;
    font-size: 18px;
    font-
}

.middleCell {
    text-align: left:;
    width: 33, 33%;
}

.btn3 {
    background-color: rgb(255, 255, 255);
    transition: all300ms ease;
    border-radius: 5px;
    height: 30px;
    width: 100px;
    outline: 0.5px;
    color: rgb(0, 195, 255);
    font-size: 15px;
}

.btn3:hover {
    color: white;
    background-color: rgba(0, 195, 255, 0.596);
}

h4 {
    font-size: 15px;
    font-style: normal;
    margin-top: 0px;
}



h2 {
    font-size: 45px;
    text-align: center;
}

h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0%;
}

small-labels {
    font-size: 14px;
}

p {
    font-size: 15px;
}

.mc-field-group {

    margin: 20px;
    width: 100%
}

.center {
    margin: auto;
    width: 60%;
    border: 3px solid #979c90;
    padding: 10px;

}

.navbar-colour {
    background-color: rgb(255, 255, 255);

}


.end-of-section {
    margin-bottom: 400px;
}

.end-of-section-sm {
    margin-bottom: 0;
}

#about {
    padding-top: 130px;

}

#dates {
    padding-top: 40px;

}

#newsletter {
    padding-top: 130px;

}

pre {}

.about-text {
    line-height: 2.5;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

form {
    border-radius: 12px;
    padding: 50px;
    position: relative;
}

.newsletter-container{
    align-items: center;
}

form input {
    display: block;
    width: 100%;
}

.nav-link {
    color: rgb(0, 195, 255);
}

.nav-link:hover {
    color: rgb(0, 0, 0);
}

.btn-submit {
    color: rgb(0, 195, 255);
    border: 2px solid black;
    background-color: rgb(255, 255, 255);
    outline: 0.5px;
}

.btn-submit:hover {
    color: white;
    background-color: rgb(0, 195, 255);

}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.content {
    height: 100%;
    padding: 20px 20px 10px;
    color: rgb(218, 5, 5);
  }

.colour-1{
    color: brown;
    background: brown;

}

.center {
    margin: auto;
    width: 100%;
    }

.custom-form{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding:0;
}

.form-floating{
    padding:0;
    margin:0;
}

#toggle{
    width: 30px;
    height:30px;
    background: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

#toggle::before
{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: rgb(0, 195, 255);
    transform: translateY(-4px);
    transition: 0.2s;
}

#toggle::after
{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: rgb(0, 195, 255);
    transform: translateY(4px);
    transition: 0.2s;
}

#toggle.active::before
{
    transform: translate(0px) rotate(45deg);
}

#toggle.active::after
{
    transform: translate(0px) rotate(-45deg);
}

.footer{
    text-align: center;
    margin: 20px;
    font-size: 14px;
}