
@media (max-width: 600px) {
    h3{
        text-transform: uppercase;
    }

  
    #Main{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-image: linear-gradient( to bottom,#0F3B50, #0E3E56, #0B4561, #084D6E, #105576, #175C7D );
    }
 
    #Titlevic,#Titlelin,.tagname,.tagline{
    color: #FFF;
    text-align: center;
    font-family: Open Sans;

    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    }
    #Titlevic{
        height: 20%;
        font-size: 20px;
        width: 99%;
        position: absolute;
        text-align: center;
        color: #FFF;
        font-family: Open Sans;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    #Titlelin{
        width: 100%;
        height: 0px;
        border: 1px solid;
       
        
    }
    #Tags{
        left: 4%;
        margin: auto;
        width: 90%;
        position: absolute;
        top: 23%
    }
    .tagname:hover {
        margin-top: -10px;
        font-size: 25px;
        color: #449fff;
        margin-left: 18pc;
        margin-right: 18pc;
        
      }
    
    .tagname{
        text-decoration: none;
        position: relative;
        height: 5pc;
        margin-bottom: 2pc;
        text-align: justify;
        border-bottom: solid;
    }
    .nameh {
        text-decoration: none;
        position: relative;
        top: 64%;
    }
    .tagline{
        width: 80%;
      
         border-top: 1px  solid;
        margin: auto;
    }
    
    h3{
        margin-bottom: 1px;
    }
    #logo{
        display: none;
    }

h1{
    margin: 0px;
    margin-top: 5%;
    width: 67%;
    font-size: 51px;
    position: relative;
    left: 18%;
    text-align: center;
    
    }

    .tagname:hover {
        margin-top: 0px;
        font-size: 10px;
        color: white;
        margin-left: 0;
        margin-right: 0;
        
      }
}
@media (max-width: 340px){
h1 {
    text-align: center;
    margin: 0px;
    margin-top: 5%;
    width: 53%;

    font-size: 33px;
    position: relative;
    left: 26%;
}
.tagname {
    position: relative;
    height: 4pc;
    margin-bottom: 0pc;
    text-align: justify;
    border-bottom: solid;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .tagname {
        position: relative;
        height: 5pc;
        margin-bottom: 2pc;
        margin-left: 20%;
        margin-right: 20%;
        text-align: center;
        border-bottom: solid;
    }
    #Main {
        height: 115%;
          }

}