@import 'https://fonts.googleapis.com/css?family=Jaldi:100,400,600,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700';
*{
    margin: 0;
    padding: 0; 

}

body {
    background: url(img/dot2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 810px;
    font-size: 1em;
}

img{
   padding-right: 4%;
    float: left;
    border-radius: 4px;
    
}
section {
    background:#f8e581;
    padding-right: 1%;
    border-radius: 4px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}

a {
text-decoration: none;
    color: #1f8880;
}

h1{
    font-size: 80px;
    font-weight: 600;
    font-family:  "Jaldi";
    text-align: left;
    margin-bottom: -30px;
    
}

h2{
    font-size: 25px;
    font-weight: 100;
    font-family:  "Jaldi";
    text-align: left;
    color: #333;
    text-transform: uppercase;
    box-shadow: 2px rgba(0, 0, 0, 0.4);   
}

h3{
    padding-top: 3%;
    font-size: 20px;
    font-weight: 600;
    font-family:  "Jaldi";
    text-align: left;
    text-transform: uppercase;
    color: #333;
    box-shadow: 2px rgba{0, 0, 0, 0.4 }; 
}

h4{
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    font-family:  "Jaldi";
    text-align: left;
    color: #383008;
    box-shadow: 2px rgba{0, 0, 0, 0.4 }   
}

article{
    font-size: 12px;
    padding-bottom: 3%;
    font-weight: 300;
    font-family:  "Open Sans";
    text-align: left;
    letter-spacing: 1px;
    color: #535f13;
    box-shadow: 2px rgba(0, 0, 0, 0.4 );   
}

footer{
    padding-top: 20px;
    font-size: 10px;
    color: #666;
    font-family:"Open Sans"
}

@media screen and (max-width: 900px){
    
    body{
        width: 80%;
    }
    
    header{
        width: 100%;
        margin: auto;
    }
    
    section{
        height: 300px;
    }
    
    article{
        font-size: 11px;
    }
    
}

@media screen and (max-width: 650px){
    
    body{
        width: 80%;
    }
    
    header{
        width: 300px;
    }
    
    #imagen{
        margin: auto;
        width: 300px;
    }
    
    img{
        float: none;
        margin: 0 auto;
    }
    
    section{
        margin: auto;
        width: 272px;
        padding: 1em;
        height: 240px;
    }
    
    article{
        width: 272px;
        overflow: auto;
        display: block;
        font-size: 10px;
    }
    
    footer{
        margin: auto;
        width: 300px;
    }
    
    
    
}