header{
    text-align:center;
}

html{
    margin: auto;
}
header h1{
    font-family:"RocknRoll One";
    color:orange;
    -webkit-text-stroke-width: 0.1vw;
    -webkit-text-stroke-color: black;
}
header h1{
    margin: 0px;
    font-size: 4vw;
    padding-bottom: 0px;
}
header h2{
    margin: auto;
    text-align: center;
    font-size: 5vw;;
    padding-top: 0px;
    font-family:"RocknRoll One";
    color:blue;
    text-decoration-line: underline;
}
nav ul, footer ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}
nav ul li, footer ul li{
    font-size: 2vw;
    border-right: 0.4vw solid black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
}
nav ul, footer ul{
    border-top: 0.5vw solid orange;
    border-bottom: 0.5vw solid orange;
    padding:0.5% 0px;
}
.Home{
    color: black;
    text-decoration-line: none;
}
nav ul li a:hover, footer ul li a:hover{
    color: hsl(0, 0%, 0%,0.5);
}
nav ul li a:active, footer ul li a:active{
    color: coral;
}
.SNS{
    color: green;
}

.SNS:hover{
    color:hsl(120, 100%, 25%,0.5);
}
.SNS:active{
    color: coral;
}
.Contacts{
    color: rgb(166, 151, 9);
}
.Contacts:hover{
    color:  rgb(166, 151, 9, 0.5);
}
.Contacts:active{
    color: coral;
}
.Profile{
    color: red;
}
.Profile:hover{
    color:hsl(0, 100%, 50%,0.5);
}
.Profile:active{
    color: coral;
}
.Homepage{
    border-right: none;
}
html{
    background-image:url(../photos/shuriken-2\ \(1\).png);
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255,0.85);
    background-blend-mode: overlay;
}
h3{
    text-align: center;
    font-size: 4vw;
    width: 100%;
    border-bottom: 0.4vw solid black;
    font-family: "Barrio";
    color: blue;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.05vw; 
    margin: 0px;
    padding: 1vw 0px;
}
h4{
    text-align: center;
    font-size: 5vw;
    width: 100%;
    border-bottom: 0.4vw solid black;
    font-family: "Barrio";
    color: rgb(255, 84, 118);
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.05vw; 
    margin: 0px;
    padding: 1.5vw 0px;
    box-sizing: border-box;
}
main{
    margin:3vw;
    display: flex;
    align-items: flex-start;
}
article{
    width:60%;
    margin: auto;
    border: 0.5vw solid slateblue;
    border-radius: 5vw;
}
aside{
    width:30%;
    margin: 0px auto;
    border: 0.7vw solid palevioletred;
    border-radius: 5vw;
}
article ul, aside ul{
    list-style: none;
    padding: 0px;
    margin: auto;
}
article ul li, aside ul li{
    border-top: 0.2vw solid black;
    padding-top: 2vw;
    width: 90%;
    margin: 2vw auto;
}
article ul li:first-of-type, aside ul li:first-of-type{
    border-top: 0px;
    padding-top: 0px;
}
.row{
    display: flex;
    align-items: end;
    margin-bottom: 0.1vw;
}
.new{
    background-color: red;
    color: white;
    border: 0.3vw solid black;
    padding: 0.5vw;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 2.5vw;
    font-size: 1vw;
}
.Info{
    background-color: blue;
    color: white;
    border: 0.3vw solid black;
    padding: 0.5vw;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 2.5vw;
    font-size: 1vw;
}
p{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration-line: underline;
    font-size: 1.5vw;
    vertical-align: middle;
}
article ul li a, aside ul li a{
    text-decoration-line: none;
    font-size: 2.5vw;
    font-family:'Times New Roman', Times, serif;
    padding:0px;
    margin-bottom: 0.5vw;
}
article ul li a:hover, aside ul li a:hover{
    color: crimson;
}
h5{
    margin: 0px 0px 1vw 0px;
}
p{
    margin: 0px 0px 1vw 0px;
}
@media screen and (max-width:800px) {
    header h1{
        font-size: 6vw;
    }
    header h2{
        font-size: 8vw;
    }
    nav ul, footer ul{
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: 1fr;
        border: none;
        border-top: 0.9vw solid orange;
        padding: 0px;
    }
    nav ul li, footer ul li{
        border-right: none;
        border-bottom: 0.9vw solid orange;
        font-size: 5vw;
        padding: 1vw;
    }
    main{
        margin:7vw 3vw;
        display: flex;
        flex-direction: column-reverse;
    }
    article{
        width:100%;
        border: 1vw solid slateblue;
        border-radius: 10vw;
    }
    article ul, aside ul{
        padding-top: 2vw;
    }
    aside{
        width:100%;
        margin: 0px auto 5vw;
        border: 1.4vw solid palevioletred;
        border-radius: 10vw;
    }
    article ul li, aside ul li{
        border-top: 0.4vw solid black;
        margin: 2vw auto;
        padding-top: 4vw;
    }
    .row{
        margin-bottom: 1vw;
    }
    .new{
        border: 0.6vw solid black;
        padding: 1vw;
        margin-right: 3vw;
        font-size: 3vw;
    }
    .Info{
        border: 0.6vw solid black;
        padding: 1vw;
        margin-right: 3vw;
        font-size: 3vw;
    }
    p{
        font-size: 3.5vw;
    }
    article ul li a, aside ul li a{
        font-size: 6vw;
        margin-bottom: 1vw;
    }
    h5{
        margin: 0px 0px 2vw 0px;
    }
    p{
        margin: 0px 0px 2vw 0px;
    }
    h3{
        font-size: 7vw;
        border-bottom: 0.8vw solid black;
        -webkit-text-stroke-width: 0.1vw; 
        padding: 1.8vw 0px;
    }
    h4{
        font-size: 8vw;
        border-bottom: 0.8vw solid black;
        -webkit-text-stroke-width: 0.1vw; 
        padding: 2vw 0px;
    }
}