*{
	box-sizing: border-box;
}
.changemode {
	background-image: none;
	background-color: #f2f2f2;
	color: #191919;
}
/*styling change mode button*/
.cm {
	background-color: #1e1a1b;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	border: none;
	position: sticky; top: 30px;
	z-index: 3;
	display: block;

}

#myvid{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 25%;
	min-width: 45%;
}


.gallery{
	border: solid #121212;
}


.gallery:hover{
	filter: saturate(125%);
	width: 74%;
	height: auto;
	border: solid #fff;
}



body{

	font-family: 'Raleway', sans-serif;
	background-image: url("../image/slogof.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background position:top;
	background-attachment: fixed;
	background-color: #191919;
	color: #ffffcc;
	margin: 0px;
	
}



@keyframes bodymoves {
	50% {background-position-y: center;

		#filter: blur(5px);
		#--webkit-- filter: blur(5px);

	}

	
}


/* styling change mode*/




.topnav{
	overflow: hidden;
	background-color: #fff;


}

.topnav a{
	text-align: left;
	text-decoration: none;
	padding: 10px 10px;
	float: left;
	font-size: 26px;
	color: #f2f2f2;
	background-color: #191919;
	
	

}

.topnav .dropdown .dropbtn {
	color: #191919;
	background color: #fff;
	
}

.topnav a.active {
	color: #191919;
	background-color: #FFFFCC;
}

.topnav a:hover {
	color: #191919;
	background-color: #fff;
	
	
	
}

.topnav a.active:hover{
	background-color: #ffffcc;
	color: #191919;

}

.topnav .icon {
	display: none;
}

.dropdown {
	overflow: hidden;
	float: left;
}

.dropdown .dropbtn{
	margin 0;
	outline: none;
	border: none;
	padding: 10px 10px;
	font-size: 26px;
	font-family: inherit;
	background-color: #fff;


}

.dropdown-content {
	min-width: 160px;
	z-index: 3;
	box-shadow: 0px, 5px, 10px, 0;
	display: none;
	position: absolute;
}

.dropdown-content a{
	float: none;
	text-align: left;
	text-decoration: none;
	padding: 15px 15px;
	display: block;
	color: #191919;
	background-color: #f2f2f2;
}
.dropdown-content a:hover{
	background-color: #fff;
	color: #191919;
}


.dropdown:hover .dropdown-content {
	display: block;

}

@media screen and (max-width: 700px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {display: none;}
	.topnav a.icon{display: block; float: right;}
}

@media screen and (max-width: 700px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		top: 0;
		right: 0;
	}
	.topnav.responsive a{
		display: block;
		text-align: left;
		float: none;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		width: 100%;
		text-align: left;
		display: block;
	}

}

@media screen and (max-width: 700px) {
	.row, .footer-row {
		display: block;
		flex-direction: column;
	}
}


/*styling header*/
header{
	background-color: #f2f2f2 ;
	color: #1e1a1b;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 100px;
	text-align: center;

}

.tips{
	display: none;
	text-align: center;
	font-size: 30px;
	background-color: #191919;
	color: #000;
}


/*company logo*/
.company-logo{
	max-width: 100px;
	height: auto;
	float: left;
	padding: 10px;
	background-color: #f2f2f2;

}
button{
	border-radius: 5px;
	background-color: #ffffcc;
	color: #191919;
}

.sitebutton{
	color: #ffffcc;
	background-color: #1c1c26;
}

/*styling main and sides into 3 colums*/
.row{
	display: flex;
	flex-wrap: wrap;
	background-color: #191919;
	color: #f2f2f2;
	padding: 15px;
	opacity: 0.9;
	

}

/*styling content image*/
.content-image{
	width: 70%;
	height: auto;

}

.row h2{
	color: #ffffcc;
}

.side1{
	flex: 25%;
	padding: 10px;
	color: #f2f2f2;

}
.side1 h3{
	color: #fff;
}
h6{
	color: #fff;
}

.blogslinks a{
	text-decoration: none;
	color: #f2f2f2;
}

.blogslinks a:hover{
	opacity: 0.5;
}
.main{
	flex: 50%;
	text-align: center;
	padding: 10px;
	

}


.h6{
	color: #191919;
}
table{
	border-collapse: collapse;
	width: 100%;
	height: auto;
	color: #ffffcc;
	padding: 50px;
	margin left: auto;
	margin right: auto;
	border-spacing: 2px;
}

td, th {
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	
}

tr:nth-child(even){
	background-color: #f2f2f2;
	color: #191919;

}

.row li:hover{
	opacity: 0.5;
}

.side2{
	flex: 25%;
	padding: 10px;
	color: #f2f2f2;

}

.side2 h3{
	color: #f2f2f2;
}

/*styling footer h1*/

footer{
	background-color: #f2f2f2;
	color: #191919;
	text-align: center;
	margin: auto;

}
.footerh1{
	background-color: #fff;
	color: #191919;
	padding: 15px;
	text-align: center;
}

/*styling footer into four columns*/
.footer-row{
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
}



/*styling social*/
.sociallinks a{
	
	margin-top: 20px;
	position: sticky; bottom: 0px;
	color: #fff;
	
	background-color: inherit;

}

.sociallinks a:hover{
	opacity: 0.5;
	
}

.footer1{
	flex: 25%;
	text-align: left;

}

.footer2{
	flex: 25%;
	text-align: left;

}

.footer2 a:hover{
	opacity: 0.5;
}
.footer3{
	flex: 25%;
	text-align: left;

}

.footer3 a:hover{
	opacity: 0.5;
}

.footer4{
	flex: 25%;
	text-align: left;

}