@import url(https://fonts.googleapis.com/css?family=roboto);

body {
  background: #003366;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  word-wrap: break-word !important;
  font-family: 'roboto', sans-serif;
}

h1 {
  font-size: 60px;
  text-align: center;

}

h3 {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
}

h3 a { color: #FFFFFF; }

a { color: #FFFFFF; }

h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-family: 'roboto', sans-serif;
  color: #FFFFFF;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}

p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color: #ff5000;
  color:#000000;
  text-decoration: none;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
  color:#FFFFFF;
}

nav:after {
  content: "";
  display: table;
  clear: both;
  text-decoration: none;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-decoration: none;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #ff5000;
  color:#ffffff;
  text-decoration: none;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #000000; color:#FFFFFF;   text-decoration: none}

nav a:hover { background-color: #000000; color:#FFFFFF;   text-decoration: none}

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  text-decoration: none;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
  text-decoration: none;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
  text-decoration: none;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1000px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #003366;
  padding: 0 20px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #ffffff; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 97%;
}

}



img {
    max-width: 100%;
    height: auto;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

<style>
#main_container{ width: 1920px; height: auto; position: relative;}
#main_container img{ width: 100%; height: auto; }
#container {
max-width: 1920px;
overflow: hidden;
position: relative;
top: 0px;
left: 0;
z-index: 1;
background-color: #111;
height: 145px;
}
.stage_animation {
overflow: hidden;
white-space: nowrap;
display: inline-block;
animation: stage_animation 15s linear infinite;
margin-top: 25px;
}
.stage_animation p {
display: inline-block;
font-family: arial;
color: #fff;
font-size: 30px;
}
@keyframes stage_animation {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-50%, 0, 0);
}

}
</style>