.container-fluid{
    margin: 0;
    padding: 0;
    width:100%;

    font-family: 'Mali', cursive;
}
.nav-link a:hover {
    color: #B22222;
}

.profile{
background-image: url("pr_back.jpg");
background-size: 100% 500px;
}

.top-bar{
    background-color: #3385ff;

}

.parallax-1 {
    /* The image used */
    background-image: url("co1.jpg");

    /* Set a specific height */
    min-height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-2 {
    /* The image used */
    background-image: url("co2.jpg");

    /* Set a specific height */
    min-height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-3 {
    /* The image used */
    background-image: url("co3.jpg");

    /* Set a specific height */
    min-height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backcolor{
  background-color:#b33c00;
  font-size:24px;
}


.sec-col{
  background-color:#b3b3ff;
}

#mySidenav a {
    position: fixed;
    margin-top: 300px;
    left: -20px;
    transition: 0.3s;
    padding: 15px;
    width: 60px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
    left: 0;
}

#fb {
    top: 20px;
    background-color: #4CAF50;
    text-align: right;
}

#inst {
    top: 80px;
    background-color: #2196F3;
    text-align: right;

}

#quora {
    top: 140px;
    background-color: #f44336;
    text-align: right;
}

#lin {
    top: 200px;
    background-color: #555;
    text-align: right;;
}

