.box {
    max-width: 42em;
    background-color: #FFF;
    /*border : #AAA solid .1em;*/
    box-shadow: .1em .1em .1em .1em #fff;
    text-align: center;
    margin: auto;
    padding: 2em;
    font-size: 1em;
}


.boxl {
    max-width: 42em;
    background-color: #FFF;
    /*border : #AAA solid .1em;*/
    box-shadow: .1em .1em .1em .1em #fff;
    margin: auto;
    padding: 2em;
}

/* div for images */
.boxi {
    max-width: 48em;
    background-color: #FFF;
    /*border : #AAA solid .1em;*/
    box-shadow: .1em .1em .1em .1em #fff;
    margin: auto;
}

.frameBorder {
    border-style: solid;
    display: inline-block;
    border-width: 5px;
    width: 16em;
    height: 16em;
}

.frameBorder:hover {
    background-color: #FFF;
    border: #FFF solid .3em;
    width: 16em;
    height: 16em;
}

span.nl {
    display: block;
    white-space: nowrap;
}

nav {
    /*max-width : 42em;*/

    font-size: 1.4em;
    padding: 0;
}

nav ul {

    list-style-type: none;
    padding: 0;
}


nav li {
    padding-right: 0.1em;
    float: left;
}

nav ul > .right {
    list-style-type: none;
    float: right;
    padding-left: 0.3em;
    padding-right: 0em;
}

nav a {
    margin-bottom: .1em;
    display: block;
    text-decoration: none;
    background-color: #FFF;
    color: #000;
    padding: 0.1em .1em 0em .2em;
    box-shadow: .1em .1em .1em .1em #fff;

}
.centered, .centered  {
    text-align: center;
    /*margin: auto;*/
    margin-left: auto;
    margin-right: auto;
    display: inline-block;

}
nav a:hover {
    text-decoration: underline;
    text-decoration-color: #f71219;
}

#nav-end {
    clear: left;
    padding-bottom: 1.5em;
}

a {
    text-decoration: none;
}

a.noDec, a.noDec:link, a.noDec:visited, a.noDec:hover, a.noDec:focus, a.noDec:active {
    text-decoration: none;
    color: #000;
}

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#foot {
    /*max-width : 60em;*/

}

#foot #left {
    float: left;
}

#foot #center {
    text-align: center;
}

#foot #right {
    float: right;
}


.imgV {
    position: absolute;
    top: 20%;
    left: 0%;
}

* {
    margin: 0;
}

@media screen and (max-width: 600px) {
    img {
        max-width: 80%;
        height: auto;
        width: auto \9; /* ie8 */
    }

    p {
        font-size: 28px;
    }

    a {
        font-size: 28px;
    }
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    button {
        font-size: 20px;
        width: auto;
        height: auto;
    }

    .table td, .table th {
        font-size: 24px;
    }
    input {
        font-size: 24px;
        max-width: 80vw;

    }
}

@media screen and (min-width: 601px) {
    img {
        max-width: 100%;
        height: auto;
        width: auto \9; /* ie8 */
    }
    p {
        font-size: 28px;
    }
    a {
        font-size: 28px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 30px;
    }

    /*    button {*/
    /*        font-size: 2vmin;*/
    /*        width:auto;*/
    /*        height:auto;*/
    /*    }*/
    /*    .table td, .table th {*/
    /*        font-size: 3vmin;*/
    /*    }*/
    input {

        font-size: 3vmin;
        /*max-width: 100em;*/
    }

}

a {
    text-decoration: none;
}

a.noDec, a.noDec:link, a.noDec:visited, a.noDec:hover, a.noDec:focus, a.noDec:active {
    text-decoration: none;
    color: #000;
}

#div {
    display: block;
}

html, body {
    min-height: 100vh;
    background-color: #FFF0F5;
}

.wrapper {
    min-height: 100vh;
    height: auto !important;
    margin: 0 auto -42px;
}

footer, .push {
    min-height: 42px;
    /*bottom: 0px;*/
}

.dropdown {
    display: inline-block;
    position: relative;
    float: right;
    list-style-type: none;
    padding-left: 0em;
    padding-right: 0em;
    font-size: 28px;
}

.dd-input {
    display: none;
}

.dd-button {
    margin-bottom: .1em;
    display: block;
    text-decoration: none;
    background-color: #FFF;
    color: #000;
    padding: 0.1em .1em 0em .2em;
    box-shadow: .1em .1em .1em .1em #fff;
    min-width: auto;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    display:none;
}

.dd-button:hover {
    /*background-color: #eeeeee;*/
    text-decoration: underline;
    text-decoration-color: #f71219;
}

.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: none;
    background-color: #ffffff;
    list-style-type: none;
    left: auto;
    right: 0%;
}

.dd-menu-bot {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: none;
    background-color: #ffffff;
    list-style-type: none;
    left: 0%;
    right: auto;
    z-index: 1;
    bottom: 45px;

}

.dd-input + .dd-menu, .dd-input + .dd-menu-bot {
    display: none;
}

.dd-input:checked + .dd-menu, .dd-input:checked + .dd-menu-bot {
    display: block;
}

.dd-menu li,.dd-menu-bot li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    /*box-shadow: none;*/
}

.dd-menu li:hover {
    /*background-color: #f6f6f6;*/
}

.dd-menu li a, .dd-menu-bot li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    font-size: 28px;
    box-shadow: none;
}

.dd-menu li.divider{
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
html {
    cursor: url('../imgs/r.png'), auto !important;
}

.center-placeholder::placeholder {
    text-align: center;
}

/* Normal placeholder style (left-aligned) */
input::placeholder {
    text-align: left;
}