@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital@1&display=swap');

.left,
.right {
    width: 45%;
    height: 80%;
    position: absolute;
    top: 1vh;

}

.left {
    left: 2%;
}

.right {
    right: 8%;
}

.section {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
}

.s1 {
    background-color: rgb(255, 240, 245);
}

.s2 {
    background-color: rgba(230, 230, 250, .5);
}

.s3 {
    background-color: rgba(224, 255, 255, .5);
}

.s4 {
    background-color: rgba(144, 238, 144, .2);
}

h1 {
    display: none;
}

.poster {
    width: 100%;
    height: auto;
}

.content {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 28px;
}



/* ********************** STYLES FROM SIGN UP **************************** */

.form-content {
    width: 90%;
    margin: 5% 5%;
}

label {
    display: block;
    cursor: pointer;
}

.signup-input {
    width: 100%;
    margin-bottom: 3%;
    padding: 1% 0;
    border: 1px solid rgb(107, 103, 103);
    border-radius: 3px;
}

fieldset {
    padding: 0 5% 1% 5%;
    border-color: rgba(4, 137, 170, 0.4);
}

legend {
    color: firebrick;
}

.name {
    display: flex;
    align-items: stretch;
}

.firstName input {
    width: 90%;
}


.firstName,
.lastName {
    width: 50%;
}

.nextOfKin {
    margin: 0 10%;
    text-align: center;
}

.nextOfKin fieldset {
    background-color: rgba(212, 212, 212, 0.2);
}

.inline {
    display: inline;
}

.declaration {
    padding: 3% 0;
    text-align: center;
}

#terms {
    color: firebrick;
}

button {
    width: 100%;
    margin-top: 5%;
    background-color: #0489aa;
    border: none;
    color: white;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

/* ********************** STYLES FROM SIGN UP **************************** */


/* ********************** STYLES FROM ABOUT **************************** */
.about-jrr {
    margin: 20vh 10vw 20vh 5vw;
}

.about-jrr h2 {
    text-align: center;
    color: firebrick;
}

.about-jrr p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
}

/* ********************** STYLES FROM ABOUT **************************** */


/* ********************** STYLES FROM CONTACT **************************** */
.contact-content {
    /* padding: 2%; */
    margin-left: 2%;
}

.contact-info {
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 30% 60%;
    grid-template-rows: 50% 30%;
    column-gap: 8%;
    grid-template-areas:
        "jrr form"
        "map map";
}

.jrr-info {
    grid-area: jrr;
    margin-left: 20%;
    margin-top: 10%;
    font-size: 1.1em;
    text-align: center;
}

.form-container {
    grid-area: form;
}

.contact-map {
    grid-area: map;
}

.contact-form {
    padding-bottom: 3%;
}

.contact-map {
    text-align: center;

}

.contact-form-input {
    width: 97.5%;
    padding: 0.5rem 0 0.5rem 0.75rem;
    border-radius: 2px;
    border: 1px solid silver;
    background: #f8fafc;
    margin-bottom: 3%;
}

.btn-submit {
    width: 50%;
    height: 40px;
    padding: 0.5rem 0 0.375rem 0.75rem;
    color: white;
    background-color: dodgerblue;
    border: none;
    letter-spacing: 1px;
    text-align: center;
}

.info-icons {
    /* display: inline; */
    /* border: 1px solid black; */
    /* border-radius: 50%; */
    text-align: center;
    padding: 3px;
    color: dodgerblue;
}

/* ********************** STYLES FROM CONTACT **************************** */


.fp-watermark {
    visibility: hidden;
}

.poster-section {
    margin-top: 5vh;
    height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
}

#poster1 {
    background-image: url("../IMG/1.png");

}

#poster2 {
    background-image: url("../IMG/2.png");
}

#poster3 {
    background-image: url("../IMG/3.png");
}



#poster4 {
    background-image: url("../IMG/4.png");
}

.footer-div {
    z-index: 9999999;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: right;
    margin-right: 5%;
}


#trish {
    text-decoration: none;
    color: firebrick;

}

#trish:hover {
    color: rgb(243, 28, 28); 
}