@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

html body {
	background-color:#2d2d2d;
	max-width:990px;
	margin: auto;
}
@media screen and (max-width: 1024px) { 
html body {
    background-color:#FFFFFF;
	max-width:90%;
 }
}

.img-new {
	width: 100%;
	height: 200px;
}
@media screen and (max-width: 1024px) { 
.img-new {
	 width: 100%;
	 height: auto;
 }
}

.img-music {
	width: 100%;
	height: 100px;
}
@media screen and (max-width: 1024px) { 
.img-music {
	 width: 100%;
	 height: 150px;
 }
}

.img-video {
	width: 100%;
	height: 150px;
}
@media screen and (max-width: 1024px) { 
.img-video {
	 width: 100%;
	 height: auto;
 }
}

/* Start  styling the page */
.container-audio {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    margin: 20px auto;
    overflow: hidden;
}
audio {
  width:100%;
}

.container-ico-music {
    display: inline-block;
    position: relative;
}

.container-ico-video {
    display: inline-block;
    position: relative;
}
.container-ico-video .ico-video {
    z-index: 1;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
}

/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}

div.scroll {
  background-color: lightblue;
  width: 100px;
  height: 400px;
  overflow: scroll;
}



.navbar {
  width: 100%;

  background-color: #fc9105;
  overflow: auto;
  padding: 0 !important;
  margin: 0 !important;  
}
.navbar a {
  float: left;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.navbar a:hover {
  background-color: #ffffff;
  color: #7d03a4;
 
  
}
a.type1{
font-family: 'Roboto', sans-serif;
color:#333333;
font-size:12px;	
}
a.type1:hover{
text-decoration:none;
color:#fc9004;
}
a.type2{
font-family: 'Roboto', sans-serif;
color:#7d03a4;
font-size:12px;	
}
a.type2:hover{
text-decoration:none;
color:#fc9004;
}

a.type2A{
font-family: 'Roboto ', sans-serif;
color:#fc9004;
font-size:12px;	
}
a.type2A:hover{
text-decoration:none;
color:#7c03a4;
}

a.type3{
font-family: 'Roboto', sans-serif;
color:#FFFFFF;
font-size:18px;	
}
a.type3:hover{
text-decoration:none;
color:#333333;
}
a.type4{
font-family: 'Roboto ', sans-serif;
color:#333333;
font-size:12px;	
}
a.type4:hover{
text-decoration:none;
color:#fc9004;
}
a.type5{
font-family: 'Roboto ', sans-serif;
color:#FFFFFF;
font-size:12px;	
}
a.type5:hover{
text-decoration:underline;
}
a.type6{
font-family: 'Roboto', sans-serif;
color:#FFFFFF;
font-size:30px;	
}
a.type6:hover{
text-decoration:none;
color:#333333;
}
a.type7{
font-family: 'Roboto', sans-serif;
color:#FFFFFF;
font-size:10px;	
}
a.type8{
font-family: 'Roboto', sans-serif;
color:#333333;
font-size:10px;	
}
a.type8:hover{
text-decoration:none;
color:#fc9004;
}

a.type9{
font-family: 'Roboto', sans-serif;
color:#FFFFFF;
font-size:20px;	
}
a.type9:hover{
text-decoration:none;
color:#333333;
}

.style1 {font-family: 'Roboto ', sans-serif;}
.style2 {
font-family: 'Roboto ', sans-serif;
font-size:15px;	
color:#333333;
}

.style3 {
font-family: 'Roboto ', sans-serif;
font-size:20px;	
}

.style4 {
font-family: 'Roboto ', sans-serif;
font-size:15px;	
color:#FFFFFF;
}