/* xxx:General Styles ------------ */


body {
  font-family: 'Lato';
  background-color: #fafafa !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Lato';
}

.text-muted{
	color: #666 !important;
}

h4{
	font-size: 32px;
	margin-bottom: 16px;
}

section {
  padding: 6rem 0;
}

section h2 {
/*   font-size: 2.25rem; */
  line-height: 2rem;
}

.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

@media (max-width: 992px) { .rellax { transform: translate3d(0,0,0) !important; } }

@media (min-width: 992px) {
  section h2 {
/*     font-size: 3rem; */
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

a {
  color: #18BC9C;
}

a:focus, a:hover, a:active {
  color: #128f76;
}

.btn-tyler{
	background: #185a9d; 
	background: -webkit-linear-gradient(top right,#185a9d,#43cea2);
	background: -o-linear-gradient(top right,#185a9d,#43cea2); 
	background: -moz-linear-gradient(top right,#185a9d,#43cea2); 
	background: linear-gradient(top right, #185a9d, #43cea2);	
	border: none; 
	color: white;
	padding: 11px 37px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.btn-tyler:hover{
	opacity: .8	
}

.btn {
  border-width: 2px;
  transition: all .1s;
}

.btn-ouline-dark:hover{
	background: #666;
	color: white !important;
}

.btn-outline-dark:focus{
	color: #343a40;
/* 	box-shadow: 0 0 10px 1px rgb(59, 184, 161); */
	box-shadow: none;
}


.btn-outline-light{
	color: #343339;
	border: none;
	opacity: 1;
}

.btn-outline-secondary{
	color: #333;
	border-color: #333;
}

.btn-outline-secondary:hover{
	background-color: #333;
	border-color: #333;
}

.btn-outline-dark:focus

.copywrite{
	color: #444;
}

.bg-primary {
  background-color: #18BC9C !important;
}

.bg-secondary {
  background-color: #2C3E50 !important;
}

.text-primary {
  color: #18BC9C !important;
}

.text-secondary {
  color: #2C3E50 !important;
}

.btn-primary {
  background-color: #18BC9C;
  border-color: #18BC9C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #128f76;
  border-color: #128f76;
}

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1a252f;
  border-color: #1a252f;
}

.close-button{
	position: fixed;
	z-index: 10;
	top: 25px;
	right: 40px;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 9px rgba(0,0,0,.12), 0px 9px 9px rgba(0,0,0,.24);
	transition: background-color linear .02s;
}

.close-button:hover{
	background: #bbb;
}

hr{
	margin-bottom: 6px;
}

.close-button > img{
	padding: 17px;
	width: 60px;
}

.caption{

	font-style: italic;
	font-size: 14px;
	text-align: center;
}

.shadow{
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
}

@media screen and (max-width: 767px){
	.close-button{
		top: 4px;
		right: 20px;
		width: 40px;
		height: 40px;		
		box-shadow: 0px 0px 7px rgba(0,0,0,.12), 0px 7px 7px rgba(0,0,0,.24);
	}

	.close-button > img{
		padding: 12px;
		width: 40px;
	}

}

/* xxx: Nav ---------- */

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: 'Montserrat';
  box-shadow: 0px 3px 10px rgba(0,0,0,.2);
}

#mainNav .navbar-brand {
  color: #343339;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #343339;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
/*   color: #18BC9C; */
	background: #185a9d; 
	background: -webkit-linear-gradient(top right,#185a9d,#43cea2);
	background: -o-linear-gradient(top right,#185a9d,#43cea2); 
	background: -moz-linear-gradient(top right,#185a9d,#43cea2); 
	background: linear-gradient(top right, #185a9d, #43cea2);	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #343339;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #343339;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

#mainNav .navbar-brand {
    font-size: 1em;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  
.navbar-toggler i{
	font-size: 28px;
}
  
.navbar-toggler:focus{
	outline: transparent;
}

.monogram{
	width: 50px;
	height: 50px;
	background: #185a9d; 
	background: -webkit-linear-gradient(top right,#185a9d,#43cea2);
	background: -o-linear-gradient(top right,#185a9d,#43cea2); 
	background: -moz-linear-gradient(top right,#185a9d,#43cea2); 
	background: linear-gradient(top right, #185a9d, #43cea2);
	color: white;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    background: #185a9d; 
	background: -webkit-linear-gradient(top right,#185a9d,#43cea2);
	background: -o-linear-gradient(top right,#185a9d,#43cea2); 
	background: -moz-linear-gradient(top right,#185a9d,#43cea2); 
	background: linear-gradient(top right, #185a9d, #43cea2);	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    background: #185a9d; 
	background: -webkit-linear-gradient(top right,#185a9d,#43cea2);
	background: -o-linear-gradient(top right,#185a9d,#43cea2); 
	background: -moz-linear-gradient(top right,#185a9d,#43cea2); 
	background: linear-gradient(top right, #185a9d, #43cea2);	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: .8em;
  }
  
  #mainNav.navbar-shrink .monogram {
	  font-size: 16px;
	  height: 40px;
	  width: 40px;
	  padding-top: 8px;
  }
  
}




/* --------- End Nav ------------ */

/* xxx: Hero ------------- */

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato';
}

.masthead{
	height: 100vh;
}

.masthead h1{
	font-size: 4.75em;
}


@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 106px);
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}

/* ------- Underline Thing -------- */

.cool-underline{  
	background: #185a9d; x
	background: -webkit-linear-gradient(right,#185a9d,#43cea2); 
	background: -o-linear-gradient(right,#185a9d,#43cea2); 
	background: -moz-linear-gradient(right,#185a9d,#43cea2); 
	background: linear-gradient(to left, #185a9d, #43cea2); 
	padding-bottom: 0px;
	border-bottom: 3px dashed #fafafa;
} 
  
.cool-underline-inner { 
	background: #fafafa; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cool-underline:hover{	
	background: transparent;
	color: transparent;	
}

.cool-underline-inner:hover {
	background: url("../img/pigeons.gif"),  url("img/pigeons.gif");
	background-repeat: no-repeat; 
	position: relative;
	padding: 150px 0 0 0;
}

/* -------- End Underline Thing -------- */





/* -------- End Hero -------------- */


/* xxx:Portfolio ----------- */

.portfolio {
  margin-bottom: -15px;
}

.portfolio h2{
margin-bottom: 90px !important;
}

.port-item{
margin-bottom: 80px;
}

.port-item img{
	margin-bottom: 30px !important;
}

.port-item img.tall{
	width: 100%;
	max-width: 300px;
}

.port-item img.wide{
	width: 100%;
	max-width: 500px;
}

.port-item .info{
	margin-bottom: 30px;
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

.mac-overlay{
	z-index:10; 
	position: relative;
	margin-top:	-3%;
	left: 0;
}

.mac-bg{
	width: 72%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0;
	margin-left: 14%;
}


.cp-mac-bg{
	width: 73%;
	position: absolute;
	z-index: 1;
	top: 46px;
	left: -1px;
	margin-left: 14%;
}

@media screen and (max-width: 1197px) and (min-width: 993px){
	.cp-mac-bg{
		top: 39px;
		}
}

@media screen and (max-width: 992px) and (min-width: 768px){
	.cp-mac-bg{
		top: 28px;
		}
}

@media screen and (max-width: 471px){
	.cp-mac-bg{
		top: 38px;
		}
}

@media screen and (max-width: 400px){
	.cp-mac-bg{
		top: 32px;
		width: 71%;
		left: 1px;
		}
}

@media screen and (max-width: 400px){
	.cp-mac-bg{
		top: 27px;
		}
}

.iphone8-overlay{
}

.iphone8-bg{
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
	.portfolio {
	margin-bottom: -30px;
	}
}

/* -------- End Portfolio ----------- */


/* xxx: Skills ---------------- */

.skills img{
	width: 100%;
}


/* xxx: About ------------------- */
.text-cont{
	background: #f1f1f1;
	min-height: 500px;	
}

.pic-cont{
	padding: 40px;
}

.about-pic{
	background-image: url("../img/me-child.png");
	background-position: center top;
	width: 100%;
	height: 100%;
	min-height: 400px;
	box-shadow: 0 2px 14px rgba(0,0,0,.7);
	background-size: cover;
}

.about-pic2{
	background-image: url("../img/me-2018.png");
	background-position: top center;
	width: 100%;
	height: 100%;
	min-height: 400px;
	box-shadow: 0 2px 14px rgba(0,0,0,.7);
	background-size: cover;
}

.about-text-1{
	background: #185a9d; 
	background: -webkit-linear-gradient(top right,#185a9d,#43cea2);
	background: -o-linear-gradient(top right,#185a9d,#43cea2); 
	background: -moz-linear-gradient(top right,#185a9d,#43cea2); 
	background: linear-gradient(top right, #185a9d, #43cea2);	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px !important;
	display: inline-block;
}

@media (min-width: 992px){
	.text-cont{ 
	padding: 40px 40px !important;
	}
}

/* ----------------- End About ----------------- */

/* xxx:Contact ---------- */

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.control-group:nth-child(1){
  border-top: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  color: #9B9B9B;
}

.form-control{
	background: #fafafa !important;
/* 	color: #343339;  */
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

/* ----------------- End Contact ----------------- */


/* xxx:Footer ---------- */
.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: white;
  color: #343339;
  box-shadow: 0px -3px 10px rgba(0,0,0,.2);
}

/* ----------------- End Footer ----------------- */


