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

/*----------------TEXT----------------*/

p {
    font-size: 15px;
    line-height: 21px;
}

h4 {
    margin: 0px 0 10px 0;
}
/*----------------MSC----------------*/
.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;  
}

.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;  
}

.singleColumn {
    max-width: 700px;
    margin: auto;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    padding-left: 20px;
    padding-right: 20px;
    
    position: relative;
    
}
.clear:after {
    content: "";
    clear: both;
    display: table;
}

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

@media (max-width: 900px) {
    .deskOnly {
        display: none !important;
    }
    
    .fifty {
        float: inherit;
        width: 100%;
        display: block;
    }
}

@media (min-width: 900px) {
    .mobileOnly {
        display: none;
    }
    
    
}

/*----------------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;
}

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

.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;
}

.desktopNav {
    display: inline-block;
    float: right;
    height: 100%;
    position: relative;
}

.desktopNav p {
    margin: 27px 0px 0 30px;
    display: inline-block;
    
}

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

@media (min-width: 900px) {
    .contain {
        margin: 0 50px 0 50px;
    }
}
/*--------dropdown--------*/

.dropdown {
    display: none;
}
.dropdown ul {
    padding: 0;
    margin: 0;
    
    width: 100%;
    
    background-color: white;
    z-index: 2;
    border-top: none;
}

.dropdown li {
    list-style: none;
    border-bottom: solid;
    border-width: 1px;
    padding: 20px 25px;    
}
/*----------------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%;
    }
}

/*----------------S T R U C T U R E----------------*/

.mainHolder {
    max-width: 1200px;
    margin: auto;

    
    height: 300px;
}

.sidebar{
    width: 25%;
    float: left;
    display: inline-block;
    
    padding-right: 20px;
    padding-left: 20px;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    color: gray;
}

.gallery {

    width: 75%;
    float: left;
    display: inline-block;
    
    padding-left: 20px;
    padding-right: 20px;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    
}

/*----------------R E D I R E C T -- P A G E----------------*/
.categories {
    padding: 0;
    margin: 0;
    
    width: 100%;
    
    border-top: solid;
    border-width: 1px;
    
    color: gray;
}

.categories li {
    list-style: none;
    
    border-bottom: solid;
    border-right: solid;
    border-left: solid;
    
    border-width: 1px;
    padding: 20px 25px;
    
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;   
}

.categories li:hover {
    background-color: lightgray;
    cursor: pointer;
}

.post {
    width: 33%;
    padding: 20px;
    
    display: inline-block;
    float: left;

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

.post img {
    width: 100%;
    padding-top: 66%;
    
    background-color: gray;
}

.hoverInfo {
    position: relative;
    cursor: pointer;
}
.hoverInfo:hover img {
    opacity: .2;
}

.hoverInfo h1 {
    display: none;
    position: absolute;
    margin: 0;

    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    
    font-size: 20px;
}

.hoverInfo:hover h1 {
    display: inherit;
}

@media (max-width: 1200px) {
    .post {
        width: 50%;
    }
    
    .sidebar{
        width: 33.33%;
    }

    .gallery {
        width: 66.66%;
    
    }
}

@media (max-width: 900px) {
    .mainHolder {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post {
        width: 50%;
    }
    
    .sidebar{
        display: none;
    }

    .gallery {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 600px) {
    .post {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
}

/*----------------L O S T -- P A G E----------------*/
.lostPost {
    margin-bottom: 40px;
}

.lostPost .date {

    float: left;
}

.lostPost .location {
    margin-left: 20px;
    float: left;
}

/*----------------F O R M----------------*/
input,button,select,textarea {
    font-family: sans-serif;
    height: 40px;
    margin-bottom: 30px;
}


/*----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;

    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 C U S - P A G E----------------*/

.popUp {
    position: absolute;
    top: 20px;
    left: 5%;
    
    width: 90%;
    
    
    padding: 20px;
    padding-top: 0;
    padding-bottom: 60px;
    
    background-color: white;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    border: solid;
    display: none;
    
    border-color: #dfdfdf;
}

.popUp h2 {
    width: 50%;
    float: left;
}

.x {
    text-align: right;
}