@import "/fonts/font-awesome.min.css";
body {margin:0;padding:0;font-size: 16px;font-family: Arial;line-height: 1.5em;text-align: justify;}
section {width: 1000px;margin: 0 auto 3em;}

h1 {font-size: 2em;text-transform: uppercase;display: flex;align-items: center;text-align: center;justify-content: space-evenly;}
h1 img {
    display: inline;
    width: 100px;
    box-shadow: none;
}
.contop {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.5em;
}
.contop a {
    text-decoration: none;
    color: #428bca;
    font-weight: bold;
}
.top2 ul {font-size: 1.2em;}
ul {margin:0;}
.top2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
img {
    box-shadow: 4px 4px 11px #444;
}
.top2 div:first-child {
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.top2 div:nth-child(2) {
    width: 40%;
}
.top2 img {
    width: 100%;
}
.spanbut {
    display: block;
    background: #444;
    padding: 1em;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    box-shadow: 1px 2px 5px 2px #ccc;
}
.flex100 {flex-basis:100%;width: 100% !important;margin-top: .5em;line-height: 1.5em;}
.blue {
    background: #428bca;
    color: #fff;
    padding: .5em;
}.blue h2{
    background: none;
    margin-bottom: 0;
}
b {color:#428bca;}
form {
    font-size: 1.3em;
}
form div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .5em;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: .5em;
    /* flex-direction: column-reverse; */
}

.lr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
}

input[type='checkbox'] { ... ;width: 30px;height: 30px;}
input[type='submit'] {
    display: block;
    margin: 1em auto;
    background: #ccc;
    border: none;
    outline: none;
    padding: .5em;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    background: #444;
    padding: 1em;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    box-shadow: 1px 2px 5px 2px #ccc;
}
input[type='text'] {
    width: 45%;
    display: block;
    margin: .5em auto;
    padding: .5em;
    background: #428bca;
    /* color: #fff; */
    font-size: 1.2em;
    outline: none;
    border: 2px solid #ccc;
}
input::placeholder {color:#fff;}
.proc {}
.proc ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.proc span {
    display: inline-block;
    background: #ccc;
    padding: .5em;
    width: 100px;
    font-weight: bold;
    text-align: center;
}
.proc p {
    margin-top: 0;
}
h2 {text-align:center;}
.gal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gal a {
    display: block;
    width: 49%;
    margin-bottom: 1em;
}
.gal a img {
    width: 100%;
}
.slogan {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
}
.slogan a {
    text-decoration: none;
}

@media (max-width: 660px) {.contop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.contop a {
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
} p {padding:0 .5em;margin-top: 0;}
section {width:100%;margin-bottom: 1em;/* padding: 0 .5em; */}
.top2 div:nth-child(2) {width:100%;}
.top2 div:first-child {width:100%;}
    h1 {font-size:1em;}
    h2 {font-size:1em;margin: 0 0 1em 0;background: #444;padding: .5em 1em;color: #fff;}
.gal a {width:100%;}
    .gal a {display:none;}
                           .gal a:nth-child(1),  .gal a:nth-child(2),  .gal a:nth-child(3),  .gal a:nth-child(4) {display:block}
    h1 img {width:10%;}
   li {padding-right:.5em;}
                           form div {
    /* flex-direction: row-reverse; */
    /* display: block; */
    padding: 0 .5em;
}
                           input[type='checkbox'] {
    /* float: left; */
}label {/* float:right; *//* display: block; */flex-basis: 80%;}
                           input[type='text'] {
    width: 90%;
}input[type='submit'] {width:90%;}
                           .slogan {
    font-size: 1.5em;
}.slogan br {display:none;}
                           .slogan a {display:block;}
}