@charset "UTF-8";
/* CSS Document */
html {
scroll-behavior: smooth;
}
.processHeading {
		color:white;
		font-family:"Caslon", "Garamond", serif;
		font-weight:200;
		font-size:24px;
		background-color:rgba(85,139,169,1);
		text-decoration:none;
		margin-bottom:12px;
		border-radius:5px;
border-style:solid;
border-color:rgba(56,114,148,1);
border-width:3px;
		line-height:32px;
		padding-left:10px;
		padding-right:10px;
	padding-top:2px;
		display:inline-block;
	
}
a.highlight {
	color:rgba(255,255,255,1.0);
		font-family:"Caslon", "Garamond", serif;
		font-weight:600;
		font-size:16px;
		background-color:rgba(126,61,78,0.7);
		text-decoration:none;
		margin-bottom:7px;
		margin-right:20%;
		margin-left:20%;
		border-radius:5px;
border-style:solid;
border-color:rgba(126,61,78,0.9);
border-width:2px;
		line-height:25px;
		padding-left:7px;
		padding-right:7px;
		display:inline-block;
	
}

a.navlink {
	
		color:rgba(126,61,78,0.9);
		font-family:"Caslon", "Garamond", serif;
		font-weight:bold;
		font-size:14px;
		background-color:rgba(256,256,256,1);
		text-decoration:none;
		margin-bottom:7px;
		margin-right:20%;
		margin-left:20%;
		border-style:solid;
		border-color:rgba(126,61,78,0.9);
		border-width:2px;
		border-radius:5px;
		line-height:26px;
		padding-left:7px;
		padding-right:7px;
		display:inline-block;
		
}

#topButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(126,61,78,0.9); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */

}

#topButton:hover {
background-color: rgba(0,0,0,0.3);
}

button.navlink {
	
		color:rgba(126,61,78,0.9);
		font-family:"Caslon", "Garamond", serif;
		font-weight:bold;
		font-size:24px;
		background-color:rgba(256,256,256,1);
		text-decoration:none;
		margin-bottom:7px;
		margin-right:20%;
		margin-left:20%;
		border-style:solid;
		border-color:rgba(126,61,78,0.9);
		border-width:2px;
		border-radius:5px;
		line-height:35px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:4px;
		display:inline-block;
		
}


body {
	background-color:rgba(251,233,202,1);
	background-image: url("images/CottonRagBG.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

.banner {
	
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	
	
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top:-22px;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0,0,0,0.8);
}
 


.next {

  right: 5%;
 
}



.navigation {
	
	text-align:center;
	width:80%;
	margin-top:20px;
	margin-bottom:20px;
	margin:auto;
	
}


.arrowContainer {
width:90%;
margin:auto;
height:auto;


}

.slideshow-container {
	
	width:90%;
	height:auto;
    position:relative;
    margin:auto;
	margin-top:10px;
	margin-bottom:15px;
   
	
}


.maintext {
	
	width:95%;
	height:auto;
	position:relative;
	margin:auto;
	background-color:rgba(256,256,256,0.5);
	
}

p.mainParagraph {
	
	font-family: caslon, garamond, serif;
	color:black;
	font-size:18px;
	text-align:left;
	line-height:30px;
	padding:15px;
	margin:auto;
	width:75%
	
}

.responsiveTextSmall {

	text-align:left; 
	font-size:20px;
}
	

.slides {
	
width:90%;
margin:auto;
height:auto;
display: none;
}

.captions {
		font-size:8px;

}

.sampleWork {
width:300px;
height:auto;

}

@media only screen and (min-width: 520px) {
 
.sampleWork {
width:300px;
height:auto;

}

.next {

  right: 17.5%;
 
}

.arrowContainer {
width:65%;
margin:auto;
height:auto;


}

.slides {
	
width:65%;
margin:auto;
height:auto;
}


    [class="banner"] {
        width: 75%;
    }
	a.navlink {
		
		font-size:18px;
		margin-right:37%;
		margin-left:37%;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:3px;
		padding-top:3px;

	}
	a.highlight {
		font-size:21px;
		margin-right:37%;
		margin-left:37%;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:3px;
		padding-top:3px;

	}

	[class="slideshow-container"]{
		width:75%;
		
	}
	
	[class="maintext"] {
	
	width:75%;
	margin:auto;
	}



}
.captions {
		font-size:10px;

}


	
@media only screen and (min-width: 1120px) {

.sampleWork {
width:300px;
height:auto;

}

.next {

  right: 25%;
 
}

.arrowContainer {
width:50%;
margin:auto;
height:auto;


}

.slides {
	
width:50%;
margin:auto;
height:auto;
}

   
    [class="banner"] {
        width: 65%;
    }
	
	a.navlink {
	font-size:18px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left:12px;
	padding-right:12px;
		padding-bottom:3px;
		padding-top:3px;

	}
	
	a.highlight {
		font-size:20px;
		margin-right:8px;
		margin-left:8px;
		padding-left:12px;
		padding-right:12px;
		padding-bottom:3px;
		padding-top:3px;

	}

	[class="slideshow-container"]{
		width: 65%;
	}
	
	[class="maintext"] {
	
		width: 65%;
		margin:auto;
	}


	
	.socialLinks {
		font-size:28px;
	}
	
	.responsiveTextBig {
		font-size:24px;
	}
	
	.captions {
		font-size:14px;

}

}

@media only screen and (min-width: 1540px) {

.sampleWork {
width:400px;
height:auto;

}
	}

		
		
