@import url('https://fonts.googleapis.com/css?family=Butterfly+Kids|Roboto+Rambla');

div.fullimg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

div.fullimg img {
	width: 100%;
	height: 100%;
}

html, body {
	font-family: 'Rambla', sans-serif;
	padding: 0;
	margin: 0;
}

p {
	line-height: 0.8;
}

.pos {
	font-size: 1.6vw;
}


/* Container holding the image and the text */
.container {
	font-size: 1.2vw;
	position: relative;
	text-align: left;
	color: gainsboro;
}

.Next {
	font-size: 1.5vw;
	position: absolute;
	text-align: right;
	top: 5%;
	right: -27%;
	transform: translate(-50%, -50%);	
}

.A1 {
	position: absolute;
	top: 12.2%;
	right: 74.1%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}

.A2 {
	position: absolute;
	top: 12.2%;
	right: 49.5%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}

.A3 {
	position: absolute;
	top: 12.2%;
	right: 24.6%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}

.A4 {
	position: absolute;
	top: 12.2%;
	right: 0%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}

.B1 {
	position: absolute;
	top: 54.8%;
	right: 74.1%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}

.B2 {
	position: absolute;
	top: 54.8%;
	right: 49.5%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}

.B3 {
	position: absolute;
	top: 54.8%;
	right: 24.6%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}

.B4 {
	position: absolute;
	top: 54.8%;
	right: 0%;
	transform: translate(-50%, -50%);
	padding-left: 2px;
	padding-right: 2px;
}



[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

#columns {
  list-style-type: none;
}

.column {
  width: 162px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  cursor: move;
}
.column header {
  height: 20px;
  width: 150px;
  color: black;
  background-color: #ccc;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  border: 2px solid #666666;
}

.column.dragElem {
  opacity: 0.4;
}
.column.over {
  //border: 2px dashed #000;
  border-top: 2px solid blue;
}
