@charset "UTF-8";
/* CSS Document */

body {
	font-family: "roboto", Calibri, Helvetica, Arial, sans-serif;
	color: #515960;	
	font-weight: 300;
	background: #f3f3f3;
}

h1, .navbar-brand span {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	color: #fefefe;
}

h3 {
	font-size: 20px;
	text-transform: lowercase;
	color: #429ed3;
	font-weight: 500;
	margin-bottom: 25px;
}

h4 {
    color: #fefefe;
    font-size: 35px;
    font-weight: 700;
}

h2, h3, h5, h6 {
	font-weight: 700;
}

strong {
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 24px;
}

/* QUICK CLASSES TO USE
------------------------ */

.fright { float: right;	}
.fleft { float: left; }

.mtop { margin-top: 15px; }
.mbottom { margin-bottom: 15px; }
.mleft { margin-left: 15px; }
.mright { margin-right: 15px; }
.mbottombig { margin-bottom: 25px; }
.mtopbig {margin-top: 50px;}
.mtopxl {margin-top: 100px;}

.padtop { padding-top: 15px; }
.padbottom { padding-bottom: 15px; }
.padright { padding-right: 15px; }
.padleft { padding-left: 15px; }
.pad5 { padding: 5px; }
.pad15 { padding: 0 25px; }
.pad50 { padding: 0 50px; }
.padding50 { padding: 50px; }
.no-pad {padding: 0;}

.clear { clear: both; }

.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.delay3 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay5 { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
.delay6 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.delay7 { -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay8 { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay9 { -webkit-animation-delay: 1.75s; animation-delay: 1.75s; }
.delay10 { -webkit-animation-delay: 2s; animation-delay: 2s; }
.delayArrow { -webkit-animation-delay: 4s; animation-delay: 4s; }

::-moz-selection {
    color: #fefefe;
    background: #429ed3;
}

::selection {
    color: #fefefe;
    background: #429ed3;
}

.text-primary {
	color: #429ed3 !important;
}

p a:link, p a:visited {
    color: #429ed3 !important;
    font-weight: 700;
    border-bottom: 1px dotted #429ed3;
}

p a:active, p a:hover {
    color: #444 !important;
    text-decoration: none;
    border-bottom: 1px dotted #444;
}

/* END QUICK CLASSES
------------------------*/

.fixed-top {
	transition: all 0.5s;
	height: 100px;
}

.top-nav-collapse .navbar-nav {
-webkit-box-shadow: 0 0 100px 75px rgba(255,255,255,.1);
box-shadow: 0 0 100px 75px rgba(255,255,255,.1);
background: #515151;
transition: all 2s;
}

#stick {
	z-index: 1050 !important;
}

.top-nav-collapse {
	background: #404040;
	transition: all 0.5s;
	height: 75px;
}

.has-accent {
	padding-bottom: 150px;
}

.accent {
	margin-top: -100px;
	background: #fefefe;
	padding: 40px 15px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.splash {
	
	color: #efefef;
}

.splash .container {
	padding-top: 200px;
}

.splash h1 {
	margin-bottom: 35px;
	padding: 15px 0;
}

.h1-bord {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	border-top: 1px solid rgba(255,255,255,0.4);
}

h4.h1-bord {
    padding: 10px 0;
}

.subhead {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 50px;
	margin-top: 50px;
}

.standout .subhead {
    margin-top: 100px;
}

.subhead a:link, .subhead a:visited {
	color: #efefef !important;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px dotted #efefef;
}

.subhead a:active, .subhead a:hover {
	color: #444 !important;
	border-bottom: 1px dotted #444;
	text-decoration: none;
}

.list-inline-item a:visited, .list-inline-item a:link {
	color: #429ed3;
}

.list-inline-item a:active, .list-inline-item a:hover {
	color: #2b6b90;
}

.navbar-brand span {
	display: none;
}

.standout {
    margin-top: 50px;
    padding: 150px 0 50px 0;
    
}

.standout p {
    color: #efefef;
}

.standout .subhead {
margin-bottom: 0;
}

span.select {
    background: rgba(0,0,0,0.3);
    color: #fefefe;
    padding: 5px;
}

.projectDetail {
    padding: 100px 0 20px 0;
}

.projectDetail p {
    color: #efefef;
}

.portfolio {
    padding: 100px 0;
}

/* --- PROJECT STYLES --- */
.project { position: relative; float: left; width: 100%; margin-bottom: 30px; -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);}

.project figure { margin: 0; position: relative; }

.project .project-hover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(66, 158, 211, 0.8); visibility: hidden; opacity: 0; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease;}

.project .project-hover .project-hover-inner { position: absolute; z-index: 99; left: 50%; top: 50%; visibility: hidden; opacity: 0; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: .3s all ease; text-align: center; }

.project .project-hover .project-hover-inner h2 { color: #fff; margin-bottom: 25px; font-size: 20px; line-height: 1.2; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; opacity: 0; visibility: hidden; position: relative; bottom: -30px; }

.project .project-hover .project-hover-inner span { color: rgba(255, 255, 255, 0.8); opacity: 0; visibility: hidden; position: relative; bottom: -30px; -webkit-transition: .5s all ease; -o-transition: .5s all ease; transition: .5s all ease; }

.project:hover .project-hover, .project:focus .project-hover { visibility: visible; opacity: 1; }

.project:hover .project-hover .project-hover-inner, .project:focus .project-hover .project-hover-inner { visibility: visible; opacity: 1; -webkit-animation-delay: 10s; animation-delay: 10s; }

.project:hover .project-hover .project-hover-inner h2, .project:focus .project-hover .project-hover-inner h2 { opacity: 1; visibility: visible; bottom: 0px; }

.project:hover .project-hover .project-hover-inner span, .project:focus .project-hover .project-hover-inner span { bottom: 0; visibility: visible; opacity: 1; }


/* --- END PROJECT --- */


a.port-btn {
    padding: 5px 20px;
    border-radius: 20px;
    background: #fefefe;
    color: #444;
    height: 35px;
    -webkit-box-shadow: 0 0 0 0px #429ed3;
    box-shadow: 0 0 0 0px #429ed3;
    -webkit-transition: .2s all ease; 
    -o-transition: .2s all ease; 
    transition: .2s all ease;
    margin-top: 15px;
    
    font-size: 15px;
    font-weight: 700;
}

a.port-btn:hover {
    -webkit-box-shadow: 0 0 0 4px #e7e7e7;
    box-shadow: 0 0 0 4px #e7e7e7;
    background: #e7e7e7;
    color: #429ed3;
    -webkit-transition: .5s all ease; -o-transition: .2s all ease; transition: .2s all ease;
    text-decoration: none;
}

a.port-btn-blue {
    padding: 5px 20px;
    border-radius: 20px;
    background: #429ed3;
    color: #efefef;
    height: 35px;
    -webkit-box-shadow: 0 0 0 0px #0979C4;
    box-shadow: 0 0 0 0px #0979C4;
    -webkit-transition: .2s all ease; 
    -o-transition: .2s all ease; 
    transition: .2s all ease;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
   
}

a.port-btn-blue:hover {
    -webkit-box-shadow: 0 0 0 4px #0979C4;
    box-shadow: 0 0 0 4px #0979C4;
    background: #0979C4;
    color: #efefef;
    -webkit-transition: .5s all ease; -o-transition: .2s all ease; transition: .2s all ease;
    text-decoration: none;

}


ul.timeline {
    list-style-type: none;
    position: relative;
    margin-top: 35px;
}
ul.timeline:before {
    content: ' ';
    background: #429ed3;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    color: #444444;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(38,98,135,1);
    margin-top: 5px;
    left: 23px;
    width: 15px;
    height: 15px;
    z-index: 400;
}

.list-group-item {
    background: rgba(200,200,200,0.1);
}

section.contact {
padding-bottom: 100px;
-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,.25);
box-shadow: 0 8px 8px 0 rgba(0,0,0,.25);
}

.contact-form .form-control{
    border-radius:1rem;
}

.contact-form input[type=text] {
    margin-bottom: 25px;
    height: 42px;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 35px;
    padding: 1.5%;
    background: #429ed3;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
     -webkit-box-shadow: 0 0 0 0 #0979C4;
    box-shadow: 0 0 0 0 #0979C4;
    transition: all 0.3s ease;
    text-align: center;
}

.contact-form .btnContact:hover {
    background: #0979C4;
    -webkit-box-shadow: 0 0 0 4px #0979C4;
    box-shadow: 0 0 0 4px #0979C4;
    transition: all 0.3s ease;
}

.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.social {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 25px;
}

.social p {
    text-align: center;
    font-size: 18px;
}

span.mid {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 700;
}


.footer {
    color: #efefef;
    padding: 75px 0;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23429ed3' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23429ed3' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.modal-full {
    min-width: 100%;
    margin: 0;
    padding: 0 !important;
    min-height: 80vh;
}

.modal-full .modal-header {
    border-bottom: 0;
}

.modal-full .modal-header .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.modal-full .modal-content {
    min-height: 100vh;
    background: rgba(0,0,0,0.8);
}


 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: rgba(0,0,0,0.9); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  text-align: center;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  font-weight: 700;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

/* MEDIA QUERIES
------------------------*/

@media only screen and (max-width: 767px) {
	.container {
		max-width: 95%;
	}
    
    .text-left, .text-right {
      text-align: center !important;
  }
  
  .splash .container {
	padding-top: 100px;
}

.splash h1 {
	font-size: 22px;
    max-width: 79%;
    margin-top: 5px;
}


}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 800px;
  }
  
  .splash .container {
	padding-top: 150px;
}
}
/*------- end of 768px -------*/

@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .container.container-lg {
    max-width: 1100px;
  }
  
  
}
/*------- end of 992px -------*/

@media only screen and (min-width: 1000px) {

.container {
    max-width: 980px;
  }

}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
/*------- end of 1200px -------*/