body {
    background-color: rgb(36, 36, 36);
}

.main {
    width:980px;
    margin:auto;
    text-align:center;
}

.topmenu {
    background-color: rgb(71, 71, 71);
    color:white;
    width:978px;
    margin:auto;
    text-align:center;
    overflow:hidden;
}

.alignmenu {
    margin:auto;
    width:55%;
}

.topmenulist {
    margin: 0;
    padding:0;
}

.topmenuitem {
    float:left;
    padding: 10px 25px;
    list-style-type: none;
}

.logodiv {
    margin:auto;
    width: 40%;
    overflow:auto;
}

.logoimg {
    float:left;
}

.logotxt {
    color:rgb(103, 189, 49);
    font-family: sans-serif;
    font-size: 35px;
    float:left;
    padding-top: 35px;
}

.sublogodiv {
    margin-top: -25px;
}

.sublogotxt {
    color:rgb(139,139,139);
    letter-spacing: 2.8px;
    font-family: enriqueta, serif;
    font-size: 20px;
}

.contenthdr {
    font-family:sans-serif;
    font-size:31px;
    color:white;
}

.contenttxt {
    font-family:sans-serif;
    font-size:24px;
    color:white;
}

.fullwidth {
    width:980px;
}

.emlform {
    border-color:rgb(103,189,49);
    border-width:2px;
    width:608px;
    border-style: solid;
    box-sizing: border-box;
    background-color: rgb(36,36,36);
    font-family:sans-serif;
    font-size:14px;
    line-height:20px;
    color:rgb(103,189,49);
    height: 33px;
}

.emlformtxt {
    height: 105px;
    resize:none;
}

.botbar {
    background-color: rgb(71, 71, 71);
    color:white;
    width:100%;
}

.botmenu {
    background-color: rgb(71, 71, 71);
    color:white;
    width:978px;
    margin:auto;
    overflow:hidden;
}

.botmenulist {
    margin-left: -40%;
    padding:0;
}

.botmenuitem {
    float:left;
    padding: 20px 25px;
    list-style-type: none;
}

.copy {
    float:right;
    padding: 20px 25px;
}

img {
    pointer-events: none;
}

a {
    color: white;
    text-decoration: none;
}

a.visited {
    color:white;
    text-decoration: none;
}

.mainprice {
    background-color: rgb(71, 71, 71);
    border-style: outset;
    color: black;
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: serif;
}

.addons {
    background-color: rgb(71, 71, 71);
    border-style: outset;
    color: black;
    width: 40%;
    margin: auto;
    text-align: center;
    font-family: serif;
}

.prepare {
    background-color: rgb(71, 71, 71);
    border-style: outset;
    color: white;
    width: 100%;
    font-family: serif;
}

.cntform {
    border-width:2px;
    width:570px;
    border-style: none;
    box-sizing: border-box;
    background-color: rgb(36,36,36);
    font-family:sans-serif;
    font-size:14px;
    line-height:20px;
    color:white;
    height: 33px;
}

.cntformtxt {
    height: 105px;
    resize:none;
}

input:invalid {
  box-shadow: 0 0 5px 1px red;
}

input:focus:invalid {
  outline: none;
}