/*   
Theme Name: Maciej Tomkow
Theme URI: http://candd.co
Description: Szablon dedykowany by CANDD
Author: Filip Susmanek + CANDD
Author URI: http://candd.co
Version: 1
*/

/**
 * FONTS
 */

@font-face {
    font-family: 'Lovelo';
    src: url('fonts/lovelo.otf') format('opentype');
    font-weight: normal;
}

/**
 * GLOBAL
 */

svg.blurjs {
    display: none;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

body {
    padding: 0;
    margin: 0;
    color: #373d42;
    width: 100%;
}

a {
    text-decoration: none;
    color: #373d42;
    border: none;
}

a:hover {
    color: #636c74
}

p {
    font-size: 1em;
    font-weight: bold;
}

p > a {
    font-size: 0.7692307692307692em;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-weight: normal;
    font-family: 'Lovelo', sans-serif;;
    margin: 0 0 0.3em 0;
    letter-spacing: 0.06em;
}

h1 {
    font-size: 9.2em;
}

h2 {
    font-size: 4.6em;
    line-height: 1em;
    margin: 0.6em 0 0.3em 0;
}

h3 {
    font-size: 2.3em;
}


/**
 * WRAPPERS
 */

.wrapper-main {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.wrapper-full {
    width: auto;
    padding: 50px 0 0 0;
}

.wrapper-half {
    padding: 40px 80px 60px 0;
    text-align: justify;
}

.column-half:nth-child(2n) .wrapper-half {
    padding: 40px 0 0 80px;
}

.wrapper-half-last {
    padding: 70px 0 70px 79px;
}

.wrapper-center {
    margin: 0 auto;
}

/**
 * COLUMNS
 */


.column-full {
    display: block;
    width: 100%;
}

.column-half {
    width: 50%;
    float: left;
}

/**
 * FORMS
 */

.contact-form {
    text-align: center;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel] {
    width: 96%;
    height: 67px;
    border: none;
    background-color: #ced0d1;
    margin-bottom: 33px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    padding-left: 4%;
    color: #fff;
}

.contact-form input[type=submit] {
    width: 79px;
    height: 29px;
    background-color: #000;
    color: #fff;
    font-family: 'Lovelo', sans-serif;
    border: none;
    display: inline-block;
    margin: 0 auto;
}

.contact-form textarea {
    width: 96%;
    height: 250px;
    border: none;
    background-color: #ced0d1;
    margin-bottom: 33px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    padding-left: 4%;
    padding-top: 22px;
    color: #fff;
}

.wrapper-form {
    width: 980px;
    margin: 0 auto;
}

.column-form-left {
    padding-right: 59px;
}

.column-form-right {
    padding-left: 40px;
}

@media only screen and (max-width: 979px) {
    .wrapper-form {
        width: auto;
        padding: 0 20px;
    }
    
    .column-form-left {
        padding-right: 29px;
    }
    
    .column-form-right {
        padding-left: 20px;
    }
    
    .contact-form textarea {
        height: 190px;
    }
    
    .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel] {
        height: 47px;
    }
}

.contact-form span.wpcf7-not-valid-tip {
    margin-top: -30px;
    margin-bottom: 13px;
}

.contact-form input.wpcf7-not-valid {
    background-color: #e9c7c7;
}



/**
 * HEADER
 */

header#header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: visible !important;
    display: block;
    text-align: center;
    visibility: hidden;
}

div.logo-menu {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 999;
    overflow: visible;
    padding: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 100% !important;
}

div.logo-menu img {
}

div.logo-menu a {
    position: absolute;
    top:0; left:0; right:0; bottom:0;
}

nav#menu {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    display: block;
}

nav#menu ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: bottom;
}

nav#menu ul a {
    text-decoration: none;
    color: #000;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

nav#menu ul a:hover {
    color: #d0d0d0;
}

nav#menu ul a.active {
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    color: #c0c0c0;
}

nav#menu ul li {
    display: block;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Lovelo', sans-serif;
    letter-spacing: 0.06em;
    position: relative;
}

nav#menu ul li.menu-left {
    float: left;
    margin-right: 60px;
}

nav#menu ul li.menu-right {
    display: inline-block;
    margin-left: 60px;
}


#menu-icon {
    width: 34px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -17px;
    background-image:url(images/menu_icon.png);
    cursor: pointer;
    display: none;
}

#menu-thin {
    position: fixed;
    height: 40px;
    margin-top: 0;
    margin-top: -40px;
    width: 100%;
    z-index: 999;
    text-align: center;
    top: 0;
    display: block;
    background-color: #fff;
}

#menu-thin ul {
    height: 0;
    list-style: none;
    padding: 0;
    margin: 3px 0 0 0;
    width: 100%;
    display: block;
    overflow: hidden;
}

#menu-thin li {
    display: table;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    vertical-align: middle;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Lovelo', sans-serif;
    letter-spacing: 0.06em;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
}

#menu-thin a {
    display: table-cell;
    color: #000;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    
}


#menu-thin ul a:hover {
    color: #969696;
}

#menu-thin ul a.active {
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    color: #;
}

#menu-thin-logo {
    margin-top: 6px;
    display: inline-block;
    position: relative;
}

#menu-thin-logo a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#menu-thin-icon {
    width: 40px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: 8px;
    /* margin-left: -17px; */
    /* background-image: url(images/menu-icon.png); */
    cursor: pointer;
    display: block;
    background-size: auto 100%;
}

#menu-thin .wrapper-main {
    padding: 0 !important;
}

/**
 * CONTENT
 */



.page {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    overflow: hidden;
}

.page-transparent .column-wide {
    background-color: transparent !important;
}

.main {
    width: 100%;

    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.main .logo-main {
    display:inline-block;
    margin-top: 79px;
}

.main .about-button {
    width: 136px;
    height: 35px;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Lovelo', sans-serif;
    font-size: 1em;
    vertical-align: middle;
    display: table;
    position: absolute;
    bottom: 79px;
    left: 50%;
    margin-left: -68px;
    
}

.main .about-button a {
    display: table-cell;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    vertical-align: middle;
}

.main .about-button a span {
    vertical-align: middle;
}

.main .about-button a:hover {
    background-color:rgba(255,255,255,0.2);
}

.parallax-background {
    width: 100%;
    min-height: 691px;
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #c3c3c3 !important;
}

.main.parallax-background {
    min-height: 0;
}

.parallax-disable {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.mask-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: url(images/mask.png);*/
    display: none;
}

.page.gallery {
    width: auto;
    padding: 0 20px;
}

.gallery .frames {

}

.contact-data {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: -27px;
}

.contact-data p {
    font-size: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 17px;
    text-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
}

.contact-data .mail a {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 40px;
    display: block;
    text-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
}


.contact-data p.tel {
    font-size: 4em;
    font-weight: 900;
    margin-bottom: 80px;
    margin-top: 120px;
    line-height: 40px;
    text-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
}

.contact-data img {
    margin-bottom: 17px;
}

.contact-data p.tel img {
    margin-bottom: 40px;
}

.realization {
    transition: background-image 0.5s;
   -webkit-transition: background-image 0.5s;
   -moz-transition: background-image 0.5s;
    float: left;
   width: 29.666%;
   margin-right: 5.333%;
   margin-bottom: 5%;
   height: 170px;
   position: relative;
   padding: 0;
   overflow: hidden;
   background-position: center;
   background-size: cover;
}

.realization .realization-overlay {
    background-position: center !important;
    background-size: cover !important;
    overflow: visible;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px);
}


.realization.pagination-breaker {
    margin-right: 0;
}

.realization.pagination-invisible, .realization.pagination-placeholder {
    margin-right: 0;
}

.realization-content {
    top: 55px;
    left: 25px;
    padding: 0 20px 0 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.realization p.title {
    display: inline-block;
    padding: 0;
    overflow: visible;
    font-family: 'Lovelo', sans-serif;
    font-size: 1.3em;
    color: #fff;
    margin: 0;
}

.realization p.title img {
    height: 1em;
    width: auto;
    margin-left: 5px;
    margin-bottom: -2px;
}

.realization p.desc {
    font-size: 0.85em;
    font-family: 'Lato', sans-serif;
    margin: 0;
    color: #fff;
}

.realization p {
   
   z-index: 1;
}

.realization:hover .realization-content {
    opacity: 1;
}

.realization:hover .realization-overlay {
    opacity: 1;
}

.realization a {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.partnerzy {
        width: auto;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    
div.partner {
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    margin: 5px;
    position: relative;
    display: inline-block;
}

div.partner:hover {
    opacity: 0.76;
}

.partner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.competence {
    height: auto;
    width: 25.666%;
    margin-right: 9.333%;
    margin-bottom: 5%;
    background-size: cover;
    background-position: center;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.competence:hover .competence-content {
    opacity: 1;
}

.competence:hover .competence-overlay {
    opacity: 1;
}

.competence:nth-child(3n) {
    margin-right: 0;
}

.competence-content {
    
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}



.competence .title {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 1em;
    padding: 5px;
    border: 3px solid #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    /* width: 100%; */
    text-align: center;
}

.competence .desc {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 1em;
    text-align: justify;
    display: inline-block;
}

.competence .competence-overlay {
    background-position: center !important;
    background-size: cover !important;
    overflow: visible;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
}


/**
 * FOOTER
 */

footer {
    height: 43px;
    margin: 0;
    padding: 0;
    color: #000;
    position: relative;
}

footer ul {
    position: absolute;
    top: 4px;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
}

footer .copyright {
    display: inline-block;
    padding: 12px 0;
    color: #000;
}

/**
 * MISC
 */

.clearfix {
    width:100%;
    clear: both;
}

.social-icons {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.social-icon {
    display: inline-block;
    /* width: 60px; */
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.social-icon img {
    height: 100%;
    width: auto;
}

@media (min-width: 1200px) {
    .social-icon {
        display: inline-block;
        /* width: 60px; */
        height:60px;
        border-radius: 10px;
        margin-right: 10px;
        overflow: hidden;
    }
}
/**
 * CUSTOM STYLES
 */


/**
 * MEDIA
 */

@media only screen and (max-width: 1180px) {
    html {
        font-size: 12px;
    }
    
    nav#menu li:first-child {
        margin-left: 20px;
    }
    
    nav#menu li:last-child {
        margin-right: 20px;
    }
    
    nav#menu ul li {
        font-size: 0.8em;
    }
    
    .wrapper-main {
        width: auto;
        padding: 0 20px;
    }
    
    .wrapper-half-last {
        padding: 35px 0 35px 39px;
    }
    
    .wrapper-wide {
        width: auto;
        padding: 5px 0 35px 39px;
        float: left;
    }
    
    .wrapper-half {
        padding: 30px 40px 30px 0px;
    }
    
    .column-half:nth-child(2n) .wrapper-half {
        padding: 30px 0 30px 40px;
    }
    
    header#header {
        height: 60px;
    }
    
    div.logo-menu {
        margin-top: 15px;
        bottom: 4px;
    }
    
    
    .main .logo-main img {
        height: 60px;
    }
    
    .main .about-button {
        width: 125px;
        height: 30px;
        margin-left: -62px;
    }
    
    .page {
        background-position: center !important;
    }
    
    .realization {
       width: 29.666%;
       margin-right: 5.333%;
       
       height: 160px;
       position: relative;
       padding: 0;
    }
    
    .realization-content {
        top: 20px;
        left: 20px;
    }
    
    .realization p.title {
        font-size: 1.1em;
    }
    
    .realization p.desc {
        font-size: 1em;
    }
    
    .timeline .timeline-wrapper .v-line  {
        margin-top: 15px !important;
    }
    
    .created-by {
        margin-right: 20px;
    }
}

@media only screen and (max-width:980px) {
    .competence {
        width: 29.666%;
        margin-right: 5.333%;
    }
    
    .competence-content {
        left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 799px) {
    
    html {
        font-size: 12px;
    }
    
    .wrapper-full {
        padding: 30px 0 0 0;
    }
    
    #header {
        display: none;
    }
    
    .parallax-background {
        min-height: 400px;
    }
    
    
    .realization {
        width: 47.333%;
        height: 150px;
        position: relative;
        padding: 0;
    }

    .realization .realization-overlay {
        opacity: 1 !important;
    }
    
    .realization-content {
        top: 25px;
        left: 25px;
        padding: 0 25px 0 0;
        opacity: 1 !important;
    }
    
    .realization p.title {
        font-size: 1em;
    }
    
    .realization p.desc {
        font-size: 0.85em;
    }
    
    .competence {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    
    .competence:nth-child(2n) {
        margin-right: 0;
    }
    
    .competence:nth-child(3n) {
        margin-right: 5.333%;
    }
    
    .competence-content {
        top: 20px;
        opacity: 1 !important;
    }
    
    .competence-overlay {
        opacity: 1 !important;
    }
    
    .timeline .timeline-wrapper {
        height: 340px !important;
    }
    
    .timeline .timeline-wrapper .v-line  {
        margin-top: 16px !important;
    }

}

@media only screen and (max-width: 499px) {
    
    html {
        font-size: 10px;
    }
    
    a {
        font-size: 1.2em;
    }
    
    h1 {
        font-size: 4.2em;
        line-height: 1em;
        margin: 0.6em 0 0.3em 0;
    }
    
    h2 {
        font-size: 3.6em;
        line-height: 1em;
        margin: 0.6em 0 0.3em 0;
    }
    
    h3 {
        font-size: 2.3em;
    }
        
    .column-wide {
        width: 100%;
    }
    
    .column-narrow {
        width: 100%;
    }
    
    .column-half {
        width: 100%;
    }
    
    .column-form-left {
        padding-right: 0;
    }
    
    .column-form-right {
        padding-left: 0;
    }

    
    .wrapper-main {
        
    }
    
    
    .wrapper-half {
        padding: 20px 0 0 0;
    }
    
    .column-half:nth-child(2n) .wrapper-half {
        padding: 20px 0 0 0;
    }
    
    .wrapper-half img {
        display: none;
    }
    
    header#header {
        display:none;
    }
    
    .page {
        padding-bottom: 40px;
    }
    .page.contact {
        padding-bottom: 0px;
    }
    
   
    .main .about-button {
        height: 34px;
    }
    
    .gallery {
        padding: 0;
    }
    
    .frames-buttons {
        margin-top: 100px;
    }
    
    
    .frames-button-prev, .pagination-button-prev,{
        margin-right: 60px !important;
    }
    
    .frames-button-next, .pagination-button-next {
        margin-left: 60px !important;
    }
    
    .page-transparent {
        background-position: 22% 68% !important;
        background-size: auto 100%;
        -o-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -ms-background-size: auto 100%;
        -webkit-background-size: auto 238%;

    }
    
    .page-top {
        background-position: left 0 !important;
        background-size: 179% auto;
        -o-background-size: 179% auto;
        -moz-background-size: 179% auto;
        -ms-background-size: 179% auto;
        -webkit-background-size: 179% auto;
        background-repeat: no-repeat;
        padding-top: 101%;
    }
    
    .realization {
        width: 47.333%;
        height: 140px;
        position: relative;
        padding: 0;
    }
    
    .realization p {
        opacity: 1;
    }
    
    .realization-content {
        top: 5px;
        left: 5px;
        padding: 0 15px 0 0;
    }
    
    .realization p.title {
        font-size: 1.2em;
    }
    
    .realization p.desc {
        font-size: 1em;
    }
    
    .competence {
    }
    
    .competence-content {
        top: 5px;
        left: 5px;
    }
    
    .competence-content .title {
        font-size: 1.6em;
    }
}

.main-page {
    height: 100%;
    background-color: #c9c9c9;
}

.awards-wrapper {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

.awards-row {
	display: table-cell;
	width: auto;
	text-align: center;
	vertical-align: middle;
}

.awards-row-image {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.awards-row-image img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
	vertical-align: middle;
    height: auto;
}

.awards-row-desc {
	text-align: center;
}

.awards .pagination-button-next {
    margin-top: 15px;
}

/* TIMELINE OVERRIDE */
.timeline .text-wrapper p.subtitle {
    font-size: 0.8em;
    text-transform: uppercase;
}

.timeline .block.invisible {
    visibility: hidden;
    display: none;
}

/* BURGER MENU */
#nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #373d42;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

.menu-open #nav-icon span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.menu-open #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-open #nav-icon span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.section-title {
    text-align: center;
    font-size: 42px;
    margin-top: 55px;
}

@media (min-width: 1200px) {
    #nimia {
        margin-bottom: -80px;
    }
}
