html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: lighter;
  margin: 0;
  }

/* Header Section */

header {
  width: 100%;
  height: 100vh;
  background: url(http://www.tigerchung.com/images-library/images/vinyl.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.content {
  width: 94%;
  margin: 4em auto;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.logo {
  line-height: 60px;
  position: fixed;
  float: left;
  margin: 9px 46px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
}

nav ul {
  line-height: 40px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #fff;
  padding: 0;
  text-align: right;
  margin: 0;
  padding-right: 40px;
  transition: 1s;
}

nav.black ul {
  background: #000;
}

nav ul li {
  display: inline-block;
  padding: 16px 10px;
  ;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.menu-icon {
  line-height: 60px;
  width: 100%;
  background: #000;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  cursor: pointer;
  color: #fff;
  display: none;
}

@media(max-width: 786px) {
  .logo {
    position: fixed;
    top: 0;
    margin-top: 16px;
  }

  nav ul {
    max-height: 0  ;
    background: #000;
  }

  nav.black ul {
    background: #000;
  }

  .showing {
    max-height: 34em;
  }

  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    text-align: center;
  }

  .menu-icon {
    display: block;
  }
}

/* Linearicons down arrow section */

.down-arrow {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-right: -50%;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}

.lnr-chevron-down-circle {
  color: #fff;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 40px;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.floating-arrow {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    65% {
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* Profile Section */

.profile-container {
  background-color: #fff;
  text-align: center;
}
.profile {
  padding-bottom: 10px;
  width: 50%;
  margin: 0 auto;
  }

.profile-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #10316B;
  margin-top: 10px;
}

  .myCover {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 2;
    color: #3c4f65;
  }

  .myCover a:hover {
    text-decoration: underline;
    color: red;
  }

/* Porject Hover Effect */

.container-fluid {
  padding: 0 0 100px 0;
}

.title-arch {
  text-align: center;
  margin: 50px 0;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-small {
  font-size: 15px;
  letter-spacing: 2px;
  padding-left: 25px;

}

.project {
width: 100%;
height: 500px;
background-image: url(http://www.tigerchung.com/images-library/images/hover1.jpg);
background-size: cover;
background-position: center;
padding: 0 !important;
float:left;
}

.project-2 {
background-image: url(http://www.tigerchung.com/images-library/images/hover2.jpg);
}

.project-3 {
background-image: url(http://www.tigerchung.com/images-library/images/hover3.jpg);
}

.project-4 {
background-image: url(http://www.tigerchung.com/images-library/images/hover4.jpg);
}

.project-hover {
width: 100%;
height: 100%;
color: #fff;
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: rgba(186, 232, 2, 0.7);
padding: 40% 30px !important;
}

.project-hover hr {
height: 30px;
width: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: rgba(255, 255, 255, 1);
border: 0;
}

.project-hover a {
color: rgba(255, 255, 255, 1);
padding: 2px 22px;
line-height: 40px;
border: 2px solid rgba(255, 255, 255, 1);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
border-color: rgba(51, 51, 51, 1);
color: rgba(51, 51, 51, 1);
background-color: #FFF;
}

.project:hover .project-hover {
opacity: 1;
}

.project:hover .project-hover hr {
width: 100%;
height: 5px;
}

/* Slideshow Section */
#slideshow {
  text-align: center;
  background-color: #005792;
  color: #fff;
}

.testimonial-image {
  width: 100%;
  border-radius: 0;
  border-color:  2px #fff;
  margin: 20px 0;
}

.carousel-item {
  padding: 3% 18%;
}

.testimonial-text {
  color: #fff;
  font-size: 1.8rem;
}

/* Quotes Section */

#quotes {
  padding: 2% 10%;
  background-color: #fff;
  padding-bottom: 0;
}

.quotes-box {
  text-align: center;
  padding: 4%;

}

.baby-pictures {
  border-radius: 100%;
  width: 50%;
}

.quotes-text {
padding-top: 20px;
font-family: sans-serif;
font-size: 1.3rem;
}

.quotes-author {
font-family: sans-serif;
font-size: 200;
}

/* Card Section */

.card-heading {
  text-align: center;
  color: #738598;
}

.social-card-header{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 96px;
}
.social-card-header i {
    font-size: 32px;
    color:#FFF;
}
.bg-facebook {
    background-color:#3b5998;
}
.text-facebook {
    color:#3b5998;
}
.bg-google-plus{
    background-color:#dd4b39;
}
.text-google-plus {
    color:#dd4b39;
}
.bg-twitter {
    background-color:#1da1f2;
}
.text-twitter {
    color:#1da1f2;
}
.bg-pinterest {
    background-color:#bd081c;
}
.text-pinterest {
    color:#bd081c;
}
.share:hover {
    text-decoration: none;
    opacity: 0.8;
}
btn.btn-outline-light.btn-sm.reading a:hover {
  color: #000 !important;
}

/* Premier League Background Section - Needed for Stationary Background Image effect */
.about-sec {
	background: url('http://www.tigerchung.com/images-library/images/premier.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.about-sec:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(12,129,201,0.7);
	top: 0;
	left: 0
}
.about-sec h2 {
	font-size: 55px;
	font-weight: 800;
	margin-top: 25%;
}
.about-sec h2 small {
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
	padding-left: 10px;
  margin-top: -35px;
}
.about-sec p {
	font-size: 16px;
}
/* Needed for stationary background effect */
  .parallax-section {
  	background-attachment: fixed!important;
  }
  .korea-bg-title {
    color: #c8e6f5;
    padding-bottom: 30px;
  }
  .btn-capsul {
  	border-radius: 30px;
  }
  .btn-aqua {
  	background: #0297FF;
  	color: #fff;
  }
  .btn-aqua:hover {
  	background: #10629b;
  	color: #fff;
  }
  .btn-dark-blue {
  	background: #0C242E;
  	color: #fff;
  }
  .btn-dark-blue:hover {
  	background: #063d28;
  	color: #fff;
  }
  .btn-transparent-white {
  	border: 2px solid #fff;
  	color: #fff;
  }
  .btn-transparent-white:hover, .btn-transparent-white:focus {
  	background: #fff;
  	color: #0297FF
  }
  .relative-box {
  	position: relative
  }
/* end of stationary effect in Premier League Background section */

/* Premier League Teams section */

.gal-item {
overflow: hidden;
}
.gal-item .box {

overflow: hidden;
}

.retail-header {
  text-align: center;
  color: #393e46;
}

#members {
  padding: 2% 18%;
  background-color: #fff;

}

.members-box {
  text-align: center;
  padding: 4%;
  padding-right: 30px;
  padding-left: 30px;
}

.premier {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.club-icon {

}
.club-heading {
  padding: 15px 0;
  font-weight: bold;
  font-size: 300;
  color: #5f6769;
}
.club-heading a:hover {
  text-decoration: none;
  color: #5d1451;
}
.action-sec {width:100%; height: 385px; float:left; background:#222; margin-bottom: 40px; }
.action-box {float:left; width:100%; text-align:center; margin-bottom: 50px; padding-bottom: 0; }
.action-box h2 {color:#fff; font-size:20px;}
.hanriver {color:#e5e5e5; font-size: 22px; }
.spursplayers { color: #2f416d; font-size: 30px; text-align: center; }
.spurs-player { color: #2f416d; font-size: 1.0rem; }

.btn-group button {
  background-color: #4CAF50; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Footer Section */

.bryan-title-footer { color: #fff; text-align: center; }
.img-circle { margin-left: 50px; border-radius: 50%;}
.img-circle2 { border-radius: 50%; max-width: 100%; height: auto; }
.social-icons ul li { text-align: center; color: #6d767a;  }
.list-inline-item { margin-top: 0; padding: 0 25px; }
.list-inline-item a:hover { color: #fff; }
.list-unstyled a:hover { text-decoration: none; }
.blue-social { color: #6d767a; }
span:hover { color: #fff; }

h1, h2, h3, h4, h5, h6 { color: #161f23; margin: 0px 0px 15px 0px; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; }
h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; line-height: 1.7; }
p:last-child { margin: 0px; }
ul, ol { }
a { text-decoration: none; color: #6d767a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #235f83; }
hr { border-top: 1px solid #e4e7e9; margin: 30px 0; }

.footer { background-color: #08202e; padding-top: 60px; color: #636e74; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #152e3d; }
.footer-widget { padding-bottom: 50px; }
.footer-title { font-size: 24px; font-weight: 600; margin-bottom: 30px; color: #fff; }
.footer-big-title1 a { color: #fff; padding-right: 25px; }
.footer-big-title1 a:hover { color: #fac70b; text-decoration: none; }
.footer-big-title2 a { color: #fff; padding-right: 25px; }
.footer-big-title2 a:hover { color: #bd512f; text-decoration: none; }
.footer-big-title3 a { color: #fff; padding-right: 25px; }
.footer-big-title3 a:hover { color: #00bdaa; text-decoration: none; }
.footer-big-title4 a { color: #fff; padding-right: 25px; }
.footer-big-title4 a:hover { color: #f1eb9a; text-decoration: none; }
.footer-widget ul li a { text-transform: capitalize; font-size: 17px; color: #636e74; display: block; font-weight: 600; }
.footer-widget ul li a:hover { color: #fff; }


.tiny-footer { font-size: 14px; padding: 25px 0px; font-weight: 600; background-color: transparent; border-top: 1px solid #152e3d; color: #888d90; line-height: 1; }
.copyright { color: #f8eeb4; }
.copyrightlink { color: #007bff; }
.copyrightlink:hover { color: #fff; text-decoration: none; }
/* End of Footer Section */
