@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    height: 1500px;
    background-image: url("../Images/background/wood-1700562_1920.jpg");
    font-family: boogaloo;
    font-style: normal;
    font-weight: 400;
}
/* Navigation */
header {
	width: 100%;
	height: 8%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
.logo {
	color: ghostwhite;
	font-weight: 400px;
	text-align: undefined;
	width: 30%;
	float: left;
	margin-top: 6px;
	margin-left: 25px;
	letter-spacing: 4px;
	font-style: normal;
	font-size: 40px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
/* portfolio header on page*/
.about-us h1{
	font-size: 60px;
	color:ghostwhite;
	margin-left:640px;
	margin-top: 20px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}

p {
  font-family: boogaloo;
  line-height: 1.4;
  margin: 0 0 0 ;
  font-size: 20px;
	color: #FCD110;
}
.scroll-bar-wrap {
  width: 400px;
  position: relative;
  margin: 0px auto;
}
.scroll-box {
  width: 350px;
  height: 120px;
  overflow-y:auto;
	margin-left:60px;
	text-align: match-parent;
	
color: ghostwhite;
}
.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:auto;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}
.cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.link  {
	color: ghostwhite;
	text-decoration: none;	

}


/* changes the picture bubble titles on portfolio page */
.about-us h2{
  text-align:center;
  margin-top:15px;
  font-size:60px;
  color:ghostwhite;
  line-height:1.2;
  letter-spacing:4px;
  width:100%;
  position:relative;
  font-weight:400;
	font-family: boogaloo;
}



.about-us .column-one{
  margin-top:10px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
	margin-left: 120px;
}
/* changes little circle 1 picture and stuff */
.about-us .column-one .circle-one{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/gears-1070838_640.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  border:2px solid #FCD110;

}


.about-us .column-two{
  margin-top:10px;
  width:700px;
  float:left;
  margin-bottom:70px;
  height:350px;
}
/* changes little circle 2 picture and stuff */
.about-us .column-two .circle-two{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small book.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  border:2px solid #FCD110;
}


.about-us .column-three{ 
  margin-top:10px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}
/* changes little circle 3 picture and stuff */
.about-us .column-three .circle-three{ 
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small camera.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
  border:2px solid #FCD110;
}

.about-us .column-four{
  margin-top:10px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
	margin-left: 120px;
}
/* changes little circle 4 picture and stuff */
.about-us .column-four .circle-four{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/gears-1070838_640.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-four .circle-four:hover{
  border:2px solid #FCD110;

}

 .gallery  p {
	margin-left: 550px;
	font-size: 20px;

}

.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: boogaloo;
}
.footer_banner {
	background-color: ghostwhite;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}


@media (max-width: 320px){
	
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1350px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 5.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
}
	.logo {
    color: #FCD110;
    width: 95%;
    float:left;
    margin-top: 6px;
    margin-left: 10px;
	margin-bottom: auto;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 28px;
	
}
	nav {
	float: right;
	width: 100%;
	text-align: center;
	margin-right: 20px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 15px;
	text-align: center;
	margin-right: 8px;
	margin-top: 1px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
	
/* portfolio header on page*/
.about-us h1{
	font-size: 38px;
	color:ghostwhite;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
	display: block;
	text-align: center;
	margin-top: 20px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}

p {
  font-family: boogaloo;
  line-height: 1.4;
  margin-left:auto;
  margin-right:auto;
  display:block;
  font-size: 20px;
  text-align: center;
  width: 100%;
		
}
.scroll-bar-wrap {
  width: 100%;
  margin-left: auto;
  margin-right:auto;
  display:block;
	text-align: center;
}
.scroll-box {
  width: 100%;
  height: 80px;
  overflow-y:auto;
  margin-left: auto;
  margin-right: auto;
  display:block;
  text-align: center;
  color: ghostwhite;
	
}
.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:auto;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #000000; 
}
.cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.link  {
	color: ghostwhite;
	text-decoration: none;	

}


/* changes the picture bubble titles on portfolio page */
.about-us h2{
  
  margin-top:15px;
  font-size:30px;
  color:ghostwhite;
  line-height:1.2;
  letter-spacing:4px;
  font-family: boogaloo;
	margin-left:auto;
	margin-right:auto;
	display:block;
}



.about-us .column-one{
  margin-top:10px;
  width:300px;
  margin-bottom:40px;
  height:350px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/* changes little circle 1 picture and stuff */
.about-us .column-one .circle-one{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/gears-1070838_640.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  border:2px solid #FCD110;

}


.about-us .column-two{
  margin-top:10px;
  width:300px;
  margin-bottom:40px;
  height:350px;
}
/* changes little circle 2 picture and stuff */
.about-us .column-two .circle-two{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small book.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  border:2px solid #FCD110;
}


.about-us .column-three{ 
  margin-top:10px;
  width:300px;
  text-align:center;
  margin-bottom:70px;
  height:150px;
}
/* changes little circle 3 picture and stuff */
.about-us .column-three .circle-three{ 
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small camera.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
  border:2px solid #FCD110;
}


.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: boogaloo;
}
.footer_banner {
	background-color: ghostwhite;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
	
	
}

@media (min-width: 320px) and (max-width: 600px){
	
	
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1400px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 5.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: center;
    width: 100%;
    margin-top: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: center;
    letter-spacing: 4px;
    font-family: boogaloo;
	font-size: 30px;
}
	
nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 4px;
}	
	
	header nav ul {
	
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
    text-align:center;
	width:100%;
	
}	
	
	nav ul li {
	color: ghostwhite;
	font-size: 12px;
	margin-left: auto;
	margin-right:auto;
	display:block;
	letter-spacing: 4px;
	transition: all 0.3s linear;
	font-family: boogaloo;
	text-align:center;
	width:24%;
	align-content: center;
}

	
ul li:hover a {
	color: #FCD110;
}	

/* portfolio header on page*/
.about-us h1{
	font-size: 40px;
	color:ghostwhite;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
	display: block;
	text-align: center;
	margin-top: 20px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}

p {
  font-family: boogaloo;
  line-height: 1.4;
  margin-left:auto;
  margin-right:auto;
  display:block;
  font-size: 24px;
  text-align: center;
  width: 100%;
		
}
.scroll-bar-wrap {
  width: 95%;
  margin-left: auto;
  margin-right:auto;
  display:block;
	text-align: center;
}
.scroll-box {
  width: 100%;
	height:100px;
  overflow-y:auto;
  margin-left: auto;
  margin-right: auto;
  display:block;
  text-align: center;
  color: ghostwhite;
	
}
.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:auto;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #000000; 

}
.cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.link  {
	color: ghostwhite;
	text-decoration: none;	

}


/* changes the picture bubble titles on portfolio page */
.about-us h2{
  
  margin-top:15px;
  font-size:35px;
  color:ghostwhite;
  line-height:1.2;
  letter-spacing:4px;
  font-family: boogaloo;
	margin-left:auto;
	margin-right:auto;
	display:block;
}



.about-us .column-one{
  margin-top:10px;
  width:100%;
  margin-bottom:40px;
  height:350px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/* changes little circle 1 picture and stuff */
.about-us .column-one .circle-one{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/gears-1070838_640.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  border:2px solid #FCD110;

}


.about-us .column-two{
  margin-top:10px;
  width:100%;
  margin-bottom:70px;
  height:350px;
}
/* changes little circle 2 picture and stuff */
.about-us .column-two .circle-two{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small book.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  border:2px solid #FCD110;
}


.about-us .column-three{ 
  margin-top:10px;
  width:100%;
  text-align:center;
  margin-bottom:40px;
  height:150px;
}
/* changes little circle 3 picture and stuff */
.about-us .column-three .circle-three{ 
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small camera.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
  border:2px solid #FCD110;
}


.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: boogaloo;
}
.footer_banner {
	background-color: ghostwhite;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}	
	
}

@media (min-width: 600px) and (max-width: 760px){
	
	/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:1400px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 3.5%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 3px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
	
/* portfolio header on page*/
.about-us h1{
	font-size: 60px;
	color:ghostwhite;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
	display: block;
	text-align: center;
	margin-top: 20px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}

p {
  font-family: boogaloo;
  line-height: 1.4;
  margin-left:auto;
  margin-right:auto;
  display:block;
  font-size: 24px;
  text-align: center;
  width: 100%;
		
}
.scroll-bar-wrap {
  width: 100%;
  margin-left: auto;
  margin-right:auto;
  display:block;
	text-align: center;
}
.scroll-box {
  width: 100%;
	height:100px;
  overflow-y:auto;
  margin-left: auto;
  margin-right: auto;
  display:block;
  text-align: center;
  color: ghostwhite;
	
}
.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:auto;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rga(0,0,0,0,0.2); 
}
.cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.link  {
	color: ghostwhite;
	text-decoration: none;	

}


/* changes the picture bubble titles on portfolio page */
.about-us h2{
  
  margin-top:15px;
  font-size:35px;
  color:ghostwhite;
  line-height:1.2;
  letter-spacing:4px;
  font-family: boogaloo;
	margin-left:auto;
	margin-right:auto;
	display:block;
}



.about-us .column-one{
  margin-top:10px;
  width:100%;
  margin-bottom:40px;
  height:350px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/* changes little circle 1 picture and stuff */
.about-us .column-one .circle-one{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/gears-1070838_640.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  border:2px solid #FCD110;

}


.about-us .column-two{
  margin-top:10px;
  width:100%;
  margin-bottom:70px;
  height:350px;
}
/* changes little circle 2 picture and stuff */
.about-us .column-two .circle-two{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small book.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  border:2px solid #FCD110;
}


.about-us .column-three{ 
  margin-top:10px;
  width:100%;
  text-align:center;
  margin-bottom:40px;
  height:150px;
}
/* changes little circle 3 picture and stuff */
.about-us .column-three .circle-three{ 
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small camera.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
  border:2px solid #FCD110;
}


.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: boogaloo;
}
.footer_banner {
	background-color: ghostwhite;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}		
	
}

@media (min-width: 760px) and (max-width: 960px){
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:650px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 6%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    width: 45%;
	text-align: left;
    margin-top: 6px;
    margin-left: 3px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 25px;
	
}
nav {
	float: right;
	width: 52%;
	text-align: right;
	margin-right: 1px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 12px;
	text-align: right;
	margin-right:15px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}	
	
/* portfolio header on page*/
.about-us h1{
	font-size: 60px;
	color:ghostwhite;
	margin-left:auto;
	margin-right:auto;
	display: block;
	text-align: left;
	align-content: center;
	margin-top: 20px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}

p {
  font-family: boogaloo;
  line-height: 1.4;
  margin-left:auto;
  margin-right:auto;
  display:block;
  font-size: 24px;
  text-align: center;
  width: 100%;
		
}
.scroll-bar-wrap {
  width: 100%;
  margin-left: auto;
  margin-right:auto;
  display:block;
	text-align: center;
}
.scroll-box {
  width: 100%;
	height:100px;
  overflow-y:auto;
  margin-left: auto;
  margin-right: auto;
  display:block;
  text-align: center;
  color: ghostwhite;
	
}
.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:auto;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rga(0,0,0,0,0.2); 
}
.cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.link  {
	color: ghostwhite;
	text-decoration: none;	

}


/* changes the picture bubble titles on portfolio page */
.about-us h2{
  
  margin-top:15px;
  font-size:35px;
  color:ghostwhite;
  line-height:1.2;
  letter-spacing:4px;
  font-family: boogaloo;
	margin-left:auto;
	margin-right:auto;
	display:block;
}



.about-us .column-one{
  margin-top:25px;
  width:33%;
  margin-bottom:40px;
  height:350px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/* changes little circle 1 picture and stuff */
.about-us .column-one .circle-one{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/gears-1070838_640.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  border:2px solid #FCD110;

}


.about-us .column-two{
  margin-top:25px;
  width:33%;
  margin-bottom:70px;
  height:350px;
}
/* changes little circle 2 picture and stuff */
.about-us .column-two .circle-two{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small book.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  border:2px solid #FCD110;
}


.about-us .column-three{ 
  margin-top:25px;
  width:33%;
  text-align:center;
  margin-bottom:40px;
  height:150px;
}
/* changes little circle 3 picture and stuff */
.about-us .column-three .circle-three{ 
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small camera.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
  border:2px solid #FCD110;
}


.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: boogaloo;
}
.footer_banner {
	background-color: ghostwhite;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}		
	
}

@media ( min-width : 960px ) {
	
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height:700px;
	background-image:url("../Images/background/wood-1700562_1920.jpg");
}
	
	/* Navigation */
header {
	width: 100%;
	height: 8%;
	background-color: #444565;
	border-bottom: 1px solid #FCD110;
	
}	
	
.logo {
    color: ghostwhite;
    text-align: undefined;
    width: 40%;
    float: left;
    margin-top: 6px;
    margin-left: 25px;
    letter-spacing: 4px;
    font-family: boogaloo;
    font-style: normal;
	font-size: 40px;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: ghostwhite;
	font-size: 20px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	font-family: boogaloo;
	
}
ul li a {
	color: ghostwhite;
	text-decoration: none;
}
ul li:hover a {
	color: #FCD110;
}
	
/* portfolio header on page*/
.about-us h1{
	font-size: 60px;
	color:ghostwhite;
	margin-left:auto;
	margin-right:auto;
	display: block;
	text-align: left;
	align-content: center;
	margin-top: 20px;
	text-shadow: -3px -3px 0 #000000,
	-3px 3px 0 #000000,
		3px -3px 0 #000000,
		3px 3px 0 #000000;
	
}

p {
  font-family: boogaloo;
  line-height: 1.4;
  margin-left:auto;
  margin-right:auto;
  display:block;
  font-size: 24px;
  text-align: center;
  width: 100%;
		
}
.scroll-bar-wrap {
  width: 100%;
  margin-left: auto;
  margin-right:auto;
  display:block;
	text-align: center;
}
.scroll-box {
  width: 100%;
	height:100px;
  overflow-y:auto;
  margin-left: auto;
  margin-right: auto;
  display:block;
  text-align: center;
  color: ghostwhite;
	
}
.scroll-box::-webkit-scrollbar {
  width: .4em;
	
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:auto;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rga(0,0,0,0,0.2); 
}
.cover-bar {
  position: absolute;
  background: transparent;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

.link  {
	color: ghostwhite;
	text-decoration: none;	

}


/* changes the picture bubble titles on portfolio page */
.about-us h2{
  
  margin-top:15px;
  font-size:35px;
  color:ghostwhite;
  line-height:1.2;
  letter-spacing:4px;
  font-family: boogaloo;
	margin-left:auto;
	margin-right:auto;
	display:block;
}



.about-us .column-one{
  margin-top:25px;
  width:33%;
  margin-bottom:40px;
  height:350px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/* changes little circle 1 picture and stuff */
.about-us .column-one .circle-one{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/gears-1070838_640.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  border:2px solid #FCD110;

}


.about-us .column-two{
  margin-top:25px;
  width:33%;
  margin-bottom:70px;
  height:350px;
}
/* changes little circle 2 picture and stuff */
.about-us .column-two .circle-two{
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small book.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
    
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  border:2px solid #FCD110;
}


.about-us .column-three{ 
  margin-top:25px;
  width:33%;
  text-align:center;
  margin-bottom:40px;
  height:150px;
}
/* changes little circle 3 picture and stuff */
.about-us .column-three .circle-three{ 
  height: 200px;
  position:relative;
  margin:0 auto;
  border:2px solid ghostwhite;
  background: url( "../Images/icons/small camera.jpg") white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
  border:2px solid #FCD110;
}


.copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #342B26;
	color: ghostwhite;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: boogaloo;
}
.footer_banner {
	background-color: ghostwhite;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}	
	
}
