@charset "UTF-8";

/* CSS Document */

body {
  margin: 0;
  overflow-x: hidden;
}

.main-container {
	position: relative;
	text-align: center;
	top:25%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 300;
}
a {
	color: #c42348;
	text-decoration: none;
}
a:hover {
	color: #c42348;
}
h1 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 700;
}
p, ul, li {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height:26px;
}
img.logo {
	max-width: 300px;
}
h3 a {
	color: #000;
	text-decoration: none;
}
ul.contact-links {
	list-style: none;
	padding-left: 0px;
}
ul.contact-links li {
	display: inline;
	padding-right: 10px;
	font-size: 30px;
}
ul.contact-links li a {
	color: #fff;
}
ul.contact-links li a:hover {
	color: #c42348;
}
.main-container ul.contact-links li a {
	color: #000;
}
.main-container ul.contact-links li a:hover {
		color: #c42348;
}

/* About Section styles */ 

.headshot img {
	max-width: 200px;
}
.about-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.about-title {
	background-color: #fff;
	color: #fff;
	text-align: center;
	width: 100%;
}
.text-box h1 {
	margin-top: 0px;
}
.about-content {
	width: 100%;
	background-color: #fff;
	color: #000;
	max-width: 800px;
	text-align: center;
		margin-right: auto;
	margin-left: auto;
}
.text-box {
	padding: 20px 0px;
}

/*  Project Section styles */ 

.project-section {
	text-align: center;
	background-color:#000;
	padding-top:40px;
	margin-top:50px;
}
.project-section h1 {
	margin-top: 0px;
	color:#fff;
}
.project-section p {
	color:#fff;
}
.portfolio-images {
	max-width: 1400px;
  float: none;
  margin: auto; 
}
#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
#portfolio img:hover {
	opacity: 0.8;
	cursor: pointer;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.scale-anm {
  transform: scale(0.9);
}
.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.btn {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: none;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #000;
    background-color: #fff;
}

.btn:hover {
  	text-decoration: none;
	background-color: #c42348;
	cursor: pointer;
	border: none;
	color: #fff;
}

.btn.selected {
  	text-decoration: none;
	background-color: #c42348;
	cursor: pointer;
	border: none;
	color: #fff;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.toolbar {
	margin: 40px 0px;
}

	
/*  Clients Section styles */

.clients-section {
	text-align: center;
	background-color: #000;
}
.badge-image img {
	max-width: 100%;
	max-width: 200px;
}
.badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.badge-image {
	width: 25%;
	padding:15px;
}
	@media (max-width:900px) {
		.badge-image {
			width: 50%;
			padding: 10px 0px;
		}
		.about-content {
			width: 100%;
		}
		.badge-image img {
	max-width: 100px;
		}
		.about-title {
			width: 100%;
		}
		.portfolio-images {
	padding: 0 20px;
}
	.btn {
    	padding: .5rem 0.6rem;
		font-size: 12px;
}
		.text-box {
    padding: 20px;
}
		#portfolio-section p {
			 padding: 0px 40px;
		}
	}


@media (max-width:600px) {
.main-container {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
	img.logo {
	max-width: 250px;
}
	.main-container {
	top:20%;
}
	h1 {
	font-size: 30px;
}
}

/*
|--------------------------------------------------------------------------
|  border animation styling
|--------------------------------------------------------------------------
*/

.container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.container .left-line {
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 50px;
  margin: 0;
  border: 3px solid #000;
  border-radius: 0px;
}
@media (max-width: 600px) {
  .container .left-line {
    top: 20px;
    left: 20px;
    bottom: 20px;
  }
}
.container .left-line.hidden {
  border: 3px solid #fff;
  animation-name: moveUnder;
  animation-duration: 4.0s;
  animation-fill-mode: forwards;
}
.container .top-line {
  position: absolute;
  top: 50px;
  right: 50px;
  left: 50px;
  margin: 0;
  border: 3px solid #000;
  border-radius: 0px;
}
@media (max-width: 600px) {
  .container .top-line {
    top: 20px;
    right: 20px;
    left: 20px;
  }
}
.container .top-line.hidden {
  border: 3px solid #fff;
  animation-name: moveRight;
  animation-duration: 4.0s;
  animation-fill-mode: forwards;
}
.container .right-line {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  margin: 0;
  border: 3px solid #000;
  border-radius: 0px;
}
@media (max-width: 600px) {
  .container .right-line {
    top: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.container .right-line.hidden {
  border: 3px solid #fff;
  animation-name: moveAbove;
  animation-duration: 4.0s;
  animation-fill-mode: forwards;
}
.container .bottom-line {
  position: absolute;
  right: 50px;
  left: 50px;
  bottom: 50px;
  margin: 0;
  border: 3px solid #000;
  border-radius: 0px;
}
@media (max-width: 600px) {
  .container .bottom-line {
    right: 20px;
    left: 20px;
    bottom: 20px;
  }
}
.container .bottom-line.hidden {
  border: 3px solid #fff;
  animation-name: moveLeft;
  animation-duration: 4.0s;
  animation-fill-mode: forwards;
}

/*
|--------------------------------------------------------------------------
|  animation
|--------------------------------------------------------------------------
*/
@keyframes moveUnder {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
@keyframes moveAbove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
/*
|--------------------------------------------------------------------------
|  END border animation styling
|--------------------------------------------------------------------------
*/

/* footer styles */

footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin-top:0px;
}
footer a {
	text-decoration: none;
}
.footer-logo {
	margin-top: 20px;
}
.footer-logo img {
	max-width: 100px;
}