/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2-Feb-2021, 1:59:30 PM
    Author     : Jamie
*/

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  font-size:70%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit; 
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  /*font-size: 17px;*/
  font-size:100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

.dice {
    padding: 3px;
    font-size:220%;
    width: 15%;
}

.drillImage {
    padding: 3px;
    height: 50px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;

}   

/* drag drop into memory house      */
#divk1 {
  width: 32px;
  height: 42px;
  padding: 0px;
  background-color: red;
  border: 1px solid #aaaaaa;
}

#divk2 {
  width: 32px;
  height: 42px;
  padding: 0px;
  background-color: red;
  border: 1px solid #aaaaaa;
}

#divk3 {
  width: 32px;
  height: 42px;
  padding: 0px;
  background-color: red;
  border: 1px solid #aaaaaa;
}

#divk4 {
  width: 32px;
  height: 42px;
  padding: 0px;
  background-color: red;
  border: 1px solid #aaaaaa;
}

#divD1 {
  width: 90px;
  height: 42px;
  padding: 0px;
  background-color: red;
  border: 1px solid #aaaaaa;
}

#divL1 {
  width: 100px;
  height: 100px;
  padding: 0px;
  border: 1px solid red;
}


/* Container holding the image and the text */
.house {
  position: relative;
  text-align: center;
  color: red;
  font-size: 80%
}
/* Instructions at top */
.title-top {
  position: absolute;
  top: 2%;
  left: 2%;
  font-size: 80%;
  color: black;
}
/* Instructions at bot */
.title-room {
  position: absolute;
  bottom: 2%;
  left: 2%;
  font-size: 80%;
  color: black;
}
/* draggables on the side*/
.front-lawn {
    position: absolute;
    top: 50%;
    left:1%;
}

/* Top to the right */
.living-room {
  position: absolute;
  top: 20%;
  right: 5%;
}

/* middle right */
.dining-room {
  position: absolute;
  top: 45%;
  right: 22%;
}

/* Top right text */
.kitchen1 {
  position: absolute;
  height: 50px;
  bottom: 18%;
  left: 42%;
}
.kitchen2 {
  position: absolute;
  bottom: 18%;
  left: 52%;
}
.kitchen3 {
  position: absolute;
  bottom: 18%;
  left: 62%;
}
.kitchen4 {
  position: absolute;
  bottom: 18%;
  left: 72%;
}
/* Bottom right text */
.den {
  position: absolute;
  color:brown;
  font-size:80%;
  top: 34%;
  left: 22%;
}

/* Centered text */
.front-door {
  position: absolute;
  top: 20%;
  left: 10%;

}
