/* CSS Document */



/* GENERAL STUFF */
@font-face {
	font-family:'Basserk';
	font-weight:regular;
	font-style:normal;
	src:url('fonts/Basserk-Regular.eot');
	src:url('fonts/Basserk-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/Basserk-Regular.woff') format('woff'),url('fonts/Basserk-Regular.ttf') format('truetype');
}

@font-face {
	font-family:'Basserk';
	font-weight:bold;
	font-style:normal;
	src:url('fonts/Basserk-Bold.eot');
	src:url('fonts/Basserk-Bold.eot?#iefix') format('embedded-opentype'),url('fonts/Basserk-Bold.woff') format('woff'),url('fonts/Basserk-Bold.ttf') format('truetype');
}


html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0;
	background-color: #F3F0F0;
    color: #000000;
    font-family: 'Basserk',sans-serif;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    opacity: 0.75;
}

.highlighttext {
    color: #5260DC;
    font-size: 14px;
    line-height: 13px;
}


/* On page */

.basserklogo {
	position: fixed;
	top: 15px;
	left: 15px;
}

.basserkshop {
	position: fixed;
	top: 15px;
	left: 82px;
}

.basserkQR {
	position: fixed;
	top: 15px;
	left: 149px;
}

.blocktextholder{
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 5px;
	margin-bottom: 20px;
    text-align: center;
    font-family: 'Basserk',sans-serif;
}

.blocktexttitle {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}

.blocktextbody {
	font-size: 16px;
	line-height: 20px;
    margin-bottom: 2px;
}

.bigbigtext {
	position: fixed;
	top: 145px;
	left: 12px;
	font-size: 12vw;
	font-weight: bold;
	line-height: 80%;
	max-width: 70%;
}








/* PayPal block */
.paypalmainblock {
    position: absolute;
    right: 50px;
    top: 100px;
    width: 366px;
    max-width: 90%;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 5px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.18);
    z-index: 100;
}

.alignleft {
    text-align: left;
    margin-left: 15px;
    margin-right: 8px;
    margin-top: 15px;
}

.alignright {
    text-align: right;
    margin-right: 8px;
    margin-top: 15px;
}

.prcetag  {
    font-size: 50px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.overview {
    margin-top: 15px;
    margin-bottom: 0px;
}
.buyhome {
    margin-left: 15px;
}

.sizeandcolourlabel {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;  
}


.blocktexttitle {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 5px;
    margin-top: 15px;
}

.backgroundshirts {
    width: 100%;
    background-color: #000;
    z-index: -100;
}

.shirtimage {
    margin-bottom: -7px;
}

.cancelled {
	position: fixed;
	top: 145px;
	left: 12px;
	font-size: 12vw;
	font-weight: bold;
	line-height: 80%;
	max-width: 70%;
}

.termsholder{
    background-color: #EBE9E9;
    color: #8E8E8E;
    padding-top: 8px;
    padding-bottom: 20px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 55px;
	margin-bottom: 0px;
    text-align: center;
    font-family: 'Basserk',sans-serif;
    font-size: 13px;
    border-radius: 3px;
}
.termscancelled {
    margin-top: 25px;
}

.warningblock {
    color: #333;
    margin-top: 15px;
    padding-top: 2px;
    padding-bottom: 15px;
}

.shopblock {
	height: 500px;
	width: 100%;
	background-color: #ff0000;
	background-repeat: no-repeat, repeat;
	background-position: center; 
	background-size: cover;
}

.block1 {
	background-image: url("../photos/product1/01-sweater.jpg");
}
.block2 {
	background-image: url("../photos/product2/02-cap-bbb-black.jpg");
}
.block3 {
	background-image: url("../photos/product3/02-cap-bubble.jpg");
}

.shopwhiteblock {
	float: right;
	margin-top: 90px;
	margin-right: 60px;;
    width: 366px;
    max-width: 90%;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 5px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.18);
}



/* BREAK POINTS */
/* BREAK POINTS */
/* BREAK POINTS */
@media 
	only screen and (max-width: 772px)
{ 
/* Retina-specific stuff here */


.basserklogo {
    position: absolute;
	height: 30px;
    width: 30px;
}

.basserkQR {
    position: absolute;
	height: 30px;
    width: 30px;
}
   
.basserkshop {
    position: absolute;
	height: 30px;
    width: 30px;
}

     
 .mainblock {
    top: 85px;
}
  
  
/* PayPal block */  
.paypalmainblock {
    position: absolute;
	margin: auto;
    right: 0;
    left: 0;
    z-index: 310;
}

.paypalcancelled {
	position: absolute;
	top: 310px;
	
}

.cancelled {
	position: fixed;
	top: 100px;
	font-size: 15vw;
}
    
.blocktexttitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 3px;
    margin-top: 10px;
} 
.shopwhiteblock {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
    right: 0;
    left: 0;
} 
    
.bigbigtext {
	top: 392px;
    font-size: 15vw;
}   
}