@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700';

body {
    font-family: 'Oswald', sans-serif;
    background: #33132e
}

img {
     border-radius: 50%;
}

a {
    text-decoration:none;
}

header {
    margin: 100px 120px 0px 120px;
    text-align: center;
}

h1 {
    color: #38c6a0;
    font-size: 100px;
}


h2 {
    color: #f1f0f8;
    font-size: 30px;
    font-weight: 300;
}

h3 {
    
    font-weight: 700;
}

h4 {
    color:#30a385;
    font-size: 19px;
    font-weight: 400;
}

h5 {
    background:grey;
    font-size: 27px;
    font-weight: 400;
    color:#38c6a0;
}

h6  {
    color: white;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

    

p {
    font-weight: 300;
}

section {
    margin: 100px 120px 0px 120px;
    text-align: center;
    background: white;
    height: 750px;
}

footer {
    margin: 80px 120px 0px 120px;
    font-size: 16px;
    font-weight: 300;
    color: white;
    background-color: grey
}

.trabajo {
    background: #d5eb26;
    border: solid 5px;
    width: 30%;
    margin: 0 auto;
}


/* Ipad */

@media screen and (max-width:768px) {
    
    .container {
        width: 768px;
    }
    
    h1 { 
        font-size: 150px;
    }
    
    h2 {
        font-size: 50px;
        
    }
    
    
    h4 {
        font-size: 30px;
}
    
    
    section {
        height: 900px;
    }

}


@media screen and (max-width:375px) {
    
    .container {
        width: 375px;
    }
    
    h1 {
        font-size: 80px;
    }
    
    img {
        width: 85%;
        height: 85%;
    }
    
    section {
        width: 100%;
        margin: 0 auto;
    }
    
    footer {
        width: 80%;
        margin: 0 auto;
    
    
}

    








    