/* Universal styles */
* {
    box-sizing: border-box;
}

a:link {
	color: #526076;
	
}
a {
	text-decoration: none;
}
a:visited {
	color: #34444c;
	
}

body {
    background-color: #182231;
    color: #b4bbca;
    
}


header {
    background-color: #3a485d;
    color: #8b94a3;
    height: 120px;
}

h1, h2, h3 {
	font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  }


h1 {
    text-align: center;
    padding-top: 0.5em;
    font-size: 3em;
    letter-spacing: 0.25em;
    color: #8b94a3;
}


header a {
    text-decoration: none;
    color: #FFFFFF;
}


nav {
    font-weight: bold;
    padding: 0;
    float: left;
    width: 15%;
    font-size: 1.2em;
    background-color: inherit;
}


nav a {
    text-decoration: none;
}


nav a:link {
    color: #5C7FA3;
}

nav a:visited {
    color: #344873;
}

nav a:hover {
    color: #A52A2A; /* Hover state */
}


nav ul {
    list-style-type: none;
    padding-left: 1em;
}


h2 {
    color: #8b94a3;
    
}


h3 {
   
	color: #8b94a3;
}


dt {
    color: #002171;
    font-weight: bold;
}


footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    
}


#wrapper {
    
    min-width: 960px;
    max-width: 2048px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}


main {
    padding-left: 2em;
    padding-right: 2em;
    display: block; /* For IE compatibility */
    background-color: #FFFFFF; /* Set background color */
    margin-left: 170px; /* Set left margin */
    overflow: auto; /* Prevent display issues for floated elements */
	width: 70%;
	margin-left: 15%;
	
}
main p{
	font-size: 1.4em;
	
}

main img{
	float: left;
	padding: 0 10px 10px 0;
}

.floatright {
	float: right;
	padding: 0 0 10px 10px;
}

main ul{
	margin-left: 25px;

	
}

section li{
	font-style: italic;
	list-style: none;
	
}

#homehero {
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 170px;
}

#homehero {
    background-image: url('images/Cybertruck-Main-Hero-Desktop.jpg');
}




section {
    
}
