@font-face
{
	font-family: 'Carrois Gothic';
	src: url("../fonts/CarroisGothic-Regular.ttf");
}

@font-face
{
	font-family: 'Carrois Gothic SC';
	src: url("../fonts/CarroisGothicSC-Regular.ttf");
}

body
{
	background-color: black;
	font-family: 'Carrois Gothic';
}

.about .container, .wwd .container, .products .container{
	padding: 0 80px;
}

p
{
	font-family: 'Carrois Gothic';
}

/*b{
	font-family: 'Carrois Gothic SC';
}*/

/*nav top*/
.logo
{
	background: url("../img/omniray-logo2.png") no-repeat;
	background-size: 250px !important;
	width: 250px;
	background-size: cover;
	background-position: center center;
	margin-top: 8px;
}

.logo2
{
	background: url("../img/omniray-logo2.png") no-repeat;
	background-size: 200px !important;
	width: 200px;
	background-size: cover;
	background-position: center center;
	display: none;
}

.navbar .navbar-right > li > p
{
	margin: 25px 10px;
	text-decoration: none;
	color: white;
	font-family: 'Carrois Gothic';
}

.navbar .navbar-right > li > a
{
	margin: 10px 0px;
	text-decoration: none;
	color: white !important;
	font-family: 'Carrois Gothic';
}

.navbar .navbar-right > li > a:hover
{
	color: lightgrey !important;
}

.navbar .navbar-right > li > .fa-phone, .fa-envelope
{
	margin: 25px 10px;
	text-decoration: none;
	color: white;
	font-size: 20px;
}

.navbar
{
	border-radius: 0;
}

.navbar .navbar-default
{
	padding-left: 70px;
	border-radius: 0;
	font-family: 'Carrois Gothic';
}

.navbar .navbar-inverse
{
	background-color: #1C2127;
}

/*header*/
.slogo
{
	width: 600px;
}

/*about section*/
.about
{
	background-color: #F0EFEF;
	margin: 0;
	padding: 50px;
}

.about .title, .wwd .title, .products .title, .graphics .title
{
	font-size: 30px;
}

.about p, .wwd p, .products p, .social-media p, .graphics p
{
	font-size: 15px;
}

/*what we do section*/
.wwd, .products
{
	background-color: white;
	margin: 0;
	padding: 50px;
}

.wwd img
{
	width: 200px;
}

.wwd ul {
	list-style: none;
	list-style-position: outside;
}

.wwd ul li:before 
{
	content:"\2714\0020";
}

.wwd li p
{
	display: inline-block;
}

.wwd hr
{
	border-color: lightgrey;
}

.wwd .panel-default
{
	border: none;
}

.wwd .panel-default > .panel-heading
{
	background-color: white;
	padding: 0;
}

.wwd .acclink
{
	color: black;
	text-decoration: none;
}

.wwd a
{
	color: #D19A05;
	text-decoration: none;
}

/*products section*/

.products .smart-logo
{
	width:  100%;
}

.products .item
{
	background-color: #f0efef;
	width:100%;
	padding-top: 10px;
}

.products .item .name
{
	margin: 0;
}

.products .se
{
	width: 90%;
	position: relative;
	left: 100px;
}

/*social-media section*/
.social-media
{
	background-color: #D19A05;
	margin: 0;
	padding: 50px;
}

.social-media .title
{
	font-size: 30px;
	color: white;
}

.social-media .fa-facebook, .social-media .fa-envelope-square, .social-media .fa-linkedin, .social-media .fa-phone-square
{
	margin: 30px;
	font-size: 80px;
	color: white;
}

/*footer*/
footer
{
	background-color: #1C2127;
	color: white;
}

/*anchor-links*/
#about, #products
{
	padding-top: 170px;
	margin-top: -170px;
}

#wwd
{
	padding-top: 130px;
	margin-top: -130px;
}

/*graphics*/
.graphics
{
	padding-top: 148px;
}

.carousel-inner .active .bg-slidem
{
	display: none;
}

.social-media i:hover
{
	color: lightgrey;
	transition-duration: 0.5s;
}

.products img:hover
{
	width: 300px;
	transition-duration: 0.5s;
}

/*media queries*/
@media only screen and (max-width: 1000px)
{
	.navbar .navbar-inverse
	{
		display: none;
	}
	.navbar .navbar-default
	{
		padding-left: 0;
	}
	.logo2
	{
		margin-left: 20px;
		display: inline-block;
	}
	.carousel-indicators
	{
		visibility: hidden;
	}
	.container-fluid #myCarousel
	{
		margin-top: 30px;
	}
	.carousel-inner .active .bg-slidem
	{
		display: block;
	}
	.carousel-inner .active .pc-slide
	{
		display: none;
	}

	#about, #products, #wlove
	{
		font-size: 25px;
	}

	.container
	{
 		padding: 0 !important;
	}

	.col-sm-4 .smart-logo
	{
		width: 280px;
	}

	.social-media .fa-facebook, .social-media .fa-envelope-square, .social-media .fa-linkedin, .social-media .fa-phone-square
	{
		font-size: 60px;
		margin: 15px;
	}
}