
.navbar{
    background: transparent;
}
.navbar-default{
    background: none;
}
.bgimage{
    background-image: url("photo_2020-08-14_19-03-14.jpg");
    width: 100%;
    height: 50vh;
    background-size: cover ;
    background-position: center;
    
}
.side{
    width: 80vh;
    padding: 50px;
    padding-bottom: 0px;
    background-color: white;
    margin-left:28px;
    margin-right: 28px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.s1{
    padding-bottom: 30px;
}
.over{
    background-image: url("laptop2.png");
    position: absolute;
    top: 130px;
    left: 435px;
    width: 800px;
    height: 80%;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.homepage{
    position: relative;
}
.content{
    padding-left:130px;
    padding-top: 100px;
    color:white;
    
    
}

.form-group{
    padding-left:50px;
    width: 80%;
    
}
form{
    margin-top: 50px;
}
.btn{
    margin-left: 50px;
    
}
.map {
    height: 50%;
    width: 50%;
    padding-left: 80px;
    padding-top: 30px;
}
.map img{
    height: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    
}
.contact{
    padding: 50px;
}

.imgcol img{
    width:100%;
    padding: 50px;
}
.textcol{
    padding: 150px;
    font-size: 20px;
}
.navbar ul li{
    font-size: 20px;
    padding: 20px;
}

.imgcol img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mapcol{
    padding-bottom: 50px;
}
.new{
    background-color: #f8d473;
}
footer{
    padding-left:400px;
    padding-top: 20px;
    
}
.resume img{
    width: 100%;
    margin-top: 50px;

}
.resume{
    
    padding: 200px;
    padding-left:200px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.resume h1{
    padding-left: 380px;
}