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



body,
html {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #dee3e6, #213d3e) fixed;
    /* 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 {
    /* NOTE H1 TAG 8 WORDS MAX */
    font-family: sans-serif;
    text-align: center;
    color: darkslategrey;
    text-shadow: 0px 0px 12px #ffffff;
}


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

h3 {
    font-family: serif;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

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

h5 {}

h6 {}

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



.smart {
    text-align: center;
    font-weight: normal;
    color: #284547;
    padding-bottom: 20px;
}

.swr {
    text-align: center;
    padding-top: 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
col-xxl=equal or above 1400px=    */

.btn-outline-dark {
    font-weight: bold;
    color: #22282a;
}


.end {
    padding-top: 20px;
    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;
}
