@media (min-width: 0em) and (max-width: 30em){
    /*
    h1{
        font-size: 1.5em;
        font-family: 'bebas_neue_regular';
        line-height: 1em;
        letter-spacing: 1px;
        width: 100%;
    }
    .header-Logo img{
        display: none;
        display: 100%;
    }
    .main_container{

    }
    .headContainer{
        padding:0.5em 0em 0.5em 0em;
        border-bottom:none;
    }
    .nav-list{
        background-color:black;
        height: 1.5em;
        border:0;
        width: 100%;
    }
    .nav-list:before{
        font-family: 'fontAwesome';
        content: "\f0c9";
        color: white;
        padding-left: 1em;
        line-height: 2em;
        font-size: 0.75em;
    }
    .nav-list li{
    display: none;
    }
    .nav-list:hover li{
    display: block;
    }
    .nav-list li a{
        background-color:black;
        border-bottom:0em;
        width: 100%;
        color: white;
        max-height: 1.5em;
    }
    
    .nav-list li a:hover{
        background-color: rgb(82, 82, 82);
    }
    .nav-list li a h2{
    text-align: left;
    padding-left: 1em;
    transition: background 0.2s linear 0s;}
    #nav-line{
        display: none;
    }
    .current-page a h2{color:white}
    .trigger-jQuery--max20em{
        display: none;
    }
    .section-wrapper img{
        width: 100%;
        height: auto;
    }
*/
        /* the use of float none is to Inform the script that this Media Query is in use*/
    .foot-wrapper{
    float: none;
    }
    h1{
        font-size: 2em;
        line-height: 1em;
        letter-spacing: 1px;
    }
    h2{
    font-size: 0.6em;
    }
    .headContainer{
        padding:1em 0em 1em 0em;
        height: 100%;
    }
    
    /*.nav{
        float: left;
    }
    .nav ul{
        border-bottom:0px;
    }
    .nav li{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom:1px solid black;
    }
    .nav a{
        margin: 0;
        padding: 0.5em 0em;
        border:0;
    }
    .nav a:hover{
        margin: 0;
        padding: 0.5em 0em;
        border:0;
    }
    .nav a:hover{
        margin: 0;
        padding: 0.5em 0em;
        border:0;
    }*/
    .nav a:hover h2:after{
        content:'';
        left: 10%;
        position: absolute;    
    }
    .header-Title{
        padding:0em;
        display: inline-block;
        width: 50%;
        min-width: 13em;
    }  
    .fixed3{
        position: fixed;
        top:0;
        width: 100%;
        z-index: 1;
        
    } 
    .current-page a{
        color:red; 
    }
    .current-page a:hover {
        color:red;
    }
    .section-column:first-child{
        width: 100%;
    }
    .section-column-display h4{
    display: none;
    }
    /*before it goes to fixe*/
    .section-column-line{
    width: 47.5%;}
    /**/
    .fixed3 .section-column-line{
        width: 46.5%;
    }
    .section-column{
        width: 100%!important;
    }
    /*Projects Title*/
    /*Display project's title*/
    .projectText{
        display: block;
    }
    /*Styling Projects Title Text*/
    .projectText{
        border-bottom: 1px dotted gray;
        margin-bottom: 15px;
        padding:0em;
		margin-top: 10px;
    }
    
    /*remove Sections dotted border*/
    .section:nth-child(n+2){
        border-top:0px;
    }
     /*remove project's title hover functionality*/
    .section-column ul li a:hover > .projectText{
    display:block;
    position: inherit;
    }
    
    .section-column ul li a:hover .projectText h3{
        font-size: 16px!important;
        text-align: left;
        background: transparent;
        opacity: 1.0;
        color:red;
        margin: 0;
        padding: 0em;   
    }
    .section-column ul li img{
        opacity: 0.85;
    }
    .section-column-display--logo{
        display: none!important;
    }
    .section-column-display h3 {
        padding: 1em 0em 1em 0em;
    }
    .nav li{
        width:33.3%;
    }
    .articleTitle--line {
        width: 100%;
    }
  .end-line {
    display: none;
}
   .projectText h3{
      margin: 0;
      position: relative;
      bottom: 0%;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      width: 100%;
    }
    .section-column ul li a:hover img{opacity: 1;}
  
    .article-image-50x50 li img{
        width: 100%!important;
        padding-bottom: 1em;
  }

    .categories-index-menu li a{
    padding: 0.75em 0em;
    }
    .categories-index-menu li a:hover{
        padding: 0.75em 0em;
    }
    
    
}
