/* Bootstrap */

body {
	margin:0;
	padding:0;
	background:#333;
}

.header-container {
    background: #101010;
    margin: -10px 0px 10px 0px;
    padding: 10px 30px;
}

 .page-title {
	color:#FEB41C;
	font-size: 24px;
	letter-spacing: 5px;
	margin-top:-2px;
	font-family: 'Oswald', sans-serif;
    text-shadow: 2px 2px 8px #000;
 }

.header-image {
    width:100%;
    height:auto;
    padding: 5px 0 10px 0;
}
 
.portfolio-image {
    width:100%;
    height:auto;
    padding: 5px 0 10px 0;
}

 /*Sticky Menu*/

.section-header {
    font: 'Oswald', sans-serif;
    font-size; 24px;
    color: #FEB41C;
    font-weight: bold;   
}

#sticky-anchor {
    margin: 10px 0;
    z-index: 10000;
    height:80px;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
	width:100%;
    top: 0;
}
 
 .icon-active {
	 color:#FEB41C !important;
 }
 
 /*Buttons*/
  .button-container {
	padding-right:0px;
	padding-left:0px;
	text-align: center;
    background:#4B5F6D;
    border-bottom: 2px #4B5F6D solid;   
 }

  .button-container:nth-child(even) {
	padding-right:0px;
	padding-left:0px;
	text-align: center;
    background:#5E7C88;
    border-bottom: 2px #5E7C88 solid;   
 }

.button-container i {
    font-size: 30px;
    padding: 5px 0;
    width: 100%;
}

 .button-text {
	background: #444;
	display:inline-block;
	text-align: center;
    width:100%;
	letter-spacing: 4px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 4px #000;
	font-size:16px;
    color:#a5b8c0;
 }

  a, a .button-text {
	color:#FEB41C !important;
}
  a:hover, a .button-text:hover {
	color:#FEB41C !important;
}

  
  hr {
   border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(106, 123, 211, 0.75), rgba(0, 0, 0, 0));
}
  
 
.graphic-header-tab {
	display:block;
	background: #444;
	margin: 0;
	transition: width 0.5s;
	box-shadow: rgba(0, 0, 0, .50) 5px 5px 10px;
}
   
 
 .graphic-tab-text {
	background: #444;
	display:inline-block;
	text-align: center;
    width:100%;
	letter-spacing: 4px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 4px #000;
	font-size:16px;
 }

.active {
	border-bottom:4px #6A7BD3 solid;
 }
 

#content {
    padding: 0 30px;
    color:#e4e4e4;
}

.port-title-header {
	margin: 10px 0 4px 0;
	font-family: 'Oswald', sans-serif;
    color: #FEB41C;
	font-size:26px;
	text-shadow: rgba(0, 0, 0, .50) 2px 2px 5px;
}

.port-image-title {
	margin: 10px 0 4px 0;
    color: #FEB41C;
	font-size:14px;
	text-shadow: rgba(0, 0, 0, .50) 2px 2px 5px;
}

 footer{
    position:fixed;
    left:0px;
    bottom:0px;
	margin-top:10px;
	border-top:1px #6A7BD3 solid;
 	color:#6A7BD3;
	height:30px;
     width: 100%;
	background:#333;
 } 
 
 footer small {
	margin: 8px 0 0 30px;
 }
 
 
 	.under-construction {
	color:#6A7BD3;
	margin: 30px auto;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	}
	
	.under-construction i {
	font-size: 30px;
	}
	
	.under-construction p {
	font-size: 20px;
	text-align:center;
	}
	
@media (max-width: 1198px) {
	
	 .port-panel {
	max-width:900px;
	margin: 0 auto;
 }
 
 }
	
@media (max-width: 767px) {
	
	 .graphic-header-tab {
		width: 105%;
		transition: width 0.5s;
 }
 
 	 .graphic-tab-icon {
		line-height:50px;
 }
 
 h2 {
  font-size:25px;
  line-height:1px;]
 }
 
 }