body, html {
	padding: 0;
	margin: 0;
	height: 100%;  
	font: normal 100% 'Open Sans', sans-serif;
  	color: #333;
}
* {
  box-sizing: border-box;
}
a:link {
  color: #09c;
}
a:visited {
  color: #09c;
}
a:hover {
  color: #333;
}
a:active {
  color: #09c;
}
section {
	height: 100%;
}
.sec-home {
   	background: url(../images/sec-home.jpg) no-repeat center bottom; 
    background-size: cover;
  	background-attachment: fixed;
}
.mainlinks-container {
	position: relative;
	top: 23%; 
}
.mainlinks {
	width: 33.33%; 
	float: left; 
	text-align: center;
}
.sec-home a:link {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    text-decoration: none;
    transition: 0.6s;
}
.sec-home a:active {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    text-decoration: none;
}
.sec-home a:visited {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    text-decoration: none;
}
.sec-home a:hover {
    color: #a8dfff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    text-decoration: none;
    transition: 0.6s;
}
.sec-utm {
   	background: url(../images/sec-utm.jpg) no-repeat center bottom; 
   	background-size: cover;
	background-attachment: fixed;
}
.sec-supplies {
   	background: url(../images/sec-supplies.jpg) no-repeat center bottom; 
    background-size: cover;
  	background-attachment: fixed;
}
.sec-services {
   	background: url(../images/sec-services.jpg) no-repeat center bottom; 
   	background-size: cover;
  	background-attachment: fixed;
}
.sec-contact {
   	background: url(../images/sec-contact.jpg) no-repeat center bottom; 
   	background-size: cover;
  	background-attachment: fixed;
}
.article-container {
	background-color: #FFF;
	width: 100%;
	float: left;
	padding: 20px 0;
}
.home-border-left {
	border-left: 1px solid #999;
}
article {
	width: 80%; 
	margin: 0 auto;
}
.flex {
	display: flex; 
  	align-items: center;
}
.logo-supreme {
	min-width: 17%; 
	max-width: 17%; 
	float: left;
}
	.logo-supreme img {
		width: 85%;
	}
.logo-certification {
	width: 11%; 
	float: left;
}	
	.logo-certification img {
		width: 80%; 
		float: right;
	}
.article-text {
	float: left; 
	padding: 20px 30px;
	
	font-size: 0.9em;
}
.article-text-mobile {
	display: none;
}
.article-contact-text {
	font-size: 0.9em;	
}
.article-heading {
	max-width: 17%;
	min-width: 17%;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
}
.article-contact-heading {
	width: 100%;
	margin: 0 0 20px 0;  
}
p {
	text-align: justify;
	margin: 0;
}
.top-margin {
	margin: 10px 0 0 0;
}
.icon-visit {
	background: url(../images/icon-visit.png) no-repeat left top;
	padding: 0 0 0 5%; 
	width: 35%;
	float: left;
}
.icon-call {
	background: url(../images/icon-call.png) no-repeat left top;
	padding: 0 0 0 4%;  
	width: 25%;
	float: left;
}
.icon-email {
	background: url(../images/icon-email.png) no-repeat left top; 
	padding: 0 0 0 5%;
	width: 40%; 
	float: left;
}
.container-contact-border {
	min-height: 120px;
	border-left: 1px solid #999;
	padding: 0 0 0 5%;
}
h1 {
	margin: 0 0 5px 0;
	font-size: 1.6em;
    font-weight: bold;
}
.map {
	height: 100%;
}
footer{
	padding: 10px 0;
	color: #FFF;
  	background-color: #666;
  	text-align: center;
  	font-size: 0.9em;
}
a.back-to-top {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: #FF7F00;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1em;
  transition: 0.6s;
  display: none;
}
a:hover.back-to-top {
  background-color: #187CAE;
  color: #FFF;
  text-decoration: none;
  transition: 0.6s;
}
.icon-contact {
  background: url(../images/icon-contact.png) no-repeat 12px center;
  background-size: 12px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 5px 20px;
  padding-left: 30px; 
  background-color: #333;
  font-size: 0.9em;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  border-radius: 50px;
}
.icon-contact a {
  color: #FFF;
  text-decoration: none;
}
.mainlinks-container-mobile {
	display: none;
}

@media screen and (max-width: 1100px) {
article {
	width: 95%; 
}
.article-heading {
	margin-right: 30px;
}
.logo-certification img {
	width: 100%; 
}
}
@media screen and (max-width: 900px) {
.article-contact-heading {
	margin-left: 0;
	min-width: 100%;
}
.icon-visit {
	padding-left: 8%;
	width: 60%; 	
}
.icon-call {
	padding-left: 5%; 
	width: 40%; 
	float: right;
}
.icon-email {
	margin-top: 20px; 
	padding-left: 8%; 
	width: 100%;	
}
}
@media screen and (max-width: 768px) {
.logo-supreme {
	min-width: 20%; 
	max-width: 20%; 
	float: left;
}
	.logo-supreme img {
		width: 85%;
	}
.logo-certification {
	display: none;		
}	
.article-heading {
	font-size: 1.2em;
}
.article-text {
	padding-right: 10px;
}
.icon-visit {
	padding-left: 7%; 	
	width: 60%;
	float: left;
}
.icon-call {
	padding-left: 6%; 	 
	width: 40%;
	float: left;
}
.icon-email {
	margin-top: 20px; 
	padding-left: 7%; 	
	width: 100%;
	clear: left;
}
}
@media screen and (max-width: 600px) {
.article-heading {
	font-size: 1.1em;
}
.article-text {
	border: none;
}
.home-border-left {
	border-left: 1px solid #999;
}
.logo-supreme {
	min-width: 22%; 
	max-width: 22%; 
}
.article-contact-heading {
	margin-left: 0;
	min-width: 100%;
}
.icon-visit {
	padding-left: 10%;
	width: 65%; 	
}
.icon-call {
	padding-left: 7%; 
	width: 35%; 
	float: right;
}
.icon-email {
	padding-left: 10%; 	
}

}
@media screen and (max-width: 414px) {
.container-contact-border {
	min-height: 0;
	font-size: 1em;
	padding-left: 2%;
}
.icon-visit {
	padding-left: 12%; 	
	width: 100%;
	font-size: 0.9em;
	background-size: 25px;
}
.icon-call {
	margin-top: 20px; 
	padding-left: 12%; 	 
	width: 100%;
	font-size: 0.9em;
	background-size: 17px;
}
.icon-email {
	margin-top: 20px; 
	padding-left: 12%; 	
	width: 100%;
	font-size: 0.9em;
	background-size: 25px;
}
h1 {
	font-size: 1.4em;
}
.article-heading {
	max-width: 100%;
	min-width: 100%;
	font-size: 0.95em;
	margin-left: 20px;
}
.article-contact-heading {
	margin-left: 0;
}
.article-text {
	width: 100%;
	float: left;
	border: none;
	padding: 5px 20px 0;
	line-height: 23px;
}
.article-text-non-mobile {
	display: none;
}
.article-text-mobile {
	display: block;
}
.flex {
	width: 100% !important;
	display: table;
  	align-items: left;
}
footer{
  	font-size: 0.8em;
}
a.back-to-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0.9em;
}
.logo-supreme {
	max-width: 100%; 
	margin: 0 10px;
}
.logo-supreme img{
	width: 50%;
}
.sec-home a:link {
    margin: 0 3%; 
}
.mainlinks-container {
	display: none;
}
.mainlinks-container-mobile {
	display: block;
	float: left;
	width: 100%;
	margin-top: 120px;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
}
.sec-utm {
   	background: url(../images/sec-utm.jpg) no-repeat -300px 80px; 
   	background-size: cover;
	background-attachment: fixed;
}
}

.potrait-mode {
  text-align: center;
  position: relative; 
  top: 50%; 
  transform: translateY(-50%);
  display: none;
}

@media only screen and (orientation:landscape) and (max-height: 414px)   {
section, footer  {
	display: none;
}
.potrait-mode {
	display: block;
}
.potrait-mode img {
	width: 40%;
}
a.back-to-top {
	display: none;
}
}