body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

/*-----header CSS----------*/

#header {
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.user-box {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.user-box .mainphoto {
    border-radius: 0%;
    width: 360px;
    border: 2px solid #ffffff
}

.user-box h1 {
    color: #fff;
    font-weight: bold;
    margin: 10px;
}

.user-box hr {
    height: 1px;
    color: #fff;
    background-color: #fff;
    width: 70%;
    ">

}

.user-box p {
    color: #fff;
    font-size: 120%;
    font-weight: 500;
}

.scroll-btn {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
    padding: 10px 10px 20px;
    border-radius: 30px;
}

.scroll-bar span {
    border: 2px solid #fff;
    font-size: 10px;
    border-radius: 30px;
}

.scroll-bar {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

/*-----About----------*/

.about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.profile-img {
    height: 200px;
}

.nav-bar {
    top: 0px;
    position: sticky;
    z-index: 2;
}

.nav-link {
    color: #000 !important;
}

.navbar {
    background-color: #fff;
    color: #013656;
    font-weight: 500;
}

.navbar-brand img {
    height: 35px;
}

.navbar .fa-bars {
    font-size: 35px;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-nav {
    float: right;
    text-align: right;
}

.col-sm img {
    height: 300px;
    width: 400px;
    margin: 10px;
    padding: 0px;
}

.col-sm #p-top {
    padding-top: 20px;
}

.resume {
    padding: 20px;
    background-color: #D4EDDA;
}

/*----Interests----*/

.container h1 {
    padding-top: 35px;
    padding-bottom: 10px;
}

.col img {
    height: 250px;
    width: 250px;
    border: 1px rgb(169, 169, 169) solid;
}

.col h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 75%;
}

#second-row {
    padding-top: 30px;
}

.col #bigimg {
    width: 400px;
}

.col-sm-6 img {
    width: 400px;
    height: 255px;
    border: 1px rgb(181, 181, 181) solid;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center;
}

/*----footer----*/

footer {
    background-color: #000 color:#fff;
}