/*
https://www.pexels.com/photo/industry-metal-fire-radio-73833/
https://www.pexels.com/photo/welder-working-in-dim-room-2554128/
*/
/*
#F2BE54 Gold
#153E5C Dark Blue
*/
* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  background-color: #153E5C;
}


input,
textarea,
button {
  margin-bottom: 12px;
  padding: 7px;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: lighter;
  color: #fff;
  border: 1px solid #F2BE54;
  background-color: #103149;
}


.Title {
  margin: 20px 0;
  padding: 8px;
  color: #FFF;
  border-left: 3px solid #F2BE54;
}

.Title h1 {
  font-size: 3em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.Text,
.Text p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4em;
  text-indent: .5em;
  margin-bottom: .9em
}

.Btn {
  display: inline-block;
  font-size: 1.2em;
  text-decoration: none;
  color: #FFF;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #F2BE54;
  transition: .3s
}

.Btn:hover {
  color: #153E5C;
  background-color: #F2BE54
}

.Navbar {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  background-image: linear-gradient(to top, transparent 50%, #153E5C 50%);
  background-size: 100% 200%;
  background-position: 0 100%;
  box-shadow: 0 -150px 0 0 #000;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: .3s;
}

.Navbar-BG {
  box-shadow: 0 3px 8px -4px #000;
  background-position: 0 0;
}

.Logo {
  width: 160px;
  font-size: 3em;
  text-align: center;
  color: #F2BE54
}

.Menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.Menu nav {
  cursor: default;
}

.Menu a {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.3em;
  color: #FFF;
  text-decoration: none;
}

.Menu nav:first-child a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin: 3px auto;
  transition: .3s;
  background-color: #F2BE54
}

.Menu nav:first-child a:hover::after {
  width: 80%;
}

.Menu nav:last-child {
  padding: 0;
  background-color: #153E5C;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Menu nav:last-child a {
  margin: 0;
}


.Menu nav:last-child a:first-child {
  margin: 0 13px;
}

.Showcase {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}

.Showcase .Social {
  width: 160px;
  height: 100%;
  background-color: #103149;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Showcase .Social ul {
  width: 100%;
}

.Showcase .Social ul li {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 2em;
}

.Showcase .Social a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  z-index: 3
}

.Showcase .Social a:hover {
  color: #F2BE54
}

.Showcase .Social a::before,
.Showcase .Social a::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: #1C4C6F;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: calc(50% - 25px);
  z-index: -1
}

.Showcase .Social a::before {
  width: 60px;
  height: 60px;
  background: #1C4C6F4A;
  top: -12px;
  left: calc(50% - 30px);
}

.Showcase .Wall {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('../img/showcase/sc.jpg');
}

.Showcase .Wall img {
  width: 100px;
  transform: translateY(-50px);
  background-color: #0006;
  border: 3px solid #103149;
  padding: 8px;
  border-radius: 3px;
}

.Showcase .Wall h1 {
  font-size: 4em;
  font-weight: bolder;
  color: #F2BE54;
  text-transform: uppercase;
}

.PageTitle {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 6px solid #F2BE54;
  box-shadow: 0 2px 7px -2px #000;
  background-image: url('../img/showcase/sc_compressed.jpg');
  margin-bottom: 70px;
}

.PageTitle h1 {
  font-size: 4em;
  font-weight: bolder;
  color: #FFF;
  text-transform: uppercase;
}

.SerCont {
  width: 100%;
}

.SerBox {
  width: 95%;
  border-radius: 8px;
  margin: 40px;
  background-color: #103149;
  overflow: hidden;
}

.SerText {
  padding: 20px;
}

.SerBox h3 {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ContactMin {
  background-image: url('../img/showcase/bg.jpg');
  background-size: cover;
  background-origin: border-box;
  background-position: center;
  background-attachment: fixed;
  padding: 60px;
}

.ContactMin .Cont {
  width: 100%;
  text-align: center;
  padding: 40px;
  border-radius: 8px;
  background-color: #153E5CF0;
}

.Products {
  margin-bottom: 50px;
}

#ProductsMin {
  padding: 50px 0;
  background-color: #1C4C6F
}

.ProdBox {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}


.ProdBox:hover .ProdBoxHover {
  width: 150%;
  height: 150%;
  font-size: 3em;
  top: -25%;
  left: -25%
}

.ProdBoxHover {
  width: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0em;
  color: #153E5C;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background-color: #f2bd54dc;
  cursor: pointer;
  border-radius: 50%;
  transition: .3s
}
.ProdImg{
  position: relative;
  height: 250px;
  border-radius: 8px;
  background-image: url('../img/showcase/sc_compressed.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ProdImg .control{
  width: 80px;
  height: 30px;
  border-radius: 8px 0 0 0;
  color: #103149;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F2BE54;
}
.pagination{
  margin-top: 30px;
}
.pagination a{
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: lighter;
  color: #fff;
  border: 1px solid #F2BE54;
  background-color: #103149;
  transition: .2s ease-in;
}
.pagination a:hover{
  background-color: #F2BE54;
  color: #153E5C;
}
#AboutMin {
  padding: 50px 0;
}

#WorksMin {
  padding: 50px 0;
  background-color: #1C4C6F
}

.co-form {
  margin-bottom: 3em;
}

.co-form input,
.co-form textarea {
  width: 100%;
  height: 50px;
}

.co-form textarea {
  height: 300px;
}

.co-form button {
  float: right;
}

footer {
  width: 100%;
}

.contnav a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #FFF;
  font-size: 1.2em;
}

.contnav i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.FTop {
  background-color: #F2BE54;
  padding: 30px 0;
  color: #153E5C;
}

.FLogo {
  text-align: center;
  padding: 20px;
}

.FLogo h1 {
  font-size: 3em;
  color: #F2BE54;
  margin-bottom: 8px;
}

.FLogo h3 {
  font-size: 1.6em;
  margin-bottom: 8px;
}

.FLogo p {
  font-size: 1.3em;
}

.Copyright {
  text-align: center;
  padding: 10px 0;
  background-color: #1C4C6F
}