/* Estilos de tu proyecto */

body {
  margin:0 auto;
  padding: 0;
}

nav{
  position: fixed;
  width: 100%;
  background-color: #2c3e50;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  border: none;
}

nav > div > h1{
  float: left;
  padding: 0;
  font-size: 32px;
  margin: 35px 130px;
}

nav > div.menu-bar > a:hover{
  color: #18bc9c;
}

a:visited{
  color: white;
}

main > .title{
  display: block;
  font-size: 75px;
  font-weight: 700;
  margin: 0;
}

main > span:after { /* adaptación del código de Jacqueline Baez*/
  display: inline-block;
  margin: 10px 8px;
  height: 4px; /*alto de barra*/
  content: " ";
  background-color: white;
  width: 100px;
}

main > .skills{
  font-size: 28px;
  font-weight: 400;
}

section > h2,
footer > h2{
  font-size: 50px;
  margin-top: 120px;
  margin-bottom: 20px;
}

section > span:after{
  display: inline-block;
  margin: 10px 8px;
  height: 4px; /*alto de barra*/
  content: " ";
  background-color: #2c3e50;
  width: 100px;
}

input, textarea { /*adaptación del código de Dení*/
  padding-right: 0;
  padding-left: 0;
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-size: 24px;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #eee;
  width: 53%;
  color: #848e97;
}

strong{
  color: #18bc9c;
}

#about{/* estilo para la pantalla About*/
  padding-top: 20px;
  text-align: center;
  background: #18bc9c ;
  width: 100%;
  height: 650px;
  color: white;
}

#about > div {
  display: block;
}

#about > span:after{
  display: inline-block;
  margin: 10px 8px;
  height: 4px; /*alto de barra*/
  content: " ";
  background-color: white;
  width: 100px;
}

#address-socialmedia-about{
  text-align: center;
}

#address-socialmedia-about > div{
  display: inline-table;
  margin: 0px 10px;
  padding: 35px 25px;
}

#address-socialmedia-about > div > p{
  font-size: 18px;
  font-weight: 400;
}

#contact{/* estilo para la pantalla Contact*/
  padding-top: 20px;
  text-align: center;
  width: 100%;
  height: 900px;
  color: #2c3e50;
}

#footer{/* estilo para el footer*/
  padding-top: 20px;
  text-align: center;
  width: 100%;
  height: 300px;
  background-color: #2c3e50;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  border: none;
}

#projects{
  text-align: center;
}

#projects > div {
  display: inline-block;
  margin: 15px 15px;
  padding-top: 30px;
}

#projects > div > img{
  width: 350px;
}

#portfolio{/* estilo para la pantalla Portfolio*/
  padding-top: 20px;
  text-align: center;
  background-color: white;
  width: 100%;
  height: 1000px;
  color: #2c3e50;
}

#screen-1{
  padding-top: 30px;
  text-align: center;
  background: #18bc9c ;
  width: 100%;
  height: 700px;
  color: white;
}

.about{
  width: 350px;
  margin: 0;
}

.button{
  display:inline-block;
  border: 2px;
  border-style: solid;
  border-color: white;
  padding: 18px 0px;
  width: 235px;
  margin-left: 41%;
  border-radius: 5px;
  color: white;
}

.button-contact{
  display: block;
  border: 2px;
  padding: 18px 0px;
  width: 100px;
  margin-left: 23.5%;
  margin-top: 20px;
  border-radius: 5px;
  color: white;
  background-color: #18bc9c;
  font-size: 20px;
}

.button > a{
  padding-left: 10px;
  font-size: 20px;
}

.clear {
  clear: left;
}

.copy{
  display: block;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
}

.icon{

  border: solid 2px;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 15px;
  padding: 8px 8px;
}

.lato{/* inserción de tipografía Lato*/
  font-family: 'Lato', sans-serif;
}

.location{
  width: 220px;
  margin: 0;
}

.menu {
  float: right;
  padding-right: 10px;
  color:white;
  margin-top: 45px;
  font-size: 16.5px;
}

.menu-bar{
  margin-right: 130px;
}

.montserrat{/* inserción de tipografía Montserrat*/
  font-family: 'Montserrat', sans-serif;
}

.paragraph{ /*adaptación del código de Jaqueline Baez*/
  display: inline-table; /*que los ponga en línea*/
  width: 25.7%; /*ancho */
  font-size: 20px; /*tamaño de fuente*/
  text-align: left; /*alineado a la izquierda*/
  margin: 30px 15px; /*margen de lado izquierdo*/
  line-height: 1.5; /*interlineado*/
  font-weight: 400;
}

.profile-pic{
  display:inline-block;
  margin-top: 120px;
}

.social{
  width: 330px;
  margin: 0;
}

.star-bar{/* estilo para separador star*/
  display: inline-block;
  width: 260px;
}

.text-uppercase {
 text-transform: uppercase;
}
