*{
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
}

html {
	background-color:#000;
	width:100%;
	height:100%;
	margin:0;
}

body {
	font-size: 1.5em;
	background-color:#FFF;
	width:100%;
	min-height:100%;
	margin:0;
	background-image:url(images/Ibex_Wallpaper_by_willwill100.png);
	background-position:center;
	background-repeat:repeat;
}

a{text-decoration:none;}
a:visited{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:#09F;}
a:acive{text-decoration:none; color:#09F;}

#logo{
	width:100%;
	height:270px;
	text-indent:-9999px;
	background-image:url(images/logo800.png);
	background-position:center;
	background-repeat:no-repeat;
}

.logo{
	height:79px;
	background-image:url(images/new-logo.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}

li {
	list-style:none;
	display: inline;
	padding:50px;
	}
	li:hover{color:#09F; cursor:pointer;}
	.active{color:#09F; cursor:pointer;}

#phone {
	margin-top:50px;
	margin-bottom:25px;
	width:100%;
	text-align:center;
	font-size:2.2em;
	letter-spacing:.2em;}

#email {
	margin-top:50px;
	margin-bottom:25px;
	width:100%;
	text-align:center;
	font-size:1.3em;
	letter-spacing:.2em;
}
#email:hover{cursor:pointer;}

nav {
    overflow: auto;
    background-color: #FFF;
		padding: 25px 0px;
}
nav a {
    padding: 25px 0px;
    float: left;
    display: inline-block;
    width: 20%;
    margin: 0px;
    text-align: center;
		color: #000;
}
nav a:hover {
    text-decoration: none;
    color: #B95712;
}

@media (max-width: 600px) {
	nav a {
    width: 100%;
  }
}

.main-box {
    width: 90%;
    margin: 40px 5% 0px 5%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
		white-space: pre-line;
}

.johnny-groves{
	font-weight: 600;
	margin-right: 4px;
}
