﻿/* master p-index css file for bootstrap version 5.1.0. 12/08/2021 */

body,
html {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top left, #a3aac1, #4b596d);
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: hidden;
    /* fix for android background */
}


/* NOTE H1 TAG 8 WORDS MAX */

h1 {
    font-family: sans-serif cursive;
    text-align: center;
    text-shadow: 0px 0px 12px #ffffff;
}

h2 {
    font-family: serif;
    text-align: center;
}

h3 {
    font-family: serif;
    text-align: center;
}

h4 {
    font-family: sans-serif;
    font-size: 18px;
    color: #121919;
}

h5 {}

h6 {}

.my-container {
    text-align: center;
    max-width: 1200px;
    padding-top: 15px;
}

.smart {
    text-align: center;
    color: #120e7b;
    padding-bottom: 20px;
}


/*col-xm=below 576px=36em
col-sm=equal or above 576px=36em
col-md=equal or above 768px=48em
col-lg=equal or above 992px=62em
col-xl=equal or above 1200px=75em */

.btn-outline-dark {
    font-weight: bold;
}

.end {
    text-align: center;
    color: #ffffff;
}


/* unvisited link */

a:link {
    color: #000000;
}


/* visited link */

a:visited {
    color: #000000;
}


/* mouse over link */

a:hover {
    color: #ffffff;
}


/* selected link */

a:active {
    color: #ffff06;
}