* { 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	*behavior:url(boxsizing.htc);
	margin: 0; 
	padding: 0;	

}

body {
    display: table;
    position: absolute;
    height: 100%;
    width:100%;
    font-family: 'Miller Display';
    font-size: 23px;
    color:#000000;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-top:70px;
}

@font-face {
    font-family: "Aktiv Grotesk";
    src:url("../fonts/aktivgrotesk-bold-webfont.eot");
    src:url("../fonts/aktivgrotesk-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/aktivgrotesk-bold-webfont.woff") format("woff"),
        url("../fonts/aktivgrotesk-bold-webfont.ttf") format("truetype"),
        url("../fonts/aktivgrotesk-bold-webfont.svg#aktivgrotesk-bold-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Miller Display";
    src:url("../fonts/millerdisplay-light-webfont.eot");
    src:url("../fonts/millerdisplay-light-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/millerdisplay-light-webfont.woff") format("woff"),
        url("../fonts/millerdisplay-light-webfont.ttf") format("truetype"),
        url("../fonts/millerdisplay-light-webfont.svg#millerdisplay-light-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

h1 {
    font-family: "Aktiv Grotesk";
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 500;
}

.testis {
  opacity: 0;
  transform: translate(0, 10px); 
  transition: all 1s;
}

.testis.visible {
  opacity: 1;
  transform: translate(0, 0); 
}

#slideshow {
  margin: auto;
  position: relative;
  width: 625px;
  height: 1000px;
  clear: both;
}

#slideshow > div {
  position: absolute;
}

#slideshow > div img{
  width: 100%;
}

.container {
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    clear: both;
    width: 100%;
}

.container img {
}

.top {
    width:100%;
    margin: auto;
    background: #a6a6ff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bottom {
    width:100%;
    margin: auto;
    background: #cccdfb;
}

.text {
    width:70%;
    margin: auto;
    font-size:36px;
    line-height: 1.3;
    text-align: center;
}

.more_text {
    width: 50%;
    max-width: 500px;
    background: #cccdfb;
    margin: auto;
    font-size: 21px;
    line-height: 1.6;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.pic {
    width:100%;
    background: #ffffff;
    margin: auto;
}

.footer{
    width: 100%;
    position: absolute;
    padding-top: 120px;
    padding-bottom: 120px;
    clear: both;
    text-align: center;
    line-height: 1.5;
    background: #a6a6ff;
}

/************************************************************************************
smaller than 1200
*************************************************************************************/

@media screen and (max-width: 1200px)

{	

#slideshow {
  margin: auto;
  position: relative;
  width: 500px;
  height: 800px;
}
    
.more_text {
    width: 80%;
    max-width: 650px;
}
}

/************************************************************************************
smaller than 720
*************************************************************************************/

@media screen and (max-width: 720px)

{
    
h1 {
    font-size: 27px;
    line-height: 1;
    font-weight: 500;
}

#slideshow {
  margin: auto;
  position: relative;
  max-width: 90%;
  width: 400px;
  height: 640px;
}
    
.text {
    width: 90%;
    margin: auto;
    font-size:27px;
    line-height: 1.3;
    text-align: center;
}

.more_text {
    width: 90%;
    background: #cccdfb;
    margin: auto;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
    
.footer{
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
}

}

/************************************************************************************
smaller than 400
*************************************************************************************/

@media screen and (max-width: 400px)

{	

#slideshow {
  margin: auto;
  position: relative;
  max-width: 90%;
  width: 300px;
  height: 480px;
}
}