body {
  font-family: "Roboto";
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

nav, .navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1 {
  text-align: center;
  font-size: 50px;
  font-family: 'Krona One', sans-serif;
  color: white;
  background-color: black;
  padding: 15px;
  border-radius: 150px;
  border: none;
  margin-right: 100px;
  margin-left: 100px;
}

.russiantitle {
  text-align: center;
  font-size: 50px;
  font-family: 'Unbounded', sans-serif;
  color: white;
  background-color: black;
  padding: 15px;
  border-radius: 150px;
  border: none;
  margin-right: 100px;
  margin-left: 100px;
}

.japanesetitle {
  text-align: center;
  font-size: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  background-color: black;
  padding: 15px;
  border-radius: 150px;
  border: none;
  margin-right: 100px;
  margin-left: 100px;
}

p, .year a {
  text-align: center;
  text-decoration: none;
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color:#000;
  padding-left: 35px;
  padding-right: 35px;
}

p a {
  text-align: center;
  text-decoration: none;
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color:#000;
}

#spaced, #spaced a {
  text-align: center;
  text-decoration: none;
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color:#000;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.7;
}

#left {
  text-align: left;
  text-decoration: none;
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color:#000;
  padding-left: 35px;
  padding-right: 35px;
}

#russian {
  text-align: left;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 20px;
  color:#000;
  padding-left: 35px;
  padding-right: 35px;
}

#japanese {
  text-align: left;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color:#000;
  padding-left: 35px;
  padding-right: 35px;
}

h3 {
  text-align: center;
  font-size: 40px;
  font-family: 'Krona One', sans-serif;
  color: white;
  background-color: gray;
  padding: 10px;
}

h4, h4 a {
  text-align: center;
  font-family: 'Krona One', sans-serif;
  font-size: 30px;
  color: black;
  background-color: #EFEFEF;
  padding: 10px;
  Text-decoration: none;
}

.russiansubtitle {
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 30px;
  color: black;
  background-color: #EFEFEF;
  padding: 10px;
}

.japanesesubtitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: black;
  background-color: #EFEFEF;
  padding: 10px;
}

h5 {
  text-align: center;
  font-family: 'Krona One', sans-serif;
  font-size: 18px;
  color: black;
  background-color: #EFEFEF;
  padding: 10px;
}

figcaption { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  text-align: left;
  color: white; 
  font-size: 12px;
  font-family: 'Krona One', sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}

.bottom { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  text-align: left;
  color: white; 
  font-size: 20px;
  font-family: 'Krona One', sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}

.top { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 30px;
  text-align: left;
  color: white; 
  font-size: 20px;
  font-family: 'Krona One', sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
.icons {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}
.icons > * {
  flex: 1 1 300px;
  align-self: flex-start;
  padding: 2rem;
}

.news {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}
. news > * {
    flex: 1 1 800px;
    align-self: flex-start;
    padding: 2rem;
}
.filter , .photofilter {
  text-align: center;
}
.white img {
  border-radius: 50%;
}
button {
  background-color: gray;
  font-weight: bold;
  border-radius: 20px;
  border: none;
  width: auto;
  height: auto;
  padding: 5px 30px 5px 30px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  cursor:pointer;
}

button a {
  color: white;
  text-decoration: none;
  cursor:pointer;
}
@supports (display: grid) {
    .icons {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: .5rem;
    }

    .icons > * {
        padding: 0;
    }

    .news {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
        grid-gap: .5rem;
    }

    .news > * {
        padding: 0;
    }
}
.year figure, .news-item figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 45% 0;
    cursor: pointer;
}
.year figure::before, .news-item figure::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.year figure:hover img, .news-item figure:hover img {
    opacity: 0.8;
	
}
.year img, .news-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}