

@font-face {
	font-family: 'Plain-Regular';
	src: url('../fonts/Plain-Regular.woff2') format('woff2'),
		url('../fonts/Plain-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Plain-Light';
	src: url('../fonts/Plain-Light.woff2') format('woff2'),
		url('../fonts/Plain-Light.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Plain-Bold';
	src: url('../fonts/Plain-Bold.woff2') format('woff2'),
		url('../fonts/Plain-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face{
  src: url('../fonts/CodecPro-Bold.ttf');
  font-family:codec-bold;
}
@font-face{
  src: url('../fonts/CodecPro-Light.ttf');
  font-family:codec-light;
}
@font-face{
  src: url('../fonts/CodecPro-Regular.ttf');
  font-family:codec-regular;
}
@font-face {
	font-family:jokerman;
	src: url('../fonts/Jokerman.ttf');
}
@font-face {
	font-family:freestyle-script;
	src: url('../fonts/FREESCPT.TTF');
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}


*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	line-height: 1.6;
	font-family:codec-regular;
	color: rgb(0, 0, 0); 
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 2rem;
}
h1 { font-size: 2.0rem; line-height: 1.2; }
h2 { font-size: 1.8rem; line-height: 1.25;}
h3 { font-size: 1.6rem; line-height: 1.3;}
h4 { font-size: 1.4rem; line-height: 1.35;}
h5 { font-size: 1.2rem; line-height: 1.5;}
h6 { font-size: 1.0rem; line-height: 1.6;}


p {
	font-family:codec-regular;
	margin-top: 0; 
	text-align: justify;
}
li {
	font-family:codec-regular;
	text-align: justify;
}

.t-white {
	color: #fff;

}
.img-size{
	height: 400px;
	width: 400px;
}
.img-sizee{
	height: 200px;
	width: 800px;
}
.tagline
{
	text-align: center;
	font-size: 400%;
	font-family:jokerman;
}
.tagline2{
	font-family:freestyle-script;
	font-size: 230%;
}
.tags{
	font-size: 130%;
	text-decoration: none;
}

.treattag{
	font-size: 300%;
	font-family:jokerman;
}

.quote{
	font-size: 150%;
	font-family:codec-regural;
}

.just{
	text-align: justify;
}
.fff{
	font-family:codec-regular;
}
.name{
	height: 120px;
	width: 1200px;
	align-items: center;
}
.quote-about{
    font-size:25px;
    margin-top:0px;
	padding-right: 5px;
  }

  .quote-about-mob{
    font-size:32px;
    margin-top:0px;
	padding-right: 5px;
  }

  .context{
	  font-size: 15px;
  }

/*menu-----*/
.navbar{
	width: 100%;
	background-color: #000;
	color: #fff;
}
.navbar-brand{
	float: left;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	
}
.navbar-nav{
	margin: 0%;
}
.navbar .navbar-nav .nav-item{
	display: inline;
	list-style: none;
}
.navbar-nav .nav-item a{
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	padding: 0.09em 0.7em;
	color: #fff;
}
.toggle-collapse{
	float: center;
	width: 32px;
	height: 32px;
	margin: 0.04em 0.4em;
	background-color: transparent;
	color: rgb(238, 238, 238);
	cursor: pointer;
	display: none;
}
.toggle-collapse:hover{
	color: rgb(0, 0, 0);
	height: 30px;
	width: 30px;
}

@media screen and (max-width:456px) {
	.navbar-brand{
		display: inline-block;
		float: none;
	}
	.toggle-collapse{
		display: inline-block;
	}
	.navbar-nav{
		color: #fff;
		padding: 0%;
	}
	.navbar .navbar-nav .nav-item{
		display: block;
		list-style: none;
	}
	.navbar-collapse{
		width: 100%;
		overflow: hidden;
		text-align: center;
		height: 0vh;
		transition: all 499ms ease;
	}
	.collapse{
		height: 100vh;
	}
	.dropbtn {
		background-color: #000000; 
		color: white;
		padding: 16px;
		font-size: 16px;
		border: none;
		cursor: pointer;
	  }
	  .dropdown {
		position: relative;
		display: inline-block;
	  }
	  .dropdown-content {
		display: none;
		position: absolute;
		right: 0;
		background-color: #000000;
		color: #ffffff;
		text-emphasis-color: #fff;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	  }
	  .dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	  }
	  .dropdown-content a:hover {background-color: #000000;}
	  
	  .dropdown:hover .dropdown-content {
		display: block;
	  }
	  .dropdown:hover .dropbtn {
		background-color: #000000;
		color: #ffffff;
	  }
}
/*----*/
  
/*Gallery----*/
* 
  h1 {
	font-size: 50px;
	word-break: break-all;
  }
  
  .row {
	margin: 8px -16px;
  }
  
  /* Add padding BETWEEN each column (if you want) */
  .row,
  .row > .column {
	padding: 8px;
  }
  
  /* Create four equal columns that floats next to each other */
  .column {
	float: left;
	width: 25%;
  }
  
  /* Clear floats after rows */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Content */
  .content {
	background-color: rgb(10, 10, 10);
	padding: 10px;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 900px) {
	.column {
	  width: 50%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.column {
	  width: 100%;
	}
  }



  
/*-----------Review----------------*/
  

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #111111;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0 #fff;
  border: #fff 2px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: rgb(10, 10, 10);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(41, 40, 40);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #ffffff;
}

/* Add an italic font style to all quotes */
q {font-style: italic; text-align: center;}

/* Add a blue color to the author */
.author {color: rgb(255, 255, 255); text-align: center;}






/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	font-family:codec-regular;
	color: #ffffff; 
	
}
a:hover {
	color: #ffffff; 
}

img {
	width: 100%;
	height: auto;
}

section {
	margin: 10rem auto;
}

button {
	font-family:codec-regular;
	background-color: #000;
	border: none;
	border-radius: 3px;
	color: #fff;
	height: auto;
	padding: 3px 37px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	transition: all 0.5s ease;
	cursor: pointer;
	font-size: 0.8rem;
	text-align: center;
}


button:hover, button:focus {
	background-color: #fff;
	color: #000;
}

button.light {
	background-color: #fff;
	color: #000;
}

button.light:hover, button.light:focus {
	background-color: #000;
	color: #fff;
}

.margin-bottom {
	margin-bottom: 5rem;
}

.margin-bottom-small {
	margin-bottom: 1rem;
}

.padding-small {
	padding: 1rem;
}

hr {
	border: 0;
	border-top: 1px solid #eee;
}

.section-title {
	margin-bottom: 70px;
	text-transform: uppercase;
}


.flex {display: flex;}


.navigation-bar {
	position: absolute;
	z-index: 999;
	width: 100%;

}

.navigation-bar .logo{
	max-width: 180px;
	display: inline-block;
	padding: 1rem;
}

.navigation-bar nav{
	display: inline-block;
	width: 100%;
}


.navigation-bar nav ul li{
	display: inline-block;
}

.navigation-bar nav a{
	color: #fff;
	text-decoration: none;
	margin-right: 1rem;
}


.hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

.hero h1 {
	margin: 0;
	opacity: .9;
}


.hero-text {
	font-display: jokerman; 
	padding: 25px; 
	text-align: center;
	width: 100%;
}

.hero-text p {
	margin: 0;
	opacity: .7;
}

.highlight {
	font-style: italic;
	font-family:codec-regular;
	font-size: 200%;
}

.author {
	font-size: 0.8rem; 
}

.team .team-name {
	font-family:codec-regular;
	text-align: center;
	background-color: #000;
	color: #fff;
}

.team .team-name .position{
	opacity: .7;
}

.team .team-icon {
	font-family:codec-regular;
	max-width: 16px;
}


  
  
  .image-icon img {
	  width: 45px;
	}
  .image-icon {
	  width: 0px;
	  height: 0px;
	  line-height: 40px;
	  margin: 0 auto;
	}
	
	  
	  .cd-slider-nav {
		text-align: center;
	  }
	  
	  .cd-slider-nav ul {
		padding: 0;
		margin: 0;
	  }
	  
	  .cd-slider-nav ul li {
		display: inline-block;
		margin: 20px 20px;
	  }
	  
	  .cd-slider-nav ul li a {
		text-decoration: none;
	  }
	  
	  .cd-slider-nav ul li h6 {
		font-size: 14px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 400;
		color: rgb(0, 0, 0);
		margin-top: 0px;
	  }
	  
	  .cd-slider-nav ul .selected h6 {
		color: #ffffff;
		text-decoration: none;
	  }
	  
	  .cd-slider-nav .image-icon {
		margin: 0 auto;
		margin-bottom: 15px;
		display: block;
		width: 80px;
		height: 80px;
		line-height: 110px;
		border-radius: 50%;
		text-align: center;
		margin: 0px;
		padding: 0px;
		background-color: #ffffff;
	  }
	  
	  .cd-slider-nav .image-icon:hover {
		background-color: #ffffff;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	  }

/* Intro */
	  .intro{
		  background-color: #000;
		  color: #ffffff;
	  }

/* Hover */

.hover-outer-box {
	position: relative;
	display: flex;
	align-content: stretch;
	align-items: stretch;
}

.hover-outer-box .hover-inner-box {
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	transition: opacity .5s;
	color: #fff;
	display: flex;
	align-items: center;
}

.hover-outer-box:hover .hover-inner-box {
	opacity: .9;
	transition: opacity .5s;
}

.hover-outer-box .hover-inner-box .hover-content{
	text-align: center;
	width: 100%;
	padding: 1rem;
}


/* Serivces */

.services .icon-row {
	padding: 30px 0;
}

.services .icon {
	max-width: 64px;
}


/* cta */


.cta {
	background-color: #000;
	padding: 60px 0;
	color: #fff;
}


.cta .display {
	margin-top: -100px;
	margin-bottom: 0px;
}

/* blurbs */

.blurbs .icon {
	max-width: 64px;
}

.blurbs h3 {
	margin-bottom: 1rem;
}


/* newsletter */

.newsletter{
	background-color: #eee;
	padding: 60px 0;
}

.newsletter h2 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}



.newsletter form{
	align-content: center;
}

.newsletter input {
	width: 150px;
	margin-right: 1rem;
	background-color: #fff;
}


/* contact */


.contact .col-md {
	padding: 1rem;
	background-color: black;
	color: #fff;
}

/* forms */

input, textarea {
	background-color: rgb(0, 0, 0);
	width: 100%;
	padding: 1rem;
	border: 0;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

[type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: ease;

}

[type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
	-webkit-appearance: button;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	background-color: #fff;
	color: #000;
}

/* footer */

footer {
	background-color: rgb(0, 0, 0);
	padding: 1rem 0;
	border: #fff;
	border: 1px;
	color: #fff;
}


footer ul{
	padding: 0;
}

footer li {
	list-style: none;
	color: #fff;
}


footer li a{
	padding: 0;
	color: rgb(255, 255, 255);
	text-decoration: none;
}


.secondary-footer {
	background-color: #000000;
	padding: 1rem;
	margin: 0 auto;
}

.secondary-footer p{
	margin: 0;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
}

.secondary-footer a{
	text-decoration:  none;
	color: rgb(255, 255, 255);
}

 /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .site-footer {
    background: var(--dark-color);
    padding: 4em 0 4em 0;
  }
.footer-line{
  margin-top:50px;
  
}
.footer-line h2{
  font-family:codec-regular;
  font-size:40px;

}
  .site-footer a {
    color: var(--white-color);
  }

  .site-footer a:hover,
  .footer-icon {
    color: var(--secondary-color);
  }

  .footer-link li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    
  }
  footer p,h4{
    color:#fff;
    text-align:center;
    font-family:codec-regular;
  }
  
  .copyright-text,
  .footer-link,
  .site-footer .social-icon {
    margin-top: 2em;
   
  }

  .copyright-text {
border-top:1px grey solid;
padding:20px 0px;
text-align:center;
font-size:20px;
font-family:codec-regular;
background-color:#171819;
  }
  .copyright-text p{
    color:white;
    margin:auto;
  }
.copyright-section{
  border-top:solid 1px lightgrey;
margin:20px 0px;

  background-color:#171819;
}
.mail-font{
  font-size: 10px;
}
@media only screen and (max-width: 600px) {
 .footer-line{
   text-align:center;
 }
 .social-icon ul{
   text-align:center;
   margin-left:30px;
 }

}

.footer-high{
	background-color: rgb(17, 17, 17);
}




 /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin:auto;
    
  }
  .email-icon 
  {
    font-size: 50px;
	text-decoration: none;
    margin-left:40px;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-left:40px;
  }
  @media screen and (min-width: 1200px) {

    .social-icon li{
      margin-left:30px;
    }
  }
  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    font-size: var(--base-font-size);
    margin: 10px;
    text-align: center;
    font-size:40px;
  }



/* Mediaqueries */

@media (max-width: 1280px) {
	.navigation-bar .logo{
		margin:  0 auto;
	}
	.navigation-bar nav{
		display: none;
	}

	.row {
		margin: 0 auto;
		padding-left: 1rem; 
		padding-right: 1rem; 
	}

	.cta .display {
		margin-top: 1rem;
	}
}


/* animation  */
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}