.tag{
    font-size: 1.8rem;
    font-weight: bolder;
}
.nav-link:hover{
    font-weight: bold;
}
.content1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: black;
}
.img1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content1 .img1 img{
    width: 800px;
    height: auto;
    border: none;
}
.ban_content{
    text-align: center;
}
.ban_heading-2{
    font-size: 4rem;
}
.ban_heading-5{
    font-size: 2.5rem;
}
#overlay h1{ 
    font-size: 4rem;
    -webkit-text-stroke-color: white;
}
#overlay div{
    width: 100%;
    padding: 10px;
    margin: auto;
}
#overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    color: white;
    display: flex;
}
#overlay .row{
    display: flex;
    justify-content: center;
}
#parallax-image{
    background-image: url(2.jpg);
}
.parallax {
    /* Set a specific height */
    min-height: 700px; 
    height: 100vh;
    width: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.line{
    height: 5px;
    background: white;
    -webkit-animation: line_l_animation 3s infinite;
    animation: line_l_animation 3s infinite;
    margin: 0;
}
@-webkit-keyframes line_l_animation {
    0%   {left: calc(2% + 50px); width: 0px;}
    35%   {left: calc(2% + 0px); width: 50%;}
    70%   {left: calc(2% + 0px); width: 80%;}
    100%   {left: calc(2% + 0px); width: 0px;}
}
.search-form{
    justify-content: center;
}
.form-control{
    width: 60vw;
    height: 80px;
    font-size: 1.2rem;
}
.search-form button{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
}
.status{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.status #animated-gif{
    width: 40px;
    height: 40px;
}
.status p{
    font-size: 2rem;
    font-weight: bold;
}
#doc{
    width:500px;
    height:350px;
    border:1px solid black;
}
.status a{
    color: white;
    background: navy;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
}
.status a:hover{
    background: blue;
}
#contact{
    background-color: #000000; 
    padding: 0% 10% 0% 10%;
}
#contact h4{
    padding-bottom: 20px;
    font-weight: bolder;
}
.section-1, .section-2{
    padding: 5%;
}
.section-1{
    word-spacing: 3px;
    line-height: 30px;
}
.input-fields{
    display: flex;
    flex-direction: column;    
}

.input-fields .input,
textarea{
    margin: 10px 0;
    background: transparent;
    border: 0;
    border-bottom: 2px solid;
    padding: 10px;
}
@media(max-width: 1124px){
    .ban_heading-2{
        font-size: 3rem;
    }
    .content1{
        height: auto;
    }
}
@media(max-width: 992px){
    .content1 .img1 img{
        width: 500px;
        height: auto;
        padding: 15px;
    }
}
@media(max-width: 768px){
    .tag{
        font-size: 1.5rem;
    }
    .form-control{
        height: 60px;
    }
    .ban_heading-2{
        font-size: 2.8rem;
    }
    .ban_heading-5{
        font-size: 2.2rem;
    }
    .heading4{
        font-size: 100%;
        font-weight: bold;
    }
    .content1{
        display: block;
    }
}
@media(max-width: 576px){
    .ban_heading-2{
        font-size: 2.3rem;
    }
    .ban_heading-5{
        font-size: 2rem;
    }
    .tag{
        font-size: 1.4rem;
    }
    .content1 .img1 img{
        padding: 0;
    }
    .form-control{
        height: 40px;
    }
    .status p{
        font-size: 1.5rem;
    }
    #doc{
        width: 300px;
        height: 180px;
    }
    .search-form button{
        font-size: 1rem;
    }
}
@media(max-width: 500px){
    .navbar{
        padding: 0;
        font-weight: normal;
    }
    .tag{
        font-size: 1.2rem;
    }
    .ban_heading-2{
        font-size: 2rem;
    }
    .ban_heading-5{
        font-size: 1.8rem;
    }
}