/* light orange = #d35400*/


/*------------------------------------------- */


/* BASIC SETUP */


/*------------------------------------------- */

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

html,
body {
	background-color: #fff;
	color: #555;
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-rendering: optimizeLegibility;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


/*------------------------------------------- */


/* REUSABLE COMPONENTS */


/*------------------------------------------- */

.row {
	max-width: 1140px;
	margin: 0 auto;
}

section {
	padding: 50px 0;
}

.box {
	padding: 1%;
}


/*HEADINGS*/

h1,
h2,
h3 {
	/*200% of 20px*/
	font-weight: 400;
}

h1 {
	margin: 0;
	color: #fff;
	font-size: 200%;
	margin-bottom: 20px;
	word-spacing: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	font-size: 180%;
	word-spacing: 2px;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

h2:after,
.intro-text-image:before,
.intro-text-image:after {
	display: block;
	height: 2px;
	background-color: #d35400;
	content: " ";
	width: 25%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.intro-text-image:before {
	margin-top: 40px;
}

.intro-text-image:after {
	margin-bottom: 40px;
}

h2 a:link,
h2 a:visited {
	text-decoration: none;
	color: #555;
}

h3 {
	font-size: 110%;
	margin-bottom: 15px;
}


/*PARAGRAPHS*/

.long-copy {
	line-height: 145%;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	color: #d35400;
	word-spacing: 2px;
	margin-top: 50px;
}

.poem-box {
	margin-bottom: 30px;
}

.box p {
	font-size: 90%;
	line-height: 125%;
}


/*ICONS*/

.icon-big {
	font-size: 200%;
	display: block;
	color: #d35400;
	margin-bottom: 10px;
}

.multiple-icons {
	padding: 0;
	margin-top: 34px;
}

.multiple-icons .icon-big {
	display: inline-block;
	margin-right: 10px;
	font-size: 140%;
}

.icon-small {
	font-size: 100%;
	display: inline-block;
	color: #d35400;
	padding: 7px;
}


/*BUTTONS*/

.btn:link,

/*link=normal state, visited= when  clicked, hover= when we hover, active=when we click*/

.btn:visited {
	display: inline-block;
	padding: 10px 30px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 200px;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited {
	background-color: #d35400;
	color: #fff;
	border: 1px solid #d35400;
}

.btn:hover,
.btn:active {
	background-color: #b14600;
}

.btn-full:hover,
.btn-full:active {
	border: 1px solid #b14600;
}

input[type="Submit"]{
	background-color: #d35400;
	border-radius: 200px;
	border-color: #d35400;	
	padding: 5px;
	
}
/*------------------------------------------- */


/* FOOTER */


/*------------------------------------------- */

footer {
	padding: 40px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/Foto%20Website-29.jpg);
	background-size: cover;
	/* Shows whole image, not zoomed in*/
	background-position: center;
	background-attachment: fixed;
	;
}

footer-nav {
	list-style: none;
	float: left;
	margin-top: 50px;
}

.social-links {
	list-style: none;
	float: right;
}

.footer-nav li,
.social-links li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 60px;
}

.footer-nav li:last-child,
.social-links li:last-child {
	margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
	text-decoration: none;
	border: 0;
	color: #888;
	transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
	color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
	font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.ion-social-facebook:hover {
	color: #3b5998;
}

.ion-social-twitter:hover {
	color: #00aced;
}

.ion-social-googleplus:hover {
	color: #dd4b39;
}

.ion-social-instagram:hover {
	color: #517fa4;
}

footer p {
	color: #888;
	text-align: center;
	margin-top: 200px;
	margin-bottom: 80px;
}
footer a:link, 
footer a:visited{
	color: #d35400 
}