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

.card-box {
border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    z-index: 999;
    padding: 20px;
   }

   .card-box h3{
font-size: 1.5em;
   }


   .stack-card{
 /* position: fixed; */
}


.stack-card img{
width: 100%;
}


.main-container{
    padding: 2%;
    background: #fff;
}


.heading h2{
    margin: 1% auto 2% auto;
    color: #333;
    text-align: center;
    font-size: 2.2em;
}

.heading p{
    margin: 5px auto 10px auto;
    text-align: left;
    max-width: 100%;
    font-size: 1.2em;
}

.section-title{
    color: #999;
}

.btn-light,.btn-light:hover,.btn-light:visited{
    border: 1px solid #333;
}

.stack-card p{
    font-size: 15px;
}

.stack-card a{
    text-align:center;
}

.stack-card ul li{
  font-size: 15px;
  padding: 0;
}

.stack-card > ul{
        -webkit-padding-start: 15px;
}


.outline h2{
    font-size: 1.8em;
}