/*!* Start Bootstrap - Grayscale v5.0.1 (https://startbootstrap.com/template-overviews/grayscale)* Copyright 2013-2018 Start Bootstrap* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)*/

/*** HIGHLIGHT COULOR ***/

::selection {
    background-color: #FF4700;
    color: #fff;
}

::-moz-selection {
    background-color: #FF4700;
    color: #fff;
}
::-o-selection {
    background-color:#FF4700;
    color: #fff;
}
::-ms-selection {
    background-color: #FF4700;
    color: #fff;
}
::-webkit-selection {
    background-color: #FF4700;
    color: #fff;
}


#mainNav{
	min-height:56px;
	background-color:#242323
}
#mainNav .navbar-toggler{
	font-size:80%;
	padding:.75rem;
	color:#FF4700;
	border:1px solid #FF4700
}
#mainNav .navbar-toggler:focus{
	outline:0
}
#mainNav .navbar-brand{
	color:#161616;
	font-weight:700;
	padding:.9rem 0
}
#mainNav .navbar-nav .nav-item:hover{
	color:fade(white,80%);
	outline:0;
	background-color:transparent
}
#mainNav .navbar-nav .nav-item:active,#mainNav .navbar-nav .nav-item:focus{
	outline:0;
	background-color:transparent
}
@media (min-width:992px){
	#mainNav{
		padding-top:0;
		padding-bottom:0;
		border-bottom:none;
		background-color:transparent;
		transition:background-color .3s ease-in-out
}
	#mainNav .navbar-brand{
		padding:.5rem 0;
		color:rgba(255,71,0,.6)
}
	#mainNav .nav-link{
		transition:none;
		padding:2rem 1.5rem;
		color:rgba(255,255,255,.5)
}
	#mainNav .nav-link:hover{
		color:rgba(255,255,255,.75)
}
	#mainNav .nav-link:active{
		color:#fff
}
	#mainNav.navbar-shrink{
		background-color:#161616
}
	#mainNav.navbar-shrink .navbar-brand{
		color:#FF4700
}
	#mainNav.navbar-shrink .nav-link{
		color:#736f6f;
		padding:1.5rem 1.5rem 1.25rem;
		border-bottom:.25rem solid transparent
}
	#mainNav.navbar-shrink .nav-link:hover{
		color:#FF4700
}
	#mainNav.navbar-shrink .nav-link:active{
		color:#FF4700
}
	#mainNav.navbar-shrink .nav-link.active{
		color:#FF4700;
		outline:0;
		border-bottom:.25rem solid #FF4700
}
}
.masthead{
	position:relative;
	width:100%;
	height:auto;
	min-height:35rem;
	padding:15rem 0;
	background:linear-gradient(to bottom,rgba(22,22,22,.1) 0,rgba(22,22,22,.5) 75%,#161616 100%),url(../img/1.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:cover
                     background-color:#242323
}
.masthead h1{
	font-family:'Varela Round';
	font-size:2.5rem;
	line-height:2.5rem;
	letter-spacing:.8rem;
	background:-webkit-linear-gradient(rgba(36, 35, 35),rgba(36, 35, 35));
                     background-color:#242323
	-webkit-text-fill-color:transparent;
	-webkit-background-clip:text
}
.masthead h2{
	max-width:20rem;
	font-size:1rem
}
@media (min-width:768px){
	.masthead h1{
		font-size:4rem;
		line-height:4rem
}
}
@media (min-width:992px){
	.masthead{
		height:100vh;
		padding:0
}
	.masthead h1{
		font-size:6.5rem;
		line-height:6.5rem;
		letter-spacing:.8rem
}
	.masthead h2{
		max-width:30rem;
		font-size:1.25rem
}
}
.btn{
	box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
	padding:1.25rem 2rem;
	font-family:'Varela Round';
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:.15rem;
	border:0
}
.btn-primary{
	background-color:#FF4700
}
.btn-primary:hover{
	background-color:rgba(255,100,0,.8)
}
.btn-primary:focus{
	background-color:rgba(255,100,0,.5):;
	color:#fff
}
.btn-primary:active{
	background-color:rgba(255, 70, 0, .3)!important
}
.about-section{
	padding-top:10rem;
	background:linear-gradient(to bottom,#161616 0,rgba(36, 35, 35) 75%,rgba(36, 35, 35) 100%)
}
.about-section p{
	margin-bottom:5rem
        background-color:#161616
}
.projects-section{
	padding:10rem 0
}
.projects-section .featured-text{
	padding:2rem
}
@media (min-width:992px){
	.projects-section .featured-text{
		padding:0 0 0 2rem;
		border-left:.5rem solid #FF4700
}
}
.projects-section .project-text{
	padding:3rem;
	font-size:90%
}
@media (min-width:992px){
	.projects-section .project-text{
		padding:5rem
}
	.projects-section .project-text hr{
		border-color:#FF4700;
		border-width:.25rem;
		width:30%
}
}
.apply-section{
	padding:10rem 0;
	background:linear-gradient(to bottom,rgba(22,22,22,255) 0,rgba(22,22,22,.5) 75%,#161616 100%),url(../img/5.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:cover
}
.apply-section .form-inline input{
	box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
	padding:1.25rem 2rem;
	height:auto;
	font-family:'Varela Round';
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:.15rem;
	border:0
}
.contact-section{
	padding:5rem 0 0
}
.contact-section .card{
	border:0;
	border-bottom:.25rem solid #FF4700
}
.contact-section .card h4{
	font-size:.8rem;
	font-family:'Varela Round';
	text-transform:uppercase;
	letter-spacing:.15rem
}
.contact-section .card hr{
	border-color:#FF4700;
	border-width:.25rem;
	width:3rem
}
.contact-section .social{
	margin-top:5rem
}
.contact-section .social a{
	text-align:center;
	height:3rem;
	width:3rem;
	background:rgba(255,255,255,.1);
	border-radius:100%;
	line-height:3rem;
	color:rgba(255,255,255,.3)
}
.contact-section .social a:hover{
	color:rgba(255,255,255,.5)
}
.contact-section .social a:active{
	color:#fff
}
body{
	font-family:Nunito;
	letter-spacing:.0625em
}
a{
	color:#FF4700
}
a:focus,a:hover{
	text-decoration:none;
	color:#3c6360
}
.bg-black{
	background-color:#161616!important
}
.bg-primary{
	background-color:#FF4700!important
}
.text-primary{
	color:#FF4700!important
}
footer{
	padding:5rem 0
}
h4 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h5 {
  display: block;
  font-size: 1.0em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
	.site-footer {
  background-color: #161616;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #FF4700;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #FF4700;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #FF4700;
}
.social-icons a.twitter:hover {
  background-color: #FF4700;
}
.social-icons a.linkedin:hover {
  background-color: #FF4700;
}
.social-icons a.dribbble:hover {
  background-color: #FF4700;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
