

.header {

    padding-bottom: 8px;
    margin: auto;
    margin-top: 0px;
    border-bottom: 3px solid black;

}
.wholetop {

    max-width: 96%;
    position: relative;
    padding-top: 0.5%;
    margin: auto;
}


.wholebody {

    max-width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

.indexbody {

    max-width: 95%;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

.wholebody_lost {

    max-width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

.wholereport {

    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
    margin-top: 50px;
}
.wholedetails {

    max-width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;

    }


.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: 35px;
    color: black;
    text-decoration: none;

    position: relative;
    display: inline;
    z-index: 100;

 }


#realhamburger {

    border: none;
    /*display: block;*/
    background-color: white;
    color: black;
    /*right: 0;
    top: 50%;*/
    /*transform: translateY(-50%);*/

    z-index: 100;
    display: inline;
    margin: 0 auto;
    position: relative;
    float: right;

}


 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: 98%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;

}



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

}

.ilostsomethingtext {

    font-family: 'Montserrat', sans-serif;
    color: white ;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1.3px;

}

.ilostsomething {

    width: 90%;
    margin-top: 50px;
    padding-top: 28%;
    padding-bottom: 28%;
    background-color: mediumaquamarine;
    text-align: center;
    margin-left: auto;
    margin-right: auto;


}


.ilostsomething:active { 
    background-color: #8cd1b3;
 
    border: none;
}


.ifoundsomethingtext {

    font-family: 'Montserrat', sans-serif;
    color: white;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 1.3px;
    font-weight: bold;

}


.ifoundsomething {
    width: 90%;
    margin-top: 25px;
    padding-top: 28%;
    padding-bottom: 28%;
    background-color:  #ff8c69;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

    
   

.ifoundsomething:active { 
    background-color: lightsalmon;
    border: none;
}



input[type=text] {
    width: 60%;
    height: 50px;
    display: block;
    padding: 5px 10px;
    margin: auto;
    box-sizing: border-box;
    border: 6px solid #cecece;
    border-radius: 4px;


}

input[value] {

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

.tagsinthebox {

    display: block;
    margin: auto;
    text-align: center;
    margin-top: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: bold;

}

.itemtype {

    display: block;
    margin: auto;
    text-align: center;
    margin-top: 140px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
    letter-spacing: 0.6px;


}

select {
    border-style: none;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 60%;
    height: 50px;
    display: block;
    padding: 15px 30px;
    margin: auto;
    box-sizing: border-box;
    border: 6px solid #cecece;
    border-radius: 4px;

}

.categorynostyle{

  -webkit-appearance: default;
    background-color: initial;
    padding: initial;
    border: 1px solid #ccc;
    width: 100px;
    height: 18px;
        
    overflow: hidden;
    align-items: baseline;
    color: inherit;
    text-align: start;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    margin-top: 10px;
    margin-bottom: 10px;
    font: 11px BlinkMacSystemFont;
}


#submit {

    background-color: mediumaquamarine;/* Green */
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 100px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
    display: block;
    border-radius: 0px;
    font-size: 15px;
    border-style: none;
    border-radius: 10px;
}

#submit:active { 
    background-color: #8cd1b3;
 
    border: none;
}

#submit2 {

    background-color: #ff8c69;/* Green */
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 100px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
    display: block;
    border-radius: 0px;
    font-size: 15px;
    border-style: none;
    border-radius: 10px;
}

#submit2:active { 
    background-color: #8cd1b3;
 
    border: none;
}

.gallery {

    margin-top: 30px;
}

img {

    width: 99%;
    display: block;
    margin: auto;
}

.founditem {

    width: 100%;
    display: inline-block;
    margin: 0;
}



.lostitem {

    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 1px;
    border-top: 1px solid black;
}



.itemlostlist {

    margin-top: 50px;
    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;
}

input[type="file"]{

    margin-top: 10px;
    margin-bottom: 20px;
}

h2 {

    width: 100%;
    background-color: mediumaquamarine;
    color: white;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3px;
    display: block;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;

}

h3 {

    width: 100%;
    background-color: #ff8c69;
    color: white;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3px;
    display: block;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;

}

.itemimage{

    margin-top: 70px;

}


.description {

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 0;
    margin-left: 7px;
    text-align: left;
    width: 90%;
    display: inline-block;
    padding-top: 20px;

}

.additionalinfo_description {

    width: 100%;
     font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    margin-top: 3px;
    color: #A9A9A9;

}

.additionalinfo {

    width: 100%;
    height: 100px;
    margin: auto;
}


/* Full-width input fields */
input[type=name]

  {

    width: 100%;
    padding: 10px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

form {

    margin-bottom: 10px;
}

select [name=category]
{
    border-style: none;
}

.report {
    background-color: #727272;
    color: white;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    width: 100%;

}


/* Set a style for all buttons */
.claim1 {
    background-color: mediumaquamarine;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.claim2 {
    background-color: mediumaquamarine;
    color: white;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.claimsuccess {
    font-family: 'Montserrat', sans-serif;
    margin-top: 60px;
    width: 80%;
    font-size: 15px;
    letter-spacing: 0.2px;
    display: block;
    margin-left: 30px;
    line-height: 20px;
}

.sendsuccess {
    font-family: 'Montserrat', sans-serif;
    margin-top: 60px;
    width: 80%;
    font-size: 15px;
    letter-spacing: 0.2px;
    display: block;
    margin-left: 30px;
    line-height: 20px;
}


.cancelreport {
    background-color: mediumaquamarine;
    color: white;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.cancelreport2 {
    background-color: #ff8c69;
    color: white;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.reportlost {
    background-color: mediumaquamarine;
    border-radius: 10px;
    color: white;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    width: 100%;


}

.reportfound {
    background-color: #ff8c69;
    border-radius: 10px;
    color: white;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    width: 100%;


}

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

.sendmessage {

    background-color: mediumaquamarine;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 10px;


}

.sendmessage2 {

    background-color: #ff8c69;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-left: 0px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 10px;


}

.sendmessage3 {

    background-color: #ff8c69;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-left: 0px;
    float: left;
    margin-top: 20px;
    border-radius: 10px;


}


.message {

    border: 1px solid #ccc;
    margin-top: 10px;
    width: 98.5%;
    height: 150px;
}

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

/* Center the image and position the close button */


.container {
    padding: 30px;
    padding-bottom: 10px;
    margin-top: 80px;

}

.container2 {

    padding: 30px;
    padding-top: 0px;
    margin-top: 80px;
}

.container3 {

    padding: 30px;
    padding-top: 0px;
    margin-top: 20px;
}

label {

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.2px;


    }

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

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* 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: 10% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    width: 80%; /* Could be more or less, depending on screen size */
}



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

    .cancelbtn {
       width: 100%;
    }


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

}

@media screen and (min-width: 1000px) {

    .ilostsomething {

    width: 50%;
    float: left;
    padding-top: 20.5%;
    padding-bottom: 20.5%;
    margin-top: 13px;


}


    .ifoundsomething {

    width: 50%;
    float: right;
    padding-top: 20.5%;
    padding-bottom: 20.5%;
     margin-top: 13px;
}

input[type=text] {
    width: 30%;

}

select { 
    width: 30%
}


#submit {

    width: 130px;

    }

.founditem {

    width: 30%;
    padding: 5px;

}

.wholebody {

    text-align: center;
    max-width: 75%;
    padding-bottom: 40px;
    margin-top: 0px;
}

.indexbody {

    max-width: 99%;
}


.wholebody_lost {

    text-align: center;
    max-width: 50%;
    padding-bottom: 40px;
    margin-top: 80px;

}

.wholedetails {

    max-width: 60%;
    margin-top: 30px;

    }

.wholereport {

    max-width: 40%;
}

h2 {

    margin-top: 40px;
    width: 92%;
}

h3 {

    margin-top: 40px;
    width: 92%;
}

.itemimage{
    width: 50%;
    display: inline-block;
    padding-right: 20px;

}


.description {

    width: 45%;

}

.claim1 {

    margin-left: 53%;
}

.sendmessage2 {

    margin-left: 53%;
}

.modal-content {

    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    width: 30%; /* Could be more or less, depending on screen size */
}

label {
    text-align: left;
    margin-bottom: 10px;

 }

 .lostitem {

    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 1px;
    border-top: 1px solid black;
}
