body {

/*    background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);*/
  font-family: "Work Sans", sans-serif;

}

a {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: sans-serif;
}

nav {
    display: flex;
    background-color: #200e3d;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 1;
}

#Telephone {
    position: absolute;
    left: 20px;
    top: 5px;
}

#Email {
    position: absolute;
    right: 20px;
    top: 3px;
}

.container {
    position: absolute;
    background-image: url('images/jurcoast2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 65px;
    left: 0px;
    width: 100%;
    height: 90%;
    max-width: 1500px;
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    display: flex;
/*    align-items: center;
    justify-content: center;
    flex-flow: wrap;
*/
}

#Heading {
    position: relative;
    width: 92%;
    float: left;
}

#Logo {
    position: relative;
    float: right;
}

#Logo img {
    border-style: none;
    border-radius: 0%;
    margin: 0 0;
    max-width: 125px;
    height: auto;
    display: block;
    top: 0px;
    right: 20px;
 
}

#MCEA {
    position: absolute;
    left: 10px;
    top: 500px;
}

h1 {
    color: black;
    text-align: center;
    font-size: 32px;
    margin: 0px 0px 0px;
    padding-top: 5px;
}
h2 {
    color: black;
    text-align: center;
    font-size: 22px;
    margin: 0px 0px 0px;
    padding-top: 12px;
}

.Vehicle {
    height: 30px;
    background: white;
    position: absolute;
    top: 83px;
    background-size: cover;
    background-position: center;

}
#Caravan {
    left: 285px;
    width: 300px;
}

#Motorhome {
    left: 590px;
    width: 300px;
}

#Trailer {
    left: 895px;
    width: 300px;
}

#Boat {
    left: 1200px;
    width: 280px;
}

.text {
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: white;
    overflow: hidden;
    transition: 0.2s;
    padding: 10px;
}

.text:hover {
    height: 330px;
    transition: 0.3s;
}

.text h3 {
    color: blue;
    text-decoration-line: underline;
    margin-top: 3px;
}

.social-media {
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 200%;
    width: auto;
    margin-left: auto;
}

.social-media a i{
    color: white;
    transition: 0.2s;
}

.social-media a i:hover {
    color: black;
    transition: 0.2;
}

.copyright {
    position: absolute;
    left: 10px;
    bottom: 3px;
    color: black;
}