@font-face {
  font-family: 'Agane55';
  src:  url('../fonts/Agane 55.ttf') format('truetype');
}

@font-face {
  font-family: 'Agane65';
  src:  url('../fonts/Agane 65.ttf') format('truetype');
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body {
	background: #f4f4f4;
	color: #2d2d2d;
	font-family: "Agane55", "Arial";
}

header {
	padding: 1.5em 0;
	background: linear-gradient(to top, #e2e2e2 0%,#fefefe 100%);
	border: 1px solid #ccc;
	width: 100%;
}

nav {
	padding: 20px 0;
	transition: .5s;
}

.navbar {
	border-radius: 0px;
}

nav h1 {
	margin: 0;
}

.logo {
	width: 100%;
	transition: .5s;
}

.tagline {
	font-size: 1.25em;
	list-style: none;
	margin: 10px 0 0 0;
	transition: .5s;
	font-family: "Agane65", "Arial";
}

.tagline li {
	text-align: center;
}

.jumbotron {
	display: none;
}

.mobileImage {
	margin-bottom: 30px;
}

.content {
	padding: 3em 0;
	text-align: center;
	background: #C8C8C8;
}

.services {
	list-style: none;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.services li:last-child {
	margin-bottom: 0;
}

.certifiedWoman {
	padding: 2em 0;
	text-align: center;
	background: #7C7C7C;
}

.certifiedWoman p {
	margin: 0;
	font-size: 1.75em;
	font-family: "Agane65", "Arial";
	color: white;
}

.projects {
	margin-bottom: 40px;
}

.projects h3 {
	font-size: 1.5em;
	font-family: "Agane65", "Arial";
	margin-bottom: 20px;
	margin-top: 40px;
}

.projects img {
	width: 100%;
	margin-bottom: 20px;
}

.figure-caption {
	font-size: 1.25em;
}

/*
.moreProjects {
	display: block;
	text-align: right;
	margin-bottom: 50px;
	font-size: 1.25em;
	font-family: "Agane65", "Arial";
	text-decoration: none;
	cursor: pointer;
}
*/

footer {
	background: #C8C8C8;
	padding-bottom: 40px;
}

footer h3 {
	font-size: 1.5em;
	font-family: "Agane65", "Arial";
	margin: 30px 0 40px 0;
}

footer p {
	font-size: 1.25em;
	font-family: "Agane55", "Arial";
}

footer hr {
	margin: 10px 0;
	border-color: #7C7C7C;
}

.social {
	color: #666;
	font-size: 2em;
	transition: .5s;
	margin-right: 5px;
}

.social:hover, .social:active, .social:focus {
	text-decoration: none;
}

form {
	height: 310px;
}

.form-control {
	font-size: 1.25em;
}

input[type="text"], input[type="email"] {
	height: 50px;
}

button[type="submit"] {
	padding: 10px 20px;
	font-size: 1.25em;
}

.ajaxSpinner{
  display: none;
  margin: 28px 0 0 25px;
}

.success {
	display: block;
	font-size: 1.1em;
	margin-top: 10px;
}

#address {
	display: none;
}

.copyright {
	background: #7C7C7C;
}

.copyright p {
	margin: 0;
	padding: 20px 0;
	color: #fff;
}

@media (min-width: 600px) {
	.navbar {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
	.logo {
		width: 80%;
	}
	.tagline {
		margin: 0;
	}
	.tagline li {
		display: inline;
		font-size: 1em;
	}
	.jumbotron {
		background: #f4f4f4;
		margin-top: 120px;
		padding-bottom: 10px;
		display: block;
	}
	.content {
		margin-top: 100px;
		padding: 2em 0;
		text-align: center;
	}
	.projects h3 {
		margin-top: 40px;
	}
	.success {
		display: inline-block;
		font-size: 1.2em;
		margin-left: 20px;
	}
}

@media (min-width: 700px) {
	.tagline li {
		display: inline;
		font-size: 1.25em;
	}
	.shrink {
		padding: 10px;
		border-bottom: 1px solid #666;
		box-shadow: -1px -4px 26px 2px rgba(0,0,0,0.75);
	}
	.shrink img {
		width: 350px;
	}
	.shrink ul {
		font-size: .85em;
	}
	.mobileImage {
		display: none;
	}
	.content {
		margin-top: 0px;
		text-align: right;
	}
	.vertical-align {
  	display: flex;
  	align-items: center;
	}
	.services {
		line-height: 1.5;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 80%;
	}
	.tagline li {
		display: inline;
		font-size: 1.25em;
	}
	.jumbotron {
		background: #f4f4f4;
		margin-top: 125px;
		padding-bottom: 15px;
	}
	.content {
		padding: 5em 0;
	}
	.services {
		font-size: 1.75em;
		line-height: 2;
	}
}