@charset "utf-8";
body {
    color: rgba(67,65,66,1.00);
    background-size: cover;
    background-attachment: scroll;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-repeat: no-repeat;
    background-color: rgba(234,252,246,1.00);
}

nav {
    font-size: large;
    text-align: center;
    font-weight: 600;


}


h1 {
    text-align: center;
    font-size: 2em;
    color: rgba(67,65,66,1.00);
    margin: 5px;


}
section {
    color: rgba(67,65,66,1.00);
    border-radius: 0px;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    background-color: rgba(234,252,246,1.00);
    padding: 0px;
}
img {
    text-shadow: 0% 0;
    width: 71%;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
}

footer {
    color: rgba(0,0,0,1.00);
    font-variant: small-caps;
    font-weight: bold;
    background-image: url(../images/Panoramic%20beach%202.jpg);
    ;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    min-height: 69px;
    text-align: center;
}


p {
    margin: 5%;
    text-align: left;
}
body section p {
}
.golden{
    color: rgba(255,252,181,1.00);
    text-decoration: none;
}
.centre {
    text-align: center;
    font-variant: normal;
    font-weight: bold;
}
.norm {
    color: rgba(62,85,192,1.00);
    text-decoration: none;
}
#jd {
    width: 40%;
}
