.font-huge {
    font-size: 60px;
}

.text-center {
    text-align: center;
}


.pad-left-md{
    padding-left: 12%;
}

.larger-hr {
    border: none;
    height: 8px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.pad-left-smmd{
    padding-left: 9%;
}

@media only screen and (max-width : 392px) {

    .hide-element{display:none;} 
}
 
 .reset-anchor {
     color:#4099FF; 
     font-weight: bold;
 }
 .reset-anchor:hover {
     color:#4099FF; 
 }
 .reset-anchor:after {
     color:#4099FF; 
 }
    
.left-20-percent{
    margin-left:20% !important;
}

@media only screen and (max-width : 412px) { 
    .center-block-custom {
       display:block;margin-right:auto;margin-left:auto  
    } 
}

.anchor-black-reset {
     color:black; 
}
