﻿.path1 {
    color: #ca2325;
    text-align: center;
    font-weight: bold;
    font-size: 18px; /* Default font size */
    transition: font-size 0.3s; /* Smooth transition */
    padding-top: 20px;
}

.path {
    color: #ca2325;
    text-align: center;
    font-weight: bold;
    font-size: 25px; /* Default font size */
    transition: font-size 0.3s; /* Smooth transition */
    padding-top: 20px;
}

    .path h1, .path1 h1 {
        color: #ca2325;
        text-align: center;
        font-weight: bold;
        font-size: 35px; /* Default font size */
        transition: font-size 0.3s; /* Smooth transition */
        padding-bottom: 10px;
    }

.shloka {
    color: #d64d4f;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 20px; /* Default font size */
    transition: font-size 0.3s;
}

.path h1 {
    color: #ca2325;
    text-align: center;
    font-weight: bold;
    font-size: 30px; /* Default font size */
    transition: font-size 0.3s; /* Smooth transition */
}

.path h2 {
    color: #ca2325;
    text-align: center;
    font-weight: bold;
    font-size: 28px; /* Default font size */
    transition: font-size 0.3s; /* Smooth transition */
}

.path h3 {
    color: #ca2325;
    text-align: center;
    font-weight: bold;
    font-size: 25px; /* Default font size */
    transition: font-size 0.3s; /* Smooth transition */
}

.accordion {
    cursor: pointer;
    transition: 0.4s;
}
.repeat {
    
    font-size:18px;
}
.panel, .panel span {
    padding: 5px 18px;
    display: none;
    overflow: hidden;
    font-size: small;
    font-style: italic;
    border-radius: 4px;
    color: #f79508;
    box-shadow: 0 1px 2px rgba(54,64,67,.3),0 1px 3px 1px rgba(54,64,67,.15);
}

.active, .accordion:hover {
    background-color: #f1f2f5;
    border-radius: 4px;
}


hr.divider {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #ca2325, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

button.font-button.android {
    float: initial;
    background: #fff;
    color: #ca2325;
    border: 1px solid;
}

img.android {
    width: 130px;
    margin-top: 20px;
}

a.font-button.android {
    float: inherit;
    font-size: x-small;
}

:root {
    accent-color: #ca2325;
}
