﻿@font-face {
  font-family: 'os_aran_ffc400';
  src: url('fonts/OS-Aran-FFC-Webfonts/os_aran_400ffc-webfont.woff2') format('woff2'),
       url('fonts/OS-Aran-FFC-Webfonts/os_aran_400ffc-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;

}
a {
  text-decoration: none;
  color: #9e9e9e;
}

body {
  font-size:17px;  
  color: white;
  font-family: 'os_aran_ffc400';
  background-image: url('images/blackbg.jpg');
  margin: 0;
  padding: 0;
}
.bg {
  background-image: url('images/headbg.jpg');
  background-size: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.main {
  width: 90%;
  margin: auto;
  align: center;
}
.logo {
    width: 37%;
    padding-top: 50px;
    float: left;
}
#clear {
  clear: left;
}

.topmenu {
  text-align: right;
  height: 100px;
  padding-top: 20px;
  margin-right: 220px;
  width: 350px;
 }

.opentext {
  margin-top: 50px;
  margin-right: 50%;
}
#texttitle {
  color: #ffd860;
}
#text {
  font-size: 18px;
  letter-spacing: 2px;
}
#buttons {
  margin-right: 360px;
}
.button {
  background-color: #393939;
  width: 180px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  border: 0.1px solid rgb(143, 143, 143);
  margin-right: 70px;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.1), 0 3px 10px 0 rgba(255, 255, 255, 0.1);
}
.button:hover {
  background-color: #ffd860;
  transition: 0.2s;
  color: black;


}
#buttons a:hover {
  color: black;
}
.button span {
  width: 160px;
  padding: 7px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  opacity: 0;
  position: absolute;
  right: 20px;
  transition: 0.5s;
}

.button:hover span {
  opacity: 0.8; 
  padding-right: 10px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.tattoos {
  margin-top: 90px;
  margin-left: 80px;
  text-align: center;

}
.tattoos li {
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
}
.tattoos img {
margin-right: 10px;
border-radius: 10px;
border: 1px solid white;
display: inline-block;
opacity: 0.6;
}
.tattoos img:hover {
opacity: 1;
color: white;
border: 1px solid #ffd860;
}
#imgtext {
  padding: 7px;
  margin-right: 10px;
  color: white;
}
#imgtext a:hover {
  color: #ffd860;
  opacity: 1;
}
.article {
  width: 38%;
  display: inline-block;
  padding: 70px;
  text-align: center;
  vertical-align: text-top;
}
.article h2 {
  color: #ffd860;
  font-size: 25px;
  background-color: #393939;
  padding: 5px;
}
.articleright img {
  border-radius: 10px;
  border: 0.2px dashed white;
}
.article hr {
  width: 100%;
  opacity: 0.3;
  margin: 0;
  border: 1px solid #ffffff;
}
hr {
  width: 90%;
  opacity: 0.3;
  margin-top: 50px;
  margin-bottom: 40px;
  border: 1px dashed #ffd860;
}
.article p {
  line-height: 30px;
}
#works {
  text-align: center;
  background-color: #393939;
  border-radius: 10px;
  padding: 30px;
}
#works h2 {
  color: #ffd860;
  font-size: 30px;
}
#works hr {
  width: 15%;
  opacity: 0.3;
  margin: 0 auto;
  border: 1px dashed #ffffff;
}
#contact hr {
  width: 15%;
  opacity: 0.3;
  margin: 0 auto;
  border: 1px solid #ffffff;
}
 #contact {
  margin-top: 80px;
  text-align: center;
}
#contact h2 {
  color:#ffd860;
  font-size: 30px;
}

.contactimg {
margin-top: 20px;
}
.contactimg img {
margin-right: 10px;
opacity: 0.8;

}
.contactimg img:hover {
opacity: 1;
}
.contacttext {
  margin-top: 20px;
}
.contacttext h3 {
  display: inline-block;
  color: #9e9e9e;
  padding: 5px;
  letter-spacing: 2px;
  font-size: 16px;
}
.contacttext b {
  color: white;
}
#servicestags {
  width: 80%;
  border-radius: 10px;
  margin: 40px auto;
}
#servicestags ul {
  display: inline-block;
}
.serviceslist a {
  color: white;
  text-decoration: none;
}
.serviceslist a:hover {
  opacity: 0.7
}
#producttitletext2 {
  width: 145px;
  font-size:  25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bcbcbc;
  border-radius: 7px;
  color: #ffd860;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

#producttitletext2 a {
  color: #ffd860;
  text-decoration: none;
}
#producttitletext2 a:hover {
  opacity: 0.8;
  color: white;
}
ul.serviceslist {
    vertical-align: text-top;
}
.serviceslist li {
  margin: 10px 30px;
}
#servicetext {
  text-align: center;
  font-size:  17px;
  color: white;
  text-decoration: none;
  list-style-type: none;
}
#servicetext2 {
  text-align: center;
  font-size:  17px;
  color: #9e9e9e;
  text-decoration: none;
  display: grid;
}
.map {
  border: 1px solid black;
}
#credits {
  width: 100%;
  float: center;
  text-align: center;
  background-color: #393939;
  border-radius: 10px;
  margin-top: 70px;
 }
 #creditstext2 {
  color: #dddddd;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 10px;
 }
 #creditstext2 a {
  color: #dddddd;
  font-size: 12px;
  text-decoration: none;
 }
.images {
  margin-top: 50px;
  display: none;
}
.images.active {
  display: flex;
  flex-wrap: wrap;
}
.images img {
  flex: 1;
  margin: 10px;
  border: 1px solid #dddddd;
  width: 222px;
}
.images img:hover {
  border: 1px solid #ffd860;
  transition: 0.5s;
}

.gallery {
  margin: 50px auto;
}

#tabbed-nav {
  margin-top: 50px;
}
.tab {
  background-color: #393939;
  background-size: 220px 40px;
  -webkit-box-shadow: 1px 5px 18px 3px rgba(255,255,255,0.09); 
  box-shadow: 1px 5px 18px 3px rgba(255,255,255,0.09);
  border: solid 0.5px #a0a0a0;;
  border-radius: 5px;
  width: 20px;
  height: 15px;
  padding: 7px 7px 13px 7px;
  cursor: pointer;
  display: inline-block;
}
.tab:hover {
  background-color: #ffd860;
  transition: 0.5s;
  color: black;
}
.tab.active {
  background-color: #ffd860;
  color: black;
}