﻿body {

}

 /*<style>*/
        .emerald {
            padding-top: 2%;
            
        }

        .nav li:hover {
            background-color: #2c3e50;
            border-radius: 4px;
        }
    

    /*<script>
        window.onload = function WindowLoad(event) {



            var path = window.location.pathname.substring(1);
            $('.nav>li>a[href="' + path + '"]').parent().addClass('active');
        }*/
     



    /*<style>*/
        html, body {
            height: 100%;
        }

        body {
            /*background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);*/
        }

        nav {
            max-width: 960px;
            /* The mask-image gives us some extra fading. It is not necessary but without this, you can't face out the box-shadows. This clips our menu */
            mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
            margin: 0 auto;
            /* Using padding instead of margin for the top and bottom here will keep our box-shadow visible and not affected by the mask-image */
            padding: 75px 0;
        }

            nav ul {
                text-align: center;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
                width: 100%;
                box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
            }

                nav ul li {
                    display: inline-block;
                }

                    nav ul li a {
                        padding: 20px;
                        font-family: "Roboto";
                        color: rgba(0, 0, 0, 0.5);
                        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
                        font-size: 25px;
                        text-decoration: none;
                        display: block;
                    }

                        nav ul li a:hover {
                            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
                            background: rgba(255, 255, 255, 0.1);
                            color: rgba(0, 0, 0, 0.7);
                        }

        /* Demo credits stuff */
        @import url(https://fonts.googleapis.com/css?family=Nixie+One);

        h1#author {
            position: fixed;
            bottom: 50px;
            text-align: center;
            color: #30303f;
            width: 100%;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
            padding: 10px 0;
            font-family: "Nixie One";
            text-stroke: 1px;
            font-size: 30px;
            text-shadow: 0 0 10px #aaaaaa;
            font-family: "Roboto";
        }

            h1#author a {
                color: #3399dd;
                text-decoration: none;
            }
    

    /*<style>*/
        menuul {
            text-align: center;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
            width: 100%;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
        }
     

    /*<style>*/
        .opaque-navbar {
            background-color: rgba(0,0,0,0.75);
            /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
            height: 4%;
            border-bottom: 0px;
            transition: background-color .5s ease 0s;
        }

            .opaque-navbar.opaque {
                background-color: black;
                height: 60px;
                transition: background-color .5s ease 0s;
            }

        ul.dropdown-menu {
            background-color: black;
        }


        @media (max-width: 992px) {
            body {
                background: white;
            }

            .opaque-navbar {
                background-color: black;
                height: 60px;
                transition: background-color .5s ease 0s;
            }
        }
    

    /*<style>*/
        .navbar-inverse {
            border: none;
        }

        .navbar-inverse2 .navbar-brand {
            /*font-family:'Felix Titling', Georgia;
            font-size: 50px;
            line-height: 0px;
            color: #fff;*/
            color: #2c3e50;
        }

        .navbar-inverse .navbar-nav {
            /**/ margin-top: 1%;
            vertical-align: central;
        }

        .navbar-inverse2 .navbar-nav > li > a {
            /*padding-top: 7px;
            padding-bottom: 7px;
            border-radius: 4px;
            color: #bdc3c7;
            font-size: 20px;
            font-family: Georgia;*/
            color: white;
        }

        .navbar-inverse2 .navbar-nav > .active > a,
        .navbar-inverse2 .navbar-nav > .active > a:hover,
        .navbar-inverse2 .navbar-nav > .active > a:focus,
        .navbar-inverse2 .navbar-nav > .open > a,
        .navbar-inverse2 .navbar-nav > .open > a:hover,
        .navbar-inverse2 .navbar-nav > .open > a:focus {
            background-color: #2c3e50;
        }

        .navbar-inverse2 .navbar-nav .dropdown-menu {
            background-color: #2c3e50;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 0;
            padding: 0;
            margin-top: -3px;
        }

            .navbar-inverse2 .navbar-nav .dropdown-menu > li > a {
                padding: 8px 15px;
                color: #bdc3c7;
            }

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
            background-color: rgba(0, 0, 0, 0.3);
        }


        .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
            border-radius: 0 0 3px 3px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
            background-color: rgba(0, 0, 0, 0.1);
        }

        .navbar-inverse2 .navbar-collapse,
        .navbar-inverse2 .navbar-form {
            border-top: 0;
        }

        .navbar.ul > li:hover {
            background-color: black;
        }
    
        .banner-navbar {
    background-color: rgba(0,0,0,0.75);
  /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
   
    transition: background-color .5s ease 0s;
   
}

        #TextContent{
            text-align:justify; 
            font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif; 
            font-size: larger ; 
            color:black;
        }

.title {
  position:relative;
  height:100%;
  width:25%; 
 /* overflow:hidden;*/
}

/*.title:before{
   z-index:-1;
  content:"";
  position:absolute;
  top:0;
  right:0;
  
  height:100%;
  right:30%;
  width:100% ;
  border-right:10px solid blue;
  background:white;
  -webkit-transform:skewX(-45deg);
  transform:skewX(-45deg);
  }*/

.title {
  position:relative;
  height:100%;
  width:25%;

   
 /* overflow:hidden;*/
}

.title:before{
   z-index:-1;
  content:"";
  position:absolute;
  top:0;
  right:0;
  
  height:100%;
  right:7%;
  width:100% ;
  border-right:10px solid blue;
  background:white;
  -webkit-transform:skewX(-45deg);
  transform:skewX(-45deg);
  }


.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}
.dropdown{position:relative}

.navbar-inverse2 .navbar-nav .dropdown-menu {
  background-color: #2c3e50;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
}





      .navbar-inverse {
  border: none;
}
.navbar-inverse2 .navbar-brand {
  /*font-family:'Felix Titling', Georgia;
  font-size: 50px;
  line-height: 0px;
  color: #fff;*/
  color:#2c3e50;
}
.navbar-inverse .navbar-nav {
  /**/margin-top: 1%;
  vertical-align:central ;
}
.navbar-inverse2 .navbar-nav > li > a {
  /*padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #bdc3c7;
  font-size: 20px;
  font-family: Georgia;*/
  color:white;

}
.navbar-inverse2 .navbar-nav > .active > a,
.navbar-inverse2 .navbar-nav > .active > a:hover,
.navbar-inverse2 .navbar-nav > .active > a:focus,
.navbar-inverse2 .navbar-nav > .open > a,
.navbar-inverse2 .navbar-nav > .open > a:hover,
.navbar-inverse2 .navbar-nav > .open > a:focus {
 background-color:#2c3e50;
 color:white;
 
}

.navbar-inverse2 .navbar-nav > li a:hover 
{
color:#2c3e50;
}

.navbar-inverse2 .navbar-nav .dropdown-menu {
  background-color: #2c3e50;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
}
.navbar-inverse2 .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #bdc3c7;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
}


.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse2 .navbar-collapse,
.navbar-inverse2 .navbar-form {
  border-top: 0;
}

.navbar.ul > li:hover {
    background-color:black;
}


.title {
  position:relative;
  height:100%;
  width:25%;

   
 /* overflow:hidden;*/
}

.title:before{
   z-index:-1;
  content:"";
  position:absolute;
  top:0;
  right:0;
  
  height:100%;
  right:7%;
  width:100% ;
  border-right:10px solid blue;
  background:white;
  -webkit-transform:skewX(-45deg);
  transform:skewX(-45deg);
  }
.emerald {
    padding-top: 2%;
    height: 20%;
}

.nav li:hover {
    background-color: #2c3e50;
    border-radius: 4px;
}

 
 html, body {
    height: 100%;
}

body {
    /*background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);*/
}

nav {
    max-width: 100%;
    /* The mask-image gives us some extra fading. It is not necessary but without this, you can't face out the box-shadows. This clips our menu */
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
    /* Using padding instead of margin for the top and bottom here will keep our box-shadow visible and not affected by the mask-image */
    padding: 75px 0;
}

    nav ul {
        text-align: center;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    }

        nav ul li {
            display: inline;
        }

            nav ul li a {
                padding: 20px;
                font-family: "Roboto";
                color: rgba(0, 0, 0, 0.5);
                text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
                font-size: 25px;
                text-decoration: none;
                display: inline;
            }

                nav ul li a:hover {
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
                    background: rgba(255, 255, 255, 0.1);
                    color: black; /*rgba(0, 0, 0, 0.7);*/
                }

/* Demo credits stuff */
@import url(https://fonts.googleapis.com/css?family=Nixie+One);

h1#author {
    position: fixed;
    bottom: 50px;
    text-align: center;
    color: #30303f;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 0;
    font-family: "Nixie One";
    text-stroke: 1px;
    font-size: 30px;
    text-shadow: 0 0 10px #aaaaaa;
    font-family: "Roboto"
}

    h1#author a {
        color: #3399dd;
        text-decoration: none;
    }

 menuul {
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

.opaque-navbar {
    background-color: rgba(0,0,0,0.75);
    /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    height: 4%;
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}

.opaque-navbar.opaque {
    background-color: black;
    height: 60px;
    transition: background-color .5s ease 0s;
}

ul.dropdown-menu {
    background-color: black;
}


@media (max-width: 992px) {
    body {
        background: white;
    }

    .opaque-navbar {
        background-color: black;
        height: 60px;
        transition: background-color .5s ease 0s;
    }
}

.navbar-inverse {
    border: none;
}

.navbar-inverse2 .navbar-brand {
    /*font-family:'Felix Titling', Georgia;
  font-size: 50px;
  line-height: 0px;
  color: #fff;*/
    color: #2c3e50;
}

.navbar-inverse .navbar-nav {
    /**/ margin-top: 1%;
    vertical-align: central;
}

.navbar-inverse2 .navbar-nav > li > a {
    /*padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #bdc3c7;
  font-size: 20px;
  font-family: Georgia;*/
    color: white;
}

.navbar-inverse2 .navbar-nav > .active > a,
.navbar-inverse2 .navbar-nav > .active > a:hover,
.navbar-inverse2 .navbar-nav > .active > a:focus,
.navbar-inverse2 .navbar-nav > .open > a,
.navbar-inverse2 .navbar-nav > .open > a:hover,
.navbar-inverse2 .navbar-nav > .open > a:focus {
    background-color: #2c3e50;
    color: white;
}

.navbar-inverse2 .navbar-nav > li a:hover {
    color: #2c3e50;
}

.navbar-inverse2 .navbar-nav .dropdown-menu {
    background-color: #2c3e50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-top: -3px;
}

    .navbar-inverse2 .navbar-nav .dropdown-menu > li > a {
        padding: 8px 15px;
        color: #bdc3c7;
    }

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}


.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse2 .navbar-collapse,
.navbar-inverse2 .navbar-form {
    border-top: 0;
}

.navbar.ul > li:hover {
    background-color: black;
}


.title {
    position: relative;
    height: 100%;
    width: 25%;
    /* overflow:hidden;*/
}

    .title:before {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        right: 7%;
        width: 100%;
        border-right: 10px solid blue;
        background: white;
        -webkit-transform: skewX(-45deg);
        transform: skewX(-45deg);
    }

   @media only screen and (min-width: 768px) {
    /* This CSS will be applied only to phones and other small devices. */

     aside, article {
        width: 95%;
        float: none;
    }
 
    article {
        margin-right: 0;
        margin-bottom: 1em;
    }

    .navbar.ul > li:hover {
    background-color: red;
}

     .site-pusher,
  .site-container {
    height: 100%;
  }
  
  .site-container {
    overflow: hidden;
  }
  
  .site-pusher {
    @include transition-duration(0.3s);
    @include transform(translateX(0px));
  }
  
  .site-content {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  
  .header {
    position: static;
  }

        .header__icon {
            position: relative;
            display: block;
            float: left;
            width: 50px;
            height: 66px;
            cursor: pointer;
        }
    /*&:after {
      content: '';
      position: absolute;
      display: block;
      width: 1rem;
      height: 0;
      top: 16px;
      left: 15px;
      @include box-shadow(0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff);
    }*/
  

}

/*.title:after{
  content:"test";
  position:absolute;
  height: 1px;
  top:0px;
  
  width: 100%;
  z-index:+1;
  }*/

 