body{
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2{
    font-family: 'Dancing Script', cursive;
}

h1{
    font-weight: 300;
    font-size: 80px;
}

h2{
    font-weight: 200;
    font-size: 60px;
}

.aboutme-text{
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
}

p{
    font-size:18px;
    font-family: 'Quicksand', sans-serif;
}

.card-title{
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    font-size: 30px;

}


header {
    background-image: url("../assets/image/portada1.jpg");
    color: white;
    background-position: center;
    background-size: cover;
    text-align: right;
}

nav{
    height: 60px;
    background-color: black;
    color: white;
    font-weight: bolder;
}

footer{
    height: 45px;
    background-color: black;
    text-align: center;
    color: rgb(121, 121, 121);
    padding: 1em;
}

.opaque{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5em;
}

section img{
    border-radius: 10%;
    margin-top: 5em;
    margin-bottom: 2em;
    max-width: 100%;
    transform: scale(1);
    transition: transform 0.5s;
}

section img:hover{
    transform: scale(1.1);
    transition: transform 0.5s;
}

.burger {
    margin-top: 15px;
    margin-right: 15px;
    float: right;
}

.brand {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bolder;
}

.text-margin{
    margin-top: 2.5em;
}

.burger {
    margin-top: 15px;
    margin-right: 15px;
    float: right;
 }
 
 .burger-menu {
    float: right;
 }
 
 .menu {
    float:rigth;
    text-align: right;
 }
 .menu li {
    display:inline-block;
    height:56px;
    padding:20px 10px;
    cursor: pointer;
 }
 .menu a {
    color: #CCC;
    text-decoration: none;
 }
 .menu a:hover {
    color:#fff;
    cursor: pointer;
 }

 .first-section{
    margin-top: 2em;
 }

 #aboutme {
     width: 75%;
     height: 75%;
     margin-top: .5em;
    
 }

 .read-more{
     border: 1px solid black;
     text-align: center;
     width: 50%;
     height: 30px;
     border-radius: 15px;
     text-decoration: none;
     background: none;
     font-weight: bold;
     cursor: pointer;
 }

 .read-more:hover{
     background-color: black;
     color: white;
     font-weight: bold;
     border-radius: 15px;
     cursor: pointer;
 }