@import url(https://fonts.googleapis.com/css?family=Roboto);

/*My hum... body.. yeah.. */

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* The card */
.card, .card2 {
    overflow: visible;
  position: relative;
  height: 500px;
  width: 90%;
  margin: 200px auto;
  background-color: #faf8f0;
  -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}

/* Image on the left side */
.thumbnail {
  float: left;
  position: relative;
  left: 3%;
  top: -30px;
  height: 400px;
  width: 46%;
  -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

img.left {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img_left2 {
    position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Right side of the card */
.right {
  margin-left: 52%;
  margin-right: 20px;
}

h1 {
  padding-top: 15px;
  font-size: 2rem;
  color: #4B4B4B;
    text-align: center;
}


.separator {
  margin-top: 10px;
  border: 1px solid #b7926c;
}

.separator2 {
    display: none;
    
    margin-top: 10px;
    border: 1px solid #b7926c;
}
.right p {
    
    text-align: center;
    padding-top: 10px;
    font-size: 0.95rem;
    color: #9e9a98;
    letter-spacing: 2px;
    line-height: 1.6;
}

/* DATE of release */
h5 {
  position: absolute;
  left: 50px;
  bottom: -120px;
  font-size: 6rem;
  color: #b7926c;
}

h6 {
  position: absolute;
  left: 30px;
  bottom: -55px;
  font-size: 2rem;
  color: #C3C3C3;
}



/* Floating action button */
.fab {
  position: absolute;
    padding-top: 0%;
    display: flex;
        align-items: center;
        justify-content: center;
  right: 50px;
  bottom: -40px;
  box-sizing: border-box;
  background-color:rgba(70,70,70, 0.8);
  border: 2px solid #333;
  width: 100px;
  height: 100px;
  color: white;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
    transition-duration: 1s;
    font-size: 1.2em;
}

.fab:hover{
    border: 2px solid #b7926c;
    transition-duration: 1s;
    background-color:rgba(120,120,120, 0.8);
}

.fab2{
    position: absolute;
     display: flex;
        align-items: center;
        justify-content: center;
  right: 170px;
  bottom: -40px;
  box-sizing: border-box;
  background-color:rgba(70,70,70, 0.8);
    border: 2px solid #333;
  width: 130px;
  height: 100px;
  color: white;
  text-align: center;
  border-radius: 30%;
  -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    transition-duration: 1s;
    
    font-size: 1.1em;
}

.fab2:hover{
    border: 2px solid #b7926c;
    transition-duration: 1s;
    background-color:rgba(120,120,120, 0.8);
}

#myBtn, #myBtn2 {
    display: none;
    margin-top: 3%;
    margin-left: 22.5%;
    width: 55%;
    background-color:rgba(125,125,125, 1);
    border: 3px solid #b7926c;
    text-align: center;
    cursor: pointer;
    color: #b7926c;
    font-size: 18px;
    border-radius: 15px;
    transition-duration: 1s;
    padding: 1% 3%
}


@media only screen and (max-width: 600px) {
    .thumbnail{
        width: 90%;
        left: 5%;
    }
    .card {
        margin-top: 25%;
        margin-bottom: 20%;
        height: 160%;
    }
    
    .card2 {
        margin-top: 25%;
        margin-bottom: 20%;
        height: 150%;
    }
    .right {
        margin-left: 6%;
        margin-right: 6%;
    }
    .right p{
        
    font-size: 0.85rem;
    }
    h5 {
        display: none;
    }
    .fab {
        bottom: -15%;
        left: 35%;
        right: auto;
    }
    .fab2{
        bottom: -15%;
        left: 5%;
        right: auto;
    }
    #more {display: none;}
    
    #more2 {display: none;}
    
    #myBtn{
        display: block;
    }
    #myBtn2{
        display: block;
    }
    .fab{
        display: flex;
        align-items: center;
        justify-content: center;
        
        line-height: 7%;
        font-size: 1.2em;
        padding: 5% 5%;
        
        left: auto;
        right: 0%;
        bottom: 0;
        width: 50%;
        height: 7%;
        border-radius: 0;
        background-color:rgba(70,70,70, 1);
        
    }
    .fab2{
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 7%;
        font-size: 1.2em;
        
        padding: 5% 5%;
        width: 50%;
        bottom: 0;
        left: 0%;
        height: 7%;
        border-radius: 0;
        background-color:rgba(70,70,70, 1);
    }
    .separator2{
        display: block;
        
    }
}

