/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*-------*/
/* Style */
/*-------*/
body {
    border: 15px solid #000000;
    background-image: url("../img/bg.jpg");
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 25px;
}
body.projet {
    border: 0;
    background-image: none;
    background-color: #fff;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    overflow-x: hidden;
}
.menu-lateral::before {
    content: none;
}
.menu-lateral {
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    width: 40px;
    display: inline-block;
    margin: 0;
    z-index: 3;
}
.menu-lateral li {
    width: 40px;
    height: 100px;
    display: inline-block;
    padding: 0;
}
.menu-lateral li.uk-active::after {
    content: "";
    border-left: 3px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
}
.menu-lateral li.uk-active {
    position: relative;
}
.menu-lateral li {
    background-color: #fff;
    color: #000000;
    margin-bottom: 20px;
}
.menu-lateral li a {
    text-transform: uppercase;
    font-family: "Open Sans Condensed";
    font-weight: 300;
}
.menu-lateral li a {
    transform: rotate(90deg) translateX(-40px);
    transform-origin: bottom left;
    height: 40px;
    width: 100px;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
}
.uk-container-expand {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
}
.uk-container-expand.wrapper-projet {
    background-color: #fff;
}
.wrapper-home {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#wrapper { position: relative; }
.menu-lateral + .wrapper-home-destkop, header.wrapper-home-destkop{
    height: 100%;
}
.menu-lateral + .uk-switcher li header nav, header nav {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    background-color: #00000094;
    padding-right: 5px;
    padding-top: 5px;
}
.menu-lateral + .wrapper-home-destkop li header nav ul, header nav ul { margin: 0; }
.wrapper-home-destkop h1,.wrapper-home-destkop h3 {
    font-family: 'Open Sans Condensed';
    font-weight: 300;
    color: #fff;
}
header.wrapper-home-container { height: 100%; }
.wrapper-home-destkop h1 {
    font-size: 150px;
}
.wrapper-home-destkop h3 {
    font-size: 50px;
}
nav.bot-nav {
    margin-top: -55px;
}
body.projet nav.bot-nav a {
    color: #000;
    margin-top: -55px;
}
nav ul {
    padding: 0;
}
.uk-switcher>li {
    padding: 30px 100px;
    background-color: #000;
    transition: all 0.25s ease-in-out;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-switcher>li>section h2 {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #fff;
    border-left: 0;
    padding: 10px;
    margin: 0;
    margin-left: -90px;
    background-color: #000;
    font-size: 46px;
    display: inline-block;
}
.uk-switcher>li:nth-child(odd)>section h2 {
    margin-left: 0;
    margin-right: -90px;
}
.uk-switcher>li:nth-child(odd)>section {
    padding-right: 80px;
}
.uk-switcher>li:nth-child(even)>section h2::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 40px;
    right: -5px;
    border: 5px solid #fff;
    border-left: 0;
}
.uk-switcher>li:nth-child(odd)>section h2::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: 40px;
    border: 5px solid #fff;
    border-right: 0;
}
.uk-switcher>li:nth-child(even)>section>div>div.uk-display-block {
    border: 5px solid #fff;
    padding: 40% 0;
    position: relative;
    right: -35%;
}
.uk-switcher>li:nth-child(odd)>section>div + div>div.uk-display-block {
    border: 5px solid #fff;
    padding: 40% 0;
    position: relative;
    left: -35%;
    text-align: right;
}
.uk-switcher>li:nth-child(even)>section>div + div{
    overflow: hidden;
}
.uk-switcher>li:nth-child(odd)>section>div:first-child{
    overflow: hidden;
}
.uk-switcher>li:nth-child(even)>section>div + div>div img {
    visibility: hidden;
}
.uk-switcher>li:nth-child(odd)>section>div:first-child>div img {
    visibility: hidden;
}
.uk-switcher>li:nth-child(even)>section>div + div>div {
    background-image: url("../img/21147317_1141976225934674_3436278800952852480_n.jpg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: left center;
}
.uk-switcher>li:nth-child(odd)>section>div:first-child>div {
    background-image: url("../img/21147317_1141976225934674_3436278800952852480_n.jpg");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right center;
}
.uk-switcher>.home {
    padding: 0;
    background-color: transparent;
}
.description-wrapper p {
    color: #fff;
    font-family: "Open Sans Condensed";
    font: 300;
    margin: 0;
}
.description-wrapper {
    margin: 30px 0;
}
.more {
    padding: 10px;
    font-family: "Open Sans Condensed";
    font-weight: 300;
    border: 5px solid #fff;
    background-color: transparent;
    border-radius: 0;
}
.more a {
    color: #fff;
}
.uk-offcanvas-bar {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
}
.uk-open>.uk-offcanvas-bar button{
    position: absolute;
    right: 20px !important;
    top: 20px !important;
    left: auto !important;
}
.uk-open>.uk-offcanvas-bar button svg{
    color: #fff;
    width: 30px;
    height: 30px;
}
form .uk-inline .uk-input, form .uk-inline .uk-textarea {
    padding-left: 45px;
    color: #fff;
    font-family: "Open Sans Condensed";
}
form .uk-inline .uk-form-icon {
    background-color: #fff;
    max-height:39px;
}
form .uk-inline .uk-input, form .uk-inline .uk-textarea {
    background-color: transparent;
    border: 1px solid #fff;
}
.textarea .uk-form-icon {
    align-items: baseline;
    padding-top: 8px;
    height: 32px;
}
.contact section {
    height: 100%;
}
.contact section p {
    color: #fff;
    font-family: "Open Sans Condensed";
    text-align: justify;
}
.contact a.uk-button {
    background-color: #fff;
    color: #000;
    font-family: "Open Sans Condensed";
    border: 0;
    padding-right: 35%;
    position: relative;
    height: 45px;
    line-height: 45px;
}
.contact a.facebook::after {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"></path></svg>');
    width: 35%;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-left: 2px solid #000;
}
.contact a.instagram::after {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M13.55,1H6.46C3.45,1,1,3.44,1,6.44v7.12c0,3,2.45,5.44,5.46,5.44h7.08c3.02,0,5.46-2.44,5.46-5.44V6.44 C19.01,3.44,16.56,1,13.55,1z M17.5,14c0,1.93-1.57,3.5-3.5,3.5H6c-1.93,0-3.5-1.57-3.5-3.5V6c0-1.93,1.57-3.5,3.5-3.5h8 c1.93,0,3.5,1.57,3.5,3.5V14z"></path> <circle cx="14.87" cy="5.26" r="1.09"></circle> <path d="M10.03,5.45c-2.55,0-4.63,2.06-4.63,4.6c0,2.55,2.07,4.61,4.63,4.61c2.56,0,4.63-2.061,4.63-4.61 C14.65,7.51,12.58,5.45,10.03,5.45L10.03,5.45L10.03,5.45z M10.08,13c-1.66,0-3-1.34-3-2.99c0-1.65,1.34-2.99,3-2.99s3,1.34,3,2.99 C13.08,11.66,11.74,13,10.08,13L10.08,13L10.08,13z"></path></svg>');
    width: 35%;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-left: 2px solid #000;
}
.contact a.mail::after {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 483.3 483.3" style="enable-background:new 0 0 483.3 483.3;" xml:space="preserve"> <g> <g> <path d="M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z"/> <path d="M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z" /> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>');
    width: 35%;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-left: 2px solid #000;
}
.contact a.pinterest::after {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M10.21,1 C5.5,1 3,4.16 3,7.61 C3,9.21 3.85,11.2 5.22,11.84 C5.43,11.94 5.54,11.89 5.58,11.69 C5.62,11.54 5.8,10.8 5.88,10.45 C5.91,10.34 5.89,10.24 5.8,10.14 C5.36,9.59 5,8.58 5,7.65 C5,5.24 6.82,2.91 9.93,2.91 C12.61,2.91 14.49,4.74 14.49,7.35 C14.49,10.3 13,12.35 11.06,12.35 C9.99,12.35 9.19,11.47 9.44,10.38 C9.75,9.08 10.35,7.68 10.35,6.75 C10.35,5.91 9.9,5.21 8.97,5.21 C7.87,5.21 6.99,6.34 6.99,7.86 C6.99,8.83 7.32,9.48 7.32,9.48 C7.32,9.48 6.24,14.06 6.04,14.91 C5.7,16.35 6.08,18.7 6.12,18.9 C6.14,19.01 6.26,19.05 6.33,18.95 C6.44,18.81 7.74,16.85 8.11,15.44 C8.24,14.93 8.79,12.84 8.79,12.84 C9.15,13.52 10.19,14.09 11.29,14.09 C14.58,14.09 16.96,11.06 16.96,7.3 C16.94,3.7 14,1 10.21,1"></path></svg>');
    width: 35%;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-left: 2px solid #000;
}
body.contact {
    overflow: hidden;
}
body.contact h2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: bold;
}
body.projet h2 {
    color: #000;
    font-size: 3.5vw;
}
body.about section {
    overflow-y: scroll;
    height: 100%;
}
body.about section .img-wrapper {
    width: 800px;
    height: 475px;
    overflow: hidden;
}
body.about section .img-wrapper {
    width: 45%;
    height: 33%;
    margin: auto;
}
body.about section .img-wrapper + h1 {
    color: #fff;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 75px;
    margin-top: -55px;
    margin-bottom: 45px;
}
body.about section .img-wrapper + h1 + .uk-container {
    padding-left: 150px;
    padding-right: 150px;
}
body.about section .img-wrapper + h1 + .uk-container p, body.about section .img-wrapper + h1 + .uk-container i {
    color: #fff;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
body.about section .img-wrapper + h1 + .uk-container img {
    width: 35%;
    margin-left: 20px;
}
.response {
    color: #fff;
    font-family: "Open Sans Condensed";
    text-align: justify;
}
.wrapper-home h1 {

    font-size: 60px;
}
.wrapper-home h3 {
    font-size: 30px;
}
.wrapper-home h1,.wrapper-home h3, section.masonry-wrapper h1 {
    font-family: 'Open Sans Condensed';
    font-weight: 300;
    color: #fff;
}
div.aboutText {
    padding-bottom: 65px;
}
h3.ref {
    color: #fff;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 45px;
}
/* Gallerie */
* { box-sizing: border-box; }

body { font-family: sans-serif; }

/* ---- grid ---- */
/* clearfix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid {
    padding-bottom: 60px;
}
section.masonry-wrapper {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    padding: 50px 75px 0 75px;
}
/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
    width: calc((100% - 20px) / 3);
}

.grid-item {
    float: left;
    margin-bottom: 10px;
}
.grid-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* RESPONSIVE */
@media screen and (min-width: 960px) {
    form + div { margin: auto 0 !important; }
    nav.bot-nav ul li {
        display: inline-block;
        border-right: solid 2px #fff;
        margin-right: -2px;
    }
    body.projet nav.bot-nav ul li {
        display: inline-block;
        border-right: solid 2px #000 ;
    }
    nav.bot-nav ul li a {
        color: #fff;
        font-size: 35px;
        font-family: 'Open Sans Condensed';
        font-weight: 700;
        padding: 0 5px;
        box-sizing: border-box;
        text-shadow: 1px 1px 5px rgb(0, 0, 0);
    }
    body.projet nav.bot-nav ul li a {
        text-shadow: none;
    }
    nav ul li a:hover {
        color: #fff;
        cursor: pointer;
    }
    nav.bot-nav ul li.active {
        border-bottom: solid 5px #fff;
    }
    body.projet nav.bot-nav ul li.active {
        border-bottom: solid 5px #000;
    }
    nav ul li:last-child {
        border: 0;
    }
    .aboutText p {
        text-align: justify;
    }
}
@media screen and (max-width: 959px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
    section.masonry-wrapper {
        padding: 50px 25px 0 25px;
    }
    body.about section .img-wrapper + h1 + .uk-container {
        padding: 0 50px;
    }
    body.about section .img-wrapper + h1 + .uk-container img {
        width: 100%;
        float: initial;
        display: block;
        margin: 0;
    }
    body.about section .img-wrapper + h1 {
        font-size: 35px;
        margin-top: -25px;
    }
    body.about section .img-wrapper {
        width: 75%;
        height: initial;
    }
    form .uk-flex {
        display: block !important;
    }
    form .uk-inline {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    form .uk-inline .uk-input {
        padding-left: 45px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    header {
        height: 100%;
    }
    .uk-switcher > li:nth-child(even) > section > div > div.uk-display-block {
        padding: 20px 0;
        right: inherit;
    }
    #wrapper {
        overflow-y: scroll;
        height: 100%;
        padding-top: 70px;
        box-sizing: border-box;
    }
    nav {
        margin: 0;
        height: 100%;
    }
    nav ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        align-content: space-between;
        height: 100%;
    }
    nav ul li {
        color: #fff;
        font-size: 35px;
        font-family: 'Open Sans Condensed';
        font-weight: 700;
        padding: 0 5px;
    }
    body.projet .uk-offcanvas-content svg {
        fill: #000;
    }
    .uk-offcanvas-content {
        position: relative;
    }
    .uk-offcanvas-content a {
        position: fixed;
        top: 50px;
        right: 50px;
        z-index: 5;
        cursor: pointer;
    }
    .uk-offcanvas-content a svg {
        fill: #fff;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    section.uk-grid {
        min-height: 100%;
        margin-right: 0;
    }
    section>div>div.uk-display-block {
        border: 5px solid #fff;
        border-left: 0;
        padding: 10px 0;
        position: relative;
        right: 0;
    }
    section>div>div.uk-display-block h2 {
        font-family: 'Open Sans Condensed';
        font-weight: 700;
        color: #fff;
        border-left: 0;
        padding: 10px;
        margin: 0;
        margin-left: -25px;
        font-size: 36px;
        display: inline-block;
    }
    form + div * { margin: auto 0 !important; }


}
