body{

    background: #EEEEEE;
  
}
p{
    margin-bottom: 0.2em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;

    font-family: "leitura-news",serif;
    font-size: 1.3em;
    line-height: 1.3;
    padding: 0.5em;


}
.wrapper{
   
  margin:auto;
  width: 70%;

}

.navbar{
    width: 100%;
    height: 85px;
    background: #2c3a62;
    margin:auto;
}
.banner{
    width: 100;
    height: 750px;
    background: rgb(3, 3, 3);
    margin:auto;

}

.main{
margin-top:5em;
background: #EEEEEE;
}

.footer{
    margin-top:10%;
    width: 100%;
    height: 463.5px;
    background-color: #303030;
  
}

.image img{

    height: 750px; margin:auto;
    
}

.block p{
   width: 65%;
}

.image-sm{
    display: none;

}
.image-lg{
    display:block;

}

.main p{
    font-size: 1.4rem!important;
}

@media only screen and (max-width: 968px) {

    p{

        font-size: 1.2em!important;
    }
    .test{
        margin-top: 15px!important;
    }
    .banner{

        height: auto;
    }

    .wrapper{

        width: 100%;
    }
    /* For mobile phones: */
  .image img{

    width:100%;
    height: auto;

  }

  .block p{

    width: 100%;
  
  }

  .image-lg{
      display:none;
  }

  .image-sm{
    display: block;
    height: 300px;

}
.main p{
    font-size: 1.2rem!important;
}

}


