﻿body {
    font-family: 'Baskerville Old Face';
}
.bgMain {
    background-image: url('Images/Bg_Inquiry.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgClr {
    background: linear-gradient(180deg, rgba(0,0,0,0.9136904761904762) 25%, rgba(147,113,67,0.9641106442577031) 55%, rgba(195,176,145,1) 100%);
    /*background: linear-gradient(180deg,rgba(195,176,145,1) 25%, rgba(147,113,67,0.9641106442577031) 55%, rgba(0,0,0,0.9136904761904762) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.9136904761904762) 25%, rgba(147,113,67,0.9641106442577031) 55%, rgba(195,176,145,1) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0.9136904761904762) 30%, rgba(147,113,67,0.9641106442577031) 61%, rgba(148,55,72,1) 100%);
        
   background: linear-gradient(180deg, rgba(146,47,47,0.9136904761904762) 30%, rgba(123,17,19,1) 61%, rgba(0,0,0,1)75%);
background: linear-gradient(180deg, rgba(111,24,24,1)30%, rgba(214,114,116,0.9248949579831933) 60%, rgba(0,0,1,0.9136904761904762)78%);
    /* background: rgb(183,135,39);
    background: linear-gradient(180deg, rgba(183,135,39,1) 13%, rgba(214,114,116,0.9248949579831933) 39%, rgba(111,24,24,1) 67%);
*/
}


.sectionBg {
    background-repeat: no-repeat;
    background-image: url('images/bg_wallpaper.jpg');
    background-size: cover;
    background-position: top;
}

.collection {
    background-image: url('images/bg_wallpaper.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
