
body {
	background-color:black;
	margin: 0;
	padding: 0;
	color: white;
	
	}
	
	
div{
	border: 0px solid black;
}


a
{
	color: white;
	text-decoration:none;
}

.header
{
	display: block;
	height: 100px;
	width: 100%;
	border:0px ridge white;
    margin:0 auto;	
    background-color: black;
}

.header .logo, img
{
	float: left;
    height: 100px;
    margin-left: 20px;

}

.header .menu
{
	float:right;
	width: 50%;
}

.header .menu ul
{
	text-align: right;
}
.header .menu ul li
{
	display: inline;
	margin-right: 10px;
}


.bigphoto
{
	width: 100%;
	display: block;
	height: 400px;
	background-image: url("img/NDtarget.jpg");
	background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    background-size: cover;
    text-align:center;
    border: 0px solid white
}

.bigphoto .slogan
{
	padding-top: 20px;
 	display: inline-block;
 	width: 100%;
 	height: 400px;
    border: 0px solid white;
}

.bigphoto .slogan h1
{
	text-align: center;
	font-size:50px;
}
.bigphoto .slogan p
{
	font-size:20px;
	text-align: left;
	font-size: medium;
	margin: 50px;
}

.countain
{
	width: 1200px;
	border: 0px solid green;
	margin: 0 auto;
}

.products
{
	background-color: white;
	border: 1px solid red;
}

.products .card
{
	margin: 10px;
	text-align: center;

}
.products a
{
	color: black;
	text-transform: uppercase;
}
.products .card img
{
	width: 500px;
	height:484px;
	text-align: center;
	border: 0px solid black;
}
.products .card_detail
{
	color: black;
}

.products .card_detail h1
{
	font-size: xx-large;
}

.aboutus 
{
	background-color: white;
	width: 100%;
	border: 0px solid white;
    margin:0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutus h1
{
	margin: 0;
	text-align: center;
	padding-top: 10px;
    font-size: 20px;
    color: black;
}

.aboutus p
{
	color: black;
	text-align: left;
	margin: 30px;
}
.aboutus .advantagebox
{
	display:inline-block;
	margin: 10px;
	width: 45%;
	height: 100px;
	border: 0px solid black;
	background-color: rgba(11, 62, 2, 0.4);
	border-radius: 20px;
	padding-bottom: 10px;
	
}
.aboutus .advantagebox h1
{
	font-size: 20px;
	color: white;
	font-family:
}

.aboutus .advantagebox p
{
	margin: 10px;
	font-size: small;
	color: white;
}

.news
{
	width: 100%;
	height: 500px;
}

.contact
{
	width:100%;
	height: 200px;
	background-color: white;
	color: white;
	text-align: center;
	padding-top: 20px;
	background-image: url("./img/contact.jpeg");
		background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    background-size: cover;

}

.contact h1
{
	font-size: 20px;
	color: white;
}


.foot
{
	display: block;
	color: white;
	width: 100%;
	
}
.foot p
{
	text-align: center;
}



@media (max-width: 1024px) 
{

	.header
	{
		width: 100%;
		height: auto;
	}
	.header .logo, img
	{
	 float: none;
	 text-align: center;

	}
	.header .menu
    {
	    float: none;
	    text-align: center;
	    width: 100%;
	    display: block;
    }
    .header .menu ul
    {
	    text-align: center;
    }
    
    .countain
	{
		width: 100%;
		border: 0px solid green;
		margin: 0 auto;
	}


    .aboutus 
    {
	    width: 100%;
    }
    .aboutus h1
    {
	    font-size: 20px;
    }
    
    .aboutus .advantagebox
	{
	width: 96%;
	margin: 15px;
	}



}

