/*
Theme Name: DCMultipage
Author: David Chan
Author URI: http://kldchan.com
Description: DC\'s take on a multipage template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcmultipage
Tags:

This theme, like WordPress, is licensed under the GPL.

DCMultipage is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');


@font-face {
  font-family: 'kingthings';
  src: url('fonts/kingthings.ttf');
}


/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/

header{
  margin-top:0;
}


body{
  font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 29px;
letter-spacing: 1.5px;
color: #0e0e0e;
background-color: #f7f7f7;
text-transform: uppercase;

}
.white{
  color:#fff;
}


i{
  color:#fff;
}
p{
  color:#0e0e0e;
}
.container{
  position:relative;
}

.menu-container{
  background-color: #eee;
}

.section-spacing {
  padding: 30px 0;
}

.text{
  padding:30px;
}

blockquote{
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15.5px;
  border-left: 3px solid #f13f59;
}
@media(max-width:767px){
  body{
    font-size:14px;
  }
}

@media(min-width:768px){

}

*:focus {
  outline: none;
  border: none;
}

a:hover{
  text-decoration-line:none !important;
}

/*--------------------------------------------------------------
# Word Break
--------------------------------------------------------------*/

#primary, #secondary{

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;

}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centerstuff{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:5;
}

.nopadding{
  padding:0 !important;
}

.nomargin{
  margin:0 !important;
}

.text-left{
  text-align:left;
}

.text-center{
  text-align:center;
}

.background-image{
  background-position:center !important;
  background-size:cover !important;
}

.background-generic{
  min-height:100vh;
  background-color:#333;
}

.bg-gray{
  background-color:#f5f5f5;
  border-top: 1px solid #e2e2e2;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
  font-weight:bold;
}

h2{
  font-family: 'Special Elite', cursive;
font-size: 30px;
letter-spacing: 4px;
margin-bottom: 20px;
color: #0e0e0e;
text-transform: uppercase;
}

h2:after{
  position: absolute;
    margin-top: 18px;
    left: 47%;
    width: 6%;
    height: 2px;
    background: #484747 none repeat scroll 0% 0%;
    content: "";
    display: block;
}

h3{
  font-size: 18px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 4px;
color: #a0a0a0;

}

.text h1, .text h2, .text h3{
}

b, strong{
  background-color: #ffab54;
  color: #fdfdfd;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 6px;
  font-family: 'Special Elite', cursive;

}

em{
  font-size:20px;
  background: #fff;
}

li{
  color:#f7f7f7;
}
h6.sub-heading{
  font-size: 25px;
  font-weight:400;
  margin: 0;
  padding-bottom: 75px;
  text-align: center;
  color:#bb9228;
  font-weight:normal;
}
.green{
  color:#bb9228 !important;
}

.navbar-brand{
  font-family:'Playball';
}

.banner{
  color:#fff !important;
  text-align:center;
}


.banner h2{
  font-size:80px;
  text-shadow:0px 0px 10px rgb(0, 0, 0);
  color:#fff !important;
}

.banner p{
  text-shadow:0px 0px 10px rgb(0, 0, 0);
  letter-spacing:1px;
  font-size:20px;
}

.portfolio h1, .portfolio h2, .portfolio h3, .portfolio h4{
 