@import url(https://fonts.googleapis.com/css?family=Satisfy);

.manuscrite{
	font-family: 'Satisfy', 'cursive';
	font-size: 2.5em;
}

img.arm42-logo{
    width: 50%;
	height: auto;
    max-width: 420px;
    max-height: 410px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.mfp-title {
    position:absolute;
}
.video-link {
    color: #FFF;
}