﻿/* Bootstrap 4.5.0 File Mainline css index page 18/07/2020 */
body,
html {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#e8f5e8, #336931);
    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 #336931;
}

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

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

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: #2b5d0b;
    padding: 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-success {
    font-weight: bold;
}

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

/* 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;
}
























































/*
body,
html {
    background-color: #c7dec6;
}

p {}

h1 {
    /* NOTE H1 TAG 8 WORDS MAX *
    font-family: "Comic Sans MS", Corbel, cursive;
    font-size: 70px;
    font-weight: bold;
    color: #6d0707;
    text-shadow: 0px 4px 5px black;
    margin-top: 0, 0, 0, 0;
    padding: 0, 0, 0, 0;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: black;
    padding: 0, 0, 0, 0;
    text-shadow: 1px 1px 1px #ff7979;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

h4 {
    font-size: 20px;
    font-weight: normal;
    color: #1e2c0a;
    margin: 0, 0, 0, 0;
    padding: 0, 0, 0, 0;
}

h5 {
    font-size: 16px;
    color: #000000;
    margin: 0, 0, 0, 0;
    padding: 0, 0, 0, 0;
}

h6 {
    font-size: 12px;
    font-weight: normal;
    color: #e2f2d9;
}

.my-container {
    background-image: linear-gradient(to top left, #bce3b7, #195012);
    min-height: 500px;
    text-align: center;
    max-width: 1200px;
    margin-top: 5px;
    padding-top: 10px;
}



.fs {
    /*  <!-- View text on xs screen only --><div class="d-xs-block d-sm-none fs"> *
    font-family: "Comic Sans MS", Corbel, cursive;
    font-size: 30px;
    font-weight: bold;
    color: #6d0707;
    text-shadow: 0px 4px 5px black;
}

.fs1 {
    /* <!-- View text on sm screen only --><div class="d-none d-sm-block d-md-none"> *
    font-family: "Comic Sans MS", Corbel, cursive;
    font-size: 40px;
    font-weight: bold;
    color: #6d0707;
    text-shadow: 0px 4px 5px black;
}

.fs2 {
    /*<!-- View text on md screen to lg only --><div class="d-none d-md-block d-lg-block d-xl-none fs2"> *
    font-family: "Comic Sans MS", Corbel, cursive;
    font-size: 50px;
    font-weight: bold;
    color: #6d0707;
    text-shadow: 0px 4px 5px black;
}

.btn-outline-success {
    border-color: #000000;
    padding-top: 15px;
}

.mod1 {
    background-color: transparent;
    border: 0;
    max-width: 425px;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    color: ffffff;
}

/* unvisited link *
a:link {
    color: #6d0707;
}

/* visited link *
a:visited {
    color: #000000;
}

/* mouse over link *
a:hover {
    color: #000000;
}

/* selected link *
a:active {
    color: #ffff06;
}
