﻿body {
	margin: 0px;
}

#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}


/* Add some content at the bottom of the video/page */
.content {
    position: relative;
    top: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: #f1f1f1;
    width: 100%;
    /*padding: 20px;*/
}


.content-wrapper {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px 60px 60px 60px;
}

.content-main {
    margin: 20px 0px 20px 0px;

}

header {
    text-align: center;
}

header h1 {
    font-size: 3em;
}

header img {
    max-width: 100%;
}

footer {

}



/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.link {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    background-color: grey;
    border-radius: 5px 5px 5px 5px;
}