@charset "UTF-8";
/* CSS Document */


.vh-100 { height: 100vh; }

/*fonts */
body {	font-family: 'Open Sans', sans-serif; font-weight: normal; }
p, .p, h1, .h1, h2, .h2, h3, .h3,h4, .h4, h5, .h5, h6, .h6 {	font-family: 'Open Sans', sans-serif; font-weight: normal; }
a:link, a:visited, a:hover, a:active, a:focus { color: #000; text-decoration: none; cursor: pointer;}

.logo { max-width: 300px; }
.open-txt { font-size: 2rem; }
.footer-icon { font-size: 2rem; }

@media (max-width: 768px) {
	.mobile-only {visibility: visible; }
}

@media (min-width: 768px) {
	.mobile-only {visibility: hidden; }
	body {
  background: url('../images/liv-men-background.jpg') no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
a:link, a:visited, a:hover, a:active, a:focus { color: #FFF;}
.open-txt { color: #FFF; }
}

@media (min-width:1200px) {
.footer-icon { font-size: 1.5rem; }
}

@media (min-width:2560px) {
.footer-icon { font-size: 2rem; }
}