html {
    font-size: 1rem;
    font-family: 'Courier New', Courier, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Impact', 'Arial Black', sans-serif;
    /* Bold headers */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1rem 0;
}

img {
    max-width: 100%;
    display: block;
    border: 3px solid #000000;
    filter: none;
}

img:hover {
    filter: grayscale(100%) contrast(120%);
}

/*---------------head*/
.header {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 12%;
    margin: 0px;
    top: 0;
    left: 0;
    font-size: 50px;
    overflow: auto;
}

/*---------------logo*/
.hollow-text {
    font-family: 'monospace';
    font-size: 1fr;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    width: 1fr;
    height: 100%;
    display: block;
    font-weight: bold;
    color: transparent;
    /* Makes the inside of the letters see-through */
    -webkit-text-stroke: 2px black;
    /* Creates a 2px black outline */
}

.hollow-text span {
    text-shadow: 3px 3px 0 #7a1f1f;
    font-size: 1.1em;
    text-decoration: none;
    -webkit-text-stroke: 0;
    font-family: 'Arial Black';
    font-weight: bold;
    display: inline;
    color: #ff0000;
}

/*---------------menu1*/
.menu1 {
    font-family: monospace;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    height: 6%;
    width: 1fr;
    left: 0%;
    border: 5px solid #000000;
}

.menu1 li {
    float: left;
    border-right: 5px solid #000000;
}

.menu1 a {
    display: block;
    color: black;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

.menu1 a:hover {
    background-color: #111111;
    color: white;
}


/*----------------search----------------*/

.menu1 input[type="text"] {
    float: right;
    border-left: 5px solid #000000;
    padding: 0.5rem;
    font-family: inherit;
    background: #ffffff;
    color: black;
    outline: none;
}

.menu1 button {
    float: right;
    background: #ffffff;
    color: black;
    border-left: 5px solid #000000;
    border-right: none;
    padding: 0.5rem 1rem;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.menu1 button:hover {
    background: #000000;
    color: white;
}

/*---------------butmenu2*/
/*---------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------*/
#butm2 {
    position: relative;
    color: white;
    background: none;
    background-color: #000000;
    border: none;
    font-size: 18px;
    cursor: pointer;
    float: left;
    left: 1%;
}

#butm2:hover {
    background-color: #ff0000;
    color: #000000;
}


/*---------------menu2*/
.menu2 {
    display: none;
    position: relative;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 20%;
    overflow: auto;
    background-color: #000000;
    height: 100%;
    float: left;
}

.menu2.show {
    display: block;
}

.menu2::-webkit-scrollbar {
    display: none;
    /* Hides the scrollbar track and thumb */
}

.menu2 li {
    display: block;
}

.menu2 a {
    display: block;
    color: white;
    padding: 0px;
    text-decoration: none;
}

.menu2 button {
    width: 100%;
    text-align: left;
    padding: 1rem;
    border: none;
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.menu2 button:hover {
    background-color: dimgrey;
}

.menu2 li li:hover {
    background-color: dimgrey;
}

/*-----------------------bigmenu*/
.menu-button {
    color: white;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.submenu {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    display: none;
}

.submenu.show {
    display: block;
}

/*---------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------
---------------------------------------------------------*/
/*---------------articole*/
.artic {
    position: relative;
    width: 1fr;
    height: 94%;
    overflow: auto;
}

.artic ul {
    list-style-type: none;
}

.artic li {
    overflow: auto;
    background-color: #000000;
    float: left;
    width: 20%;
    padding: 0px;
    margin: 10px;
    text-align: center;
    color: white;
    border: 7px solid #000000;
}

.artic a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

.artic li:hover {
    transform: translate(-4px, -4px);
    box-shadow: 8px 8px 0 #ff0000;
}

.artic img {
    width: 100%;
}

/*---------------footer*/
.menu1 li {
    float: left;
}

.media {
    width: 20px;
    height: 20px;
}

.footer ul {
    background-color: #000000;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: fixed;
    width: 102%;
    height: 6%;
    left: -8px;
    bottom: 0%;
}

.footer li {
    float: left;
}

.footer img {
    float: left;
}

.footer a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    float: right;
}

.footer a:hover {
    background-color: white;
    color: #000000;
}

/*---------------cont*/
.cont {
    position: absolute;
    width: 100%;
    height: 82%;
    /*background-color:aqua;*/
    margin: 0px;
    top: 12%;
    left: 0;
}

/*---------------next*/