
body {
    background: #0074d9 linear-gradient(150deg, #7d5957, #4a211f);
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
}



main, article {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    padding: 30px 10px;
    background: #fff;
}



h1 {
    font-size: 1.5em;
    padding: 0;
    line-height: 1;
}



header img {
    display: block;
	image-rendering: pixelated;
}



.networks .logos {
    /* width: 140px; */
    float: right;
    margin-right: 0px;
}



.networks {
    order: 1;
    flex-grow: 0;
	width: 60px; 	
}



.networks img {
    width: 40px;
    display: block;
    margin: 0 auto;
    transition: all .3s ease;
}


header .flex {   
    justify-content: space-between;
    flex-wrap: nowrap !important;

}



.logo {
	margin-right: 10px;
}



.push-desktop {
    order: 1;
}



@media (min-width: 800px){

	main, article {
	    margin: 60px auto;
	    padding: 60px;
	}
}



@media (min-width: 500px) {

	main, article {
	    margin: 60px auto;
	    padding: 40px 30px;
	}

	h1 {
    	font-size: 2em;
	}

}



@media (max-width: 600px){

	header .flex {

		flex-wrap: wrap !important;
	}
}



#products {
    margin-top: 20px;
}



#products .product {
    position: relative;
    margin-bottom: 20px;
}



#products .product a {
    position: relative;
}



#products .product h3 {
    line-height: 20px;
    font-size: .7em;
    text-transform: uppercase;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 42px;
    color: #fff;
}



#products .product img {
    width: 100%;
    display: block;
}



.browser {
    width: 98%;
    border: 0px solid #333;
    border-width: 20px 0 0 0;
    border-radius: 3px 3px 6px 6px;
    box-shadow: 1px 1px 20px -5px rgba(0,0,0,0.5);
    position: relative !important;
    min-height: 50px;
}



.browser img {
    border-radius: 0 0 6px 6px;
}



.browser::before,.browser::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #f55;
    top: -15px;
    left: 8px;
    border-radius: 50%;
    z-index: 10;
}



.browser::after {
    left: 24px;
    background: #3d3;
}



.mobile {
    transform: translateX(203%);
    width: 5em !important;
    border-radius: 5px;
    position: absolute !important;
    top: 18px;
    border: 2px solid #333;
    border-width: 2px 2px 14px 2px;
    box-shadow: 1px 1px 20px -5px rgba(0,0,0,0.5);
    min-height: 50px;
}



.mobile img {
    width: 100% !important;
    display: block;

}


.mobile::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    bottom: -10px;
    left: calc(50% - 3px);
    border-radius: 50%;
}


.oneRow {
	min-height: 2em;
}


.picnic {
    margin-bottom: -20px;
    font-size: smaller;
    text-align: center;
}



.button.contact {
    background: darkred;
}

