body {
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-image: url('../images/headerbg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;

}

ul {
  margin: 0;
  padding: 0;
}

img {
    pointer-events: none;
}

.edu_button a {
font-family: 'Fredoka One';
	padding: 0.8em 2em;
	color: #32a0c2;
	font-size: 0.8em;
	letter-spacing: 1px;
	background: #ffffff;
	border: 2px solid #32a0c2;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.edu_button a:hover {
	background: #32a0c2;
	border: 2px solid #00a78e;
	color: #fff;
}

.videowrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.boxvideowrapper{
  width: 80%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.imagewrapper{
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.gallerywrapper{
  width: 65%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.publicationwrapper{
  width: 50%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.paperwrapper{
  width: 50%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.photowrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.imagecenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 70%;
}

h3.headerw3 {
color: #FFA500;
font-family: 'Permanent Marker';
font-size: 48px; 
font-weight: 700; 
line-height: 64px; 
margin: 0 0 0; 
padding: 20px 30px; 
text-align: center; 
text-transform: uppercase;
}

h3.headerw3.two {
	color: #fff;
}





/* Header */

.nav-bar {
font-family: 'Fredoka One';
  background: #ffffff;
  color: #353637;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 60px;
  border-top: #32a0c2 3px solid;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index:1000;
  border-bottom: #f1f1f1 solid 2px;
}

.jumptarget:before {
  content:"";
  display:block;
  height:70px; /* fixed header height*/
  margin:-70px 0 0; /* negative fixed header height */
}

.nav-bar .highlight1 {
  color: #32a0c2;
  font-weight: bold;
}

.nav-bar .highlight2 {
  color: #FFA500;
  font-weight: bold;
}

.nav-bar .current a {
  color: #32a0c2;
  text-decoration: none;
}

.nav-bar a:hover{
  color: #353637;
  text-decoration: none;
}
 
.brand {
  position: absolute;
  padding-left: 0;
  float: left;
  line-height: 70px;
  font-size: 1.4em;
}

.brand a img {
	max-height: 70px;
}

.brand h1{
font-family: 'Fredoka One';
  font-size: 28px;
  margin: 0;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
 
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}
 
nav {
  float: right;
  margin-top: 2px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  background: #ffffff;
  color: #353637;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  background: #32a0c2;
  color: #353637;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: "\25be";
}

nav ul li ul li {
  width: 100%;
  overflow: auto;
}

nav ul li ul li a {
  padding: 10px;
  line-height: 20px;
}


.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
}

// nav ul li:hover .nav-dropdown {display: block;}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 2px;
  background: #ffffff;
  height: 54px;
  width: 54px;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 18px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  background: #ffffff;
  text-decoration: none;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #353637;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}






/* Showcase Main */

#showcase {
  text-align: center;
  color: #ffffff;
}

#showcase .box{
  min-height: 240px;
  background:url('../images/headerbg.gif') no-repeat center;
  background-size: cover;
  margin-top: 60px; /* Add top margin to avoid content overlay */
}

#showcase .bag{
  min-height: 240px;
  background:url('../images/headerbg.jpg') no-repeat center;
  background-size: cover;
  margin-top: 60px; /* Add top margin to avoid content overlay */
}

#showcase .bin{
  min-height: 240px;
  background:url('../images/headerbg.png') no-repeat center;
  background-size: cover;
  margin-top: 60px; /* Add top margin to avoid content overlay */
}

#showcase h3{
font-family: 'Fredoka One'; 
  margin-top: 30px;
  font-size: 32px;
}

#showcase p{
font-family: 'Fredoka One'; 
  font-size: 16px;
}

#showcase h2{
font-family: 'Fredoka One'; 
  font-size: 24px;
  margin-bottom: 40px;
}

#showcase h1{
font-family: 'Permanent Marker';
  margin-top: 30px;
  font-size: 90px;
}





/* Boxes */

#boxes{
  padding: 20px;
}

#boxes h1 {
color: #FFA500;
font-family: 'Permanent Marker';
font-size: 48px; 
font-weight: 700; 
line-height: 64px; 
margin: 0 0 0; 
text-align: center; 
text-transform: uppercase;
padding: 5px;
}

#boxes h2{
color: #343434;
font-family: 'Fredoka One';   
font-size: 36px;
font-weight: bold;
line-height: 36px;
text-transform: uppercase;
text-shadow: 0 2px white, 0 3px #777;
padding: 5px;
}

#boxes h3{
font-family: 'Fredoka One'; 
font-style: normal;
color: #32a0c2;
}

#boxes h6 {
color: #FFA500;
font-family: 'Permanent Marker';
font-size: 28px; 
line-height: 28px; 
padding: 5px;
}

#boxes h5{
font-family: 'Fredoka One'; 
color: #353637;
font-size: 24px;
//background: #f1f1f1;
padding: 15px;
line-height: 28px;
}

#boxes p{
font-family: 'Fredoka One'; 
color: #353637;
}

#boxes i{
color: #353637;
}

#boxes button {
font-family:Fredoka One;
}

.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.dark{
//  background: #ffffff;
  color: #353637;
  margin-top: 10px;
  margin-bottom: 10px;
  border: #32a0c2 solid 1px;
}

#boxes .box{
  float:left;
  text-align: center;
  width: 33%;
  padding: 10px;
//  background: #ffffff;
}

#boxes .bag{
  float:left;
  text-align: center;
  width: 33%;
  padding: 0px 10px 0px 10px;
}

.banner_bottom_in {
	text-align: center;
	margin: 0 auto;
	width: 80%;
}

.banner_bottom_in p {
font-family: 'Fredoka One'; 
	margin: 2em 0;
	color: #353637;
  padding: 15px;
}

.banner_bottom_in h3 {
	line-height: 1.3em;
}

.banner_bottom_in iframe {
	width: 600px;
	min-height: 333px;
	border: 6px solid #f1f1f1;
	margin-top: 3em;
}

.slice {
padding: 15px;
color: #222;
//  background: #ffffff;
}

.slice h1{
color: #FFA500;
font-family: 'Permanent Marker';
font-size: 48px; 
font-weight: 700; 
line-height: 64px; 
margin: 0 0 0; 
text-align: center; 
text-transform: uppercase;
padding: 5px;
}

#boxes button {
font-family:Fredoka One;
text-transform: uppercase;
}




/* Sorter */

aside#right-col {
  float: right;
  width: 45%;
  text-align: center;
}

article#left-col{
  float: left;
  width: 45%;
  text-align: center;
}

aside#mid-col {
  margin: 0 auto;
  width: 100%;
}

article#farleft-col{
  float: left;
  width: 30%;
}

article#team-portfolio
{
  color: #353637;
//  background: #ffffff;
  float: right;
  width: 65%;
}

.team-box-container {
	text-align: center;
	margin: 0 auto;
  overflow: hidden;
}

.team-container{
  width: 90%;
  margin-left: 20px;
  overflow: hidden;
}

.portfolio
{
  padding: 15px;
  color: #353637;
//  background: #ffffff;
//  background:url('../images/headerbg.jpg') no-repeat center;
//  background-size: cover;
}

.portfolio h1{
color: #FFA500;
font-family: 'Permanent Marker';
font-size: 48px; 
font-weight: 700; 
line-height: 64px; 
margin: 0 0 0; 
text-align: center; 
text-transform: uppercase;
  padding: 5px;
}

.portfolio p{
font-family: 'Fredoka One'; 
  color: #353637;
}

.portfolio-sorting
{
//	background: #ffffff;
	text-transform: uppercase;	
	font-size: 16px;
	margin-bottom: 48px;
}

.portfolio-sorting li 
{
list-style-type:none;
}

.portfolio-sorting li a 
{
font-family: 'Fredoka One';
	padding: 0.8em 2em;
	color: #32a0c2;
	font-size: 0.7em;
	letter-spacing: 1px;
	background: #ffffff;
	border: 2px solid #32a0c2;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.portfolio-sorting li a:hover,
.portfolio-sorting li a.active
{
	background: #32a0c2;
	border: 2px solid #00a78e;
	color: #fff;
}

.portfolio-item 
{
//  border: #f1f1f1 solid 1px;
  margin-bottom: 5px;
//  background: #ffffff;
}

.portfolio-item h3{
font-family: 'Fredoka One'; 
font-style: normal;
  color: #32a0c2;
//  border-bottom: #f1f1f1 solid 1px;
}

.portfolio-item h4{
font-family: 'Fredoka One'; 
  color: #32a0c2;
  font-size: 18px;
  font-weight: bold;
}

.portfolio-item h2{
  color: #32a0c2;
  font-size: 16px;
  font-weight: bold;
}





/* Collapsible */

.collapsible {
  background-color: #ffffff;
  color: #353637;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: center;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  border: #d3d3d3 solid 2px;
}

.cactive, .collapsible:hover {
  background-color: #d3d3d3;
  color: #353637;
}

.collapsible:after {
  content: '\002B';
  color: #353637;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.cactive:after {
  content: "\2212";
  color: #353637;
}

.ccontent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}









/* Services */

ul#services li{
  list-style: none;
  border: #f1f1f1 solid 1px;
  margin-bottom: 15px;
  background: #ffffff;
}

ul#services h3{
font-family: 'Fredoka One'; 
font-style: normal;
  color: #32a0c2;
  border-bottom: #f1f1f1 solid 1px;
}

ul#services p{
font-family: 'Fredoka One'; 
  color: #353637;
}






/* Newsletter */

#newsletter {
  padding: 15px;
  color: #ffffff;
  background: #32a0c2;
}

#newsletter h1{
font-family: 'Fredoka One';
  float: left;
}

#newsletter h6{
font-family: 'Fredoka One';
  font-weight: bold;
}

.social-icons-wthree h6 {
	float: center;
	color: #353637;
	font-size: 1.0em;
	margin-bottom: 1em;
}

.social-icons-wthree a {
	color: #353637;
	font-size: 15px;
	display: inline-block;
	margin-right: 1px;
	width: 32px;
	height: 32px;
	border: 1px solid #4e4c4c;
	text-align: center;
	line-height: 32px;
}

.social-icons-wthree a:hover {
	color: #7a7a7a;
	border: 1px solid #7a7a7a;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}



/* Footer */

footer{
font-family: 'Fredoka One';
  padding: 20px;
  color: #ffffff;
  background-color: #353637;
  text-align: center;
}

footer a:hover{
font-family: 'Fredoka One';
  text-decoration: none;
}





/* Responsive */


@media(max-width:1366px) {
.banner_bottom_in {
		margin: 0 auto;
		width: 78%;
	}
}

@media(max-width:900px) {
.banner_bottom_in {
		margin: 0 auto;
		width: 90%;
	}
}


@media(max-width: 768px){
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  #boxes .bag,
  article#left-col,
  article#farleft-col,
  article#team-portfolio,
  .team-container,
  aside#right-col {
    float: none;
    text-align: center;
    width: 100%;
  }

#showcase h1{
  margin-top: 20px;
  font-size: 60px;
}

 .banner_bottom_in iframe {
		width: 470px;
		min-height: 300px;
		margin-top: 3em;
  }

  .videowrapper{
  width: 80%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
  }

  .boxvideowrapper{
  width: 75%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
  }

.gallerywrapper{
  width: 75%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.publicationwrapper{
  width: 60%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.paperwrapper{
  width: 60%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

  #showcasemain h1 {
    margin-top: 40px;
  }

  #newsletter button {
    display: block;
    width: 100%;
  }

  #newsletter form input[type="email"],
  .contact input,
  .contact textarea,
  .contact label{
    width: 100%;
    margin-bottom: 5px;
  }
}



@media(max-width:640px) {
.banner_bottom_in iframe {
		width: 470px;
		min-height: 300px;
		margin-top: 3em;
	}

  .videowrapper{
  width: 90%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
  }

  .boxvideowrapper{
  width: 80%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
  }

.gallerywrapper{
  width: 80%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.publicationwrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.paperwrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

}



@media(max-width:568px) {
.banner_bottom_in iframe {
		width: 380px;
		min-height: 264px;
		margin-top: 3em;
	}

  .videowrapper{
  width: 80%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
  }

.gallerywrapper{
  width: 75%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.publicationwrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.paperwrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

}



@media(max-width:480px) {
	.banner_bottom_in iframe {
		width: 380px;
		min-height: 264px;
		margin-top: 3em;
	}

  .videowrapper{
  width: 90%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
  }

.gallerywrapper{
  width: 80%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.publicationwrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.paperwrapper{
  width: 70%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

}



@media(max-width:414px) {
.banner_bottom_in iframe {
		width: 290px;
		min-height: 162px;
		margin-top: 3em;
	}

#showcase h1{
  margin-top: 60px;
  font-size: 42px;
}

h3.headerw3 {
    font-size: 32px;
  }

  #boxes h1 {
    font-size: 32px;
  }

  #boxes h2 {
    font-size: 28px;
  }

  #slice h1 {
    font-size: 32px;
  }

  #strip h1 {
    font-size: 32px;
  }

  #strip h2 {
    font-size: 24px;
  }

  .portfolio h1 {
    font-size: 32px;
  }

  .videowrapper{
  width: 90%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
  }

.gallerywrapper{
  width: 80%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.publicationwrapper{
  width: 100%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

.paperwrapper{
  width: 95%;
  border: 6px solid #f1f1f1;
  margin: 20px auto;
}

}




@media only screen and (max-width: 898px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 40px 0 0;
   max-height: 100vh;
   overflow: auto;
  -webkit-overflow-scrolling: touch;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    border-top: #f1f1f1 solid 1px;
    float: none;
  }
  nav ul li a {
    padding: 10px;
    line-height: 20px;
    padding-left: 25%;	 
  }
  nav ul li ul li a {
    padding-left: 32%;
  }

  .nav-dropdown {
    position: static;
  }

	.brand a img {
		max-height: 60px;
		margin-top: 5px;
	}
}

@media screen and (min-width: 899px) {
  .nav-list {
    display: block !important;
  }
}
