* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'NotesEsa';
    src: url('../fonts/NotesEsa.woff2') format('woff2'),
        url('../fonts/NotesEsa.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

html {
    font-family: 'NotesEsa';
    background-color: black !important;
}

body {
    background-color: black !important;
    
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}



iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#canvaswrapper {
    resize: both;
    padding: 0px;
    overflow: hidden;
    height: 100vh;
    position: relative;
    background-color: black;
}


#canvas {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    overflow: hidden;

}


#canvas img {
    position: absolute;
    cursor: pointer;
}

#canvas .popup {
    position: absolute;
    z-index: 100;   
    display: none; 
}

.popup {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

/* img inside the pop up window */

#canvas .popup img {
    position: relative;
    display: block;
    max-height: 300px;
    margin: 0 auto;
    cursor: auto;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 99;
    display: none;
    position: absolute;
}

.closebutton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('../img/closebutton.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.closebutton:hover {
    background-image: url('../img/closebutton_hover.png');
}

.content {
    padding: 25px 50px;
    text-align: center;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


.Drawelement {
    /* border: 1px solid red; */
}

.contentlinks {
    width: 450px;
    text-align: left;
}

.contentlinks1, .contentlinks2, .contentlinks3, .contentlinks4, .contentlinks5, .contentlinks6, .contentlinks7, .contentlinks8, .contentlinks9
, .contentlinks10, .contentlinks11, .contentlinks12, .contentlinks13, .contentlinks14, .contentlinks15, .contentlinks16, .contentlinks17 {
    width: 450px;
    text-align: left;
}

.contentlinks1 p, .contentlinks2 p, .contentlinks3 p, .contentlinks4 p, .contentlinks5 p, .contentlinks6 p, .contentlinks7 p, .contentlinks8 p,
.contentlinks10 p, .contentlinks11 p, .contentlinks12 p, .contentlinks14 p, .contentlinks15 p, .contentlinks16 p {
    color: #002331;
    padding-bottom: 20px;
    font-size: 12px;
}

.contentlinks9 p {

    color: #002331;
    padding-bottom: 20px;
    font-size: 8px;
}

.contentlinks13 p {

    color: #002331;
    padding-bottom: 20px;
    font-size: 10px;
}

.contentlinks17 p {

    color: #002331;
    padding-bottom: 20px;
    font-size: 10px;
}

.contentlinks1 h3 {
    color: #e5243b;
    padding-bottom: 15px;
}
.contentlinks2 h3 {
    color: #dda83a;
    padding-bottom: 15px;
}
.contentlinks3 h3 {
    color: #4c9f38;
    padding-bottom: 15px;
}
.contentlinks4 h3 {
    color: #c5192d;
    padding-bottom: 15px;
}
.contentlinks5 h3 {
    color: #ff3a21;
    padding-bottom: 15px;
}
.contentlinks6 h3 {
    color: #26bde2;
    padding-bottom: 15px;
}
.contentlinks7 h3 {
    color: #fcc30b;
    padding-bottom: 15px;
}
.contentlinks8 h3 {
    color: #a21942;
    padding-bottom: 15px;
}
.contentlinks9 h3 {
    color: #fd6925;
    padding-bottom: 15px;
    font-size: 10px;
}
.contentlinks10 h3 {
    color: #dd1367;
    padding-bottom: 15px;
}
.contentlinks11 h3 {
    color: #fd9d24;
    padding-bottom: 15px;
}
.contentlinks12 h3 {
    color: #bf8b2e;
    padding-bottom: 15px;
}
.contentlinks13 h3 {
    color: #3f7e44;
    padding-bottom: 15px;
    font-size: 12px;
}
.contentlinks14 h3 {
    color: #0a97d9;
    padding-bottom: 15px;
}
.contentlinks15 h3 {
    color: #56c02b;
    padding-bottom: 15px;
}
.contentlinks16 h3 {
    color: #00689d;
    padding-bottom: 15px;
}
.contentlinks17 h3 {
    color: #19486a;
    padding-bottom: 15px;
    font-size: 11px;
}

.smallerwidth {
    width: 200px;
}

.contentlinks h1 {
    color: #149ed9;
    padding-bottom: 15px;
}

.contentlinks h2 {
    color: #e5243b;
    padding-bottom: 15px;
}

.contentlinks p {
    color: #002331;
    padding-bottom: 15px;
    font-size: 12px;
}

.popupimg {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
}

.popupimg img {
    width: 150px;
    height: 150px;
}


ul { 
	text-align: left; 
    padding-left: 1.1em;
	}

li {
    margin:-10px 0;
}    

body{display:block !important}