body {
    margin: auto; 
    font-family: sans-serif;   
}

h1 {
    font-size: 25px;
    margin: 0px 0 20px 0;
}

h2 {

}

h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 7px;
    
    
}
p {
    margin-top: 0;
}

.pad {
    padding: 25px;
}

@media (min-width: 860px) {
    .pad {
    
            max-width: 900px;
            margin: auto;
    }
}
.padRight {
    padding-right: 10px;
}

.padLeft {
    padding-left: 10px;
}

a {
    color: inherit;
    text-decoration: none;
}

.fifty {
    display: inline-block;
    width: 50%;
    float:left;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}

.fifty h2 {
    margin-top: 0;
}

.seventyFive {
    display: inline-block;
    width: 75%;
    float:left;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}

.clear:after {
    content: "";
    clear: both;
    display: table;
}

.floatLeft {
    float: left;
    clear: left;
}


/*----------------N A V----------------*/
.fixedNav {
    width: 100%;
    height: 80px;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    
    background-color: lightgray;
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: gray;
}

.headerSpace{
    height: 80px;
    width:  100%;
}

.contain {
    margin: 0 25px 0 25px;
    height: 100%;
    position: relative;
    
}

.whole {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: red;
}

.logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
    
    margin: 0;
    font-size: 35px;
}

.fa-bars {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
    
    margin: 0;
    font-size: 30px;
}

.dropdown ul {
    background-color: white;
    z-index: 2;
    border-top: none;
}

.dropdown {
    display: none;
}

/*----------------F I R S T P A G E----------------*/
.beyond {

    padding-top: 65px;
    
    -webkit-box-sizing: border-box;
    
    height: 100vh;
    width: 100%;    
}

.restWhole {
    width: 100%;
    height: 100%;
}

.lost {
    position: relative;
    height: 50%;
    
    color: lightgray;
}

.found {
    position: relative;
    background-color: lightgray;
    height: 50%;
    
    color: white;
}

.beyond h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    font-size: 50px;
    text-align: center;
}

@media (min-width: 860px) {
.lost, .found {

        display: inline-block;
        float: right;
        width: 50%;
        height: 100%;
}
    
}
/*----------------I N P U T----------------*/
input,button,select,textarea {
    font-family: sans-serif;
    height: 40px;
}


/*----foto----*/

.submitPhoto {
    width: 100%;
    padding-top: 66%;
    
    margin-bottom: 30px;
    background-color: lightgray;
}

/*----text----*/
input[type=text] {
    
    height: 34px;
    font-size: 16px;
    padding: 0 0 0 10px;
    
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    margin-bottom: 30px;
}



/*----text area----*/
textarea {
    

    font-size: 16px;
    padding: 10px 10px 0px 10px;
    
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    margin-bottom: 30px;
    
    resize: none;
    
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    line-height: 20px;
}

.twoLines {
    height: 34px;
}

.yuge {
    height: 150px;
}
/*----select---*/
select {

    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    
    border-radius: 0;
    border: none;
    
    overflow: hidden;
    -webkit-appearance: none;
    
    background: url(img/select.png) no-repeat #dfdfdf;
    background-size: 22px;
    background-position: center right;
        
    width: 100%;
    padding-left:15px;
    
    margin-bottom: 30px;
}

select:focus{
    outline: none; 
    background-color: lightgray;
}

/*----date---*/
input[type=date] {

    font-size: 16px;
    padding-left: 10px;
    color: darkgray;
    
    
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    margin-bottom: 30px;
}

input[type=date]:active {
    color: black;
}

/*----date---*/
button {
    width: 100%;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    
     background-color: lightgray;
}

/*----------------F O O T E R----------------*/
.footer {
    width: 100%;
    background-color: lightgray;

    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}

/*----------------P A G E----------------*/
ul {
    padding: 0;
    border-top: solid;
    margin: 0;
}
li {
    list-style: none;
    border-bottom: solid;
    border-width: 1px;
    padding: 20px 25px;    
}

/*----------------G A L L E R Y---------------*/

.formAlert {
    width: 100%;
    height: 100px;
    background-color: red;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
    
}

.post {
    width: 100%;
    margin-bottom: 50px;
}

.post img {
    width: 100%;
    padding-top: 66%;
    background-color: lightgray;
    margin-bottom: 20px;
}

@media (min-width: 860px) {
    div .post {
        display: inline-block;

        width: 50%;
        float: left;
        
        padding: 20px;
        
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;  

    } 
}

.lostPost {
    margin-bottom: 50px;
}

.full {
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: white;
    position: absolute;
    
    top:80px;
    left: 0;
    padding: 25px;
    
    -webkit-box-sizing: border-box;
}

.foundDescription {
    display: none;
    
}

.contact {
    display: none;
}
