/* Custom CSS */

.centered
{
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1, .centered h2, .centered h3, .centered h4, .centered p, .centered a
{
    justify-self: center;
text-align: center;
}


ul li::marker {
    color: #ba8633;
}

.frame {
    background-color: white;
    padding: 10px;
    border: 8px double #ba8633;
}

.title {
    font-size: 1.3em;
    font-weight: 400;
    color: #ba8633;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

@media( max-width:768px)
{
    .caret
    { 
        display: none;
    }
}

@media( max-width:768px)
{
    .cent-drop
    { 
        justify-self: center;
    }
}