@charset "utf-8";
/* CSS Document */
*{margin: 0;
padding: 0;
}
body{
	width: 100%;
	height: 100vh;
	/*background:linear-gradient(brown, yellow);*/
	background-image: url(../img/bag.jpg);
}
.container{	
	width: 100%;
	height: 100vh;
}
.primary_header {
	width: 100%;
	height:auto;
	background: rgba(91,90,90,.5);
	padding-top: 8px;
	padding-bottom: 8px;
	clear: left;
	border-bottom: 1px solid rgba(80,139,172,1.00);
	
}
.title{
	text-align: center;
	color: white;
	font-size: 15px;
	font-family: bebas-neue;
}
/*----------------------------------------------Start secondary_header----------------------------------------------------*/

.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	/*background:linear-gradient(#EDBB0A, #E82427);
	background: #FF9E00;*/
	background-image:url(../../themp//img/123.jpg);
	clear: left;
}

                                                 /*End secondary_header*/

	/*about us*/
.row {
	background-image: url(../img/bag.jpg);
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: inline-block;
    box-shadow: 5px 10px 40px rgba(0,0,0,.5);
	
}


.columns {
	width: 25%;
	height: auto;
	float: left;
	color:#DBDBDB;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Courier New;
	text-shadow: 1px 5px 40px rgba(0,0,0,.8);

}
.columns:hover{
	color:#FF9E00;
}

	.link2 a{
		color:saddlebrown;
		font-family:Courier New;
		text-decoration: none;
		float: right;
		margin-top: -10px;
		
	}
   .link2 a:hover{
	color:#FF9E00;

    }

	.contentmod{
		text-align:center;
		
	}
.contentmod .fa-desktop
	{
		color:#197E0A;
	}
		.contentmod .fa-comments
	{
		color:#770001;
	}
		.contentmod .fa-bolt
	{
		color:#9B9596;
	}
		.contentmod .fa-handshake
	{
		color:#3A6FE9;
	}
/*FF9E00*/
   .title2{
		font:bold;
		color:#D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}

	.title3{
		font:bold;
		color:#D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}
	.title4{
		font:bold;
		color:#D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}
	.title5{
		font:bold;
		color:#D0CCCC;
		font-size:20px;
		font-family:Courier New;
	}
@media screen and (max-width: 768px){
.row{
	width: 100%;

}
.columns {
	border: 0px solid black;
	width: 25%;
	font-size: 12px;
	line-height: 12px;
	float: left;
	padding-left:5px;
	}
	.title2{
		font-size: 10px;
	}
		.title3{
		font-size: 10px;
	}
		.title4{
		font-size: 10px;
	}
		.title5{
		font-size: 10px;
	}
}
