*{
	box-sizing: border-box;
}	

html{
	height:100%;
}

body{
	height:100%;
	margin: 0;
	font-family: sans-serif;
	background-size: cover;
	background-attachment: fixed;
	background-color: white;
	background-repeat: repeat-x;
}

.falsobody{
	border:;
	height:100%;
}

.PRINCIPAL, .intro-b, .anima-b, .model-b, .light-b, .reel-b {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.PRINCIPAL {
  background-image: url("Principal.jpg");
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   height: 100%;
  
}
.ppal{
position:absolute;
left:0;
top:50%;
width:100%;
text-align:center;
color: #000;
}
.ppal span.border{
background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
 } 
.INTRODUCTION{
  height:100%;
  position: center;
}
.INTRODUCTION:target::before{
display:block;
height: 35px;
content: "";
background: transparent;
}  
.introtext{
	width:80%;
	text-align: center;
	margin-left: 20%;
}
.ANIMATION{
 height:10%;
}
.ANIMATION:target::before{
display:block;
height: 35px;
content: "";
background: transparent;
}
.gallerygroup{
	width:100%;
	height:60%;
	text-align:center;
}
.DIVS{
	height:80%;
}
.MODELING{
	height:15%;

}
.MODELING:target::before{
display:block;
height: 35px;
content: "";
background: transparent;
}  
.LIGHTINGRENDERING{
	height:15%;
}
.LIGHTINGRENDERING:target::before{
display:block;
height: 35px;
content: "";
background: transparent;
}  
.DEMOREEL{
	height:10%;
}
.DEMOREEL:target::before{
display:block;
height: 35px;
content: "";
background: transparent;
}  

.intro-b {
  background-image: url("Introduction.jpg");
  min-height: 100px;
  height:500px;
}
.anima-b {
  background-image: url("Animation.jpg");
  min-height: 100px;
  height:90%;
  margin-top:10px;
}
.model-b {
  background-image: url("Model.jpg");
  min-height: 100px;
  height:85%;
  margin-top:10px;

}
.light-b {
  background-image: url("LIGHTNING.jpg");
  min-height: 100px;
  height:85%;
}
.reel-b {
  background-image: url("https://newevolutiondesigns.com/images/freebies/google-material-design-wallpaper-9.jpg");
  min-height: 100px;
  height:90%;
}
.info-b {
  background-image: url("https://newevolutiondesigns.com/images/freebies/google-material-design-wallpaper-9.jpg");
  min-height: 100px;
  height:40%;
}
.gallery {
	margin:10px;
	float: left;
	width: 15%;
	background-color: white;
	position: relative;
	height:50%;
	text-align:center;
	border-style: solid;
}
.gallery:hover {
    border: 1px solid #777;
}
.text{
	height:70%;
}
.gallery img {
    width:100%;
    height:100%;
	position:static;
}

.desc {
    padding: 15px;
    text-align: center;
	width: 100%;
	height:100%;
}
.button{
	background-color: white;
	border-radius: 8px;
	border: 2px solid black;
	transition-duration: 0.4s;
}
.button:hover{
	background-color: #ff4d4d;
	color:white;
}
.textcontent{
	height: 90%;
	width:80%;
	background-color:white;
	margin-top:70px;
	padding:10px;
	margin-left: 50 px;
	margin-right: 50px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	opacity:1;
}
.caption {
  position:absolute;
  left: 0;
  top: 50%;
  height:100%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}



#footer{
	background-color: black;
	color: #FCB930;
	border-style: solid;
	border-color: #F04F32;
	border-width: 5px 0px 0px 0px;
	margin: auto;
	text-align: center;
	padding: 10px 5px 20px 5px;
	height: 10%;
}
/* MENU */

#Navigator{
	position: fixed;
	top:0;
	width: 100%;
	z-index:5;
}
#NAV{
	height: 35px;
	width:35px;
	cursor: pointer;
	text-decoration: none;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    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;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.modalDRAGON {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaDRAGON{
	height:100%;
	background-color: white;

}
.modal-contentDRAGON {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
div.galleryTEXT {
    margin: 20px;
    border: 10px solid #ccc;
    float: left;
    width: 200px;
}

div.galleryTEXT:hover {
    border: 1px solid #777;
}

div.galleryTEXT img {
    width: 100%;
    height: auto;
}

div.descTEXT {
    padding: 15px;
    text-align: center;
}
	.closeDRAGON {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeDRAGON:hover,
.closeDRAGON:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerDRAGON{
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyDRAGON{
 height:100%;
}

.modal-footerDRAGON {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalSKATE {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaSKATE{
	height:100%;
	background-color: white;
}
.modal-contentSKATE{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeSKATE {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeSKATE:hover,
.closeSKATE:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerSKATE{
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodySKATE{
 height:100%;
}

.modal-footerSKATE {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalPARK {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaPARK{
	height:100%;
	background-color: white;
}
.modal-contentPARK{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closePARK {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closePARK:hover,
.closePARK:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerPARK{
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyPARK{
 height:100%;
}

.modal-footerPARK{
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalHORSE {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaHORSE{
	height:100%;
	background-color: white;
}
.modal-contentHORSE{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeHORSE {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeHORSE:hover,
.closeHORSE:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerHORSE{
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyHORSE{
 height:100%;
}

.modal-footerHORSE{
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalLIPSYNC {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaLIPSYNC{
	height:100%;
	background-color: white;
}
.modal-contentLIPSYNC{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeLIPSYNC {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeLIPSYNC:hover,
.closeLIPSYNC:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerLIPSYNC{
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyLIPSYNC{
 height:100%;
}

.modal-footerLIPSYNC{
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}

.modalACCOBRA {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaACCOBRA {
	height:100%;
	background-color: white;
}
.modal-contentACCOBRA {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeACCOBRA  {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeACCOBRA :hover,
.closeACCOBRA :focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerACCOBRA {
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyACCOBRA {
 height:100%;
}

.modal-footerACCOBRA {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalGUITAR {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaGUITAR  {
	height:100%;
	background-color: white;
}
.modal-contentGUITAR  {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeGUITAR   {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeGUITAR  :hover,
.closeGUITAR  :focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerGUITAR  {
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyGUITAR  {
 height:100%;
}

.modal-footerGUITAR  {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}

.modalTRUMPET {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaTRUMPET  {
	height:100%;
	background-color: white;
}
.modal-contentTRUMPET  {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeTRUMPET   {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeTRUMPET  :hover,
.closeTRUMPET  :focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerTRUMPET  {
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyTRUMPET  {
 height:100%;
}

.modal-footerTRUMPET  {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalARMOR {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaARMOR  {
	height:100%;
	background-color: white;
}
.modal-contentARMOR  {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeARMOR   {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeARMOR  :hover,
.closeARMOR  :focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerARMOR  {
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyARMOR  {
 height:100%;
}

.modal-footerARMOR  {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalSWORD {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaSWORD  {
	height:100%;
	background-color: white;
}
.modal-contentSWORD  {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeSWORD   {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeSWORD  :hover,
.closeSWORD :focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerSWORD  {
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodySWORD  {
 height:100%;
}

.modal-footerSWORD  {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
}
.modalHELMET {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	opacity:100%;	
}
.pruebazaHELMET  {
	height:100%;
	background-color: white;
}
.modal-contentHELMET {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	height:90%;
}
	.closeHELMET   {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	height:1000px;
}

.closeHELMET  :hover,
.closeHELMET :focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-headerHELMET  {
	height:100px;
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: black;
}

.modal-bodyHELMET  {
 height:100%;
}

.modal-footerHELMET  {
    padding: 2px 16px;
    background-color: cornflowerblue;
    color: green;
	z-index: 10;
}

 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
