/*-----------------------------------------------------------------------------
                style.css

    version:    1.0.8
    date:       18.01.2018
    Author:     Laurenz Bremicker
    homepage:   https://www.laurenzbremicker.com
    email:      laurenz@laurenzbremicker.com
-----------------------------------------------------------------------------*/


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #ff6600;
    font-weight: 600;
    line-height: 1.3;
}

#header {
    position: fixed;
    top: 0;
    background: #191919;
    width: 100%;
    height: 20%;
    /* max-height: 200px; */
    transition: height 0.3s linear 0s, padding 0.3s linear 0s;
    /* overflow: hidden;      not used for now, due to nav being in the header */
}

#headerlogo {
    width: 12%;
    float: left;
    margin-left: 0.75%;
    margin-top: 0.75%;
    transition: height 0.3s linear 0s, padding 0.3s linear 0s;
}

#headertext {
    margin-left: 14%;
    margin-top: 0.5%;
}

#headerslogan {
    margin-left: 14%;
}

/* Styling the Navigation / Menu */
#nav ul li{list-style-type:none;}
#nav ul li a{font-family:helvetica, text-decoration:none;}

#nav {
    position: absolute;
    height: 20%;
    margin-top: 4.2%;
    margin-left: 0%;
    background: rgba(255, 122, 0, 0.5);
    border-radius: 3px;
}

#nav>ul>li>a:link {
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
}

#nav>ul>li>a:visited {
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
}

#nav>ul>li>ul>li>a:link {
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
}

#nav>ul>li>ul>li>a:visited {
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
}

#nav>ul>li>ul>li>ul>li>a:link {
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
}

#nav>ul>li>ul>li>ul>li>a:visited {
    color: #191919;
    text-transform: uppercase;
    font-weight: bold;
}


/* top bar */
#nav>ul li{position:relative;}
#nav>ul>li{
    float: left;
    border-right: 1px solid #191919;
    height: 100%;
    line-height: 2.6em;
    position: relative;
}

#nav>ul>li:hover{
    background: #ff6600;
    transition:0.3s background ease-in-out;
}

/* topbar styling */

#nav>ul>li>a{
    padding: 0 1.6em;
}
#nav>ul>li a {
    display: block;
    color: #ecf0f1;
}

#nav>ul>li:first-child:hover{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#nav>ul>li>ul>li:last-child:hover,
#nav>ul>li>ul>li>ul>li:last-child:hover,
#nav>ul>li>ul>li>ul>li>ul>li:last-child:hover{
   border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;  
}

#nav>ul>li>ul, #nav>ul>li>ul>li>ul,#nav>ul>li>ul>li>ul>li>ul{
  position:absolute;
  left:-1200%;
  white-space:nowrap;
  background: rgba(255, 122, 0, 0.5);
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
   transition:.3s left ease-in-out;
}

/* padding for each submenu lists */
#nav>ul>li>ul>li, #nav>ul>li>ul>li>ul>li,
#nav>ul>li>ul>li>ul>li>ul>li{
  padding:0 1em;

}
/* applying different colors for submenu */
#nav>ul>li>ul>li>ul{
 background: rgba(255, 122, 0, 0.5);
 }
#nav>ul>li>ul>li>ul>li>ul{
  background: rgba(255, 122, 0, 0.5);
}
/* styling the links with different after highlighting */
#nav>ul>li>ul>li:hover{
  background:#ff6600;  transition:.3s all ease-in-out;
 transition:background,box-shadow .2s ease-in-out, .3s ease-in;
 box-shadow:0 3px  #f39c12;
}
#nav>ul>li>ul>li>ul>li:hover{
  background:#ff6600;transition:.3s all ease-in-out;

   transition:background,box-shadow .2s ease-in-out, .3s ease-in;
 box-shadow:0 3px  #d35400;
}
#nav>ul>li>ul>li>ul>li>ul>li:hover{
  background:#ff6600;
  transition:background,box-shadow .2s ease-in-out, .3s ease-in;
 box-shadow:0 3px  #c0392b;
}


/* revealing first level submenu */
#nav>ul>li:hover>ul{
    left:0; 
    top:40; /* change the direction of the sub menus */
	 transition:.3s left ease-in-out;
}
/* revealing second level submenu */
#nav>ul>li>ul>li:hover>ul{
   left:100%;
   top:0;
   transition:.3s left ease-in-out;
}
/* revealing third submenu */
#nav>ul>li>ul>li>ul>li:hover>ul{
  left:100%;
  top:0%;
 transition:.3s left ease-in-out;
}
/* positioning the angle arrows towards right inside submenu*/
.position-expand-arrow{
  position:absolute !important;
  right:1em !important;
  line-height:2.6em !important;
}
/* Clearing floats */
#nav ul::after, nav ul::before{
  content:"";
  display:table;
}
#nav ul::after{
  clear:both;
}





#container {
    min-height: 100%;
    position: relative;
}

#content {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233)0%, rgb(216, 211, 211) 100%);
    width: 66%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11%;
    padding-top: 0.9%;
    padding-bottom: 9%;
}

#content-one {
    width: 100%;
    height: auto;
}

#content-two {
    
}

#content-three {
    
}

#content-four {
    
}

#footer {
    position: absolute;
    bottom: 0;
    background: #191919;
    width: 100%;
    height: 9%;
    /* max-height: 120px; */
    transition: height 0.3s linear 0s, padding 0.3s, linear 0s;
    overflow: hidden;
}

#footer-copyright {
    height: 13%;
    width: 10%;
    margin-left: 45%;
    color: #ff6600;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

#footer-social {
    color: #ff6600;
    
}