/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    @font-face {
        font-family: myFirstFont;
        src: url(sansation_light.woff);
     }
    * {
        margin-right: 10px ;
        margin-left: 10px ;
        font-family: tahoma;
    }
    body {
        background-color: #eee;
        width: 80%;
        margin: auto;
    }
    .first_section {
        padding-top: 50px;
        padding-bottom: 60px;
        width: 100%;
        border-right: solid 2px silver;
        border-left: solid 2px silver;
        background-color: snow;
        margin: auto;
    }
    p {
        line-height: 25px;
        text-align: justify;
        color: #666;
    }
    h4{
        font-size: 17px;
        color: #444;
    }
    h3{
        font-size: 20px;
        color: #444;

    }
    h2{
        font-size: 25px;
        color: #444;

    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    @font-face {
        font-family: myFirstFont;
        src: url(sansation_light.woff);
     }
    * {
        margin-right: 10px ;
        margin-left: 10px ;
        font-family: tahoma;
    }
    body {
        background-color: #eee;
        width: 80%;
        margin: auto;
    }
    .first_section {
        padding-top: 50px;
        padding-bottom: 25px;
        width: 80%;
        border-right: solid 2px silver;
        border-left: solid 2px silver;
        background-color: snow;
        margin: auto;
    }
    p {
        line-height: 25px;
        text-align: justify;
        color: #666;
    }
    h4{
        font-size: 17px;
        color: #444;
    }
    h3{
        font-size: 20px;
        color: #444;

    }
    h2{
        font-size: 25px;
        color: #444;

    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    @font-face {
        font-family: myFirstFont;
        src: url(sansation_light.woff);
     }
    * {
        margin-right: 10px ;
        margin-left: 10px ;
        font-family: tahoma;
    }
    body {
        background-color: #eee;
        width: 80%;
        margin: auto;
    }
    .first_section {
        padding-top: 50px;
        padding-bottom: 25px;
        width: 80%;
        border-right: solid 2px silver;
        border-left: solid 2px silver;
        background-color: snow;
        margin: auto;
    }
    p {
        line-height: 25px;
        text-align: justify;
        color: #666;
    }
    h4{
        font-size: 17px;
        color: #444;
    }
    h3{
        font-size: 20px;
        color: #444;

    }
    h2{
        font-size: 25px;
        color: #444;

    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    @font-face {
        font-family: myFirstFont;
        src: url(sansation_light.woff);
     }
    * {
        margin-right: 10px ;
        margin-left: 10px ;
        font-family: tahoma;
    }
    body {
        background-color: #eee;
        width: 80%;
        margin: auto;
    }
    .first_section {
        padding-top: 50px;
        padding-bottom: 25px;
        width: 80%;
        border-right: solid 2px silver;
        border-left: solid 2px silver;
        background-color: snow;
        margin: auto;
    }
    p {
        line-height: 25px;
        text-align: justify;
        color: #666;
    }
    h4{
        font-size: 17px;
        color: #444;
    }
    h3{
        font-size: 20px;
        color: #444;

    }
    h2{
        font-size: 25px;
        color: #444;

    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    @font-face {
        font-family: myFirstFont;
        src: url(sansation_light.woff);
     }
    * {
        margin-right: 10px ;
        margin-left: 10px ;
        font-family: tahoma;
    }
    body {
        background-color: #eee;
        width: 80%;
        margin: auto;
    }
    .first_section {
        padding-top: 50px;
        padding-bottom: 25px;
        width: 80%;
        border-right: solid 2px silver;
        border-left: solid 2px silver;
        background-color: snow;
        margin: auto;
    }
    p {
        line-height: 25px;
        text-align: justify;
        color: #666;
    }
    h4{
        font-size: 17px;
        color: #444;
    }
    h3{
        font-size: 20px;
        color: #444;

    }
    h2{
        font-size: 25px;
        color: #444;

    }
}
