@font-face {
    font-family: 'dokchamp';
    src: url('dokchamp.ttf') format('truetype');
}

nav {
    margin-bottom: 30px;
}

.footer-img {
    position: relative;
    bottom: 0;
    height: 500px;
}

.parallax-container{
    height: 300px;
}

.row {
    margin-bottom: 0;
}

.dp-height {
    height: 100vh;
}

.mirrored {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

a.white {
    color: white;
    background-color: transparent !important;
}

a.white:hover {
    text-decoration: underline;
}

.shadow-top-bottom {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 -12px 15px 0 rgba(0, 0, 0, 0.24);
}

.shadow-bottom {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.carousel-wrapper {
    max-height: 300px;
    margin-bottom: 10%;
}

.showreel {
    margin-top: 5%;
    margin-bottom: 10%;
}

body {
    font-family: dokchamp, arial, sans-serif;
}

html, body, .block {
    height: 100%;
}

.nav-btn {
    margin-right: 50px;
    margin-left: 50px;
}

.my-side-nav {
    width: 200px;
}

.logo-container a {
    width: 100%;
    height: 100%;
}

.nav-user-container {
    padding: 22px 22px;
    margin-bottom: 20px;
}

input[type=text] {
    box-sizing: inherit;
}

.max {
    width: 100%;
    height: 100%;
}

.btn {
    margin-bottom: 1rem;
}

.normal {
    width: 200px;
    height: 200px;
}

.small {
    width: 100px;
    height: 100px;
}

.tiny {
    width: 50px;
    height: 50px;
}

.mini {
    width: 25px;
    height: 25px;
}

.article-preview-content {
    height: 200px;
    position: relative;
}

.overlayValign {
    margin-top: 30%;
}

h1 {
    font-size: 4rem;
}

h3 {
    font-size: 2rem;
}

.bg-flare {
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.flare1 {
    background-image: url("../img/fl1.png");
}

.flare2 {
    background-image: url("../img/fl2.png");
}

.overlay {
    position: relative;
    width: 100%;
    height: 1000px;
    left: 0;
    top: 0;
}

.of-hidden {
    overflow: hidden;
}

.bg-gradient {
    background: -moz-linear-gradient(top, rgb(3, 3, 33) 0%, rgb(36, 5, 75) 100%);
    /* FF3.6+ rgb(33, 3, 3)rgb(3, 3, 33)*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(3, 3, 33)), color-stop(100%, rgb(36, 5, 75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(3, 3, 33) 0%, rgb(36, 5, 75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(3, 3, 33) 0%, rgb(36, 5, 75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(3, 3, 33) 0%, rgb(36, 5, 75) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgb(3, 3, 33) 0%, rgb(36, 5, 75) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    margin: 0;
    background: lime;
    /* Just to visualize the extent */
    z-index: 10;
}

.gradientback {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.animation-msg {
    position: absolute;
    top: -105px;
    right: -90px;
    width: 210px;
    height: 180px;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(../img/speechbubble1.png);
    padding: 20px 25px 50px 15px;
    overflow: hidden;
    display: none;
    font-size: 0.75em;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .margin-on-small-only, .margin-on-small-and-down {
        margin-top: 100px;
    }
}

.cc {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 45%;
}

.cc1 {
    background-image: url("../img/moab2.png");
}

.cc2 {
    background-image: url("../img/la1.png");
}

.cc3 {
    background-image: url("../img/moab1.png");
}

.cc-msg {
    color: rgb(33, 33, 33);
    background-color: rgba(120, 120, 120, 0.35);
}
