@viewport {
	width: device-width ;
	zoom: 1.0 ;

  }

  @-ms-viewport {
	width: device-width ;
  }
* {
	padding: 0;
} 


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 font-family: Helvetica;
}

body {
	margin: auto;
	max-width: 1120px;
  height: auto;
  align-content: center;
  font-family: arial;
  font-size: 16px;
  padding-left: 20px;
	padding-right: 20px;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  box-sizing: border-box;
}


h1 {
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: italic;
}

h3 {
	font-size: 58px;
}

a {
	text-decoration: none;
	color: #000;
	font-size: rem;
}

a:hover {
	color: #00FFFF;
}
titleofworks 
p {
	margin-bottom: 2px;
	font-size: 0.7rem;
}

.active {
	color: #00FFFF;
}
.card {
	border: none;
}

.card-body {
	padding: 0;
	text-align: left;
}

.card-body p {
	text-align: left;
	font-size: 16px;
}

#headingOne p {
	text-align: left;
}

.btn-link {
	padding-right: 0;
	font-size: 12px;
}

.btn {
	text-align: left;
	font-size: 16px !important;
	font-weight: normal;
	color: #000;
	padding-left: 0;
}

.btn:hover {
	color: #00FFFF;
}

/* Mobile Device */

#container {
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	padding-left:0 !important ;
	padding-right:0 !important ;

}

.nav-container {
	height: 20px;
}

section {
	width: 100%;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

video {
	width: 100%;
}

img {
  width: 100%;
	height: auto;
}

.jbox-container img {
	border: none;
	box-shadow: none;
}

.audio {
	position: relative;
}

#player {
	position: absolute;
	left: -18px;
}

.news-title {
	margin-bottom: 30px;
}

.news {
	margin-bottom: 30px;
}

.chisenhale {
	width: 213px; 
	height: 117px;
}

/* .row {
	margin-left: 0;
	margin-right: 0;
} */

.brand h1 {
	font-size: 11px;
}

.mobile-images {
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-images img {
	padding-bottom: 10px;
}

.info {
	text-align: left;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.img-title {
	text-align: left;
	margin-bottom: 10px;
	position: relative;
}

.fullscreen {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 20px;
	font-size: 16px;
}

.fullscreen-carousel {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 20px;
	font-size: 11px;
}

.carousel-caption {
    position: relative !important;
    right: 15%;
    bottom: 20px;
    left: 1%;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 10px;
    color: black;
	text-align: left;
}

.fullscreen:hover, .fullscreen-carousel:hover {
	color:#00FFFF;
}

.img-info {
	width: 100%;
	float: right;
}

.contact {
	padding-top: 50px;
	padding-bottom: 10px;
}

.links {
	display: none;
	width: 1200px;
	position: absolute;
	background: #fff;
	top: 50px;
	z-index: 12;
}

.links ul {
	list-style: none;
	margin-top: 30px;
}

.links li {
		margin-bottom: 2px;
}

.nav-links a {
	font-size: 21px;
}

.burger {
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.social {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 16px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social i {
	margin-left: 5px;
	font-size: 1rem;
}

.hamburger{
  background:none;
  padding:0px;
  border:0;
  font-size:18px;
  cursor:pointer;
  outline:none;
	z-index:10;
	position: relative;
}
.hamburger::after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: -10px;
	top: 3px;
}

.cross{
  background:none;
  padding:0px;
  border:0;
  font-size:1.2em;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
  display: none;
}

.bio-info {
	text-align: left;
}

.section-title {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-top: 12px;
}

.cv-link {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}

.section-line-height{
	line-height: 25px;
	margin-bottom: 9px;
}

.contact-icon {
	padding-bottom: 2px;
	font-size: 12px;
	text-align: left;
}

.contact-icon a {
	text-align: right;
	font-size: 0.7rem;
}

.contact-icon i {
	width: 20px;
}

.carousel.slide i {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #000;
	font-size: 1.2rem;
	pointer-events: none;
	z-index: 10;
}

.img-sm {
	width: 80% !important;
}

/* Hidden Elemnts */

nav {
	display: none;
}

.desktop-images {
	display: block;
	position: relative;
}

.desktop-images i {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #000;
	font-size: 1.2rem;
	pointer-events: none;
}

.desktop-images-index {
	display: none;
}

.brand {
	display: none;
}

.carousel {
	display: block;
}

.carousel-control-prev, .carousel-control-next {
	display: none;
}

.jbox-container {
	background-color: #000;
}

#roll-media {
	display: none;
}

/* Desktop Device */

/*
@media (min-width: 970px) {

	.nav-links a {
		font-size: 12px;
	}


	#container {
		width: 100%;
		height: auto;
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 0;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	header {
		padding-bottom: 10px;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	header::before {
		content: '';
    display: block;
    width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #000;
    position: absolute;
    left: 19px;
    top: 37px;
}

	section {
		float: right;
		width: 70%;
		padding-top: 20px;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	nav {
		display: inline-block;
		float: left;
		width: 25%;
		padding-top: 30px;
	}

	nav ul {
		text-align: left;
		padding-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.left-text {
		text-align: left;
	}

	.nav-container {
		padding-right: 0px;
		padding-left: 0px;
		height: 25px;
	}

	.brand {
		padding-top: 8px;
		display: inline-block;
	}

	.social {
		width: 30%;
		float: right;
		text-align: right;
		font-size: 16px;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}

	.links {
		font-size: 0.7rem;
		padding-bottom: 50px;
		position: relative;
		padding-left: 0;
		width: 25%;
		float: left;
		display: block !important;
	}

	.contact {
		padding-bottom: 50px;
	}

	.info {
		float: right;
		text-align: right;
		width: 100%;
		padding-left: 15px;
		padding-top: 15px;
		position: relative;
	}

	.fullscreen {
		left: 0;
    text-align: left;
    width: 200px;
	}
	
	.fullscreen-carousel {
		left: 0;
		text-align: left;
    width: 200px;
	}

	#headingOne p {
	text-align: right;
	}

	.img-sm {
		width: 30% !important;
	}

	.img-title {
		text-align: right;
		line-height: 20px;
		font-size: 12px;
	}

	.card-body p {
		text-align: left !important;
		font-size: 13px;

	}

	.news {
		float: left;
		width: 100%;
	}

	#roll-media {
		width: 728px;
		height: 619px;
		display: block;
		float: right;
 		background-repeat: no-repeat !important;
 		background-position: top right !important; 
	}

	.desktop-images {
	  height: auto;
		display: inline-block;
		position: relative;
	}

	.desktop-images i {
		position: absolute;
		top: 10px;
		left: 10px;
		color: #000;
		font-size: 1.2rem;
		pointer-events: none;
	}

	.desktop-images-index {
		width: 728px;
	  height: 490px;
		display: block;
		position: absolute;
		z-index: -1;
	}


	.desktop-images img {
		float: right;
	}

	.w-100 {
		width: 100%;
		float: right;
	}


	#media {
		width: 728px;
		float: right;
		position: relative;

	}
	.carousel-inner {
		width: auto;
		height: auto;
	}


	.carousel {
		display: inline-block;
		width: auto;
	}

	.carousel-caption {
		position: relative;
		color: #000;
		left: 0;
    float: left;
    margin-top: 15px;
	text-align: right;
	font-size: 12px;
    width: 100%;
    height: auto;
	}

	.carousel-caption p {
		margin-bottom: 0;
	}

	.carousel-control-prev, .carousel-control-next {
		top: 0;
		position: relative;
	  height: 30px;
	  margin-right: 10px;
	  padding-bottom: 13px;
		background: transparent;
		color: #fff;
	  float: right;
	  opacity: 1;
		width: 30px;
		display: block;
	}

	.carousel-control-next {
    margin-right: 0;
	}

	.next-prev-icons {
		position: relative;
    z-index: 12;
    float: right;
	}


	.carousel-control-next-icon, .carousel-control-prev-icon {
		background-image: none;
		height: 10px;
	}

	.carousel-indicators {
		right: 0;
		left: 0;
		margin-right: 0;
		margin-left: 0;
		justify-content: right;
	}

	.carousel-control-next-icon:before {
		color: #000;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight: 600;
		font-size: 16px;
		text-decoration: none;
	}

	.carousel-control-prev-icon:before {
		color: #000;
		font-family: "Font Awesome 5 Free";
  	content: "\f104";
  	font-weight: 600;
		font-size: 16px;
		text-decoration: none;
	}

	.carousel-indicators li {
		background-color: #ddd;
	}

	.carousel-indicators .active {
		background-color: #000;
	}

	.carousel-indicators {
		bottom: -30px;
	}

	.smaller-img img {
		width: 30%;
	}


	.burger {
		display: none;
	}

	.mobile-images {
		display: none;
	}

	.contact-links {
		padding-left: 10px;
	}

	.play-btn {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-right: 10px;
		margin-bottom: 10px;
		cursor: pointer;
		opacity: 0.8;
	}

	.play-btn:hover {
		opacity: 0.5;
	}

	.play-btn i {
		font-weight: 200;
		font-size: 3rem;
		color: #fff;
	}
	
}
/*
