#jumb {
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height:100%;
}

hr {
    border: 10px solid rgb(1, 42, 54);
    margin-bottom: 0%;
    margin-top: 0%;
}

#sec {
    width: 800px;
    background: rgba(0, 0, 0, 0.4);
    margin: auto;
    padding: 40px;
    text-align: center;
    color: blanchedalmond;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#sec2 {

    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    margin: auto;
    padding: 8px;
    text-align: center;
    color: black;
    font-family: 'Ranchers', cursive;
    border-top: rgba(0, 0, 0, 0.6) solid 10px;
    border-bottom: rgba(0, 0, 0, 0.6) solid 10px;
    
}
#inSec2{
    border-top: rgba(0, 0, 0, 0.6) solid 6px;
    height:1200px;
    background-color:rgba(182, 196, 235, 0.692);
}
#inSec23{
    border-top: rgba(0, 0, 0, 0.6) solid 6px;
    height:600px;
    background-color:rgba(182, 196, 235, 0.692);
}




#slidShow {

    height: 410px;
}


#headContainer{
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
}

nav {
    font-family: 'Ranchers', cursive;
    font-size: 25px;
}

a {
    color: black;
}

a:hover {
    color: black;
}

#footer {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
#theForm{
    border-top:rgba(0, 0, 0, 0.6) solid 6px; 
    text-align: center; 
    background-color:rgba(182, 196, 235, 0.692);
    font-family: 'Ranchers', cursive;
    height: 100%;
     
}
#formOutput2{
    text-align:center;
    color:gray;
    font-weight: bold;
    font-size: 20px;
}


/*---this is for box shadow box content of homepage--*/

article{
    max-width: 350px;
    background: #fafafa;
    border-radius: 15px;
    border-top: rgba(0, 0, 0, 0.5) solid 6px;
    padding:15px;
    cursor: pointer;
    box-shadow: 5px 15px 10px rgba(0, 0, 0, 0.15);
    transition: 0.25s ease;
    box-shadow: 0.25s ease transform;
    margin-bottom:15px;
}

#section> :hover{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    transform:scale(0.985);
    }
#section{
    font-size:16px; 
    text-decoration:none; 
    color: black; 
    font-family: bold;
}
hr.topicline{
    border: 1px solid black;
    margin-bottom: 20px;
}
h4.h4{
    font-weight: bold;
    color:darkslategray;

}


img{
        height: 100px;
        width:100px    
    }
article> h2{
        margin-top: 10px;
    }

hr.rounded {
        border-top: 8px solid #bbb;
        border-radius: 5px;
      }

@media only screen and (max-width: 1000px) {
    #inSec2{
        border-top: rgba(0, 0, 0, 0.6) solid 6px;
        height:2700px;
        background-color:rgba(182, 196, 235, 0.692);
    }
    #theForm{
        margin-bottom: 50px;
    }
    #inSec23{
        border-top: rgba(0, 0, 0, 0.6) solid 6px;
        height:1000px;
        background-color:rgba(182, 196, 235, 0.692);
    }
    
    
       }