html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* For desktop: */
.col-1  {width: 8.33%;}
.col-2  {width: 16.66%;}
.col-3  {width: 25%;}
.col-4  {width: 33.33%;}
.col-5  {width: 41.66%;}
.col-6  {width: 50%;}
.col-7  {width: 58.33%;}
.col-8  {width: 66.66%;}
.col-9 	{width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.offset-1  {left: 8.33%;}
.offset-2  {left: 16.66%;}
.offset-3  {left: 25%;}
.offset-4  {left: 33.33%;}
.offset-5  {left: 41.66%;}
.offset-6  {left: 50%;}
.offset-7  {left: 58.33%;}
.offset-8  {left: 66.66%;}
.offset-9  {left: 75%;}
.offset-10 {left: 83.33%;}
.offset-11 {left: 91.66%;}
.offset-12 {left: 100%;}

.bottom-xs{margin-bottom:10px}
.bottom-s{margin-bottom:20px}
.bottom-m{margin-bottom:30px}
.bottom-l{margin-bottom:40px}
.bottom-xl{margin-bottom:60px!important}

.top-xs{margin-top:10px}
.top-s{margin-top:20px}
.top-m{margin-top:30px}
.top-l{margin-top:40px}
.top-xl{margin-top:60px}

.left-xs{margin-left:10px}
.left-s{margin-left:20px}
.left-m{margin-left:30px}
.left-l{margin-left:40px}
.left-xl{margin-left:60px}

.right-xs{margin-right:10px}
.right-s{margin-right:20px}
.right-m{margin-right:30px}
.right-l{margin-right:40px}
.right-xl{margin-right:60px}

.row{clear: both;overflow: hidden;margin-bottom: 10px;}

.lc{text-transform: lowercase;}
.uc{text-transform: uppercase;}
.ctr{text-align: center;}
.center{margin: auto;}
.clear{clear: both;}
.pull-left{float: left;}
.pull-right{float: right!important;}
.flex{display:flex;}
.fullw {width: 100%;}
.block{display: block;}
.contain{max-width: 860px;margin: auto;overflow: hidden;}
.strike {text-decoration: line-through; color: red;}

.bold, strong, b{font-weight: 700;}
.light{font-weight: 300!important;}

@media only screen and (min-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}


html{
  background: #fff; /*#EACC9F;*/
  font-family: 'Roboto', sans-serif;
}

header{
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed!important;
  top:0!important;
  width: 100%;
  transition: all .5s ease;
  background-color: #fff;
  padding-top: 20px;
}

main{
    margin-top: 420px;
    transition: all .5s ease;
}

.topbar, .botbar{
  color: #5D5D66;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1.4px
}

.logo {
    background: url(../img/Mekanika-logo.svg) center no-repeat;
    height: 300px;
    width: 400px;
    margin: auto;
    background-size: contain;
    text-indent: -5000px;
}

p {
    max-width: 600px;
    margin: 40px auto;
    line-height: 1.4;
    font-size: 1.2rem;
    color: #323E48;
}

a:link{
  color: #323E48;
}

a.cta {
    display: flex;
    height: 60px;
    line-height: 60px;
    background: #323E48;
    width: 400px;
    border-radius: 80px;
    margin: auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    flex-direction: row;
    justify-content: center;
}

.cta i {
    width: 27px;
    height: 21px;
    display: block;
    background: url(../img/mail-icon.svg) center no-repeat;
    background-size: contain;
    line-height: 80px;
    top: 19px;
    position: relative;
}

.cta p{color:#fff;margin: 0 10px;line-height: 60px;}


p.soon {
    text-align: center;
    color: #888;
}

footer {
    height: 200px;
    display: flex;
    justify-content: center;
}

.insta{
  color: #323E48;
  background:url(../img/insta-icon.svg) left no-repeat;
  height: 35px;
  line-height: 35px;
  padding-left: 44px;
  text-decoration: none;
}

.num{
  color: #323E48;
  background:url(../img/phone-icon.svg) left no-repeat;
  height: 36px;
  line-height: 35px;
  padding-left: 32px;
  text-decoration:none;
  background-size: contain;
}

footer a {
    width: 160px;
}

a.btn-style {
    display: block;
    margin: auto;
    text-align: center;
    background: #2b2b3b;
    color: #fff;
    padding: 20px;
    font-size: 1.2rem;
    width: 310px;
    border-radius: 50px;
    text-decoration:none;
}

.element {
    margin-bottom: 40px;
}

.pics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 90%;
    margin:auto;    
}

.pic img {
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 10px;
}

li.pic {
    background: none;
    padding: 0;
}

a.close-btn {
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
}

.shadowbox img {
    display: block;
    height: 85%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    box-shadow: 0 0 16px #171717;
}

.shadowbox {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #333333e3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

ul li {
    padding-left: 20px;
    line-height: 2;
    font-size: 1.2rem;
    background: url(../img/bullet.svg) no-repeat left center;
    background-size: 8px;
}

.item {
    margin-top: 30px;
}

.item .bold {
    font-size: 1.6rem;
}

.home {
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    background: url(../img/home.svg) no-repeat;
    height: 30px;
    width: 30px;
    text-indent: -5000px;
}

.comicon-link {
    position: absolute;
    background: #ff5e21;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    right: 30px;
}

.comicon-link span {font-weight: 700; color: #000;}


@media only screen
and (min-device-width : 0px)
and (max-device-width : 480px) {

    .comicon-link {
        position: absolute;
        background: #ff5e21;
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
        right: 0;
        left: 0;
        text-align: center

    }

    .logo {
        background: url(../img/Mekanika-logo.svg) center no-repeat;
        height: 300px;
        width: 270px;
        margin: auto;
        background-size: contain;
        text-indent: -5000px;
    }

    p{padding: 0 20px}

    .banner {height: 300px; background-size: 110%;}
    .banner h1 {font-size: 7vw;}
	.contain{padding:0 20px}

    .shadowbox img {
        display: block;
        height: auto;
        width: 95%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 20px;
        box-shadow: 0 0 16px #171717;
    }

}
