/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=roboto);

body {
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: black;
  margin: 0;
  padding: 0;
  word-wrap: break-word !important;
  font-family: 'roboto', sans-serif;
}


h1 {
  font-size: 60px;
  text-align: center;
  color: #FFF;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #FFF;
}

h3 a { color: black; }

a { color: black; }

h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 90px;
  line-height: 70px;
  font-family: 'roboto', sans-serif;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}

p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color: white;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: white;
  text-align: center;
}

nav a {
  display: block;
  padding: 0 25px;
  color: black;
  font-size: 13px;
  line-height: 50px;
  text-decoration: none;
}

nav ul li ul li:hover { background: silver; }

nav a:hover { background-color: silver; }

nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 150px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

#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: silver;
  padding: 0 20px;
  color: black;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: grey; }

[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: grey; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #a8a8a8; }

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: 94%;
}
}
img {
    max-width: 100%;
    height: auto;
    align = 'left';
}

.footer, .push {
  height: 120px;  
  clear: both;
}

.footer {
   font-size: 11px;
   background-color: #a8a8a8;   
}
.content { 
  width: 82%;
  padding: 20px; 
  box-sizing: border-box;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: center;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect .overlay {
  width: auto;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: ;
  color: #581B6E;
  position: relative;
  font-size: 55px;
  background-color: transparent;
  padding: 0% 0 10px 0;
  text-align: center;
}
.hovereffect h1 {
  text-transform: ;
  color: #581B6E;
  position: relative;
  font-size: 55px;
  background-color: transparent;
  padding: 0% 0 10px 0;
  text-align: center;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid black;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: black;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.button {
  display: inline-block;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.hero {
  width:100%;
  height:100%;
  margin:5 auto;
  position: relative;
}

.text {
  background:rgba(0,0,0,0.0);
  position: absolute;
  top:50%;
  left:0;
  overflow: hidden;
  padding:4rem;
  transform:translateY(-50%);
  word-wrap: break-word;
}

.header-container {
    float: center;
    background: url('../images/870874-plain-blue-background.jpg') no-repeat center center;
    background-size: 100%;
    max-width: 90%;
    height: 120px;
}
.header-container .txt-container {
    text-align: center;
    vertical-align: center;
    color: white;
    position: relative;
    font-size: 30px;
}

#timeout {
    display: none;
}
 