/* website templates */
.templates a{
    background-color: #30529c;
    color: white !important;
    margin-top: 300px;
    float: left !important;
    width: 100%;
    font-weight: bold !important;
    font-size: 20px;
    text-shadow: 2px 2px 4px black !important;
}
.templates h2{
    font-weight: bold;
    color: #30529c;
    font-size: 45px;
}
/* media queries */
@media screen and (min-width: 1200px){
    .templates a{
        margin-top: 450px;
    }
}
@media screen and (max-width: 768px){
    .templates{
        text-align: center;
    }
    .templates a{
        margin-top: 25px;
        margin-bottom: 100px;
        float: none !important;
    }
    .templates img{
        transform: scale(1.4);
        overflow-x: hidden;
        margin-top: 25px;
    }
}