@charset "UTF-8";
/*By: Christopher Mukherjee*/
/*External CSS stylesheet for Trendex Website*/

/*Center the website content in the browser window*/
	
/*Header Styling*/

* {
    box-sizing: border-box;
}

html {
}

.navbar ul {
	font-family: Montserrat;
	
}
.nav li a {
    size: 12px;
    color: #898989;
	text-transform: uppercase;
}
.nav li a:hover {
    color: #e82a2a;
}

/*
.container {
	background-color:#bf1c2d;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-right:.5rem;
	padding-left:.5rem;
	border: 3px solid black;
}
	
/*Logo Styling*/
/*

/*Menu Styling*/

/*.menubox {
	position:absolute;
	right: 5px;
	border: 3px solid orange;
	-webkit-transition:padding 350ms;
	-o-transition:padding 350ms;
	transition:padding 350ms;
	width:50%;
}

ul.menu {
	background-color:#bf1c2d;
	list-style-type: none;
	border: 3px solid green;
}

ul.menu li a
{
	text-decoration: None;
	color:#fff;
}*/
