/* HUGH BURDEN Fine Art, People & Portraits based on a template by http://www.tooplate.com/view/2100-artist */

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700|Playfair+Display');

body {
    background: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  Typography
-----------------------------------------*/

h1,h2,h3,h4,h5,h6,h7,h8,h9{
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  color: #1d1e1e;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: normal;
}

h2 {
  color: #1d1e1e;
  font-size: 35px;
  line-height: 0px;
}

h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #1d1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

h5 {
  color: #797979;
  font-size: 10px;
  font-weight: 400;
}

h6 {
  color: #c48c21;
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: normal;
  letter-spacing: 2px;
}


h7 {
  color: #585b5b;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
}


h8 {
  color: #c48c21;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  line-height: normal;
  letter-spacing: 2px;
}

h9 {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

p {
  color: #585b5b;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.2px;
}

p1 {
  color: #c5c4c3;
  font-size: 16px;
  font-weight: 310;
  line-height: 25px;
  letter-spacing: 0.2px;
}

p2 {
  color: #585b5b;
  font-size: 13px;
  font-weight: 300;
  line-height: 12px;
  letter-spacing: 0.2px;
  margin-top: 1em;
  margin-bottom: 1em;
}

strong, span {
  color: #878787;
  font-weight: normal;
}

/*---------------------------------------
  Buttons
-----------------------------------------*/

.arrow-btn i {
  background: #1d1e1e;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow-btn i:hover {
  background: #d7b065;
}

input[type=submit]{
  background-color:rgba(255,0,0,0.0);
  border-color: #ffffff;
  border: 0px;
  color: #1d1e1e;
  padding: 0px 0px;
  text-decoration: none;
  margin: 0px 0px;
  cursor: pointer;
}

input:hover{
  color: #c48c21;
}


/*---------------------------------------
  MENU General
-----------------------------------------*/
#navbar2 {
  background-color: rgba(255, 255, 255, .9);
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

div.fixedmenu {
  position: fixed;
  top: 0px;
  left: 15px;
  height: 36px;
  z-index: 100;
  padding-right: 25px;
}

#navbar2 a {
  float: right;
  display: block;
  color: #1d1e1e;
  text-align: center;
  padding: 10px;
  text-decoration: none;

  font-size: 13px;
  font-weight: 600;

  letter-spacing: 0.2px;
}

#navbar2 a:hover {
  color: #c48c21;
}

#navbar2 img {

}

/*---------------------------------------
  General
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #ae7d1e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#about, #work,
#contact, footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*---------------------------------------
Home section 
-----------------------------------------*/

#home {
  background: url('../images/BW Hugh Burden Portrait.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 50px 12px;
}

.home-wrapper {
  background: rgba(250,250,250,0.8);
  padding: 320px 12px;

}

/*---------------------------------------
Break 1 (Fine Art) 
-----------------------------------------*/

#break {
  background: url('../images/BreakSection1_Walls 01_Ed25_WS.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 20px 12px;
}


/*---------------------------------------
Break 2 (Portraits Colour)
-----------------------------------------*/

#break2 {
  background: url('../images/Col Isabell Net Hat 2066.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 0px 12px;
}

/*---------------------------------------
Break 3 (Portraits BW)
-----------------------------------------*/

#break3 {
  background: url('../images/BW Collete Mirror 6626 V2.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 0px 12px;
}


/*---------------------------------------
Break 4 Short Films
-----------------------------------------*/

#break4 {
  background: url('../images/FilmBreak_Tropical_Beach.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  text-align: center;
  position: relative;
  margin: 0px 12px 0px 12px;
}

/*---------------------------------------
Break 5 (Contact)
-----------------------------------------*/

#break5 {
  background: url('../images/Col Piggy Back Couple.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  text-align: center;
  position: relative;
  margin:0px 12px 0px 12px;
}

.home-wrapper {
  background: rgba(250,250,250,0.8);
  padding: 20px 12px;
}

/*---------------------------------------
Break 5 (Contact)
-----------------------------------------*/

#break5 {
  background: url('../images/Col Piggy Back Couple.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 90vh;
  text-align: center;
  position: relative;
  margin:0px 12px 0px 12px;
}

.home-wrapper {
  background: rgba(250,250,250,0.8);
  padding: 20px 12px;
}





/*---------------------------------------
  About section
-----------------------------------------*/

#about {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #f4f4f4;
}

#about .col-md-4 img {
  border-radius: 5px;
  margin-bottom: 28px;
}

#about .col-md-4 a {
  background: #e8e8e8;
  border-radius: 8px;
  color: #000000;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 40px;
}

#about .col-md-4 a:hover {
  background: #000000;
  color: #ffffff;
}

#about .about-thumb {
  background: #ffffff;
  border-radius: 5px;
  padding: 42px 32px;
}


/*---------------------------------------
  Work section A - white
-----------------------------------------*/

#work {
  background: #ffffff;
      padding-top: 10px;
      padding-bottom: 30px;
}

#work .work-thumb {
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top:0px ;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#work .work-thumb img {
  border-radius: 5px;
  cursor: zoom-in;
}

/*---------------------------------------
  Work section B - off white
-----------------------------------------*/

#workb {
  background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 30px;
}

#workb .work-thumb {
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#workb .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#workb .work-thumb img {
  border-radius: 5px;
  cursor: zoom-in;
}

/*---------------------------------------
  Contact section
-----------------------------------------*/

#contact .form-control {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 3px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact input {
  height: 55px;
}

#contact button#submit {
  background: #d7b065;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#contact button#submit:hover {
  background: #1d1e1e;
  color: #ffffff;
}

/*---------------------------------------
  Footer section
-----------------------------------------*/

footer {
  background: #000000;
}

footer h4 {
  color: #f9f9f9;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer .col-md-4 .support-cus:last-child {
  padding-top: 12px;
}

footer .col-md-4 .support-cus p {
  line-height: 20px;
}

footer .newsletter .form-control {
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
  margin-bottom: 2px;
}

footer .newsletter .form-control:focus {
  border-bottom-color: #f2f2f2;
}

footer .newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
}

footer .newsletter button {
  background: #f9f9f9;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  height: 50px;
}

footer .newsletter button:hover {
  background: #d7b065;
  color: #ffffff;
}

footer .dash-line {
  border-top: 1px solid #c5c4c3;
  margin-top: 62px;
  padding-bottom: 52px;
  position: relative;
}

/*---------------------------------------
  Social icon
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #f9f9f9;
  border-radius: 100%;
  color: #1d1e1e;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #d7b065;
  color: #ffffff;
  transform: scale(1.1);
}
