* {
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
    color:black;
    transition: all 0.35s;
}

body{
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

.navul{
    background-color: white;
    position: fixed;
    width: 190px;
    z-index: 1;
    height: 100%;
    box-shadow: 1px 1px 3px black;
}

.logo{
    
    background-image: url("../image/header4.jpg");
    background-size:100%;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid black;
}

.logo h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: white;
}

.linkstyle{
    display: block;
}

.linkstyle a{
    display:block;
    padding:12px;
}

.linkstyle a:hover{
    cursor: pointer;
    display: block;
    overflow: hidden;
    border-left:2px solid black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    will-change: opacity,transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color:#EDEDED;
}


.header-content{
    min-height: 300px;
    text-align: center;
    background-position: center;
    display: block;
    padding-left: 190px;
    padding-bottom:20px;
}

.header-inner{
    background-image: url("../image/me.jpg");
    display: block;
    box-sizing: border-box;
    background-size: 100%;
    height: 100vh;
    min-height:600px;
    background-repeat: no-repeat;
    background-size: cover;
}


.headerh1{
    font-size: 70px;
    color:white;
    text-shadow: 2px 2px black;
}

.right{
    float:right;
    padding-right:40px;
    padding-top:8%;
    overflow: hidden;
}

hr{
    max-width: 50px;
    border-width: 3px;
    border-color:red;
    margin: 5% auto;
}

.ex-title{
    background-color: red;
    color: white;
    border: 0;
    border-radius: 20px;
    padding: 10px 20px;
    display: block;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 1px 1px black;
}

.sectionheader{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
    font-size: 40px;
    padding:10px 20px;
    background-color: darkblue;
    color: white;
}


.skillSection{
    margin: 0 auto;
    width:90%;
}

.contactsection{
    margin: 0 auto;
    width: 90%;
}

.contactdiv{
    float:left;
    width: 30%;
    margin:10%;
    background-color: white;
    min-height: 100px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px black;
    text-align: center;
}

.contactimage{
    margin: 20px auto;
    width:50px;
}

.contactdetails{
    padding-bottom: 10px;
    text-overflow: clip;
}

.about-back{
    background-size: cover;
    background-position: center;
    background-image:linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.8)), url("../image/header.jpg");
}

.skillhead{
     font-family: Arial, Helvetica, sans-serif;
     font-weight: 800;
     font-size: 20px;
}

.skillSectionul{
    float:left;
    list-style: none;
    margin:3%;
    width:27%;
    background-color: white;
}

.skillSectionul li{
    border:1px solid black;
    padding:10px;
}

.clear{
    clear:both;
}

.hrline{
    width:80%;
    display: block;
    border-top: 10px groove red;
    margin:0 auto;
}

.aboutme{
    margin:30px 30px 60px 30px;
    padding:0px 20px;
    border-left:5px solid gray;
    border-right:5px solid gray;
    font-size: 25px;
    line-height: 35px;
}

.developerquote{
    padding:60px 30px 30px 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:30px;
}

.quotesign{
    font-weight: 900;
}

.experience-back{
    background-position: center;
    background-image:linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.8)), url("../image/web-keyword.png");
}


.experience-main{
    width:80%;
    margin:20px auto 0px auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 10px black;
}

.experience-section-header{
    min-height: 60px;
    border-bottom: 1px solid rgba(39, 3, 3, 0.849);
    width:95%;
    margin:0 auto;
    padding:10px 0;
    display:block;
}

.experience-section-left{
    float:left;
}

.experience-section-left img{
    height:45px;
    vertical-align: middle;
}

.experience-section-right{
    float:right;
    padding-top:15px;
}

.experience-section-body{
    width:95%;
    margin:10px auto;
    min-height:100px;
    text-align: Left;
}

.experience-section-footer{
    min-height: 20px;
    border-top: 1px solid rgba(39, 3, 3, 0.849);
    width:95%;
    margin:0 auto;
    padding:10px 0;
    display:block;
    font-size: 13px;
}

.experience-section-bodyhead{
    font-style: italic;
    line-height: 30px;
}

.experience-section-bodybullet{
    font-family: 'Times New Roman', Times, serif;
    padding-top:5px;
    list-style-position: inside;
    line-height: 30px;
}

.education-back{

}

.education-header{
    font-weight:800;
}

.generic-back{
    background-position: center;
    background-image:linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.8)), url("../image/back.gif");
}

.embed-container { 
    position: relative; 
    padding-left:100px; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


@media only screen and (max-width: 900px) {
    .navbar{
        visibility: hidden;
    }
    
    .header-content{
        padding-left: 0px;
    }

    .sectionheader{
        font-weight: 700;
        font-size: 35px;
    }
}

    @media only screen and (max-width: 760px) {
        .sectionheader{
            font-weight: 600;
            font-size: 25px;
        }
        .right{
            padding-right:10px;
            padding-top:3%;
            overflow: hidden;
        }
        .headerh1{
            font-size: 40px;
            color:white;
            text-shadow: 2px 2px black;
        }
        .ex-title{
            padding: 10px 10px;
            font-size: 18px;
            font-weight: 700;
        }
   
        .aboutme{
            font-size: 20px;
            line-height: 32px;
            margin:30px 30px 30px 30px;
        }
        
        .developerquote{
            font-size:20px;
            padding:30px 30px 30px 30px;
        }
        
        .experience-main{
            width:95%;
            margin:20px auto 0px auto;
            background-color: white;
            border-radius: 5px;
            box-shadow: 1px 1px 10px black;
        }
        
        .skillSection{ 
            width:100%;
        }
        .skillhead{
            font-weight: 600;
            font-size: 15px;
       }
       
       .skillSectionul{
           margin:1%;
           width:31.3%;
       }
       
       .skillSectionul li{
           border:1px solid black;
           padding:10px 5px;
       }
       .contactsection{
        margin: 0 auto;
        width: 99%;
    }
    
    .contactdiv{
        float:left;
        width: 44%;
        margin:3%;
    }
    
    }
    @media only screen and (max-width: 520px) {
        marquee{
            font-size: 17px;
            font-weight: 600;
        }

        .right{
            padding-right:10px;
            padding-top: 5%;
            overflow: hidden;
            float: none;
        }
        .headerh1{
            font-size: 40px;
            color:white;
            text-shadow: 2px 2px black;
        }
        .ex-title{
            display: none;
        }
        .ex-titlehr{
            display: none;
        }

        .contactdiv{
            float:none;
            width: 90%;
            margin:5%;
        }
        
        .skillSectionul{
            float:none;
            list-style: none;
            margin:5%;
            width:90%;
            background-color: white;
        }
        
        .experience-section-left{
            Float:none;
        }
        
        .experience-section-right{
            float:none;
        }

        .experience-section-left img{
            height:40px;
        }

        .experience-section-header{
            min-height: 40px;
        }
    }

marquee{
    font-size: 20px;
    font-weight: 800;
    text-shadow: 1px 1px 1px black;
    color: gold ;
    padding-top:10px;
}


.blinking-cursor {
    font-weight: 100;
    
    color: yellow;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
  }
  
  @keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: white;
    }
  }
  
  @-moz-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: white;
    }
  }
  
  @-webkit-keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: white;
    }
  }
  
  @-ms-keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: white;
    }
  }
  
  @-o-keyframes "blink" {
    from, to {
      color: transparent;
    }
    50% {
      color: white;
    }
  }