
    .menu {
    display: none;

    }

.active.menu {

    display: block;

}

.top {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    top: 0;
    position: fixed;
    left: 0px;
    left: 0;
    z-index: 2;
    background-color: white;

}
    .logo {

    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 45px;
    color: black;
    text-decoration: none;

    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;

 }


#realhamburger {

    border: none;
    display: block;
    float: right;
    clear: right;
    background-color: white;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;

}


 a:-webkit-any-link {
text-decoration:none !important;
color: black;

}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    text-align: center;


}

li {
    float: center;
}



nav {

    display: block;
    margin: auto;
    width: 80%;
    padding: 10px;
    margin-top: 60px;

}



.navigation li {
    list-style: none;
    padding: 7px;
    font-size: 30px;
  }

.sub_navigation li {

    list-style: none;
    padding: 1px;
}

.navigation li span {

    list-style: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.sub_navigation li span {

    list-style: none;
    font-size: 20px;
    text-transform: none;
    color: #727272;
    font-family: 'Montserrat', sans-serif;
}

li a:active { 
    color: #C4C4C4;
}



h1 {
    font-family: 'Montserrat', sans-serif;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
   

}

.ilostsomething {

    width: 100%;
    padding-top: 39%;
    padding-bottom: 39%;
    background-color: #A2A2A2;
    text-align: center;
    margin: auto;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;


}


.ilostsomething:active { 
    background-color: white;
    color: black;
    border: none;
}

.ifoundsomething {

    width: 100%;
    padding-top: 39%;
    padding-bottom: 39%;
    background-color: white;
    text-align: center;
    margin: auto;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;

}

.ifoundsomething:active { 
    background-color: #A2A2A2;
    color: white;
    border: none;
}



input[type=text] {
    width: 70%;
    display: block;
    padding: 15px 30px;
    margin: auto;
    box-sizing: border-box;
    border: 7px solid #A9A9A9;
    border-radius: 4px;
}

input[value] {

    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.tagsinthebox {

    display: block;
    margin-left: 18%;
    margin-top: 60%;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

#submit {

    background-color: #727272;/* Green */
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 30%;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    border-radius: 0px;
    bottom: 0px;
    padding: 7px;
    font-size: 15px;
    border-style: none;
}

.gallery {

    margin-top: 60px;
}

img {

    width: 99%;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.founditem1 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
}

.founditem2 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 40px;
}

.founditem3 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 100px;
}

.lostitem1 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
    border-top: 1px solid black;
}

.lostitem2 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 40px;
    border-top: 1px solid black;
}

.lostitem3 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
      margin-top: 40px;
      border-top: 1px solid black;
}

.lostitem4 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 40px;
    border-top: 1px solid black;
}

.lostitem5 {

    padding: 1px;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 40px;
    border-top: 1px solid black;
}

.itemlostlist {

    margin-top: 80px;
    margin-bottom: 50px;
}

.title {

    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 7px;
}

.date {

    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: block;
    float: right;
    margin-right: 7px;
}

h2 {

    width: 90%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    display: block;
    margin: auto;
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #A2A2A2;

}

.details {

    margin-top: 100px;
}


.description {

    margin-top: 80px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: block;
    float: left;
    width: 75%;
    margin-left: 30px;
}


/* Full-width input fields */
input[type=name], input[type=email], input[type=phone]
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
    .claim1 {
    background-color: #727272;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-left: 30px;
    float: left;
}

.claim2 {
    background-color: #727272;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.sendmessage {

    background-color: #727272;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-right: 120px;
    float: right;


}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
    margin-top: 60px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 450px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }


}







