﻿.body {
    font-family: Arial,Calibri,sans-serif;
    background-color: #ffffe0;
    margin: 0;
    padding: 0;
    font-size: 18px
}

.header_master {
    background-color: #32CD32;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0
}

.content1 {
    background-color: #ffffe0;
    justify-content: center
}

.h1 {
    margin: 0;
    font-size: 2em;
    font-weight: 700
}

.h2 {
    display: block;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 1.5em;
    font-weight: 700
}

.navbar {
    display: flex;
    justify-content: center;
    background-color: #333
}

    .navbar a {
        padding: 14px 20px;
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none
    }

        .navbar a:hover {
            background-color: #ddd;
            color: #000
        }

.flexcontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px
}

.flexitem1 {
    color: #000;
    text-align: left;
    margin: 10px
}

.body .button {
    border-radius: 10px;
    background: #32CD32;
    border: solid 2px grey;
    font-weight: 700;
    color: #000;
    height: 50px;
    width: 400px;
    font-size: 1em
}

    .body .button:hover {
        background: #fff;
        color: Red;
        font-size: 1.2em
    }

.body .button2 {
    border-radius: 10px;
    background: #f5bf42;
    border: solid 2px grey;
    font-weight: 700;
    color: #000;
    height: 50px;
    width: 400px;
    font-size: 1em
}

    .body .button2:hover {
        background: #fff;
        color: Red;
        font-size: 1.2em
    }

.body .button3 {
    border-radius: 10px;
    border: solid 2px grey;
    font-weight: 700;
    color: #000;
    height: 50px;
    width: 400px;
    font-size: 1em
}

    .body .button3:hover {
        background: #fff;
        color: Red;
        font-size: 1.2em
    }

.body .buttonVideo {
    border-radius: 10px;
    background: #d3d3d3;
    border: solid 2px grey;
    font-weight: 700;
    color: #000;
    height: 50px;
    width: 150px;
    font-size: 1em
}

.body .button2:hover {
    background: #fff;
    color: Red;
    font-size: 1.2em
}

.footer {
    text-align: center;
    padding: 10px;
    font-size: .5em;
    font-weight: 700
}

.image-button-bordered {
    border: 2px solid #000;
    padding: 1px;
    background-color: #f0f0f0;
    display: inline-block;
    height: 100px;
    width: 178px
}

.textboxcss {
    border: solid 2px grey;
    font-weight: 700;
    color: blue;
    height: 50px;
    width: 400px;
    font-size: 1em
}

.label_wrap_1 {
    display: block;
    width: 600px;
    word-wrap: break-word;
    white-space: normal
}

input[type="checkbox"] {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin: 10px
}
