/* CONTROL blog CSS */


#leftsnippet {
    height: 2px;
    background: #000;
    border-bottom: 1px solid #000;
    float: left;
    width: 10%;
    margin-top: 40px;
}

#rightsnippet {
    height: 2px;
    background: #000;
    border-bottom: 1px solid #000;
    float: left;
    width: 10%;
    margin-top: 40px;
}

#centersnippet {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

#snippetcontainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

sub {
    bottom: 5px;
font-weight: bold;
color: #b5cbd8;
font-size: 16px;
font-family: sans-serif;
}

#centersnippet span {
font-family: 'Tangerine', cursive;
font-size: 64px;
font-weight: bold;
}

@media (min-width: 767px) and (max-width: 992px) {
    sub {
        font-size: 12px;
    }
    #centersnippet span {
        font-size: 50px;
    }
}

@media (min-width: 480px) and (max-width: 595px) {
    sub {
        font-size: 12px;
    }
    #centersnippet span {
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    sub {
        font-size: 0px;
    }
    #centersnippet span {
        font-size: 42px;
    }
}

#subtitle {
text-align: center;
font-size: 16px;
font-weight: bold;
}