*
{
    margin: 0;
    padding: 0;
}
body
{
    background-image:url(BG.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.main-nav
{
    background-color: #000000;
    margin: 0;
    padding: 0;
    height: 50px;
    border-bottom: 4px solid #FF8C00;
}
.contact
{
    margin-top: 100px;
}

#nav
{
    text-align: center;
}
#nav li
{
    display: inline-block;
    font-size: 25px;
    padding: 10px 15px;
}

#nav li a
{
    text-decoration: none;
    list-style: none;
    color: #ffffff;
    padding: 5px;
}

#nav li a:hover
{
    background-color: #000000;
    color: #ffbb00;
    transition: 1s;
}

.text-i
{
    width: 30%;
    margin: auto;
    padding: 10px;
    margin-top: 10%
}

.text-i h1
{
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
}

.gallery
{
    text-align: center;
    padding: 10px;
    margin-top: 100px;
}

.gallery img
{
    width: 150px;
    height: 120px;
    padding: 10px;
    filter: grayscale(100%);
    transition: 1s;
}

.gallery img:hover
{
    filter: grayscale(0);
    transform: scale(1.1);
    transition: 1s;
}

.c1
{
    margin: auto;
    width: 30%;
    border-bottom: 2px solid white;
}

.c1 h1
{
    color: white;
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.c2
{
    margin: auto;
    width: 30%;
    border-bottom: 2px solid white;
}

.c2 h1
{
    color: white;
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.TP
{
    margin: auto;
    width: 100%;
    border-bottom: 3px solid #000000;
}

.offers
{
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.TP h1
{
    color: orange;
    font-size: 45px;
    text-align: center;
    font-family: 'Sniglet', cursive;
}

.TP p
{
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-family: 'Sniglet', cursive;

}

.TPL
{
    margin: auto;
    width: 100%;
    float: left;
    line-height: 1.4;
    border-bottom: 3px solid #000000;
}

.TPL h1
{
    color: orange;
    font-size: 35px;
    text-align: center;
}

.TPL p
{
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-family: 'Sniglet', cursive;
  
}

.TPR
{
    margin: auto;
    width: 100%;
    float: right;
    line-height: 1.4;
}

.TPR p
{
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-family: 'Sniglet', cursive;
  
}
