.logo img,div#searchResults,.research,#searchInput,.research--pg,.description--report textarea{
    outline: none;
}
.menu--hidden,.logo img,div#searchResults,.research,#searchInput,.research--pg,
.menu--ops ul li a, .search--camp,.menu--modal,.description--report textarea{
    width: 100%;
}
.research,.menu--hidden,.window--modal{
    background-color: rgba(0, 0, 0, 0.5);
}
div#searchResults p,.menu--ops ul li a{
    padding: .3em;
}
.search--camp #searchInput,.pride{
    padding: .7em;
}
#header{
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 5px #000;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0 .5em;
    min-height: 55px;
}
.logo{
    width:2.5em;
    padding: .2em;
}
.search--camp {
    border-radius: 20px;
}
.search--camp,#searchInput,.search.header{
    border: none;
    background-color: #000;
}
#searchInput{
    color: white;
    border-radius: 15px;
}
.search.header {
    margin-right: .5em;
    align-items: center;
    width: 2em;
    border-radius: 20px;
}
.right--menu{
    align-items: center;
}
.search img{
    width: inherit;
}
.bar--area, .menu-options a{
    display: flex;
    align-items: center;
}
.bars div {
    background-color: #ccc;
    width: 1.3em;
    height: 2px;
    margin: 7px;
}
.research {
    position: fixed;
    top: 55px;
    height: 100%;
    display: none;
    z-index: 1;
}
.modal--close{
    font-size: .7em;
    padding: .5em .5em 0 .5em;
    display: none;
}
.menu--modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
}
.menu--ops{
    height: inherit;
    width: 25em;
}
.menu--ops ul{
    height: inherit;
    padding: 0;
}
.confirm div{
    text-align: center;
}
.menu--ops ul li:hover{
    background-color: #555;
}
.pride{
    align-items: center;
    position: relative;
}
.closeX {
    position: absolute;
    right: 5px;
    top: 5px;
}
li.li--st{
    border-bottom: 1px solid #555;
}
.content-img img{
	/*Firefox*/
	-moz-aspect-ratio: 12/17;

	/*Edge/Internet Explorer*/
	-ms-aspect-ratio: 12/17;

	/*Opera*/
	-o-aspect-ratio: 12/17;

	/*Chrome e Safari*/
	-webkit-aspect-ratio: 12/17;
	aspect-ratio: 12/17;
}
.content-img{
    max-width: 12rem;
}
@media(max-width:500px){
	.content-img{
		left: calc(50% - 5.7em);
	}
}
.option-icon svg {
    width: 1.5em;
}
.menu-options .option-icon, .menu-options .option-menu{
    padding: .5em;
}