.regular-sans { 
	font-family: FolioBT-Book;
	font-weight: normal;
	font-style: normal;
}
.bold-sans { 
	font-family: FolioBkBTWXX-Bold;
	font-weight: normal;
	font-style: normal;
}
.regular-serif { 
	font-family: PalatinoLTPro-Roman;
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #d4d4d8;
}
body, ul, li {
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
nav {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 280px;
	margin-left: -95px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
nav ul {
	display: inline;
}
nav ul li {
	display: inline;
	margin-right: 25px;
}
.container {
	width: 1500px;
	margin: 0 auto;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
}
.intro {
	width: 1050px;
	font-size: 33px;
	line-height: 55px;
	margin-top: 100px;
	margin-bottom: 150px;
	margin-left: 250px;
}
.right-margin {
	margin-right: 82.5px;
}
.section {
	width: 445px;
	height: 600px;
	float: left;
}
.section-image {
	width: 100%;
	height: 445px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 150px;
	clear: both;
}
.about-paragraph {
	width: 700px;
	float: left;
	margin-right: 50px;
	font-size: 22px;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 0px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 700px;
	height: 700px;
	margin: 100px 0px 100px 50px;
	float: left;
}
.journal-date {
	font-size: 30px;
	width: 750px;
	float: left;
	margin-top: 100px;
}
.journal-item-left {
	width: 750px;
	float: left;
	line-height: 25px;
	margin-top: 100px;
	text-align: justify;
}
.journal-item-right {
	width: 750px;
	float: left;
	line-height: 25px;
	margin-top: 100px;
	text-align: justify;
}
.journal-item-title {
	font-size: 24px;
}
.journal-item-date {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.journal-item-blurb {
	margin-top: 25px;
}
.portfolio-item-info {
	width: 750px;
	float: left;
	font-size: 20px;
	margin-top: 100px;
	line-height: 30px;
}
.portfolio-item-image {
	width: 750px;
	height: 750px;
	float: left;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
}
.form {
	margin-top: 100px;
	width: 750px;
}
.form #input {
	width: 100%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 25px;
	font-size: 18px;
}
textarea {
	border: 2px solid #000;
	padding: 25px;
	width: 100%;
	margin-top: 100px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
}
.contact-info {
	font-size: 18px;
	width: 750px;
	line-height: 40px;
	margin: 100px 0px 150px 0px;
}
.copyright {
	margin-top: 200px;
	font-size: 26px;
	margin-bottom: 200px;
	font-family: FolioBT-Book;
	font-weight: normal;
	font-style: normal;
	clear: both;
}

.next-project {
	width: 100%;
	clear: both;
	text-align: right;
	margin: 50px 0px;
}


@media (min-width: 300px) and (max-width: 450px) {
	
nav {
	position: static;
	margin-top: 25px;
	margin-left: 25px;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
	width: 90%;
}
nav ul {
	display: inline;
}
nav ul li {
	display: block;
	margin-right: 0px;
	clear: both;
	margin-bottom: 10px;
	font-size: 16px;
}
nav ul li:nth-child(1) {
	font-family: PalatinoLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	text-transform: uppercase;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
	display: none;
}
.intro {
	width: 90%;
	font-size: 18px;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 5px;
}
.right-margin {
	margin-right: 0px;
}
.section {
	width: 100%;
	height: 300px;
	float: none;
	margin-bottom: 100px;
	clear: both;
}
.section-image {
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 90%;
	float: none;
	margin-right: 0px;
	font-size: 18px;
	line-height: 25px;
	margin-top: 100px;
	margin-left: 5px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
	margin: 100px 0px 100px 0px;
	float: none;
	clear: both;
}
.portfolio-item-info {
	width: 100%;
	float: none;
	clear: both;
	font-size: 16px;
	margin-top: 50px;
	margin-left: 10px;
	line-height: 25px;
}
.portfolio-item-image {
	width: 100%;
	height: 300px;
	float: none;
	background-position: center center;
	background-size: cover;
	margin-top: 50px;
}
.form {
	margin-top: 50px;
	width: 100%;
}
.form #input {
	width: 88%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 15px;
	font-size: 16px;
}
textarea {
	border: 2px solid #000;
	padding: 15px;
	width: 88%;
	margin-top: 50px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 16px;
	cursor: pointer;
}
.contact-info {
	font-size: 16px;
	width: 100%;
	line-height: 35px;
	margin: 50px 0px 0px 5px;
}

	
}



@media (min-width: 451px) and (max-width: 600px) {
	
nav {
	position: static;
	margin-top: 35px;
	margin-left: 35px;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
	width: 90%;
}
nav ul {
	display: inline;
}
nav ul li {
	display: block;
	margin-right: 0px;
	clear: both;
	margin-bottom: 10px;
	font-size: 16px;
}
nav ul li:nth-child(1) {
	font-family: PalatinoLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	text-transform: uppercase;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
	display: none;
}
.intro {
	width: 93%;
	font-size: 20px;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 10px;
}
.right-margin {
	margin-right: 0px;
}
.section {
	width: 100%;
	height: 350px;
	float: none;
	margin-bottom: 100px;
	clear: both;
}
.section-image {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 90%;
	float: none;
	margin-right: 0px;
	font-size: 18px;
	line-height: 25px;
	margin-top: 100px;
	margin-left: 5px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 400px;
	margin: 100px 0px 100px 0px;
	float: none;
	clear: both;
}
.portfolio-item-info {
	width: 100%;
	float: none;
	clear: both;
	font-size: 16px;
	margin-top: 50px;
	margin-left: 10px;
	line-height: 25px;
}
.portfolio-item-image {
	width: 100%;
	height: 300px;
	float: none;
	background-position: center center;
	background-size: cover;
	margin-top: 50px;
}
.form {
	margin-top: 50px;
	width: 100%;
}
.form #input {
	width: 88%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 15px;
	font-size: 16px;
}
textarea {
	border: 2px solid #000;
	padding: 15px;
	width: 88%;
	margin-top: 50px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 16px;
	cursor: pointer;
}
.contact-info {
	font-size: 16px;
	width: 100%;
	line-height: 35px;
	margin: 50px 0px 0px 5px;
}

	
}




@media (min-width: 601px) and (max-width: 750px) {
	
nav {
	position: static;
	margin-top: 35px;
	margin-left: 35px;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
	width: 90%;
}
nav ul {
	display: inline;
}
nav ul li {
	display: block;
	margin-right: 0px;
	clear: both;
	margin-bottom: 10px;
	font-size: 16px;
}
nav ul li:nth-child(1) {
	font-family: PalatinoLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	text-transform: uppercase;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
	display: none;
}
.intro {
	width: 93%;
	font-size: 20px;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 10px;
}
.right-margin {
	margin-right: 0px;
}
.section {
	width: 100%;
	height: 450px;
	float: none;
	margin-bottom: 100px;
	clear: both;
}
.section-image {
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 90%;
	float: none;
	margin-right: 0px;
	font-size: 22px;
	line-height: 35px;
	margin-top: 100px;
	margin-left: 5px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 500px;
	margin: 100px 0px 100px 0px;
	float: none;
	clear: both;
}
.portfolio-item-info {
	width: 100%;
	float: none;
	clear: both;
	font-size: 16px;
	margin-top: 50px;
	margin-left: 10px;
	line-height: 25px;
}
.portfolio-item-image {
	width: 100%;
	height: 400px;
	float: none;
	background-position: center center;
	background-size: cover;
	margin-top: 50px;
}
.form {
	margin-top: 50px;
	width: 100%;
}
.form #input {
	width: 88%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 15px;
	font-size: 16px;
}
textarea {
	border: 2px solid #000;
	padding: 15px;
	width: 88%;
	margin-top: 50px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 16px;
	cursor: pointer;
}
.contact-info {
	font-size: 16px;
	width: 100%;
	line-height: 35px;
	margin: 50px 0px 0px 5px;
}

	
}



@media (min-width: 751px) and (max-width: 850px) {
	
nav {
	position: static;
	margin-top: 35px;
	margin-left: 35px;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
	width: 90%;
}
nav ul {
	display: inline;
}
nav ul li {
	display: block;
	margin-right: 0px;
	clear: both;
	margin-bottom: 10px;
	font-size: 16px;
}
nav ul li:nth-child(1) {
	font-family: PalatinoLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	text-transform: uppercase;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
	display: none;
}
.intro {
	width: 95%;
	font-size: 26px;
	line-height: 35px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 10px;
}
.right-margin {
	margin-right: 0px;
}
.section {
	width: 100%;
	height: 500px;
	float: none;
	margin-bottom: 100px;
	clear: both;
}
.section-image {
	width: 100%;
	height: 450px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 90%;
	float: none;
	margin-right: 0px;
	font-size: 22px;
	line-height: 35px;
	margin-top: 100px;
	margin-left: 5px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 600px;
	margin: 100px 0px 100px 0px;
	float: none;
	clear: both;
}
.portfolio-item-info {
	width: 100%;
	float: none;
	clear: both;
	font-size: 16px;
	margin-top: 50px;
	margin-left: 10px;
	line-height: 25px;
}
.portfolio-item-image {
	width: 100%;
	height: 500px;
	float: none;
	background-position: center center;
	background-size: cover;
	margin-top: 50px;
}
.form {
	margin-top: 50px;
	width: 100%;
}
.form #input {
	width: 88%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 15px;
	font-size: 16px;
}
textarea {
	border: 2px solid #000;
	padding: 15px;
	width: 88%;
	margin-top: 50px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 16px;
	cursor: pointer;
}
.contact-info {
	font-size: 16px;
	width: 100%;
	line-height: 35px;
	margin: 50px 0px 0px 5px;
}

	
}


@media (min-width: 851px) and (max-width: 1000px) {
	
nav {
	position: static;
	margin-top: 35px;
	margin-left: 35px;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
	width: 90%;
}
nav ul {
	display: inline;
}
nav ul li {
	display: block;
	margin-right: 0px;
	clear: both;
	margin-bottom: 10px;
	font-size: 16px;
}
nav ul li:nth-child(1) {
	font-family: PalatinoLTPro-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	text-transform: uppercase;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
	display: none;
}
.intro {
	width: 95%;
	font-size: 30px;
	line-height: 40px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 10px;
}
.right-margin {
	margin-right: 0px;
}
.section {
	width: 100%;
	height: 550px;
	float: none;
	margin-bottom: 100px;
	clear: both;
}
.section-image {
	width: 100%;
	height: 500px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 90%;
	float: none;
	margin-right: 0px;
	font-size: 26px;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 5px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 700px;
	margin: 100px 0px 100px 0px;
	float: none;
	clear: both;
}
.portfolio-item-info {
	width: 100%;
	float: none;
	clear: both;
	font-size: 16px;
	margin-top: 50px;
	margin-left: 10px;
	line-height: 25px;
}
.portfolio-item-image {
	width: 100%;
	height: 600px;
	float: none;
	background-position: center center;
	background-size: cover;
	margin-top: 50px;
}
.form {
	margin-top: 50px;
	width: 100%;
}
.form #input {
	width: 88%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 15px;
	font-size: 16px;
}
textarea {
	border: 2px solid #000;
	padding: 15px;
	width: 88%;
	margin-top: 50px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 16px;
	cursor: pointer;
}
.contact-info {
	font-size: 16px;
	width: 100%;
	line-height: 35px;
	margin: 50px 0px 0px 5px;
}

	
}


@media (min-width: 1001px) and (max-width: 1100px) {
	nav {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 280px;
	margin-left: -120px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
nav ul {
	display: inline;
}
nav ul li {
	display: inline;
	margin-right: 25px;
}
.container {
	width: 80%;
	margin: 0 auto;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
}
.intro {
	width: 80%;
	font-size: 26px;
	line-height: 40px;
	margin-top: 100px;
	margin-bottom: 150px;
	margin-left: 150px;
}
.right-margin {
	margin-right: 5%;
}
.section {
	width: 30%;
	height: 400px;
	float: left;
}
.section-image {
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 100%;
	float: none;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 100%;
	float: none;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
.image-break {
	height: 150px;
	clear: both;
}
.about-paragraph {
	width: 700px;
	float: left;
	margin-right: 50px;
	font-size: 22px;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 0px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 700px;
	height: 700px;
	margin: 100px 0px 100px 0px;
	float: left;
}
.portfolio-item-info {
	width: 750px;
	float: left;
	font-size: 20px;
	margin-top: 100px;
	line-height: 30px;
}
.portfolio-item-image {
	width: 750px;
	height: 750px;
	float: left;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
	margin-bottom: 100px;
}
.form {
	margin-top: 100px;
	width: 750px;
}
.form #input {
	width: 100%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 25px;
	font-size: 18px;
}
textarea {
	border: 2px solid #000;
	padding: 25px;
	width: 100%;
	margin-top: 100px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
}
.contact-info {
	font-size: 18px;
	width: 750px;
	line-height: 40px;
	margin: 100px 0px 150px 0px;
}
.copyright {
	margin-top: 200px;
	font-size: 26px;
	margin-bottom: 200px;
	font-family: FolioBT-Book;
	font-weight: normal;
	font-style: normal;
	clear: both;
}

}

@media (min-width: 1101px) and (max-width: 1184px) {
	
	
nav {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 280px;
	margin-left: -115px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
nav ul {
	display: inline;
}
nav ul li {
	display: inline;
	margin-right: 25px;
}
.container {
	width: 80%;
	margin: 0 auto;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
}
.intro {
	width: 85%;
	font-size: 26px;
	line-height: 50px;
	margin-top: 100px;
	margin-bottom: 150px;
	margin-left: 150px;
}
.right-margin {
	margin-right: 5%;
}
.section {
	width: 30%;
	height: 400px;
	float: left;
	margin-bottom: 100px;
}
.section-image {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 10px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 9px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 900px;
	float: left;
	margin-right: 50px;
	font-size: 22px;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 0px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 700px;
	height: 700px;
	margin: 100px 0px 100px 0px;
	float: left;
}
.portfolio-item-info {
	width: 50%;
	float: left;
	font-size: 20px;
	margin-top: 100px;
	line-height: 30px;
}
.portfolio-item-image {
	width: 50%;
	height: 750px;
	float: left;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
}
.form {
	margin-top: 100px;
	width: 750px;
}
.form #input {
	width: 100%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 25px;
	font-size: 18px;
}
textarea {
	border: 2px solid #000;
	padding: 25px;
	width: 100%;
	margin-top: 100px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
}
.contact-info {
	font-size: 18px;
	width: 750px;
	line-height: 40px;
	margin: 100px 0px 150px 0px;
}
.copyright {
	margin-top: 200px;
	font-size: 26px;
	margin-bottom: 200px;
	font-family: FolioBT-Book;
	font-weight: normal;
	font-style: normal;
	clear: both;
}
	
	
}


@media (min-width: 1185px) and (max-width: 1430px) {
	
	
nav {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 280px;
	margin-left: -115px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
nav ul {
	display: inline;
}
nav ul li {
	display: inline;
	margin-right: 25px;
}
.container {
	width: 80%;
	margin: 0 auto;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
}
.intro {
	width: 85%;
	font-size: 26px;
	line-height: 50px;
	margin-top: 100px;
	margin-bottom: 150px;
	margin-left: 150px;
}
.right-margin {
	margin-right: 5%;
}
.section {
	width: 30%;
	height: 400px;
	float: left;
	margin-bottom: 100px;
}
.section-image {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 900px;
	float: left;
	margin-right: 50px;
	font-size: 22px;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 0px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 700px;
	height: 700px;
	margin: 100px 0px 100px 0px;
	float: left;
}
.portfolio-item-info {
	width: 50%;
	float: left;
	font-size: 20px;
	margin-top: 100px;
	line-height: 30px;
}
.portfolio-item-image {
	width: 50%;
	height: 750px;
	float: left;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
}
.form {
	margin-top: 100px;
	width: 750px;
}
.form #input {
	width: 100%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 25px;
	font-size: 18px;
}
textarea {
	border: 2px solid #000;
	padding: 25px;
	width: 100%;
	margin-top: 100px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
}
.contact-info {
	font-size: 18px;
	width: 750px;
	line-height: 40px;
	margin: 100px 0px 150px 0px;
}
.copyright {
	margin-top: 200px;
	font-size: 26px;
	margin-bottom: 200px;
	font-family: FolioBT-Book;
	font-weight: normal;
	font-style: normal;
	clear: both;
}
	
	
}

	
@media (min-width: 1431px) and (max-width: 1750px) {
	
	
nav {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 280px;
	margin-left: -115px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
nav ul {
	display: inline;
}
nav ul li {
	display: inline;
	margin-right: 25px;
}
.container {
	width: 80%;
	margin: 0 auto;
}
.logo {
	font-size: 50px;
	margin-top: 110px;
	letter-spacing: 5px;
}
.intro {
	width: 85%;
	font-size: 26px;
	line-height: 50px;
	margin-top: 100px;
	margin-bottom: 150px;
	margin-left: 150px;
}
.right-margin {
	margin-right: 5%;
}
.section {
	width: 30%;
	height: 400px;
	float: left;
	margin-bottom: 100px;
}
.section-image {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
}
.section-info {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.section-tag {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.image-break {
	height: 0px;
	clear: both;
}
.about-paragraph {
	width: 900px;
	float: left;
	margin-right: 50px;
	font-size: 22px;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 0px;
}
.about-image {
	background-image: url(../assets/images/dan.jpg);
	background-size: cover;
	background-position: center center;
	width: 700px;
	height: 700px;
	margin: 100px 0px 100px 0px;
	float: left;
}
.portfolio-item-info {
	width: 50%;
	float: left;
	font-size: 20px;
	margin-top: 100px;
	line-height: 30px;
}
.portfolio-item-image {
	width: 50%;
	height: 750px;
	float: left;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
}
.form {
	margin-top: 100px;
	width: 750px;
}
.form #input {
	width: 100%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 2px solid #000;
	padding: 25px;
	font-size: 18px;
}
textarea {
	border: 2px solid #000;
	padding: 25px;
	width: 100%;
	margin-top: 100px;
}
.submit {
	width: 200px;
	margin-top: 100px;
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
}
.contact-info {
	font-size: 18px;
	width: 750px;
	line-height: 40px;
	margin: 100px 0px 150px 0px;
}
.copyright {
	margin-top: 200px;
	font-size: 26px;
	margin-bottom: 200px;
	font-family: FolioBT-Book;
	font-weight: normal;
	font-style: normal;
	clear: both;
}
	
	
}