/*---------------------------------------------------------------

  Project Name: Branten - Personal Portfolio HTML Template
  File Name: style.css
  Author: Peng Lam
  Author URI: http://khaitawng.com
  Version: 1.0.0

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        Body
    0.  Typography
    1.  Buttons
    2.  General
    3.  Preloader
    4.  Navigation section
    5.  Home section
    6.  Section One
    7.  Section Two
    8.  Section Three
    9.  Section Four
    10. Divider
    11. Contact section
    12. Footer section
    13. Social icon
    14. Icons
    15. Mobile Responsive styles

------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');

body {
    background: rgb(239, 239, 239);
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}



/*---------------------------------------
    0 Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0px;
}

h1 {
  font-size: 9rem;
  line-height: 1.3;
  letter-spacing: 0rem;
  text-transform: uppercase;
}

h2 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
}

h3 {
/*  border-right: 4px solid #f0f0f0;
  border-left: 4px solid #f0f0f0;
  display: inline-block;*/
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  font-size:14px;
  letter-spacing: 0.5px;
}

p, ul, li {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.font-playfair {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 300;
}



/*---------------------------------------
    1 Buttons               
-----------------------------------------*/

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.section-btn {
  background-color: #000;
  border: 3px solid transparent;
  border-radius: 100px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-transform: uppercase;
}

.section-btn:focus,
.section-btn:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}



/*---------------------------------------
    2 General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4d638c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #4d638c;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.section-title {
  position: relative;
  padding-bottom: 62px;
}

#section-one,
#section-two,
#section-three,
#section-four,
#divider,
#contact {
  background: #ffffff;
  box-shadow:0 40px 100px rgba(0,0,0,.2);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

#contact,
footer {
  text-align: center;
}

table{
  width:100%;
}

th{
  padding:10px 5px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

tr{
  border-bottom: 1px solid #ccc;
}

td{
  padding:10px 5px;
}

.marg-top{
  margin-top:40px;
}

.full-width-container{
  width:90% !important;
}

.full-width-container-edge{
  width:100% !important;
}

.no-padding{
  padding: 0 !important;
}

.align-right{
  text-align: right !important;
}



/*---------------------------------------
    3 Preloader          
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #000000;
  width: 38px;
  height: 1px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    4 Navigation section              
-----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 18px 0px;
}

.custom-navbar .navbar-brand {
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    line-height: 35px;
    display: none;
}

.custom-navbar .nav li a {
    font-size: 14px;
    color: #777;
    line-height: 40px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #000;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #000;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #000;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        box-shadow:0 40px 100px rgba(0,0,0,.2);
        padding: 0px 0;
    }

}



/*---------------------------------------
    5 Home section              
-----------------------------------------*/

#home {
    background: #ffffff;
    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: 100vh;
    position: relative;
    text-align: center;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#home h2{
  font-size: 1.6rem;
}

.logo {
      width: 9rem;
      height: 9rem;
      line-height: 9rem;
      border: solid 1px #333333;
      border-radius: 100%;
      margin-left: auto;
      margin-right:auto;
    }

.logo .icon:before {
        font-size: 4rem;
      }



/*---------------------------------------
    6 Section One              
-----------------------------------------*/

#section-one{
  padding-bottom:0px;
  background:#000;
  color:#fff;
  padding-top: 100px;
  box-shadow:0 40px 100px rgba(255,255,255,.2);
}

#section-one .centered-bg {
  background: url(../images/owl2.jpg); 
  background-position: center bottom; 
  background-repeat: no-repeat; 
  min-height:450px;
}

#section-one .section-one-text {
  
}

#section-one .section-one-text h4 {
  padding-top: 12px;
}

#section-one .section-one-text a {
  color: #fff;
  font-weight: bold;
}

#section-one p{
  color: #fff;
}

#section-one .section-one-image img {

}



/*---------------------------------------
    7 Section Two             
-----------------------------------------*/

#section-two{
  padding-bottom:0px;
  background:#000;
  color:#fff;
  padding-top: 100px;
  /*box-shadow:0 40px 100px rgba(255,255,255,.2);*/
}

#section-two p, h4{
  text-align:left;
}

#section-two ul, li{
  text-align:left;
}

#section-two img{
/*    border-radius: 5px;
    opacity: 0.9;
    margin-bottom: 25px;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.2);*/
}



/*---------------------------------------
    9 Section Three         
-----------------------------------------*/

#section-three{
  padding-bottom:0px;
  background:#000;
  color:#fff;
  padding-top: 100px;
  box-shadow:0 40px 100px rgba(255,255,255,.2);
}

.blur-img{
  animation: scale 1s ease-in-out infinite alternate;
}

@keyframes scale {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
    100% {
          transform: scale(1.01);
           -webkit-transform: scale(1.01);
        }
}



/*---------------------------------------
    9 Section Four         
-----------------------------------------*/

#section-four{
  padding-bottom:40px;
  background:#000;
  color:#fff;
  padding-top: 100px;
 /* box-shadow:0 40px 100px rgba(255,255,255,.2);*/
}

#section-four h2{
  font-size: 5.4rem;
}

#section-four .headshot{
  border-radius: 100%;
}

#section-four img{
  max-width: 100%;
}

#section-four .m-title{
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.marathons a{
  color: #333;
}

#section-four .map-thumb{
  -webkit-filter: grayscale(100%) invert(1);
  -moz-filter: grayscale(100%) invert(1);
  filter: grayscale(100%) invert(1);
  opacity: .9;
}

#section-four .medal-thumb{
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-top:25px;
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  filter: grayscale(20%);
  transition: all 0.5s ease;
  float: left;
}

#section-four .medal-thumb:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
 -webkit-filter: drop-shadow(5px 5px 25px #222222);
  filter: drop-shadow(5px 5px 25px #222222);
}

.img-fix{
  width:80%;
  margin-left: auto;
  margin-right: auto;
}



/*---------------------------------------
    10 Divider           
-----------------------------------------*/

#divider h3{
    background-color: rgba(250, 250, 250, .5);
    border-radius: 10px;
    padding: 25px 0px;
}



/*---------------------------------------
    11 Contact section              
-----------------------------------------*/

#contact .text-success,
#contact .text-danger {
  display: none;
  color: white;
  padding: 19px;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: .9;
}

#contact .text-success{background-color:#3c763d;}
#contact .text-danger{background-color: #a94442;}

#contact .form-control {
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-color: #999;
}

#contact input {
  height: 55px;
}

#contact button#cf-submit {
  border: 3px solid #333;
  border-radius: 40px;
  color: #333;
  font-family: 'Playfair Display', sans-serif;
  height: 55px;
}

#contact button#cf-submit:hover {
  background: #333;
  color: #ffffff;
}



/*---------------------------------------
    12 Footer section              
-----------------------------------------*/

footer {
    background: #151515;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .footer-copyright p, footer .footer-copyright a {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #ffffff;
  font-family: 'Raleway';
}



/*---------------------------------------
    13 Social Icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #999;
    cursor: pointer;
    font-size: 32px;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 14px 22px 14px;
}

.social-icon li a:hover {
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*---------------------------------------
    14 Icons              
-----------------------------------------*/

  .icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }

ul.icons {
      cursor: default;
      list-style: none;
      padding-left: 0;
      margin-top:50px;
    }

      ul.icons li {
        display: inline-block;
        padding: 0 0.75em 0 0;
        margin-bottom:20px
      }

        ul.icons li:last-child {
          padding-right: 0;
        }

        ul.icons li a {
          border-radius: 100%;
          box-shadow: inset 0 0 0 1px #333333;
          display: inline-block;
          height: 4rem;
          line-height: 4rem;
          text-align: center;
          width: 4rem;
          color:#333;
          font-size:14px;
        }

          ul.icons li a:hover {
            background-color: rgba(255, 255, 255, 0.075);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
          }

          ul.icons li a:active {
            background-color: rgba(255, 255, 255, 0.175);
          }

  .icon-button{
    width: 220px !important;
    border-radius: 10px !important;
    font-family: Raleway;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size:12px !important;
  }

  @media screen and (max-width: 500px) {
    .icon-button{
      margin-top:20px;
    }
  }



/*---------------------------------------
    15 Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {font-size: 92px;}

}



@media (max-width: 768px) {

  h1 {font-size: 78px;}

  .custom-navbar {background-color: #ffffff; padding: 0px;}

  .custom-navbar .navbar-brand {line-height: 15px; font-size:22px;}

  .custom-navbar .nav li a {line-height: 25px;}

  #divider {
    display:none;
  }

}



@media (max-width: 767px) {

  #section-one .section-one-image {padding-top: 32px; margin:0px;}

  .client-logos {height:100%; margin-bottom:0px; margin-top:0px;}

  .client-logos img {width:60%; margin-bottom: 25px;}

}



@media (max-width: 650px) {

  h1 {font-size:32px}

  h2 {font-size: 12px;
    line-height: 14px;
    font-weight: 00;
    padding: 0px;
    letter-spacing: 5px;}

  h3 {font-size: 22px;letter-spacing: 8px;padding: 0px 0px 0px 0px;}

  #home h2 {
      font-size: 1.2rem;
  }

  .logo{
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
  }

  #section-four h2{
    font-size: 55px;
    line-height: 50px;
    font-weight: 00;
    padding: 0px;
    letter-spacing: 5px;
    }
  #section-four .headshot{
    margin-top:40px; 
  }

  #section-four .medal-thumb{
    width:150px;
  }
}
