@media (min-width: 30em) and (max-width: 47em) {
    /* 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;
    }
    .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;    
    }
    .nav li{
    width:33.3%;
    }
    .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: 50%;
    }
    /*Projects Title*/
    /*Display project's title*/
    .projectText{
        display: block;
    }
    /*Styling Projects Title Text*/
    .projectText{
        border-bottom: 1px dotted gray;
        margin-bottom: 15px;

    }
    
    /*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: 0;
        
        
    }
    .section-column ul li img{
        opacity: 0.85;
    }
    .section-column-display--logo{
        display: none!important;
    }
    .current-page:hover > ul.categories-index-menu{
        //display: none;
    }
    .section-column-display h3 {
        padding: 1em 0em 1em 0em;
    }
    .articleTitle--line {
        width: 100%;
    }
     .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;}
}
