@import url('https://fonts.googleapis.com/css?family=Crete+Round&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kalam&display=swap');
/*font-family: 'Permanent Marker', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Gurajada&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yantramanav&display=swap');
@import url('https://fonts.googleapis.com/css?family=Handlee&display=swap');
body{
    width: 80%;
    margin: auto;
    background-color: rgb(106, 106, 138);;
    font-size: 62.5%;
}
#wrapper{
    display: grid;
    grid-template-columns: 20% 49% 30%;
    grid-template-rows: auto 150px auto auto;
    grid-row-gap: 5px;grid-column-gap: 0.5%;
    border: 1px solid black;
    background-color: rgb(76, 76, 102);
}
#nav{
    display: block;
    grid-column: 1/4;
    grid-row: 1/2;
    background-color: lightcyan;
    margin: 0;
}
.bar{
    display: inline-block;
   
    border: olive 1px solid;
    text-align: center;
    padding: 5px;
    margin-left:10px ;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    
    border-radius: 25%;
}
.bar:hover{
    color: orangered;
    background-color: darkseagreen;
}
#b1{
    display: block;
    grid-row: 2/3;
    grid-column: 1/4;
    margin-top: 0;
    margin-left: 0;
    background-image: url("../img/wood.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid black;
}
#mainId{
    display: block;
    text-align: center;
    color: indigo;
    padding: 5px;
    font-size: 1.6rem;
    width: fit-content;
    margin: 10px auto auto auto;
    background-color: rgba(76,223,191,0.63);
    font-family: 'Crete Round', serif;
    border-radius: 25px;
}
label{
    display: inline;
}

.search{
    width: 20%;
    border-radius: 0;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
#searchB{
    width: 70%;
    height: 1.22vw;
}
input{
    float: right;
    height: 1.22vw;
}
#find{
    float: left;
    font-size: 1.32vw;

}
.position{

    font-family: 'Kalam', cursive;
}
#b2{
    display: block;
    
    grid-row: 2/3;
    grid-column: 1/2;
 
    margin-left: 0;
  
}
#photoDiv{
    width: 80%;
    margin-left: 5%;
}
.linkedImage{
    width: 100px;
    display: block;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
}
#hirenPhoto{
    width: 100px;
    display: block;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#b3{
    grid-column: 3/4;
    grid-row: 2/3;
   
}
/* #address{
    display: inline-block;
    width: 80%;
    margin-right: 5px;
    float: right;
    background-color: lightcyan;
    margin-top:5% ;
    padding: 5px;
    border-radius: 15px;
    border: orange 1px solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
span{
    font-size: 1rem;
    color: orangered;

}
.iconClass{
    margin-bottom: 5px;
}
i{
    margin-right: 5px;
    margin-left: 5px;
}
.material-icons{
    position: relative;
    top: 5px;
    font-size:24px;
    color:darkblue;
}
#b4{
    grid-column: 1/3;
    grid-row: 3/4;

}
.internalDiv{
    font-size: 16px;
    color: black;
    padding: 5px;
    background-color: aliceblue;
}
#mmm1{
    font-size:18px;
    color:darkblue;
}
#mmm2{
    font-size:24px;
    color:darkblue;
}


p{
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.22rem;
    margin: 5px;
}
li{
    padding: 5px;
    font-size: 1.22rem;
    font-family: 'Archivo Narrow', sans-serif;
}
/* .corosal{
    background-color: indigo;
    color: aliceblue;
    width: 20%;
    text-align: center;
    border-radius: 25px;
    text-shadow: -2px 2px 3px darkkhaki;
} */
.workT{
    font-size: 26px;
    color: black;
    margin-left: 0;
    text-align: left;
    background-color: transparent;
}
.company{
    font-size: 18px;
    color: orangered;
    margin-left: 5px;
}
em{
    margin-right: 5px;
    color: darkblue;
}
/* .address{
    font-size: 16px;
    color: black;
    margin-left: 5px;
    font-family: 'Handlee', cursive;
} */
.owner{
    font-size: 14px;
    color: firebrick;
}
#b5{
    grid-column: 3/4;
    grid-row: 3/4;
    background-color: gainsboro;
}
.corosal1{
    background-color: indigo;
    color: aliceblue;
    width: 55%;
    text-align: center;
    border-radius: 25px;
    text-shadow: -2px 2px 3px darkkhaki;
    margin-left: 5px;
    font-size: 21px;
}
.perHilight{
    font-size: 1.22rem;
    overflow-wrap: break-word;
    
    font-family: 'Yantramanav', sans-serif;

}

#skillGraph{
    width: 96%;
    margin: auto;
    display: block;
    border: 1px solid black;
    height: auto;
    background-color: orange;
}
#Python{
    display: block;
    width: 75%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
.p1{
    margin-left: 5px;
    font-weight: 600;
    font-size: 18px;
    height: 100%;
    margin-top: 15px;
  
    text-align: center;
    position: relative;
    top: 5px;

}
#CSharp{
    display: block;
    width: 90%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
#DotNet{
    display: block;
    width: 95%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
#SQL{
    display: block;
    width: 95%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
#Objective-C{
    display: block;
    width: 85%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
#JavaScript{
    display: block;
    width: 95%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
#Swift{
    display: block;
    width: 40%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
.percentile{
    color: gainsboro;
}
.skill{
    color: orange;
    font-size: 21px;
    text-align: center;
}
#HTML1{
    display: block;
    width: 90%;
    height: 30px;
    background-color: darkgreen;
    margin-top: 5px;
    margin-bottom: 5px;
}
.linked1{
    text-align: center;
    color: orange;
    font-size: 1.44rem;
}
#link{
    display: block;
   
    margin-top: 10px;
    
}
.linkedImage{

    text-align: center;
    display: block;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   
}

.linkEmbed{
    display: block;
    margin-left: 50px;
}
.linkEm{
    display: inline-block;
    font-size: 1em;
    margin-left: 15px;
    
    position: relative;
    top: 60px;
    color: midnightblue;
    font-weight: bold;
    margin-right: 10px;
    overflow-wrap:normal;

}


#map{
    display: block;

    margin: 15px 1% 15px 1%;
    width: 98%;
    height: 300px;

    border: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.geo{
    margin-top: 60px;
    color: midnightblue;
}
#endFooter{
     display: block;
     width: 100%;
     background-color: black;
     height: 200px;margin-top: 0;
 }
.spcialWord{
    color: red;
}
#Education{
    display: block;
    margin: auto;
    width: 95%;
    height: 100px;

    margin-bottom: 15px;
}
aside{
    display: block;
    font-size: 18px;
    text-align: center;
    font-family: 'Kalam', cursive;
    padding: 5px;
    border: 1px solid black ;
    background-color: antiquewhite;
}
a{
    text-decoration: none;
}



/* Reset */
.bar {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
}

/* Custom */
.bar {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    top: 0;
    font-size: 15px;
    font-family: "Open Sans", Helvetica, serif;
    border-radius: 4px;
    border-bottom: 1px solid rgba( 28, 227, 125, 0.5 );
    background: rgb(56, 139, 64);
    color: #fff;
    box-shadow: 0px 0px 0px rgba( 15, 165, 60, 0.1 );

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#port{
    color: white;
}
.bar:hover {
    top: -5px;
    box-shadow: 0px 10px 10px rgba( 15, 165, 60, 0.2 );

    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg);
}

.bar:active {
    top: 0px;
    box-shadow: 0px 0px 0px rgba( 15, 165, 60, 0.0 );
    background: rgba( 20, 224, 133, 1 );
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(222, 10, 25, 0.64);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    top: 105%;
    left: -50%;
}
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropbtn{
    width: 100%;
    height: 100%;
}

.dropdown-content a:hover {background-color: #ddd;color: red}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


.search{
    z-index: 0;
}

.hidden-bar{
    display: none;
}
.btn{
    background-color: #333652;
    color: #E9EAEC;
}
.btn:hover{
    color: darkcyan;
}

.internalDiv{
    background-image: linear-gradient(#FFFFFF, rgb(255, 122, 89));
}







/* 
@media only screen and (max-width: 540px) {
    #b5{
        grid-row:4/5 ;
        grid-column: 1/4;
    }
    #b4{
        grid-row:3/4 ;
        grid-column: 1/4;
    }
    #mainId {
        font-size: 0.5rem;
        width: 25%;
    
    }

    #find{
        font-size: 16px;
    }
    .bar{
        font-size: 10px;
        width: fit-content;
    }

    #searchB{
        font-size: 14px;
        height: 90%;
    }
    #mmm, #mmm1, #mmm2 {
        top: 5px;
        font-size: 12px;
    
    }

    span {
        font-size: 0.4rem;
        color: orangered;
    }
    .corosal{
        font-size: 18px;
        width: 40%;
    }
    #hirenPhoto{
        width: 70px;
    }
    aside{
        font-size: 14px;
    }
    .search{
        width: 83%;
        display: inline-block;
        padding-left: auto;
        padding-right: auto;
        border: 1px solid black;
        max-width: inherit;
    }
    /*#explore{
        width: 80%;
        display: block;
        padding-left: auto;
        padding-right: auto;
        margin-left: 5px;
    }*/
    /*.bar{
        display: none;
    }*/
    /* .hidden-bar{
       
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        top: 0;
        font-size: 15px;
        font-family: "Open Sans", Helvetica, serif;
        border-radius: 4px;
        border-bottom: 1px solid rgba( 28, 227, 125, 0.5 );
        background: rgb(56, 139, 64);
        color: #fff;
        box-shadow: 0px 0px 0px rgba( 15, 165, 60, 0.1 );

        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);

        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        margin: 5px;
        cursor: pointer;
    }
    div#subMenu1{
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    div#subMenu1:hover{
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    #ggg{
        color: red;
        font-size: 21px;
    }
    #ggg:hover{
        color: red;
        font-size: 21px;
    }
    .linkEm{
        font-size: 12px;
    }
} */
/* @media only screen and (min-width: 540px) and (max-width: 740px){
    #b5{
        grid-row:4/5 ;
        grid-column: 1/4;
    }
    #b4{
        grid-row:3/4 ;
        grid-column: 1/4;
    }
    #explore{
        width: 25%;
    }
    #searchB{
        font-size: 12px;
    }
    #find{
        font-size: 12px;
    }
    #mmm,#mmm1,#mmm2{
        top: 5px;
        font-size:12px;
       
    }
    span{
        font-size: 0.5rem;
        color: orangered;
    }
    .linkEm{
      
        top: 30px;
    }
    .linkedImage{
        width: 20%;
    }
    .material-icons{
       
        top: 5px;
        font-size:18px;
       
    }
    #mainId{
        font-size: 12px;
        width: 30%;
       
    }
    .corosal{
        font-size: 18px;
    }
    .bar{
        font-size: 12px;
    }


} */

/* @media  only  screen and (min-width: 740px) and (max-width: 940px) {
    #b5{
        grid-row:4/5 ;
        grid-column: 1/4;
    }
    #b4{
        grid-row:3/4 ;
        grid-column: 1/4;
    }
    span{
        font-size: 10px;
        color: orangered;
    }
    #mainId{
        font-size: 12px;
        width: 30%;
       
    }
    #explore{
        width: 45%;
    }
    #find{
        font-size: 12px;
    }
    .bar{
        font-size: 12px;
    }

} */



/* @media only screen and (min-width: 940px) and (max-width: 1074px)  {
    #b5{
        grid-row:4/5 ;
        grid-column: 1/4;
    }
    #b4{
        grid-row:3/4 ;
        grid-column: 1/4;
    }
    .linkEm{
        font-size: 1rem;
        top: 30px;
    }
    .linkedImage{
        width: 25%;
    }
    span{
        font-size: 0.65rem;
        color: orangered;
    }
    .material-icons{
        top: 5px;
        font-size:14px;
    }
    #mainId{
        
        font-size: 1.2rem;
        width: 30%;
    }
    #address{
        width: 90%;
    }
}  */


#m1{
    display: block;
    width: 100px;
    height: auto;
    background-color: rgba(100,130,200,0.7);
    position: absolute;
    left: 100%;
}
#subMenu1{
    color: #f8f8f8;
}
#subMenu1:hover{
    color: red;
}




li{
    margin: 5px;
    
}

nav.a{
    background-color: rgb(179, 214, 202);
    color: cornsilk;
    padding: 3px;
    border: 1px solid rgb(172, 165, 165);
}
.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
  }
  .scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
  }
  .mainwidth{
      width: 95%;
      display: block;
  }
  .marginBtn{
      width: 480px;display: block;

      color: crimson;
  }

  /* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h1 {font-size:1rem;} /*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 344px) {  
    .btn {font-size:0.35rem;margin-left: 2px;} /*1rem = 16px*/
  }

@media (min-width: 544px) {  
  .btn {font-size:0.5rem;} /*1rem = 16px*/
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .btn {font-size:0.6rem;} /*1rem = 16px*/
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .btn {font-size:0.6 rem;} /*1rem = 16px*/
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .btn {font-size:0.7rem;} /*1rem = 16px*/    
}
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) { 
  .btn {font-size:1rem;color:red;} 
}
