﻿/*
    In the base styles we would introduce some base classes 
    We just define some style and if need to be extended
    then Extensions are moved into the sass files
    meanwhile here is your foundation for example of how something should look in general
*/

.simple_subtitle {
    color: #343B4E;
    margin: auto auto;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
