body{
    margin: 0;
    font-family: Ubuntu, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 38px;
    text-align: justify;
}

h1{
    color:white;
    text-align: center;
    font-size: 65px;
    font-weight: bold;
}

h2{
    color: #16488e;
    text-align: center;
    font-weight: bold;
}

.container{
	padding-top:50px;
}

.dark-section{
    background-color: #16488e;
}

.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section div,
.dark-section p
{
    color: #fff;
}

.page-wrapper {
    background-color: #fff;
}

header {
    height: 60px;
    width: 100%;
    background-color: #072652;
    position: fixed;
    left:0px;
    top: 0px;
	z-index:999999;
}

.navbar{
    padding: 0 !important;
}

#menu-links {
	display:block;
}

.menu-icon{
	display: none;
}

.menu-icon .fa{
	padding: 20px 15px;
}

nav ul{
    list-style: none;
    margin: 0px auto;
}

nav ul li{
    display: inline-block;    
    padding: 0px 30px;
}

nav ul li a{
    text-decoration: none;
    line-height: 60px;
    font-size: 18px;
    color:#fff;
}

nav ul li:hover{
    background-color:#16488e;
}

nav ul li:hover a{
    color:burlywood;
}

#home .container{
    background-image: linear-gradient(45deg, 
    rgb(63, 81, 181, .9) 52%, 
    rgb(255, 255, 255, 0) 52%, 
    rgb(255, 255, 255, 0) 53%, 
    rgb(63, 81, 181, .9) 53%,
    rgb(63, 81, 181, .9) 54%,
    rgb(255, 255, 255, 0) 54%,
    rgb(255, 255, 255, 0) 55%, 
    rgb(63, 81, 181, .9) 55%,
    rgb(63, 81, 181, .9) 56%,
    rgb(255, 255, 255, 0) 56%);
    border-radius: 15px;
    position: relative;
	padding-top:0;
}

.banner{
    height: 80vh;
    max-height: 580px;
    margin-top: 60px;
    background-color: #16488e;
    padding: 80px 15px;
    background-image: url('../images/banner_photo_2.jpg');
    background-size: cover;
    background-position: right top;
}

.banner h1,
.banner h2{
    text-align: left;
    letter-spacing: 22px;
    color: #fff;
}

.banner p{
    text-align: left;
    color: #fff;
    font-size: 28px; 
    font-weight: 100; 
    letter-spacing: 8px; 
}

#banner-photo {
    /*background-color: #a4d0fb;*/
    width: 100%;
    height: 400px;
}

#about-me-photo{
    position: relative;
    height: 180px;
    width:180px;
    background-color: #a4d0fb;
    margin: -120px auto 30px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 5px 10px #999999cc;
}

#about-me-photo img{
    width: 100%;
}

.bg-overlay{
    background-color: #16488e77;
    position:absolute;
    width: 100%;
    height: 80vh;
    max-height: 580px;
    left:0;
    top:60px;
    z-index: 0;;
}

.skill-level progress{
    width: 100%;
    height: 60px;
}

#my_portfolio .col{
    margin-bottom: 60px;
}

#my_portfolio .card{
    border: none;
    background-color: #a4d0fb;
    border-radius: 10px;
    box-shadow: 0px 3px 9px -5px #c5c7c7;
}

#my_portfolio .card-footer{
    background: none;
    border: none;
}

#my_portfolio .card-body{
    padding: 15px 30px;
}

.title-wrapper{
    background-color: #16488e;
    background-image: linear-gradient(110deg, rgb(63, 81, 181) 40%, rgb(60, 151, 254) 100%);
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    position: relative;
    top:-30px;
    min-height: 100px;
}

.title-wrapper .card-title{
    text-align: left;
}

.title-wrapper .card-title>a{
	color:#fff;
	text-decoration:none;
}

.tech-stack{
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffffaa;
    padding: 0px 10px;
    border-radius: 20px;
    margin: 4px;
    margin-bottom: 8px;
}

#work-experience{
    background-color: #16488e;
}

#work-experience h4{
    font-weight: bold;
}

.work-education>.container>.row>.col.text-end {
    border-right: 4px solid #a4d0fb;
}

.work-education>.container>.row>.col.order-last {
    border-left: 4px solid #a4d0fb;
}

.col.text-end::after,
.col.order-last::after{
    content: "*";
    height: 21px;
    width: 21px;
    display: inline-block;
    background-color: #a4d0fb;
    border-radius: 50%;
    font-size: 32px;
    color: #072652;
    position: relative;
    right: -24px;
    bottom: 28px;
    line-height: 30px;
    text-align: center;
}

.col.order-last::after {
    left: -25px;
}



@media screen and (max-width:768px) {
	
	nav ul li{
		padding: 0px 15px;
	}

    .banner h1,
    .banner h2{
        text-align: center;
        letter-spacing: 12px;
    }

    .banner p{
        text-align: center;
        font-size: 22px; 
    }
}

@media screen and (max-width:600px) {
	.menu-icon{
		display: block;
	}
	
	#menu-links {
		display:none;
		background-color: #333;
		position: absolute;
		top: 60px;
	}
	
	#menu-links.drop-menu{
		display: block !important;
	}
	
	nav ul li{
		display: block;    
		padding: 0px 30px;
	}

    .banner h1,
    .banner h2{
        font-size: 32px;
        letter-spacing: 5px;
    }

    .banner p{
        font-size: 22px; 
    }
	
	#home .container{
		background-image: linear-gradient(130deg, 
		rgb(63, 81, 181, .9) 52%, 
		rgb(255, 255, 255, 0) 52%, 
		rgb(255, 255, 255, 0) 53%, 
		rgb(63, 81, 181, .9) 53%,
		rgb(63, 81, 181, .9) 54%,
		rgb(255, 255, 255, 0) 54%,
		rgb(255, 255, 255, 0) 55%, 
		rgb(63, 81, 181, .9) 55%,
		rgb(63, 81, 181, .9) 56%,
		rgb(255, 255, 255, 0) 56%);		
	}
	
	.banner{
		height: 80vh;
		max-height: unset;
	}

	.bg-overlay{
		height: 80vh;
		max-height: unset;
	}
	
	.spacer{
		display: none;
	}
}
