@charset "UTF-8";

/* -----  1.1 Font Definitions  --------------------------------------------- */

@font-face {
  font-family: 'Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/castledown-bold.otf'); /* IE9 Compat Modes */
  src: url('../fonts/castledown-bold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/castledown-bold.woff') format('woff'), 
       url('../fonts/castledown-bold.ttf')  format('truetype'), 
       url('../fonts/castledown-bold.otf') format('opentype');
}

@font-face {
  font-family: 'Body';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/castledown.otf'); /* IE9 Compat Modes */
  src: url('../fonts/castledown.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/castledown.woff') format('woff'), 
       url('../fonts/castledown.ttf')  format('truetype'), 
       url('../fonts/castledown.otf') format('opentype');
}

/* -----  5.0 Custom Code - Navigation  ------------------------------------------------------ */

body{
  background: #f1f1f1;
  margin: 30px;
}

a{
  border-color: black;
}

.nostyle{
  text-decoration: none;
}

.navigation{
  font-family: 'Body';
  font-size: 13pt;
  color: black;
  text-decoration: none;
}

.body{
  font-family: 'Body';
  font-size: 13pt;
  color: black;
  text-decoration: none;
}

.display{
  font-family: 'Display';
  font-size: 26pt;
  color: black;
}

.display_reg{
  font-family: 'Body';
  font-size: 26pt;
  color: black;
  text-align: center;
  margin-top: calc(25% - 11px);
}

h1{
  font-family: 'Display';
  font-size: 26pt;
  color: black;
}

#menu{
  position: fixed;
  cursor: pointer;
  top: 75px;
  left: 17px;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
  z-index: 1000;
}

#menu:hover{
  text-decoration: underline;
}

/*#return{
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: calc(25% + (50px - 38px));
  font-size: 20pt;
  z-index: 1000;
}

#return:hover{
  color: #a3a3a3;
}*/

#return{
  position: fixed;
  cursor: pointer;
  width: 25px;
  height: auto;
  bottom: 22px;
  right: calc(25% + (50px - 38px));
  font-size: 20pt;
  z-index: 1000;
  opacity: 1;
}

/*#return:hover{
  opacity: 0;
}*/

#return_hover{
  position: fixed;
  cursor: pointer;
  width: 25px;
  height: auto;
  bottom: 22px;
  right: calc(25% + (50px - 38px));
  font-size: 20pt;
  z-index: 999;
  opacity: 0;
}


.crop{
  position: fixed;
  width: 25px;
  height: 25px;
  /*background: red;*/
  z-index: 1000;
}

#c1{
  top: 25px;
  left: 25px;
}

#c2{
  bottom: 25px;
  left: 25px;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
}

#c3{
  bottom: 25px;
  right: 25px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari 3-8 */
  transform: rotate(180deg);
}

#c4{
  top: 25px;
  right: 25px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);
}

.crop_vert2{
  position: fixed;
  width: 2px;
  height: 20px;
  left: calc(50% - 1px);
  top: 25px;
  background: black;
}

.crop_vert2_chrome{
  position: fixed;
  width: 3px;
  height: 20px;
  left: calc(50% - 1.5px);
  top: 25px;
  background: black;
}

.crop_vert3{
  position: fixed;
  width: 2px;
  height: 20px;
  left: calc(50% - 1px);
  bottom: 25px;
  background: black;
}

.crop_vert3_chrome{
  position: fixed;
  width: 3px;
  height: 20px;
  left: calc(50% - 1.5px);
  bottom: 25px;
  background: black;
}

.crop_vert{
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0px;
  top: 0px;
  background: black;
}

.crop_horiz{
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: black;
}

.thumbnail_images{
  position: fixed;
  width: 400px;
  height: auto;
  left: calc(50% - 200px);
  z-index: 200;
  opacity: 0;
}

#scroll{
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 0;
  top: 0px;
  left: 0px;
}

#scroll_designs{
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 0;
  top: 0px;
  left: 0px;
  /*background: red;*/
}

.bg_hex_code{
  display: none;
}

.filename{
  position: fixed;
  width: 50vh;
  height: auto;
  text-align: left;
  transform-origin: right top;
  -ms-transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg); 
  transform: rotate(-90deg);
  right: 50px;
  bottom: calc(49vh +  53px);
  z-index: 1000;
}

.filename_design{
  position: fixed;
  width: 50vh;
  height: auto;
  text-align: left;
  transform-origin: right top;
  -ms-transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg); 
  transform: rotate(-90deg);
  right: 45px;
  bottom: calc(49vh +  14px);
  z-index: 1000;
}

/*.filename_design{
  position: fixed;
  right: -83px;
  bottom: 135px;
  -ms-transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg); 
  transform: rotate(-90deg);
  z-index: 1000;
}*/

#menu_container_home{
  position: fixed;
  width: 100%;
  height: 100%;
  left: calc(-100% - 60px);
  /*left: 0%;*/
  top: 0px;
  background: #f1f1f1;
  z-index: 2000;
  -webkit-transition: left 1s; 
  transition: left 1s;

  -webkit-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  -moz-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
}

#menu_container{
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  /*left: 0%;*/
  top: 0px;
  background: #f1f1f1;
  z-index: 2000;
  -webkit-transition: 1s; 
  transition: 1s;
}

.crop2{
  position: absolute;
  width: 25px;
  height: 25px;
  /*background: red;*/
  z-index: 1000;
}

#close{
  position: absolute;
  cursor: pointer;
  top: 75px;
  left: 17px;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
  z-index: 1000;
}

#close:hover{
  text-decoration: underline;
}

#rl_print{
  position: absolute;
  cursor: pointer;
  bottom: 28px;
  left: 63px;
  z-index: 1000;
  text-decoration: underline;
}

#rl_print:hover{
  text-decoration: underline;
}

#rl_design{
  position: absolute;
  cursor: pointer;
  bottom: 28px;
  right: 63px;
  z-index: 1000;
}

#rl_design:hover{
  text-decoration: underline;
}



#boxes_print{
  position: absolute;
  width: 847px;
  height: 380px;
  top: calc(50% - 190px);
  left: calc(50% - 423.5px);
  /*background: red;*/
  display: inline;
}

#box1_print{
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 230px;
  height: 150px;
  background: #f1f1f1;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
}

#box1_print:hover{
  background: #67cfee;
}

#box2_print{
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: calc(50% - 115px);
  width: 230px;
  height: 150px;
  background: #f1f1f1;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
}

#box2_print:hover{
  background: #ff49b0;
}


#box3_print{
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 230px;
  height: 150px;
  background: #f1f1f1;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
}

#box3_print:hover{
  background: #00cfb5;
}

#box4_print{
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  left: 0px;
  width: 230px;
  height: 150px;
  background: #f1f1f1;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
}

#box4_print:hover{
  background: #ffb607;
}

#box5_print{
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  right: calc(50% - 115px);
  width: 230px;
  height: 150px;
  /*background: #f1f1f1;*/
  border-style: solid;
  border-color: black;
  border-width: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
}

/*#box5_print:hover{
  background: #44D62C;
}
*/
.shop_hover{
  background: #f1f1f1;
}

.shop_hover:hover{
  background: #44D62C;
}

.shop_hover_chrome{
  background: #f1f1f1;
}

.shop_hover_chrome:hover{
  background: #35F80D;
}

#box6_print{
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  right: 0px;
  width: 230px;
  height: 150px;
  background: #f1f1f1;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 93.5% 100%, 0 100%);
}

#box6_print:hover{
  background: #9D7AD2;
}

#boxes_design{
  position: absolute;
  width: 540px;
  height: 154px;
  top: calc(50% - 77px);
  left: calc(50% - 270px);
  display: none;
}

.corner{
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: 0px;
  width: 0px;
  height: 0px;
  border: 15px solid black;
  border-left-color:    transparent;
  border-right-color:   black;
  border-top-color:     transparent;
  border-bottom-color:  transparent;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari 3-8 */
  transform: rotate(45deg);
}

/* -----  5.0 Custom Code - Project Page  ------------------------------------------------------ */

#container1{
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*background: red;*/
}

#container2{
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  /*background: blue;*/
  overflow: auto;
}

#text_container3{
  margin-top: 105px;
  margin-left: 30px;
  margin-right: 90px;
  padding-bottom: 100px;
}


.details{
  margin-top: -18px;
}

#body_text3{
  margin-top: -30px;
}

.lines{
  position: relative;
  height: 2px;
  width: 100%;
  background: black;
  margin-top: -10px;
  margin-bottom: -10px;
}

#colours{
  position: relative;
  top: -16px;
  display: inline-block;
}

#circle1{
  position: relative;
  top: 0px;
  height: 9px;
  width: 9px;
  border: 8px solid;
  border-color: #f1f1f1;
  background-color: none;
  border-radius: 50%;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}

#circle2{
  position: relative;
  top: 0px;
  height: 9px;
  width: 9px;
  border: 8px solid;
  border-color: #f1f1f1;
  background-color: none;
  border-radius: 50%;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}

#circle3{
  position: relative;
  top: 0px;
  height: 9px;
  width: 9px;
  border: 8px solid;
  border-color: #f1f1f1;
  background-color: none;
  border-radius: 50%;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}

#circle4{
  position: relative;
  top: 0px;
  height: 9px;
  width: 9px;
  border: 8px solid;
  border-color: #f1f1f1;
  background-color: none;
  border-radius: 50%;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}

#circle5{
  position: relative;
  top: 0px;
  height: 9px;
  width: 9px;
  border: 8px solid;
  border-color: #f1f1f1;
  background-color: none;
  border-radius: 50%;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}

#circle6{
  position: relative;
  top: 0px;
  height: 9px;
  width: 9px;
  border: 8px solid;
  border-color: #f1f1f1;
  background-color: none;
  border-radius: 50%;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}


.slideshow{
  position: absolute;
  width: 30vw;
  left: calc(10vw + 25px);
  max-height: calc(100% - 160px);
  display: none;
}

#left_arrow{
  position: absolute;
  cursor: pointer;
  left: calc(50% + 26px);
  bottom: 30px;
  width: 0px;
  height: 0px;
  border: 10px solid black;
  border-left-color:    black;
  border-right-color:   transparent;
  border-top-color:     transparent;
  border-bottom-color:  transparent;
}

#left_arrow:hover{
  border-left-color: #a3a3a3;
}

#right_arrow{
  position: absolute;
  cursor: pointer;
  right: calc(50% - 24px);
  bottom: 30px;
  width: 0px;
  height: 0px;
  border: 10px solid black;
  border-left-color:    transparent;
  border-right-color:   black;
  border-top-color:     transparent;
  border-bottom-color:  transparent;
}

#right_arrow:hover{
  border-right-color: #a3a3a3;
}

/* -----  5.0 Custom Code - Project Page  ------------------------------------------------------ */

#aboutimage{
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  top: 20px;
  left: 20px;
}

#aboutimage2{
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  top: 20px;
  left: 20px;
  display: none;
}

#text_container2{
  margin-left: 30px;
  margin-right: 30px;
}

#text_container{
  margin-left: 30px;
  margin-right: 30px;
}

#body_text{
  margin-top: -30px;
}

#body_text2{
  margin-top: -30px;
}

#container1_about{
  position: relative;
  width: calc(50% - 20px);
  height: 85%;
  top: 15px;
  left: 20px;
  float: left;
  padding-bottom: 60px;
  /*background: red;*/
}

#container2_about{
  position: relative;
  width: calc(50% - 20px);
  height: 85%;
  top: 15px;
  left: 20px;
  float: left;
  padding-bottom: 60px;
  /*background: blue;*/
}

/* -----  5.0 Custom Code - Workshops Page  ------------------------------------------------------ */

#workshops_container{
  position: absolute;
  width: 50%;
  top: 0px;
  right: 0px;
}

#workshops_text{
  position: absolute;
  width: calc(100% - 115px);
  top: 70px;
  left: 30px;
  overflow: auto;
  padding-bottom: 100px;
  /*background: red;*/
}

#images_container{
  position: absolute;
  width: 50%;
  top: 0px;
  left: 0px;
  display: block;
}

#images_container2{
  position: relative;
  width: calc(100vw - 100px);
  height: 45vw;
  top: 29px;
  left: 20px;
  background: red;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.workshops_images{
  position: relative;
  float: top;
  /*width: 70%;*/
  /*max-height: 300px;*/
  width: auto;
  height: 300px;
  /*left: calc(15% + 25px);*/
  top: 155px;
  padding-bottom: 90px;
}

#images_workshops_1{
  width: 40vw;
  height: auto;
  left: calc(50% - 20vw + 25px);
}

#images_workshops_2{
  width: 30vw;
  height: auto;
  left: calc(50% - 15vw + 25px);
}

#images_workshops_3{
  width: 40vw;
  height: auto;
  left: calc(50% - 20vw + 25px);
}


/* -----  5.0 Custom Code - Design Showcase  ------------------------------------------------------ */


.thumbnail_images_design{
  position: fixed;
  width: 600px;
  height: auto;
  left: calc(50% - 300px);
  z-index: 200;
  opacity: 0;
  -webkit-filter: grayscale(100%) contrast(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) contrast(100%);
}

.thumbnail_images_design:hover{
  -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) contrast(100%);
}

#menu_design_container{
  position: fixed;
  width: 110px;
  height: 50px;
  border-radius: 5px;
  border-style: solid solid outset;
  border-top-width: 1px;
  border-left-width: 1px;
  /*border-color: black;*/
  border-top-color: none;
  border-left-color: none;
  border-right-color: black;
  border-bottom-color: black;
  background: #f1f1f1;
  top: 25px;
  left: 25px;
  z-index: 1000;
  cursor: pointer;
}

#menu_design{
  position: absolute;
  cursor: pointer;
  top: 75px;
  left: 0px;
  top: calc(50% - 13px);
  width: 100%;
  text-align: center;
  z-index: 1000;
}

#menu_design:hover{

}

#cropmarks1{
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 25px;
  left: 25px;
}

#cropmarks2{
  position: fixed;
  width: 30px;
  height: 30px;
  top: 25px;
  right: 25px;
}

#cropmarks3{
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 25px;
  right: 25px;
}


.vertical_line{
  position: absolute;
  top: 0px;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: black;
}

.vertical_line_chrome{
  position: absolute;
  top: 0px;
  left: calc(50% - 2px);
  width: 3px;
  height: 100%;
  background: black;
}

.horizontal_line{
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: black;
}

.horizontal_line_chrome{
  position: absolute;
  left: 0px;
  top: calc(50% - 2px);
  width: 100%;
  height: 3px;
  background: black;
}

.circle_crop{
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  background: none;

}

.circle_crop_chrome{
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  border-radius: 50%;
  border-style: solid;
  border-color: black;
  border-width: 1.5px;
  background: none;
}

#boxes_print2{
  position: absolute;
  width: 540px;
  height: 380px;
  top: calc(50% - 190px);
  left: calc(50% - 270px);
  display: none;
}


#boxes_design2{
  position: absolute;
  width: 540px;
  height: 154px;
  top: calc(50% - 77px);
  left: calc(50% - 270px);
  display: inline;
}

#rl_print2{
  position: absolute;
  cursor: pointer;
  bottom: 28px;
  left: 63px;
  z-index: 1000;
  text-decoration: none;
}

#rl_print2:hover{
  text-decoration: underline;
}

#rl_design2{
  position: absolute;
  cursor: pointer;
  bottom: 28px;
  right: 63px;
  text-decoration: underline;
  z-index: 1000;
}

#rl_design2:hover{
  text-decoration: underline;
}


/* -----  5.0 Custom Code - Design Project Page  ------------------------------------------------------ */

.colours{
  display: none;
}

/* -----  5.0 Custom Code - Splash Page ------------------------------------------------------ */

.background-image{
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  left: 50px;
  top: 50px;
  /*background: red;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#page1{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  top: 0px;
  left: calc(-100% - 60px);
  z-index: 1997;
  -webkit-transition: 1s; 
  transition: 1s;

  -webkit-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  -moz-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
}

#page2{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  top: 0px;
  left: calc(-100% - 60px);
  z-index: 1998;
  -webkit-transition: 1s; 
  transition: 1s;

  -webkit-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  -moz-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
}

#page3{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  top: 0px;
  left: calc(-100% - 60px);
  z-index: 1999;
  -webkit-transition: 1s; 
  transition: 1s;

  -webkit-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  -moz-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
}

/* -----  5.0 Custom Code - Transition Page ------------------------------------------------------ */


#transition_out{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0px;
  background: #f1f1f1;
  z-index: 3000;
  -webkit-transition: 1s; 
  transition: 1s;

  -webkit-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  -moz-box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
  box-shadow: 8px 0px 47px -10px rgba(0,0,0,0.35);
}


/* -----  5.0 Custom Code - Optimisation ------------------------------------------------------ */
@media screen and (min-width: 1420px) {
  #text_container2{
    margin-left: 15%;
    margin-right: 15%;
  }

  #text_container{
    margin-left: 15%;
    margin-right: 15%;
  }

  #workshops_text{
    position: absolute;
    width: 70%;
    left: 14%;
    overflow: auto;
    padding-bottom: 100px;
  }

  #text_container3{
    margin-left: 15%;
    margin-right: 15%;
  }

  #images_workshops_1{
    width: 30vw;
    height: auto;
    left: calc(50% - 15vw + 25px);
  }

  #images_workshops_2{
    width: 20vw;
    height: auto;
    left: calc(50% - 10vw + 25px);
  }

  #images_workshops_3{
    width: 30vw;
    height: auto;
    left: calc(50% - 15vw + 25px);
  }



}

@media screen and (max-width: 1000px) {
  #menu_container_home{
    /*background: red;*/
  }

  .corner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: 0px;
    width: 0px;
    height: 0px;
    border: 12px solid black;
    border-left-color:    transparent;
    border-right-color:   black;
    border-top-color:     transparent;
    border-bottom-color:  transparent;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
  }

  #boxes_print{
    position: absolute;
    width: 649px;
    height: 290px;
    top: calc(50% - 145px);
    left: calc(50% - 324.5px);
    display: inline;
  }

  #box1_print{
    width: 190px;
    height: 124px;
  }

  #box2_print{
    width: 190px;
    height: 124px;
    right: calc(50% - 95px);
  }

  #box3_print{
    width: 190px;
    height: 124px;
  }

  #box4_print{
    width: 190px;
    height: 124px;
  }

  #box5_print{
    width: 190px;
    height: 124px;
    right: calc(50% - 95px);
  }

  #box6_print{
    width: 190px;
    height: 124px;
  }

}

@media screen and (max-width: 900px) {

  .navigation{
    font-size: 10pt;
  }

  .body{
    font-size: 10pt;
  }

  h1{
    font-family: 'Display';
    font-size: 18pt;
    color: black;
  }

  #menu{
    top: 72px;
    left: 23px;
  }

  #aboutimage{
    position: relative;
    width: calc(100% - 40px);
    height: auto;
    top: 20px;
    left: 20px;
  }


  #aboutimage2{
    position: relative;
    width: calc(100% - 40px);
    height: auto;
    top: 20px;
    left: 20px;
    display: none;
  }

  #body_text{
    margin-top: -20px;
  }


  #body_text2{
    margin-top: -20px;
  }

  #body_text3{
    margin-top: -22px;
  }

  .details{
    margin-top: -13px;
  }

  .lines{
    position: relative;
    height: 2px !important;
    width: 100%;
    background: black;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  #colours{
    position: relative;
    top: -13.5px;
    display: inline-block;
  }

  #circle1{
    top: 0px;
    height: 7px;
    width: 7px;
    border: 6px solid;
    margin-top: 12px;
    margin-bottom: 9px;
    border-color: #f1f1f1;
    background-color: none;
  }

  #circle2{
    top: 0px;
    height: 7px;
    width: 7px;
    border: 6px solid;
    margin-top: 12px;
    margin-bottom: 9px;
    border-color: #f1f1f1;
    background-color: none;
  }

  #circle3{
    top: 0px;
    height: 7px;
    width: 7px;
    border: 6px solid;
    margin-top: 12px;
    margin-bottom: 9px;
    border-color: #f1f1f1;
    background-color: none;
  }

  #circle4{
    top: 0px;
    height: 7px;
    width: 7px;
    border: 6px solid;
    margin-top: 12px;
    margin-bottom: 9px;
    border-color: #f1f1f1;
    background-color: none;
  }

  #circle5{
    top: 0px;
    height: 7px;
    width: 7px;
    border: 6px solid;
    margin-top: 12px;
    margin-bottom: 9px;
    border-color: #f1f1f1;
    background-color: none;
  }

  #circle6{
    top: 0px;
    height: 7px;
    width: 7px;
    border: 6px solid;
    margin-top: 12px;
    margin-bottom: 9px;
    border-color: #f1f1f1;
    background-color: none;
  }

  .filename_design{
    right: 40px;
  }

  #menu_design{
    top: calc(50% - 9px);
  }

}

@media screen and (max-width: 860px) {
  .thumbnail_images_design{
    width: 400px;
    height: auto;
    left: calc(50% - 200px);
  }
}

@media screen and (max-width: 790px) {
  #menu_container_home{
    /*background: yellow;*/
  }

  .corner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: 0px;
    width: 0px;
    height: 0px;
    border: 12px solid black;
    border-left-color:    transparent;
    border-right-color:   black;
    border-top-color:     transparent;
    border-bottom-color:  transparent;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
  }

  #boxes_print{
    position: absolute;
    width: 425px;
    height: 460px;
    top: calc(50% - 230px);
    left: calc(50% - 212.5px);
    display: inline;
  }

  #box2_print{
    right: 0px;
  }

  #box3_print{
    top: calc(50% - 62px);
  }

  #box4_print{
    top: calc(50% - 62px);
  }

  #box5_print{
    width: 190px;
    height: 124px;
    right: calc(100% - 194px);
  }

  .thumbnail_images{
    position: fixed;
    width: 300px;
    height: auto;
    left: calc(50% - 150px);
    z-index: 200;
  }
}

@media screen and (max-width: 730px) {

/*  #aboutimage{
    width: calc(70% - 80px);
    left: calc(15% + 40px);
  }

  #aboutimage2{
    width: calc(70% - 80px);
    left: 20px;
  }*/

  #container1_about{
    position: relative;
    width: calc(100% - 40px);
    height: 85%;
    top: 15px;
    left: 20px;
    float: left;
    padding-bottom: 20px;
  }

  #container2_about{
    position: relative;
    width: calc(100% - 40px);
    height: 85%;
    top: 15px;
    left: 20px;
    float: left;
    padding-bottom: 40px;
  }

  #text_container2{
    margin-left: 30px;
    margin-right: 30%;
/*    margin-left: calc( 15% + 40px);
    margin-right: calc( 15% + 40px);*/
  }

  #text_container{
    margin-left: 30px;
    margin-right: 30%;
/*    margin-left: calc( 15% + 40px);
    margin-right: calc( 15% + 40px);*/
  }

  #aboutimage2{
    position: relative;
    width: calc(100% - 40px);
    height: auto;
    top: 20px;
    left: 20px;
    display: inline;
  }

  /* workshops workshops workshops workshops workshops */

  #workshops_container{
    position: relative;
    width: 100%;
    top: 0px;
    right: 0px;
  }

  #workshops_text{
    position: absolute;
    width: calc(100% - 160px - 12%);
    top: 30px;
    left: 50px;
    overflow: auto;
    padding-bottom: 100px;
  }

  #images_container{
    display: none;
  }

  #images_container2{
    display: block;
  }


  /* project page project page project page project page */

  #container1{
    position: relative;
    width: 100vw;
    height: 90vw;
    /*top: -30px;*/
    top: 20px;
    left: -30px;
    /*background: red;*/
  }

  #container2{
    position: relative;
    width: 100vw;
    height: auto;
    top: 0px;
    right: 30px;
    overflow: auto;
    /*background: yellow;*/
  }

    .slideshow{
      position: absolute;
      width: 45vw;
      /*left:80px;*/
      left: calc(50vw - 22.5vw);
      max-height: calc(100% - 160px);
      display: none;
    }

  #left_arrow{
    left: calc(50% + 1px);
    bottom: 30px;
  }

  #right_arrow{
    right: calc(50% + 1px);
    bottom: 30px;
  }

  #text_container3{
    margin-top: 30px;
    /*margin-left: 80px;*/
    margin-left: calc( 15% + 40px);
    margin-right: calc( 15% + 40px);
    /*margin-right: 30%;*/
    padding-bottom: 100px;
  }

  #return{
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    /*right: calc(100% - 105px);*/
    right: calc(91% - 105px);
    font-size: 20pt;
    z-index: 1000;
  }
}

@media screen and (max-width: 570px) {
  #menu_container_home{
    /*background: green;*/
  }

  .display{
    font-size: 18pt;
  }

  .display_reg{
    font-size: 18pt;
    margin-top: calc(25% - 2px);
  }



  .corner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: 0px;
    width: 0px;
    height: 0px;
    border: 10px solid black;
    border-left-color:    transparent;
    border-right-color:   black;
    border-top-color:     transparent;
    border-bottom-color:  transparent;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
  }

  #boxes_print{
    position: absolute;
    width: 330px;
    height: 360px;
    top: calc(50% - 180px);
    left: calc(50% - 165px);
    display: inline;
  }

  #box1_print{
    width: 145px;
    height: 95px;
  }

  #box2_print{
    width: 145px;
    height: 95px;
  }

  #box3_print{
    width: 145px;
    height: 95px;
    top: calc(50% - 47.5px);
  }

  #box4_print{
    width: 145px;
    height: 95px;
    top: calc(50% - 47.5px);
  }

  #box5_print{
    width: 145px;
    height: 95px;
    right: calc(100% - 151px);
  }

  #box6_print{
    width: 145px;
    height: 95px;
  }

  .thumbnail_images_design{
    width: 250px;
    height: auto;
    left: calc(50% - 125px);
  }
}


@media screen and (max-width: 530px) {
  .thumbnail_images{
    position: fixed;
    width: 200px;
    height: auto;
    left: calc(50% - 100px);
    z-index: 200;
  }

  #text_container2{
    margin-left: 30px;
    margin-right: 30px;
  }

  #text_container{
    margin-left: 30px;
    margin-right: 30px;
  }

  #workshops_text{
    width: calc(100% - 100px);
  }

  #container1{
    height: 110vw;
  }

/*  #container2{
    top: 105vw;
  }
*/
  #text_container3{
    margin-top: 30px;
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 100px;
  }

  #return{
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    right: calc(100% - 105px);
    /*right: calc(91% - 105px);*/
    font-size: 20pt;
    z-index: 1000;
  }

}

@media screen and (max-width: 450px) {
  #menu_container_home{
    /*background: blue;*/
  }

  .display_reg{
    font-size: 15pt;
    margin-top: calc(25% - 0px);
  }

  .corner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: 0px;
    width: 0px;
    height: 0px;
    border: 8px solid black;
    border-left-color:    transparent;
    border-right-color:   black;
    border-top-color:     transparent;
    border-bottom-color:  transparent;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
  }

  #boxes_print{
    position: absolue;
    width: 280px;
    height: 315px;
    top: calc(50% - 157.5px);
    left: calc(50% - 140px);
    display: inline;
  }

  #box1_print{
    width: 122px;
    height: 80px;
  }

  #box2_print{
    width: 122px;
    height: 80px;
  }

  #box3_print{
    width: 122px;
    height: 80px;
    top: calc(50% - 40px);
  }

  #box4_print{
    width: 122px;
    height: 80px;
    top: calc(50% - 40px);
  }

  #box5_print{
    width: 122px;
    height: 80px;
    right: calc(100% - 126px);
  }

  #box6_print{
    width: 122px;
    height: 80px;
  }
}

@media screen and (max-width: 450px) {
  .body{
    font-size: 9pt;
  }

  #menu_container_home{
    /*background: blue;*/
  }

  .display_reg{
    font-size: 12pt;
    margin-top: calc(25% - 6px);
  }

  .corner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: 0px;
    width: 0px;
    height: 0px;
    border: 4px solid black;
    border-left-color:    transparent;
    border-right-color:   black;
    border-top-color:     transparent;
    border-bottom-color:  transparent;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
  }

  #boxes_print{
    position: absolue;
    width: 210px;
    height: 235px;
    top: calc(50% - 117.5px);
    left: calc(50% - 105px);
    display: inline;
  }

  #box1_print{
    width: 90px;
    height:  58px;
  }

  #box2_print{
    width: 90px;
    height:  58px;
  }

  #box3_print{
    width: 90px;
    height:  58px;
    top: calc(50% - 29px);
  }

  #box4_print{
    width: 90px;
    height:  58px;
    top: calc(50% - 29px);
  }

  #box5_print{
    width: 90px;
    height:  58px;
    right: calc(100% - 94px);
  }

  #box6_print{
    width: 90px;
    height:  58px;
  }

  #container1_about{
    position: relative;
    width: calc(100vw - 50px);
    height: 85%;
    top: 15px;
    left: 25px;
    float: left;
    padding-bottom: 20px;
    /*background: red;*/
    margin-left: -30px;
  }

  #text_container{
    margin-left: 25px;
    margin-right: 25px;
  }

  #container2_about{
    position: relative;
    width: calc(100vw - 50px);
    height: 85%;
    top: 15px;
    left: 25px;
    float: left;
    padding-bottom: 20px;
    /*background: red;*/
    margin-left: -30px;
  }

  #text_container2{
    margin-left: 30px;
    margin-right: 30px;
  }



  h1{
    font-family: 'Display';
    font-size: 16pt;
    color: black;
  }

  #workshops_container{
    position: relative;
    width: 100%;
    top: 0px;
    right: 0px;
  }

  #workshops_text{
    position: absolute;
    width: calc(100% - 50px);
    top: 30px;
    left: 25px;
    overflow: auto;
    padding-bottom: 100px;
    /*background: yellow;*/
  }

  #text_container3{
    margin-left: 55px;
    margin-right: 55px;
  }

  #return{
    display: none;
  }

  .slideshow{
    height: auto;
  }

  .crop_vert2{
    display: none;
  }

  .crop_vert3{
    display: none;
  }

  #menu_design_container{
    position: fixed;
    width: 90px;
    height: 40px;
  }


}

