.main_title
{
    font-size:42px;
    text-align:center;
}
.subfooter
{
    text-align: center;
    font-size:16px;
    font-weight:bolder;
}
.main_div
{
    min-height:400px
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
.name
{
    font-weight:bolder;
    font-size:18px;
    text-align: center;
}
.content
{
    background:rgb(254,159,91);
    border-radius:30px;
    border:5px solid rgb(254,159,91);
}
.address
{
    font-size:18px;
    text-align:center;
}
.address_heading
{
    font-size:20px;
    font-weight:bolder;
    text-align:center;
}
.tagline
{
    font-size:20px;
    text-align: center;
    font-weight: bolder;
    color:black;
}
.taglink
{
    font-size:18px;
}
.about_heading
{
    font-size:25px;
    text-align:center;
    font-weight: bolder;
}
.about_paragraph
{
    font-size:20px;
    text-align: justify;
    font-family:arial;
    color:black;
    text-indent:45px;
    font-weight:bolder;
}
.tag_heading
{
    font-size:25px;
    font-family:comic sans ms;
    font-style:italic;
}
.main_line
{
    font-size:13px;
margin-left:36%;
margin-top:-13px;
}
.main_add{
    font-size:13px;
margin-left:28%;
margin-top:-6px;}
.fa-design
{
    font-size:18px;
    border:1px solid white;
    border-radius:40px;
    padding:5px;
    background:blue;
    color:white;
}
.fa-design:hover
{
    color:white;
}
.bar-fixed-top
    {
    position: fixed;
    top: 0;
    left:0;
    background-color:white;
    width:100%;
    height:30px;
    z-index:5;
    }
    
    