/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
ol li.list-group-item { 
    list-style: decimal inside;
    display: list-item;
}
.subSectionTitleBlack{
    	font-family: 'poppins',sans-serif;
        font-size: 40px;
    font-weight: bold;
    height: 31px;
    position: relative;
    top: -25px;
}
.subSectionTitleWhite{
    	font-family: 'poppins',sans-serif;
        font-size: 30px;
    font-weight: bold;
    height: 31px;
    color:#fff;
    position: relative;
    top: -25px;
}
.styleForDiv{
    position: relative;
    height:255px;
    width:80%;
    margin: auto;
    background-color: rgba(255,255,255,1);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.35);
    top: 39px !important;
}
.styleForDivDigital{
    position: relative;
    height:310px;
    width:80%;
    margin: auto;
    background-color: rgba(255,255,255,1);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.35);
}
/*@media only screen and (max-width: 992px) {
   .downButton {
           margin-top: 17%;
    }
}

@media only screen and (max-width: 768px) {
   .downButton {
           margin-top: 22%;
    }
}
@media only screen and (max-width: 320px) {
   .downButton {
           margin-top: 100%;
       background-color: chartreuse;
    }
}*/