@charset "UTF-8";
/* CSS Document */

html,body{
  height:100%;
  margin:0;
  padding:0;
  background-color:rgba(236,232,220,1.00);
	background:-webkit-gradient(liner,left top, left bottom,rgba(236,232,220,1.00),rgba(155,130,99,1.00));
	background:-webkit-linear-gradient(top,rgba(236,232,220,1.00),rgba(155,130,99,1.00));
	background:-moz-linear-gradient(top,rgba(236,232,220,1.00),rgba(155,130,99,1.00));
	background:-o-linear-gradient(top,rgba(236,232,220,1.00),rgba(155,130,99,1.00));
	background:linear-gradient(to bottom,rgba(236,232,220,1.00),rgba(155,130,99,1.00));
	background-attachment:fixed;
}
body{
  padding-top: 70px;
}
div#container{
  position:relative;
  min-height: 100%;
}
* hmtl div#container{
  height:100%;
}
div#main{
  height:680px;
  padding-bottom:1em;
}
@media(min-width:300px) and (max-width : 609px){
  #chocolatebox{
  width:100%;
  }
.dolphin{
  width: 50%;
  position: relative;
  float:left;
}
img{
   max-width: 100%;
   height: auto;
  }
.title{
  position: absolute;
  top:10px;
  left:10px;
  text-align: center;
  font-size:20px;
  color: #FFFFFF;
}
div#main{
  height:670px;
  padding-bottom:1em;
}
.today{
  position: relative;
}
.tomorrow{
  display: none;
}
  div#footer{
    background:#f8f8f8;
    clear: both;
    width:100%;
  }
   #chocoindex{
	 display:none;
 }
}
@media (min-width: 610px) and (max-width  : 979px){
  div#chocolatebox{
  width:620px;
  margin: auto;
  height:920px;
  padding-bottom:1em;
    background-color:#E0E0E0;
  border:8px solid #706D6D;
}
div#main{
  height:1000px;
  padding-bottom:1em;
}
#chocotitle{
  font-size:30px;
}
  .today{
  position: absolute;
}
.tomorrow{
  position: absolute;
}
div#footer{
  background:#f8f8f8;
  position:absolute;
  bottom:0;
  width:100%;
}
  .dolphin{
  height: 300px;
  width: 300px;
  position: relative;
  float:left;
}
  .title{
    position: absolute;
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size:39px;
    color: #FFFFFF;
  }
 #chocoindex{
	 display:none;
 }
}
@media (min-width : 980px) {
div#chocolatebox{
  width:918px;
  margin: auto;
  height:615px;
  padding-bottom:1em;
  background-color:#E0E0E0;
  border:8px solid #706D6D;
  }
  #chocotitle{
  font-size:30px;
}
  .today{
  position: absolute;
}
.tomorrow{
  position: absolute;
}
div#footer{
  background:#f8f8f8;
  position:absolute;
  bottom:0;
  width:100%;
}
  .dolphin{
  height: 300px;
  width: 300px;
  position: relative;
  float:left;
}
  .title{
    position: absolute;
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size:39px;
    color: #FFFFFF;
  }
  #chocoindex{
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  margin-top:-15px;
  position:absolute;
  }
}