* {
    padding: 0;
    margin: 0;
}
#main {
height: 100%;
width: 100%;
}
#background{
    position:absolute;
    bottom: 0px; 
    z-index:-1; 
    width:100%;
    max-width:2766px;
    max-height:1556px;
    height:auto;
}
#main {
font-family: 'Cantarell', serif;
}

#cam1 {
position: absolute;
right: 150px; top: 100px;
height: 300px; width: 320px;
color: white;
background-color: rgba(204,204,255,0.65);
border: solid 1px #4bb5e1;

}
#cam1 img {
width: 320px; height: 240px;
}

#info {
font-family: 'Cantarell', serif;
font-size: 20px;
position: absolute;
padding: 5px;
top: 90px; left: 50px;
/* width: 350px; 
height: 150px;   */
background-color: rgba(204,204,255,0.65);
border: solid 1px #4bb5e1;
}
h1 {
font-size: 130%;
}
#windsport {
position: absolute;
top: 5px; left: 20px;
/* background-color: rgba(204,204,255,0.65);
border: solid 1px #4bb5e1; */
}
