*{
    box-sizing: border-box;
}
nav h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
    color: #66FCF1;
}
section{
    position: relative;
    width: 100%;
}
body{
    background-color:#91999b2a;
}
i{
    color:#45A29E;
}
.list-group-item{
    text-decoration: none;
    color:#45A29E;
}
.navbar-toggler,.navbar-toggler:active, .navbar-toggler:focus{
    outline: none;
    border: none;
}
.right-menu-icon a{
    text-decoration: none;
    color: #FFFFFF80;
}
.right-menu-icon a:hover{
    color: white;
}
.right-menu-icon i{
    margin: 0 1px 0 5px;
}
.vl {
    border-left: 6px solid #66FCF1;
    height: 100%;
    float: left;
  }
.arrowDown{
    padding: 50px 0;
    font-size: 1rem;
}
.p1{
    text-align: justify;
    padding: 0 20px;
    font-size:1.2rem;
    width: 100%;
    color: #45A29E;
}
.logo{
    color: #45A29E;
    padding: 0;
    border-radius: 2rem;
    font-size: 5rem;
    margin:5px;
}
.card{
    box-shadow: 5px 10px 10px 5px rgba(226, 224, 224, 0.746);
    padding: 0;
}
.cardHeader img{
    width: 100%;
}
#nav1{
    background-color:#0B0C10;
}
#navbarToggleExternalContent a{
    border: none;
    background-color:#0B0C10;
    font-size: 1.5rem;
}
#dditem1{
    font-weight: bolder;
}
#nav2{
    width: 100%;
    font-family: sans-serif;
    position: absolute;
    top: 0;
    visibility: hidden;
    font-size: 1.3rem;
    background-color:#0B0C10;
}
#home{
    background-color: #0B0C10;
    color: #66FCF1;
}
#name{
    font-size: 2.5rem;
    color: rgb(218, 214, 214);
    font-weight: bolder;
}
#mypic{
    text-align: right;
}
#mypic img{
    max-width: 500px;
    width: 100%;
    padding: 10px 10%;
}
#homeParagraph{
    padding: 10px 10%;
    font-size: 1.2rem;
}
#fullStack{
    color: rgb(218, 214, 214);
    font-size: 1.7rem;
    font-weight: 500;
}
#about{
    font-size: 2rem;
    clear: both;
    background-color:#0B0C10;
    font-family: sans-serif;
    text-align: center;
    color: #66FCF1;
}
#workplace-strength{

    text-align: center;
}
#portfolio{
    background-color:#90b6b8;
    padding:10%;
}
.card{
    background-color: #314455;
    color: seashell;
    margin: 50px auto;
    text-align: center;
}
.project-title{
    font-size: 1.3rem;
}
.project-links{
    background-color: #314455;
    color: seashell;
    margin: 50px auto;
    text-align: center;
}
#copyright-section div{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color:#0B0C10;
    color: rgb(150, 150, 144);
}
#topBtn{
    border: none;
    color: #888888;
    position: fixed;
    bottom: 5px;
    left: 5px;
}
#hireMe{
    text-decoration: none;
    color: rgb(204, 154, 15);
    position: fixed;
    bottom: 5px;
    right: 5px;
}
@media screen and (min-width:992px) and (max-width: 1200px){
    .homeBackground{
        width: 100%;
        height: 100%;
        background-image: url(./images/background2.jpg);
        opacity: 0.3;
        background-size:cover;
        top: 0;
        left: 0;
        position: absolute;
        z-index:-1;
    }
    .paragraphWrap1, #skillSet{
        padding:50px 0;
    }
    .arrowDown{
        clear: both;
        padding: 100px 0 50px 0;
    }
    #nav1{
        visibility: hidden;
    }
    #nav2{
        visibility: visible;
    }
    #homeParagraph{
        padding: 10px 5%;
        font-size: 1.8rem;
    }
    #home{
        position: relative;
        z-index: 2;
        padding: 6% 3%;
    }
    #name{
        font-size: 3.3rem;
        color: white;
    }
    #fullStack{
        font-size: 2.6rem;
        color: white;
    }
    #about{
        padding-top: 8%;
    }
    #portfolio{
        clear: both;
        padding: 0;
    }
    #topBtn{
        left: auto;
        right: 5px;
    }
    #hireMe{
       display: none;
    }
}
@media screen and (min-width:1201px){
    .homeBackground{
        width: 100%;
        height: 100%;
        background-image: url(./images/background2.jpg);
        opacity: 0.3;
        background-size:cover;
        top: 0;
        left: 0;
        position: absolute;
        z-index:-1;
    }
    .paragraphWrap1, #skillSet{
        padding:50px 0;
    }
    .arrowDown{
        padding: 100px 0 50px 0;
        clear: both;
    }
    #nav1{
        visibility: hidden;
    }
    #nav2{
        visibility: visible;
    }
    #homeParagraph{
        padding: 10px 5%;
        font-size: 2.2rem;
    }
    #home{
        position: relative;
        z-index: 2;
        padding: 6% 3%;
    }
    #name{
        font-size: 4.2rem;
        color: white;
    }
    #fullStack{
        font-size: 3rem;
        color: white;
    }
    #about{
        padding-top:8%;
    }
    #portfolio{
        clear: both;
        padding: 0;
    }
    #topBtn{
        left: auto;
        right: 5px;
    }
    #hireMe{
       display: none;
    }
}