/*=====================================================*/
/* Basic Setup ===============================================*/
/*=====================================================*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}









/*=====================================================*/
/* Header Section ===============================================*/
/*=====================================================*/


/*Header=================*/
header{

  /* background-image:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(img/Barebizzhero.jpg); */
  height: 100vh;
  background-position: center;
  background-size: cover;
}


/*=====================================================*/
/* Reuseable components ===============================================*/
/*=====================================================*/


h1,h2,h3{
  font-size: 195%;
  text-transform: uppercase;
  
}

h1{
  font-family: 'Lobster', cursive;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
  word-spacing: 4px;
  letter-spacing: 1px;
}
h2{
  font-size: 130%;
  word-spacing: 2;
  text-align: center;
  margin: 30px;
  letter-spacing: 1px;
}
h2:after{
  display: block;
  height: 2px;
  background-color: #e67e22;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

h3{
  font-size: 85%;
  margin-bottom: 15px;
}

.row{
  max-width: 1039px;
  margin: 0 auto;
}

section{
  padding: 80px 0;
}

.box{
  padding: 1%;
}

.hero-text-box{
  position: absolute;
  width: 960px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*======================== Features====================================================*/
.section-feature .long-copy{
  margin-bottom: 30px;
}


/*======================== paragraphs====================================================*/

.long-copy{
  margin-top:10%;
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
  text-align: center;
}

.box p{
  font-size: 90%;
  line-height: 145%;
}
/*========================= ICONS====================================================*/

.icon-big{
  font-size: 250%;
  display: block;
  color: #e67e22;
  margin-bottom: 15px;
}

/*=========================Buttons====================================================*/

.btn:link,
.btn:visited{
  margin-top: 10px;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.05s, border 0.05s, color 0.05s;
}
.btn-full:link,
.btn-full:visited{
  border: 1px solid #e67e22;
  background-color: #e67e22;
  color: #fff;
  margin-right: 15px;
}
.btn-ghost:link,
.btn-ghost:visited{
  border: 1px solid #e67e22;
  color: #e67e22;
}
.btn:hover,
.btn:active{
  background-color: #bf6516;
}
.btn-full:hover,
.btn-full:active{
  border: 1px solid #bf6516;
}
.btn-ghost:hover,
.btn-ghost:active{
  border: 1px solid #bf6516;
  color: #fff;
}

.logo{
  height: 100px;
  width: auto;
  float: left;
  margin-top: 20px;
}

.main-nav{
  float: right;
  list-style: none;
}

.main-nav li{
  display: inline-block;
  margin-left: 40px;
  margin-top: 55px;
}

.main-nav li a:link,
.main-nav li a:visited{
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.10s;
}

.main-nav li a:hover,
.main-nav li a:active{
  border-bottom: 2px solid #e67e22;
}

/*=====================================================*/
/* Gallery ===============================================*/
/*=====================================================*/


.gallery-showcase{
  list-style: none;
  width: 100%;
}
.gallery-showcase li{
  display: block;
  float: left;
  width: 25%;
}
.gallery-showcase2{
  list-style: none;
  width: 100%;
}
.gallery-showcase2 li{
  display: block;
  float: right;
  width: 25%;
}
.gallery-photo{
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}
.gallery-photo img{
  opacity: 0.7;
  width: 100%;
  height: auto;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}
.gallery-photo img:hover{
  opacity: 1;
  transform: scale(1);
}


/* FOOTER */

.section-footer{
  background-color: rgb(187, 180, 180);
}
/* .footer-nav{
  list-style: none;
  float: left;
} */
.social-links{
  list-style: none;
  float: right;
}

.footer-nav li,
.social-links li{
  display: inline-block;
  margin-right: 20px;
}
/* .footer-nav li:last-child,
.social-links li:last-child{
} */
#about{
  margin-top: 50%;
  text-align: center;
}

#myVideo {
  position: absolute;
  
}

