body {
    margin: 0;
    padding: 0;
    font-family: 'Catamaran', sans-serif;
    color: #cacaca;
    font-size: 26px;
    font-weight: 700;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.content {
    position: fixed;
    top: 60px;
    width: 100%;
    padding-right: 28px;
    text-align: center;
}
.contentContainer {
    background: rgba(0,0,0,0.4);
    display: inline-block;
    padding: 40px 200px 40px 200px;
}
.txtSmall {
    font-size: 20px;
}
.txtWhite {
    color: #fff;
}
.fontExtraBold {
    font-weight: 900;
}
.fontBold {
    font-weight: 700;
}
.fontRegular {
    font-weight: 400;
}
.fontThin {
    font-weight: 300;
}
.sunLogo {
    max-width:100%;
    height: auto;
}
a {
    color: #cacaca;
}
a:hover {
    color: #fff;
    text-decoration: none;
}