﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    top: -300px;
  }
  100% {
    top: 0;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.7);
  }
  95% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes reveal-info {
  0% {
    height: 0;
  }
  5% {
    height: 350px;
  }
  95% {
    height: 350px;
  }
  100% {
    height: 0;
  }
}


.logo-media-description {
	width: 73px; 
	height: 49px; 
	top: 0 !IMPORTANT; 
	margin-top: 12px !IMPORTANT; 
	left: 0; 
	margin-left: 12px !IMPORTANT; 
	position: absolute;
	}

.content-container { 
	overflow: hidden;
  margin-top: 50px;  
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 700px;
  background-color: #D7CCC8;
  font-size: 14px;
  font-family: "Montserrat", sans;
	box-sizing: border-box !IMPORTANT;
	clear: both !IMPORTANT;    
}

.container-inner {
	box-sizing: border-box; 
	clear: both;
	}

.main-content { 
	box-sizing: border-box;
	clear: both;       
	}

.content-container .container-inner {
	 padding-bottom: 34px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  animation: fade-in 1.5s ease, slide-in 1.2s ease;
  -webkit-animation: fade-in 1.5s ease, slide-in 1.2s ease;
}
.content-container .container-inner .main-content {
  flex-basis: 50%;
  order: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
}
.content-container .container-inner .main-content .main-headings {
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
  animation: scaleDown 6s ease 2s;
  -webkit-animation: scaleDown 6s ease 2s; 
}
.content-container .container-inner .main-content .main-headings #by-line {
  width: 60%; width: 75%;
  padding-bottom: 1px;
  padding-left: 3px;
  margin-left: 15px;
  font-size: clamp( 0.7rem, 2vw, 1.8vh);  
  border-bottom: 1px solid #757575;
  font-style: italic;  
}
.content-container .container-inner .main-content .main-headings .heading {
  margin-top: 20px;
  margin-left: 80px;
}
.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2, .content-container .container-inner .main-content .main-headings .heading #heading3 {
  margin: 0;
  margin-top: -20px;
}
.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  font-size: 500%;
  font-weight: normal;
  letter-spacing: -2px;
}
.content-container .container-inner .main-content .main-headings .heading #heading1 {
  margin-left: 50px;
}
.content-container .container-inner .main-content .main-headings .heading #heading2 {
  margin-left: 150px;
}
.content-container .container-inner .main-content .main-headings .heading #heading3 {
  margin-top: -52px;
  font-weight: 800;
  letter-spacing: 2px;  
	text-overflow: ellipsis !important;  
	overflow: hidden;
	white-space: nowrap;
}









.main-content, #disposition , .main-headings {
	box-sizing: border-box;
	clear: both;
	overflow-x: hidden !important;
	}






 

/* SMALLER TABLET screens */   /* SMALLER TABLET */
@media screen and (max-width: 480px) {
	.heading, .short-bio {
		margin-right: 30px;
		padding-right: 12px;  
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 300%; 
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 400%;   
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 75%;
  		margin-top: -10px !important;
  		margin-left: 90px;  
		padding-right: 12px;
		box-sizing: border-box;
		clear: both;   
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info { 
    		width: 80% !important;   
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important;
    		margin-left: 10% !important; 
		padding-right: 12px;
  		}
	}





@media only screen and (min-width : 320px) and (max-width : 480px) {/* Mobile portrait */
	.heading, .short-bio {   
		margin-right: 30px;
		padding-right: 12px;  
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 200%; 
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 300%; 
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 70%;
		margin-right: 30px;
  		margin-left: 90px;  
  		margin-top: -10px !important; 
		padding-right: 12px; 
		box-sizing: border-box;
		clear: both; 
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info { 
    		width: 80% !important;   
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important;
    		margin-left: 10% !important; 
		padding-right: 12px;
  		}
	}





@media only screen and (min-width : 480px) and (max-width : 595px) {/* Mobile landscape */
	.heading, .short-bio {
		margin-right: 12px;
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 250%;  
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 400%; 
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 65%;
  		margin-top: -10px !important;
  		margin-left: 90px; 
		padding-right: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info {
    		width: 70% !important;   
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important;
    		margin-left: 60px !important; 
		padding-right: 12px;
    		text-align: justify; 
  		}
	}





@media only screen and (min-width : 595px) and (max-width : 690px) {/* Small tablet portrait */
	.heading, .short-bio {
		margin-right: 12px;
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 225%;  
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 400%; 
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 60%;
  		margin-top: -10px !important;
  		margin-left: 90px;  
		padding-right: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info {
    		width: 60% !important;  
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important;
    		margin-left: 60px !important; 
		padding-right: 12px;
    		text-align: justify;  
  		}
	}





@media only screen and (min-width : 690px) and (max-width : 769px) {/* Tablet portrait */
	.heading, .short-bio {
		margin-right: 12px;
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 165%; 
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 200%;  
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 60%;
  		margin-top: -10px !important;
  		margin-left: 90px;   
		padding-right: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info {
    		width: 60% !important;   
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important; 
    		margin-left: 60px !important; 
		padding-right: 12px;
    		text-align: justify;  
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture) --- SMALLER TABLET */
@media only screen and (min-width : 769px) and (max-width : 800px) {/* Small tablet landscape */
	.heading, .short-bio {
		margin-right: 12px;
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 210%; 
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 350%; 
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 70%;
  		margin-top: -10px !important;
  		margin-left: 90px;  
		padding-right: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info {
    		width: 80% !important;  
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important;
    		margin-left: 10% !important; 
		padding-right: 12px;
    		text-align: justify;  
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture --- SMALLER TABLET */
@media only screen and (min-width : 800px) and (max-width : 1024px) {/* Small tablet landscape */
	.heading, .short-bio {
		margin-right: 12px;
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 210%;  
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 350%;  
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 60%; width: 70%;
  		margin-top: -10px !important;
  		margin-left: 90px;  
		padding-right: 0px; 
		box-sizing: border-box;
		clear: both;  
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info {
    		width: 80% !important;  
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important;
    		margin-left: 10% !important;
		padding-right: 12px;
    		text-align: justify;  
  		}
	}





@media only screen and (min-width : 1024px) and (max-width : 1224px) {/* Tablet landscape */
	.heading, .short-bio {
		margin-right: 12px;
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 210%;   
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 350%; 
  		}

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 60%;
  		margin-top: -10px !important;
  		margin-left: 90px;  
		padding-right: 0px;  
		box-sizing: border-box;
		clear: both; 
		}

	.link {
		margin-bottom: 7%;
		}

  	.more-info {
    		width: 60% !important;  
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important; 
    		margin-left: 60px !important; 
		padding-right: 12px;
    		text-align: justify;  
  		}
	}






/* Desktops and laptops */  /* SMALL DESKTOP */
@media only screen 
and (min-width : 1224px) {
	.heading, .short-bio {
		margin-right: 12px;
		border: 0px;
		box-sizing: border-box;
		clear: both; 
		}

	.content-container .container-inner .main-content .main-headings .heading #heading1, .content-container .container-inner .main-content .main-headings .heading #heading2 {
  		font-size: 275%;
		}

	#heading2 {
		margin-bottom: 25px !important;
		}

  	.content-container .container-inner .main-content .main-headings .heading #heading3 {
		font-size: 550%;
		} 

	.content-container .container-inner .main-content .main-headings .short-bio {
  		width: 60%;
  		margin-top: -10px !important;
  		margin-left: 90px;  
		padding-right: 0px; 
		box-sizing: border-box;
		clear: both; 
		}

  	.more-info {
    		width: 60% !important;  
    		margin: 0 !important;
    		align-self: flex-start !important;
    		margin-top: 0px !important;
    		margin-left: 60px !important; 
		padding-right: 12px;
    		text-align: justify; 
  		}
	}

















.content-container .container-inner .main-content .main-headings .short-bio {
  font-size: 0.7rem;
	}

.content-container .container-inner .main-content .main-headings a { /**READ MORE BUTTON**/
  margin-left: 92px;
  align-self: flex-start;
  font-weight: bold;
  font-size: 120%;
  font-family: helvetica;
  text-decoration: none;
  color: black; 
}
.content-container .container-inner .main-content .main-headings a:hover {
  text-decoration: underline;
}


.content-container .container-inner .main-content .more-info {/**elastic**/
  margin-top: -70px;  
  width: 50%; 
  height: 0;  
  margin-left: auto;
  margin-right: auto;
  align-self: flex-start;
  overflow: hidden; overflow: auto;
  animation: reveal-info 4s ease 3s;
  -webkit-animation: reveal-info 4s ease 3s;
}


.image-wrapper-audio-file  {
 	background: white;
  	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAAEFsT2yAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFElEQVR4nGNhYGBwYIET////ZwAAETIDym2lzEcAAAAASUVORK5CYII=) !important;
	box-sizing: border-box;
	clear: both;                                                 
	}

.image-container, #my-video-channel {
	box-sizing: border-box;
	clear: both;       
	}

.content-container .container-inner .image-wrapper-audio-file {
  flex-basis: 50%;
  order: 2;
}
.content-container .container-inner .image-wrapper-audio-file .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /** display: flex; **/
  flex-direction: row;
  justify-content: center;
  align-items: center;
  animation: scaleDown 6s ease 2s;
  -webkit-animation: scaleDown 6s ease 2s;
}
.content-container .container-inner .image-wrapper-audio-file .image-container img {
  width: 100%;
  height: auto;
  position: relative;  
}

@media (min-width: 350px) and (max-width: 529px) {
  * {
    animation-name: none !important;
  }

  .content-container {
    width: 90%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 5px;
    margin-bottom: 20px;  
  }

  .container-inner {
    flex-direction: column !important;
    justify-content: center !important;
  }

  .main-content, .image-wrapper-audio-file {
    flex-basis: 100% !important;
  }

  .main-content {
    order: 2 !important;
    outline: 1px solid #E67300;
    margin: 0 50px;
	padding-right: 5px; 
  }

  .image-wrapper-audio-file {
    order: 1 !important;
  }

  .heading {
    margin-left: 55px !important;
  }

  #heading1, #heading2 {
    margin: 0;
    margin-top: -5px !important; 
  }

  #heading2 {
    margin-left: 50px !important;
  }

  #heading3 {
    margin-top: -20px !important;
  }

  .short-bio {
    margin-top: -10px !important;
    margin-left: 60px !important;
  }

  .link {
    /**display: none;**/ 
  }

  .image-wrapper-audio-file {
    order: 1 !important;
    width: 100%;
    height: 100px !important;
    justify-content: center !important;
  }

  .image-container {
    width: 100% !important;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}





@media (min-width: 530px) and (max-width: 699px) {
  * {
    animation-name: none !important;
  }

  .content-container {
    width: 90%;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
  }

  .container-inner {
    flex-direction: column !important;
    justify-content: center !important;
  }

  .main-content, .image-wrapper-audio-file {
    flex-basis: 100% !important;
  }

  .main-content { 
    width: 80%;
    order: 2 !important;
    align-self: center !important;  
  }

  .main-headings {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    margin-left: 55px !important;
  }

  #heading1, #heading2 {
    margin: 0;
    margin-top: -15px !important;
  }

  #heading3 {
    margin-top: -30px !important;
  }

  .short-bio {
    margin-top: -20px !important;
    margin-left: 60px !important;
  }

  .link {
    /**display: none;**/
  }

  .image-wrapper-audio-file { top: 0 !important; margin-top: 0px !impotant; position: absolute !important; float: left;
    order: 1 !important;
    width: 100%;
    height: 400px; height: 330px !important;  
    justify-content: center !important;
	box-sizing: border-box;
	clear: both;
  }

  .image-container {
    width: 100% !important;
    height: 330px !important;
    margin-left: auto;
    margin-right: auto; 
	box-sizing: border-box;
	clear: both;
  }

  78787878#personalized-size-image img {
    margin-left: auto;
    margin-right: auto;
    width: 80% !important; 

    /**OPTION #1**/
    	height: auto !important;     
   	top: -20px; 
    /**END OF OPTION #1**/

    /**OPTION #2**/
	11height: 100% !important;
	11top: 0px !important;  
	11object-fit: contain;
    /**END OF OPTION #2**/
  }
}

/** ADDING THIS STYLING **/
  #personalized-size-image img {
    margin-left: auto;
    margin-right: auto;
    width: 80% !important; 

    /**OPTION #1**/
    	11height: auto !important;     
   	11top: -20px; 
    /**END OF OPTION #1**/

    /**OPTION #2**/
	height: 100% !important;
	top: 0px !important;  
	object-fit: contain;
    /**END OF OPTION #2**/
  }

/** END OF ADDING THIS STYLING **/







/*

@include tablet {
  .content-container {
    width: 100%;
    height: auto;
    font-size: 7px;
  }
  #heading3 {
    margin-top: -35px !important;  
  }
  .link {
    margin-left: 30px;
  }
  .more-info {
    margin-top: -40px !important;
  }
}
*/
@media (min-width: 700px) and (max-width: 1200px) {
  .content-container {
    width: 100%;
    height: auto;
    font-size: 12px;  
  }

  #heading3 {
    margin-top: -35px !important;
  }

  .link {
    margin-left: 30px;
  }

  .more-info {
    margin-top: -40px !important; 
  }
}




.more-info {
	 font-size: clamp( 1rem, 1.1vw, 2.3vh); 
	}

.image-wrapper-audio-file {
	font-size: clamp( 0.6rem, 0.6vw, 1.5vh);  
	}







.image-container {
	height: 100% !important;
	}

#my-video-channel {
	margin-bottom: 0px !important; 
	bottom: 0 !important;
	}












/* SMALLER TABLET screens */   /* SMALLER TABLET */
@media screen and (max-width: 480px) {
	.port {
		overflow: hidden !important;
		}

  	.main-content {
		float: left !important;
		width: 90%;
		height: 58% !important;
		margin-top: 55px !important;  
		bottom: 0 !important;
		margin-bottom: 3px !important; 
		position: absolute !important;   
  		} 

  	.image-wrapper-audio-file { 
		float: left !important;
		width: 100% !important;
		height: 40% !important;  
		position: absolute !important;  
		/**CENTER HORIZONTALY**/
  			margin: auto;  
  			position: absolute;
  			left:0;
  			right: 0;
  			top: 0;  margin-top: 0px;
		/**END OF CENTER HORIZONTALY**/ 
		}

	#disposition {
		padding-right: 0; 
		right: 0; 
		margin-right: 0px;
		width: 100%;
		height: 100%;
		border: 0px;
		overflow-y: auto !important;  
		box-sizing: border-box;
		clear: both;  
		}	
	}





@media only screen and (min-width : 320px) and (max-width : 480px) {/* Mobile portrait */
	.port {
		overflow: hidden !important;
		}

  	.main-content {
		float: left !important;
		width: 90%; 
		height: 58% !important;
		margin-top: 55px !important;    
		bottom: 0 !important;
		margin-bottom: 3px !important; 
		position: absolute !important;  
  		} 

  	.image-wrapper-audio-file { 
		float: left !important;
		width: 100% !important;
		height: 40% !important;  
		position: absolute !important;
		/**CENTER HORIZONTALY**/
  			margin: auto;  
  			position: absolute;
  			left:0;
  			right: 0;
  			top: 0; margin-top: 0px;
		/**END OF CENTER HORIZONTALY**/ 
		} 
	}





@media only screen and (min-width : 480px) and (max-width : 595px) {/* Mobile landscape */
	.port {
		overflow: hidden !important;
		}

  	.main-content {
		float: left !important;
		width: 90%;
		height: 58% !important; 
		margin-top: 55px !important; 
		margin-bottom: 0px;  
		bottom: 0 !important;
		margin-bottom: 3px !important; 
		position: absolute !important; 
		box-sizing: border-box;
		clear: both;        

    		outline: 1px solid #E67300;      
		overflow-y: auto !important;  
  		} 

  	.image-wrapper-audio-file { 
		float: left !important; 
		top: 0; 
		margin-top: 0px;
		width: 85% !important;
		height: 40% !important;  
		position: absolute !important; 
		/**CENTER HORIZONTALY**/
  			margin: auto;  
  			position: absolute;
  			left:0;
  			right: 0;
  			top: 0;
		/**END OF CENTER HORIZONTALY**/ 
		} 
	}





@media only screen and (min-width : 595px) and (max-width : 690px) {/* Small tablet portrait */
	.port {
		overflow: hidden !important;
		}

  	.main-content { 
		overflow-y: auto !important;
		width: 90%;
		height: 57% !important;   
		margin-top: 290px !important;
		bottom: 0 !important;
		margin-bottom: 3px !important; 
		position: absolute;

    		outline: 1px solid #E67300;  
  		} 

  	.image-wrapper-audio-file { 
		width: 75%;
		height: 40% !important;  
		padding: 0 !important; 
		padding-top: 0px !important;  
		/**CENTER HORIZONTALY**/
  			margin: auto;  
  			position: absolute;
  			left:0;
  			right: 0;
  			top: 0;
		/**END OF CENTER HORIZONTALY**/ 
		} 
	}





@media only screen and (min-width : 690px) and (max-width : 769px) {/* Tablet portrait */
	.port {
		overflow: hidden !important;
		}

  	.main-content {
		margin-top: 20px !important;
		right: 0;
		margin-right: 0px;
		left: 0;
		margin-left: 0px;
		width: 85% !important;
		height: 58% !important;  

    		outline: 1px solid #E67300;    
		/**CENTER HORIZONTALY**/
  			margin: auto;  
  			position: absolute;
  			left:0;
			bottom: 0 !important;
			margin-bottom: 0px;
  			right: 0;
		/**END OF CENTER HORIZONTALY**/ 
		margin-bottom: 3px !important; 
  		} 

  	.image-wrapper-audio-file {
		width: 70% !important;
		height: 40% !important;   
		/**CENTER HORIZONTALY**/
  			margin: auto;  
  			position: absolute;
  			left:0;
  			right: 0;
  			top: 0;
		/**END OF CENTER HORIZONTALY**/ 
		} 
	}





/* SMALLER TABLET screens */   /* (location for ID picture) --- SMALLER TABLET */
@media only screen and (min-width : 769px) and (max-width : 800px) {/* Small tablet landscape */
	.main-content {
		width: 40%;   
  		} 

  	.image-wrapper-audio-file {
		width: 60%;   height: 100vh;  
		} 
	}





/* SMALLER TABLET screens */   /* (location for ID picture --- SMALLER TABLET */
@media only screen and (min-width : 800px) and (max-width : 1024px) {/* Small tablet landscape */
  	.main-content {
		width: 40%;     
  		} 

  	.image-wrapper-audio-file {
		width: 60%;  height: 100vh;   
		} 
	}





@media only screen and (min-width : 1024px) and (max-width : 1224px) {/* Tablet landscape */
  	.main-content {
		width: 50%;        
  		} 

  	.image-wrapper-audio-file {
		width: 50%;   height: 100vh;  
		} 
	}






/* Desktops and laptops */  /* SMALL DESKTOP */
@media only screen 
and (min-width : 1224px) {
  	.main-content {
		width: 50%;    
		} 

  	.image-wrapper-audio-file {
		width: 50%;   height: 100vh;   
		} 
	}







/* SCROLLBAR FOR VERTICAL NAVIGATION BAR****FOR .main-content */
.main-content::-webkit-scrollbar {
    	width: 10px !important;  
	}
 
.main-content::-webkit-scrollbar-track {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; 
    	border-radius: 10px !important;
	}
 
.main-content::-webkit-scrollbar-thumb {
    	border-radius: 20px !important;       /* roundness of the scroll thumb */ 
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
  	background: #3cb0fd !important; 
  	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db) !important;
  	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db) !important;
  	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db) !important;
  	background-image: -o-linear-gradient(top, #3cb0fd, #3498db) !important;
  	background-image: linear-gradient(to bottom, #3cb0fd, #3498db) !important;   
	border: 3px solid #F7F7F7 !important;  /* creates padding around scroll thumb */ 
	}

.main-content::-webkit-scrollbar-thumb:hover {
    	background: #7D7E94 !important; 
	}
 
/* Place The scroll down button at the bottom */
.main-content::-webkit-scrollbar-button:vertical:increment {
    	background-color: #D9E8F0 !important; 
    	border: 1px solid #267DA8 !important; 
}
 
/* Place The scroll up button at the up */
.main-content::-webkit-scrollbar-button:vertical:decrement {
    	background-color: #D9E8F0 !important; 
    	border: 1px solid #267DA8 !important;
}
 
/* Top area above thumb and below up button */
.main-content::-webkit-scrollbar-track-piece:vertical:start {
    	border: 1px solid #FFFFCC !important;
	background: #FFD950 !important; 
}
 
/* Bottom area below thumb and down button */
.main-content::-webkit-scrollbar-track-piece:vertical:end {
    	border: 1px solid #FFFFCC !important;
	background: #FFD950 !important; 
}
/*____*/







/* SCROLLBAR FOR VERTICAL NAVIGATION BAR****FOR .more-info */
.more-info::-webkit-scrollbar {
    	width: 7px; 
	}
 
.more-info::-webkit-scrollbar-track {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    	border-radius: 7px;
	}
 
.more-info::-webkit-scrollbar-thumb {
    	border-radius: 17px;       /* roundness of the scroll thumb */ 
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  	background: #3cb0fd; 
  	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);   
	border: 3px solid #F7F7F7;  /* creates padding around scroll thumb */ 
	}

.more-info::-webkit-scrollbar-thumb:hover {
    	background: #7D7E94; 
	}
 
/* Place The scroll down button at the bottom */
.more-info::-webkit-scrollbar-button:vertical:increment {
    	background-color: #D9E8F0; 
    	border: 1px solid #267DA8; 
}
 
/* Place The scroll up button at the up */
.more-info::-webkit-scrollbar-button:vertical:decrement {
    	background-color: #D9E8F0; 
    	border: 1px solid #267DA8;
}
 
/* Top area above thumb and below up button */
.more-info::-webkit-scrollbar-track-piece:vertical:start {
    	border: 1px solid #FFFFCC;
	background: #FFD950; 
}
 
/* Bottom area below thumb and down button */
.more-info::-webkit-scrollbar-track-piece:vertical:end {
    	border: 1px solid #FFFFCC;
	background: #FFD950; 
}
/*____*/






.image-container {
	text-align: center;
	border: 0px;
	}