.select_cllg
{
    display: inline-block;
    width:200px;
    height:150px;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    font-size: 25px;
    font-family: Georgia;
}
.cllg_link_decor
{
    text-decoration: none;
    color:black;
    padding:45px 0;
    box-shadow: 0 0 5px 5px grey;
    width:200px;
    height:auto;
    font-size: 20px;
    font-weight: bold;
}
.cllg_link_decor:hover
 {
     box-shadow: 0px 0px 5px 5px lightgrey;
     background: darkslategray;
     color:white;
    text-decoration: none;
    text-align: center;
 }

.container-fluid header
{
    border-bottom: 1px solid aliceblue;
    font-family: 'Georgia', sans-serif;
    font-style: italic;
}
.container-fluid h1
{
    font-size: 45px;
    color:sienna;
}
.navbar
{
    background: grey;
    min-height:45px;

}
.navbar .nav li a
{
    color:white;
}
.navbar-nav li a
{
    padding-bottom: 12px;
    line-height: 16px;
}
.navbar .navbar-nav li a:hover
{
    color:lightgray;
}
#my_slider
{
    padding-right: 0px;
}
p.text-info
{
    font-size:18px;
    font-family: Georgia,'sans-serif';
    background:#ecece4;
    border-radius:5px;
    padding:10px 9px;
}
.carousel-control
{
    border-radius: 20px;
    overflow: hidden;
    width:100px;
}
@media (max-width: 480px)
{
    #menu_label
    {
        display: inline-block;
        color: white;
        margin-top: 10px;
        text-align: center;
        font-size:25px;
        font-family: Georgia;
    }
    #society_title
    {
        font-size:20px;
    }
    #contact_us
    {
        height:305px;
        width:500px;
    }
    #my_slider img
    {
        width:100%;
        height:150px;
        margin-left:10px;
    }
    #notice_board
    {
        background: lightblue;
        height:200px;
        border-radius: 0px 0px 10px 10px;
    }
    #announcements
    {
        margin-top:15px;
    }
    #notice_marquee_height
    {
        height: 170px;
        width:50px;
    }
    .carousel-control
    {
        margin-left:10px;
        border-radius: 10px;
    }
    .gallery_images
    {
        width:350px;
        height: 180px;
    }
}
@media (min-width: 481px) and (max-width: 767px)
{
    #menu_label
    {
        display: inline-block;
        color: white;
        margin-top: 10px;
        text-align: center;
        font-size:25px;
        font-family: Georgia;
    }
    #my_slider img
    {
        width:100%;
        height:250px;
        margin-left:15px;
        border-radius: 10px;
    }
    .carousel-control
    {
        margin-left:15px;
        border-radius: 10px;
    }
    #society_title
    {
        font-size:28px;
    }
    #contact_us
    {
        height:426px;
        width:550px;
    }
    #announcements
    {
        margin-top:15px;
    }
    #notice_board
    {
        background: lightblue;
        height:200px;
        border-radius: 0px 0px 10px 10px;
    }
    #notice_marquee_height
    {
        height: 170px;
    }
    #my_slider img
    {
        width:100%;
        height:350px;
        border-radius:20px;
    }
    .gallery_images
    {
        width:250;
        height: 150;
    }

}
@media (min-width: 768px) and (max-width: 991px)
{
    #contact_us
    {
        height:433px;
        width:600px;
    }
    #notice_board
    {
        background: lightblue;
        height:300px;
        border-radius: 0px 0px 10px 10px;
    }
    #notice_marquee_height
    {
        height: 250px;
    }
    #my_slider img
    {
        width:100%;
        height:350px;
        border-radius:20px;
    }
    .gallery_images
    {
        width:250;
        height: 150;
    }
    #menu_label
    {
        display:none;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    #contact_us
    {
        height:433px;
        width:600px;
    }
    #notice_board
    {
        background: lightblue;
        height:305px;
        border-radius: 0px 0px 10px 10px;
    }
    #notice_marquee_height
    {
        height: 250px;
    }
    #my_slider img
    {
        width:100%;
        height:350px;
        border-radius:20px;
    }
    .gallery_images
    {
        width:250;
        height: 150;
    }
    #menu_label
    {
        display:none;
    }
}
@media (min-width: 1200px)
{
    #contact_us
    {
        height:550px;
        width:850px;
    }
    #notice_board
    {
        background: lightblue;
        height:300px;
        border-radius: 0px 0px 10px 10px;
    }
    #notice_marquee_height
    {
        height: 250px;
    }
    #my_slider img
    {
        width:100%;
        height:350px;
        border-radius:20px;
    }
    .gallery_images
    {
        width:250;
        height: 150;
    }
    #menu_label
    {
        display:none;
    }
}
.navbar-collapse
{
    padding-left: 0;
}
.table_head
{
    background:grey;
    color:white;
}
.table .table_body td, .table .table_head th
{
    vertical-align: middle;
    text-align: center;
}
.navbar .navbar-header .navbar-toggle
{
    float:left;
    margin-left: 5px;
}