body{
    font:15px/1.5 Arial,cursive, sans-serif;
    padding:0;
    margin:0;
    background-color: #7A113D;
     
}
.box img{
    width: 150px;
    padding: 20px;
    
}

/*global is just a container*/
.container {
    width:80%;
    margin:auto;
    overflow:hidden;
}
 ul{
    margin:0;
    padding:0;
  }
.button_1{
    height: 38px;
    background:#ffffff;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color:#ffffff;
}
/*este es para hacer cambios en about en las cajas**/
.dark{
    padding:12px;
    background: #FFB50D;
    color:#ffffff;
    margin-top:20px;
    margin-bottom:40px;
    }

 nav ul li ul {
    display: none;
    position: absolute;
     background-color:#fff;
     padding: 5px;
     border-radius: 5px 5px 5px 5px;
   
}
/*header- estos son los comandos para la cabeza**/

header{
    background: #35424a;
    color:#ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #5362aa 3px solid;
    
       }
/*esto es para los links de home lessons y final project**/
header a{
    color:#3BDFE0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    }
/*este text es para mover los home lessons y final project horizontal el ul y li son los que mandan**/

header li{
    float:left;
    display: inline;
    padding: 0 20px 0 20px;
          }
/*este codigo es para poner en lugar las cosas que quieras a la deracha o izquierda**/

header #branding{
    float:left; 
}

header #branding h1{
    margin:0;
}

header nav{
    float:right;
    margin-top: 10px;
    }
header .highlight, header .current a {
    color:#FFC60F;
    font-weight: bold;
}
/*este es para que solo home quede de un color**/
header a:hover{
    color:#cccccc;
    font-weight: bold;
    }
/* 2 show case es para cambiar el color de la letra y la inmajen del background esta es caja 1*/
#showcase{
    min-height: 30px;
    background: url(Images1/5QEwigZ.jpg) no-repeat 0 -400px;
    text-align: center;
    color:#11110f;
    }
/* 2 este es para cambiar el tamano y lugar de las letras**/
#showcase h1{
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
     }
#showcase p {
    font-size: 20px;
}

/*este codigo es para el news letter**/

#newsletter{
    padding:15px;
    color:#ffffff;
    background: #35424a;
    }
#newsletter h1{
    float: left;
}
#newsletter form{
    float:right;
    margin-top: 15px;
}
#newsletter input[type="email"]{
    padding: 4px;
    height: 25px;
    width: 250px;
}
/*boxes**/
#boxes {
    margin-top:20px;
}
#boxes .box{
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
    
}

#boxes .box img{
    width: 250px;
}

/*side bar si por quieres hacerle cambios para la pajina de about **/

aside#siderbar{
    float: right;
    width: 30%;
    margin-top: 10px;
    }


nav ul{
    float:right;
}
 nav ul li{
    float:left;
    display: inline;
    padding: 0px 10px 0px 10px;
          }

nav ul li a {
    display: block;
    font-family: cursive;
    color:#FFB50D;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 20px;
    text-decoration: none;
}

 nav ul li ul {
    display: none;
    position: absolute;
     background-color:#fff;
     padding: 5px;
     border-radius: 20px 20px 20px 20px;
   
}

nav ul li:hover ul {
    display: block;
   
}

nav ul li ul li {
     width: 100px;
     border-radius: 100px;
     
}

 nav ul li ul a {
     padding: 2px 13px;
}

 nav ul li ul a:hover {
     background-color: crimson;
     }  

  
aside#siderbar{
    float: right;
    width: 40%;
    margin-top: 10px;
    } 

.box1{
    padding-left: 200px;
    padding-right: 80px;
    }

.box2 img{
    
    height: %;
      width: 50%;
   margin-top: px;
  padding-left: 25%;
padding-right: 18%;
 }

footer{
    padding:20px;
    margin-top: 20px;
    color:#ffffff;
    background-color: #0D9AE0;
    text-align: center;
}
