/*
Theme Name: Oldgroy15s
Theme URI: https://oldglory15s.com
Author: Rasel Bisswas
Author URI: https://oldglory15s.com
Description: American Civil War Miniatures - 19th Century Miniatures
Version: 1.0
*/




section.homepagehero{
    background-image: url(https://oldglory15s.com/wp-content/uploads/2023/07/Hero.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    height: 830px;
}

section.homepagehero .container{
  height: 100%;
}

section.homepagehero .container .row{
   height: 100%;
}

section.homepagehero .container .row .coll12{
   height: 100%;
   display: flex;
   align-items: center;
}

section.homepagehero .text{
  color: #fff
}

section.homepagehero .text h4{
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
  color: #fff
}

section.homepagehero .text h2{
font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
  color:#fff;
  margin-bottom: 20px
}


section.homepagehero .text p{
  font-size: 23px;
      line-height: 35px;
}



section.homepagehero .text a.button{
  display: inline-block;
  margin-top: 20px;
}

section.homepagehero .text a.button:hover{
  background-color: rgba(173, 163, 78, 1);
  color: #111;
}

.footerimage img{
  max-width: 100%
}



section.homesection2{
  background-image: url(https://oldglory15s.com/wp-content/uploads/2023/07/COMP_VSPLASH-282509_Design_pattern2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  padding: 150px 0;
}

section.homesection2 .maincontent{
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  gap: 20px
}

section.homesection2 .maincontent .leftside{
  background-image: url(https://oldglory15s.com/wp-content/uploads/2023/07/BG-2.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
    background-size: contain;
    width: 50%;
  display: flex;
  align-items: center;
  color: #111
}

section.homesection2 .maincontent .leftside .text{
  margin-top: 25%;
    margin-bottom: 28%;
    margin-left: 25%;
}
section.homesection2 .maincontent .leftside .text h3{
  font-size: 30px;
  margin-bottom: 10px
}
section.homesection2 .maincontent .rightside{
  width: 50%;
}

section.homesection2 .maincontent .rightside p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px
}

section.homesection3{
      background-image: url(https://oldglory15s.com/wp-content/uploads/2023/07/BG-1-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  padding: 100px 0
}

section.homesection3 .maincontent{
  max-width: 1460px;
  overflow: hidden;
  display: flex;
  height: 100%;
  align-items: center;
}

section.homesection3 .maincontent .leftside{
  width: 50%;
  /* float: left; */
  padding-left: 80px;
}

section.homesection3 .maincontent .leftside h2{
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  margin-bottom: 10px;
}

section.homesection3 .maincontent .leftside img.separator{
  display: block;
  margin-bottom: 30px
}

section.homesection3 .maincontent .leftside p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px
}

section.homesection3 .maincontent .rightside{
  /* float: right; */
  width: 50%;
}

section.homesection3 .maincontent .rightside img{
  max-width: 100%;
}

section.homesection3 .maincontent .leftside a{
  color: #111;
  transition: .3s;
}

section.homesection3 .maincontent .leftside a:hover{
  color: #ab0101;
}

section.homesection2 .maincontent .rightside a:hover{
  color: #111
}


section.homesection4{
  background-image: url(https://oldglory15s.com/wp-content/uploads/2023/07/COMP_VSPLASH-282509_Design_pattern.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  padding: 80px 0;
}


section.homesection4 .img{
        height: 100%;
    display: flex
;
    align-items: center;
}

section.homesection4 .text h2{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
  margin: 10px 0;
}

section.homesection4 .text .seperator{
  margin-bottom: 20px
}

section.homesection4 .text p{
  font-size: 18px;
  line-height: 30px
}


section.homesection5{
  padding: 80px 0; 
  
}

section.homesection5 h2{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px
}

section.homesection5 h2:after{
  content: "";
  width: 30%;
  position: absolute;
  height: 2px;
  background-color: #111;
  left: 0;
  bottom: 0
}

section.homesection5 p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px
}

section.homesection5 .coll6:first-child{
  background-color: #ada34e;
  padding: 50px
}

section.homesection5 .coll6:last-child{
  background-color: #ab0101;
  padding: 50px
}



section.homesection5 .coll6:last-child h2,
section.homesection5 .coll6:last-child p,
section.homesection5 .coll6:last-child a{
  color: #fff;
}
section.homesection5 .coll6:last-child h2:after{
  background-color: #fff
}

section.homesection5 .coll6:last-child a{
  text-decoration: underline;
}

section.homesection5 .coll6:last-child h3{
  font-size: 23px;
  margin-bottom: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;

}

