* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	line-height: 1.5;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#slider {
	overflow: hidden;
}
#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 20s slider infinite;
}
#slider figure img {
	width: 20%;
	float: left;
}

@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}

nav {
	background: rgba(0,0,0,.5);
	position:fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.nav li:last-child a {
    background: #000;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 20px;
 } 
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	float: left;
}
nav::after {
	content:'';
	clear: both;
	display: table;
}
nav a {
    font-size: 18px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	display: block;
	text-decoration: none;
	color: white;
	padding: 1rem 1rem;
}
nav a:hover {
    color: black;
    transition: 0.8s;
	background:#F9D042;
}

.navigation li:first-child {
	padding: 1.2rem 1rem;
	color: rgba(255,255,255,.5)
}

@media(max-width:800px) {
	.intro {
		margin: 2rem 0;
	}
	.intro img {
		max-width: 200px;
	}
}

@media(max-width:480px) {
	.intro img {
		float: none;
		margin: 1rem auto;
		display: block;
	}
}
.mobile-menu-button {
	width: 50px;
	display: block;
	float: right;
	border: 1px solid rgba(255,255,255,.2);
	padding: 10px;
	margin: 7px 5px 0 0;
	display: none;
}
.mobile-menu-button span {
	display: block;
	height: 4px;
	background: #F9D042;
	margin: 0 0 5px 0;
	border-radius: 2px
}

.mobile-menu-button span:last-of-type {
	margin: 0;
}

.mobile-menu-button + input[type="checkbox"] {
	display: none;
}

.mobile-menu-button + input[type="checkbox"]:checked ~ .navigation li:not(:first-child) {
	display: block;
}

@media(max-width:800px) {
	.mobile-menu-button {
		display: block;
	}
	.navigation li:not(:first-child) {
		display: none;
	}
	.navigation li {
		float: none;
		border-top: 1px solid rgba(3, 3, 3, 0.2);
	}
	.navigation a {
		padding: .8rem 1rem;
	}
}
.tags {
    text-align: center;
    margin-top: 20px;
}
.tags a {
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    background-color: blck;
    color: black;
    padding: 5px;
    border-radius: 10px;
    font-size: 18px;
	text-decoration: none;
}

.tags a:hover {
	color: black;
    text-decoration: underline #F9D042;
    text-underline-offset: 5px;
}
.cim1 {
    background-color: #fff;
    padding: 10px;
}
.cim2 {
    background-color: #949494;
    padding: 10px;
}
.container1 {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    column-count: 2;
	background-color: #fff;
    font-family: Oswald;
    display: flex;
}
.container2 {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    column-count: 2;
	background-color: #949494;
    font-family: Oswald;
    display: flex;
}
h1 {
    font-family: Oswald;
	font-weight: 400;
	text-align: left;
    font-size: 28px;
	margin: 50px 0 20px 10px;
	position: relative;
}
h1::before {
	content: '';
	position: absolute;
	bottom: -10px;
	background-color: #F9D042;
	height: 2px;
	width: 200px;
}
p {
    font-family: Oswald;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: auto;
}
.box {
    column-count;
    margin-left: 10px;
    margin-right: auto;
}
.image {
	border-radius: 10px;
    max-width: 205px;
    max-height: 130px;
    display: inline-block;
    overflow: hidden;
}
.a {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    transition: 0.25s ease-in-out;
}
img {
    width: 100%;
    transition: 0.25s ease-in-out;
}
.image:hover img{
    border-radius: var(--border-radius-large);
    border-radius: var(--border-radius);
    transform: scale(1.1);
}
h5 {
    margin: 20px;
    color: #F9D042;
	background-color: #24262b;
	text-align: center;
    position: absolute;
    font-size: 20px;
	font-weight: 100;
    opacity: 0.7;
    z-index: 0;
    transition: 0.25 ease-in-out;
}

.image:hover h5 {
    opacity: 0.8;
}

@media screen and (max-width:900px) {
    h5 {
        z-index: -1;
    }
}
@media screen and (max-width:768px) {
    .container1{
        column-count: 3;
    }
    .box{
        column-count: 3;
    }
    .tags a {
        font-size: 16px;
    }
}
@media screen and (max-width:425px) {
    .container1{
        column-count: 2;
    }
    .box{
        column-count: 2;
    }
    h5 {
        z-index: -1;
    }
}    
@media screen and (max-width:375px) {
    .container1{
        column-count: 2;
    }
    .box{
        column-count: 2;
    }
    h5 {
        z-index: -1;
    }
}  







*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}






.container{
	max-width: 1200px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #F9D042;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}

@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
.fa {
    padding: 15px;
    font-size: 60px;
    text-decoration: none;
    margin: -20px auto 0 auto;
    border-radius: 50%;
}
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  i {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }




