button{
    margin-left: 3%;
}

#activity{
  margin-top:2%; 
}
.notepad.animated.fadeInUp {
  margin-bottom: 3em;
}

.box {
/*  cursor: pointer;
*/  background: #f4ac42;
  min-height: 18em;
  height: auto;
  -webkit-box-shadow: 0 8px 6px -6px #32343a;
  -moz-box-shadow: 0 8px 6px -6px #32343a;
  box-shadow: 0 8px 6px -6px #32343a;
}

.box h2{
/*  font-family: 'Indie Flower', sans-serif;
*/  padding: 2% 0 2% 2%;
  text-align:left;
  color:#fff;
  background-color: #16a79d;
  border-bottom: 1px dashed #f4ac42;
  font-size: 1.2em!important;
  line-height: 1.3em !important;
}

.workPlace{
  margin-left: 4%;
  font-family: 'Open Sans', sans-serif;
	color:#32343a;
	font-size: 1.1em;
	padding:2%;
  line-height: 1.4em;
}


button a {
    color:white;
    text-decoration: none;
}


#bar {
 margin-top: 3%;
 background:#f4ac42;
 border-bottom:1px dashed #4d505b!important;
}

#bar h1{
  color:#4d505b;
}

textarea{
  width:100%;
  resize:vertical;
   overflow: auto;
    font-size: 1.2em;
    height: 20em;

}
/* ----------- Large Display ----------- */
    @media screen and (min-width: 1920px) and (min-height: 1080px) { 
      /* Styles */
       .box{
        
  padding: 0;
  
  height: 14em;
  
      }
    }
    /* ----------- Laptop ----------- */
    @media screen and (max-height: 768px) {
      /* Styles */ 
      .box{
        
  padding: 0;
  
  height: 15em;
  
      }
       #activity {
  margin-top: 0;
}
#activity .col{
  margin-bottom: 0;
}

.box h2 {
  padding: 1%;
  }
  .workplace{
      padding: 1%;
  }
    }
    
    @media screen and (max-width: 980px) { 


      /* Styles */

      .box {
  padding: 0;
  min-height: 18em;
  height: auto;
}
    }
    /* ----------- iPad ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  and (-webkit-min-device-pixel-ratio: 1) {
      /* Styles */
      #activity {
  margin-top: 0;
}
#activity .col{
  margin-bottom: 0;
}
.box {
  padding: 0;
  height: 15em;
}
.box h2 {
  padding: 1%;
  }
  .workplace{
      padding: 1%;
  }
    }
    /* ----------- iPhone 5 ----------- */
    @media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
      /* Styles */
    }

