body{

	background: #FFFFFF;
	font-family: Poppins, sans-serif;
	font-style: thin;
}
*
{
    box-sizing: border-box;
}

.site-body{
	margin:  10px 30px 10px 30px;
}

.row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
    padding: 0 0px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 31%; 
    flex: 32%;
    max-width: 33%;
    padding: 0 10px;
}

.column img {
    margin-top: 8px;
   
}
.video-container {
            display: flex;
            justify-content: center;
            align-items: center;
            /* Adjust as needed */
        }

        
      
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
	.video-container {
		height: auto;
	}
	video {
		width: 100%;
		height: auto;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
div ul {

	list-style: none;
	margin-left: 0;
	padding-left: 0;
	border-bottom: 1px solid grey;
	margin-bottom: 50px;
	padding-bottom: 5px;
}

div ul li{

	display: inline-block;
}

div ul a{

	display: inline;
	text-decoration: none;
	padding-right: 15px;
	color: #000;
}
.menu1{
	padding-right: 0px;
}

.logo{

	font-size: 20px;
	padding-left: 20px;
}

.about{

	text-align: center;
	padding: 40px;
}

.ig{

	background: transparent;
    image-resolution: 10px;
}


















