/*
Author URI: http://www.gamaseafood.com
To contact webmaster with any concern please email to media at gamaseafood.com
*/


body {
	background-image: url("../img/bgbatik.jpg");
    margin: 0;
    padding: 0;
    font-family: "bar", sans-serif !important;
    font-size: 1.2rem;
    line-height: 1.8rem;
}


a:link, a:active, a:visited {
  	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.logo {
  height: auto;
  width: 15rem;
  object-fit: center;
  border: 0.5rem solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
.logo {
  height: auto;
  width: 12rem;
  object-fit: center;
  border: 0.5rem solid rgba(255, 255, 255, 0.2);
	}
}

@media screen and (max-width: 767px) {
.logo {
  height: auto;
  width: 12rem;
  object-fit: center;
  border: 0.5rem solid rgba(255, 255, 255, 0.2);
	}
}

@media screen and (max-width: 479px) {
.logo {
  height: auto;
  width: 10rem;
  object-fit: center;
  border: 0.5rem solid rgba(255, 255, 255, 0.2);
	}
}

.linkbox {
  width: 300px;
  padding: 0.2rem 1rem 0.2rem 1rem;
}

.btn-custom {
	background: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-weight: bold;
}

.btn-custom:hover {
	background: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	font-family: "bond", sans-serif;
	font-size: 5rem;
	color: #fff;
	letter-spacing: 0.5rem;
}

.v-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
