/* ------------------------------------------------------------------
Project: Semantic
Place here your custom CSS styles
------------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

.Awards_Banner_Title{
font-family: "EB+Garamond";
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
color: #FFFFFF;
font-size: 75px;
line-height: 75px;
}

.Awards_Banner_Strapline{
font-family: "EB+Garamond";
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
color: #FFFFFF;
font-size: 35px;
line-height: 35px;
}

.Awards_Logo_Top {
    justify-content:center;
}

.Awards_Logo_Top     img {
    max-height: 200px;
}

/*Buffers*/
.top-buffer {margin-top: 130px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}

.top-buffer-10-minus {margin-top: -10px;}
.top-buffer-20-minus {margin-top: -20px;}
.top-buffer-40-minus {margin-top: -40px;}
.top-buffer-60-minus {margin-top: -60px;}
.top-buffer-80-minus {margin-top: -80px;}

.margin-left-10 {margin-left: 10px;}

.text-red {color: #cc0000;}
.text-white-transparent {color: #ffffff;opacity: 0.5;}
.text-white {color: #ffffff;}

.hr-red {
  border-top: 1px solid #cc0000;
}

.Page_Banner {background-image: url("../../images/banner.jpg");}

.Page_Banner h3 {
padding-bottom: 10px;
color: #F1ECDA;}
