*
{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Ubuntu', sans-serif; */
}
/* Header  */
header
{
    position: fixed;
    top: 0;
}
#headingmain
{
    cursor: pointer;
}
nav 
{
    background-color: transparent;
    height: 80px;
    width: 100vw;
}
.logo
{
    color: white;
    font-size: 36px;
    line-height: 80px;
    padding: 0 50px;
    font-weight: bold;
    text-shadow: 3px -3px blue;
}
#mobicon
{
    padding-right: 5px;
}
nav ul
{
    float: right;
    margin-right: 20px;
}
nav ul li
{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
    text-decoration: none;
}
nav ul li a
{
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
}
a.active, a:hover
{
    background-color: rgb(150, 225, 255);
    transition: 0.5s;
    border-radius: 30px;
    text-decoration: none;
}

/* Home */
.home
{
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../icons/back16m9.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}
#inspire
{
    font-family: 'Bangers', cursive;
    padding-top: 230px;
    text-transform: uppercase;
    padding-bottom: 80px;
    font-size: 55px;
    text-shadow: -3px 3px blue;
    
}
#keshavgautam
{
    font-family: 'Galada', cursive;
    text-transform: uppercase;
    font-size: 38px;
    padding-bottom: 30px;
    text-shadow: 2px -2px rebeccapurple;
}
#photography
{
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Playball', cursive;
    text-shadow: 3px -3px blue;
}
#portfolio
{
    margin-top: 60px;
    width: 180px;
    height: 60px;
    border: none;
    background: linear-gradient(rgb(63, 63, 255), rgb(0, 255, 213));
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 25px;
    color: wheat;
    font-weight: bolder;
}
/* Footer  */
/* .footer
{
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: rgb(255, 10, 10);
    color: white;
}
#textfooter
{
    font-size: 20px;
}
#textfooter a 
{
    color: white;
}
#textfooter a:hover
{
    background-color: transparent;
    cursor: pointer;
} */

/* Media Queries  */
@media (max-width: 1200px)
{
    #inspire
    {
        font-size: 37px;
    }
    #keshavgautam
    {
        font-size: 32px;
    }
    #photography
    {
        font-size: 50px;
    }
    label.logo 
    {
        font-size: 25px;
        padding-left: 20px;
    }
    nav ul li a
    {
        font-size: 16px;
        padding: 6px 6px;
    }
}
@media (max-width:870px)
{
    #inspire
    {
        font-size: 32px;
    }
    #keshavgautam
    {
        font-size: 38px;
    }
    #photography
    {
        font-size: 42px;
    }
    .home
    {
        height: 100vh;
        width: 100vw;
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../icons/back12m10.jpg);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
        color: #fff;
    }
    label.logo 
    {
        font-size: 22px;
        padding: 0 30px;
    }
    nav ul li a
    {
        font-size: 15px;
        padding: 6px 2px;
        margin: 0 3px;
    }
    nav ul 
    {
        margin-right: 0;
    }
}
@media (max-width: 767px)
{
    .about 
    {
        margin-top: 50px;
        margin-bottom: 10px;
    }
    label.logo 
    {
        padding: 0 30px;
    }
    nav ul 
    {
        float: none;
    }
    .navcol1
    {
        height: 60px;
        text-align: center;
        background-color: transparent;
    }
    .navcol2
    {
        height: 60px;
        text-align: center;
        background-color: transparent;
    }
    #con 
    {
        text-align: center;
        padding: 0;
        margin-top: 40px;
    }
    /* #textfooter
    {
        font-size: 12px;
    } */
    nav ul li a
    {
        font-size: 12px;
    }
}
@media (max-width: 600px)
{
    .home
    {
        height: 100vh;
        width: 100vw;
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../icons/back10m12.jpg);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
        color: #fff;
    }
}
@media (max-width: 360px)
{
    nav ul li a 
    {
        font-size: 10px;
    }
    label.logo 
    {
        font-size: 20px;
        padding: 0 20px;
    }
}