@charset "utf-8";

/* PROPERTIES START */        
/* TEXT & LINKS FORMATTING ETC START */

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
 .container {
    width: 85%;
	}
}
@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
	}
}

 html {
    font-family: 'Rajdhani', sans-serif;
  }

body {
    background-image: url("https://www.marillion.com/shop/images/backgrounds/background-6.jpg");
	min-height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-size: 14px;
}

 /* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: #0A00FF;
}

/* mouse over link */
a:hover {
    color: #000000;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #7E0002;
} 

h1,h2,h3,h4,h5,h6,p {
   line-height: 1.45;
}

h1 { font-size: 4em; }
h2 { font-size: 3em; }

#headerlinks {
  font-size:22px;
  opacity: 1.0;
  background-color:transparent;
}

#headerlinks a:link {color: orange;}
#headerlinks a:visited {color: red; text-decoration:none; font-weight:bold;} 
#headerlinks a:hover {color: white; font-weight: bold;}
#headerlinks a:active {color: #ffffff;}

/* STYLE THE LOGIN BUTTON */

input[type=submit] {
    background:rgba(127,127,127,0.0);
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  		color: black;
  		opacity: 1; /* Firefox */
		
}

.wrap {
    display: flex;
}
.wrap img {
    object-fit: contain;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.05em;
  text-transform: uppercase;
}

.content-details h6{
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.05em;
  text-transform: uppercase;
}

.content-details p{
  color: #D81114;
  font-size: 1.5em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


.modal { 
	max-height: 100%; 
	max-width: 300px;
}

/* BOX FORMATTING ETC START */

.btn-small {
width: 10%;
font-size: 40px;
margin-left: -15px;
}

.inner {
	padding: 1em;
}
.indexBox {
	border-radius: 0px 50px 50px 0px;
	color:#FFFFFF;
	background-color:#000000;
	margin-bottom: 1em;
}

.headerBox {
	border-radius: 25px 25px 0px 0px;
}

.searchBox {
	border-radius: 0px 0px 50px 0px;
}

.partnerBox {
	border-radius: 50px 0px 50px 50px;
}

.fridayBox {
	border-radius: 25px 25px 25px 25px;
}

.shopGreyBox {
	border-radius: 50px 50px 0px 0px;
}

.yellowBorder {
 border: 4px solid #FFC300; 
 }

.redBorder {
 border: 4px solid #FFFFFF; 
 }

.whiteBorder {
 border: 4px solid #FFFFFF; 
 }

.greyBorder {
 border: 4px solid #4d4d4d; 
 }

/*ARTWORK BOX STYLING

div.tab {
    overflow: hidden;
	border: none;
}

/* Style the buttons inside the tab */

div.tab button {
	font: 15px 'Rajdhani', sans-serif;
	border-radius: 10px 10px 0px 0px;
	color: black;
    float: left;
    border: none;
    cursor: pointer;
    transition: 0.3s;
	width: 100%;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: rgba(127,127,127,0.0);
	border: none;
}

.tabBorder {
	border-radius: 10px 10px 0px 0px;
} 

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px 0px;
    border: none;
    border-top: none;
} 

.productBottomBox {
	border-radius: 0px 0px 50px 50px;
	color:#FFFFFF;
	background:rgba(236,111,1,1);
	margin-bottom: 1em;
	height: auto;
}

/*responsive buy box layout */

.buyBoxTop {
	border-radius: 0px 10px 0px 0px;
	color:#FFFFFF;
	background-color:rgba(236,111,1,1);
	height: auto;
	margin-top: -22px;
	position: relative;
	z-index: 0;
}

.buyClothesTop {
	border-radius: 0px 10px 0px 0px;
	color:#FFFFFF;
	background-color:rgba(236,111,1,1);
	height: auto;
	position: relative;
	z-index: 0;
}

.buyBoxBottom {
	border-radius: 0px 0px 10px 10px;
	color:#FFFFFF;
	background-color:rgba(236,111,1,1);
	margin-bottom: 1em;
	height: auto;
	text-align: right;
}
