@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */






    
    
    .news-list{
        margin: 3vh 0 10vh;
       width: 100%;
        height: auto;
           float: left;
        clear: none;
          display: grid; 
  grid-template-columns: 1fr  
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". "; 
     
    }
    
    
    
    
   
    .newspost{
        width: 100%;
        height: 55vh;
        display: block;
        float: left;
        clear: none;
           border-radius: 1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        transition: all .3s;
        position: relative;
    }
    
    
    .newspost:hover{
        background-position: center top;
        background-size: auto 110%;
        background-repeat: no-repeat;
    }
    
    
    
    .np-text{
       width: auto;
        height: auto;
        max-width: 70%;
        position: absolute;
        z-index: 50;
        bottom: 0%;
        left: 5%;
        background: transparent;
        transition: .3s;
                background-color: white;
        padding: 2em 10%;
    }
    
    
    .np-text h3{
            color: #2d2d2d;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: .4em;
        display: inline;
        clear: both;
        line-height: 1em;
        position: ;
        transition: .3s;
    }
    
    
        .np-text  h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
    }
    
    
    
    
    .np-text p{
        padding: 1em 0;
         transition: .3s;
        font-size: 0em;
        margin: 0;
    }
    
    
    
    .newspost:hover .np-text{
        transition: .3s;
        width: 100%;
        max-width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
    }
    
    
    
    .newspost:hover .np-text p{
        font-size: 1em;
    }
    
    
    .newspost button{
        padding: 1em 0%;
    }
     
    
    
    
    
    
    
    
    
    
    
    
    
    .news-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin-top: ;
        margin-bottom: 5;
    }
    
    
    
    
    
    
    
    .newsbody{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: 1em;
        margin-left: 0%;
    }
    
    
    
    .nb-img{
        height: 50vh;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        background-size: cover;
        background-position: center;
        margin-bottom: 5vh;
    }
    
    
    
    .nb-details{
           height: auto;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        position: relative;
        margin-bottom: 5vh;
    }
    
    
    
      .nb-details .npdate{
        position:static;
        right: 5%;
        top: 5%;
        width: auto;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
        
    }
    
    
     .nb-details .np-title{
        position: static;
        left: 5%;
        bottom: 10%;
        display: block;
        float: left;
        clear: none;
        width: 90%;
        transition: all .4s;
         font-size: 1.5em;
    }
    
    .nb-body{
        width: 100%;
        display: block;
        float: ;
        clear: none;
        line-height: 1.5em;
        
    }
    
    .nb-body .para{
        line-height: 1.5em;
    }
    
    
    
    
    
    
    
    
    .othernews{
        width: 100%;
        height: 80vh;
        position:sticky;
        float: right;
        right: auto;
        left: 0;
        top: 20vh;
        padding: 1em;
        overflow-x: hidden;
    }
    
    
    
    .on-title{
        height: auto;
        padding: 1em 5%;
        display: block;
        float: right;
        clear: none;
        width: 90%;
        color: #332c29;
        font-family: "Butler_Medium";
        font-size: 2em;
        text-align: right;
    }
    

    
    .othernews .newspost{
       

    }
    
    .othernews .newspost{
        width: 100%;
        height: a;
       margin-bottom: 1em;
        display: block;
        float: left;
        clear: none;
           border-radius: 1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        transition: all .3s;
        position: relative;
    }
    
    
    .othernews .newspost:hover{
        background-position: center top;
        background-size: auto 110%;
        background-repeat: no-repeat;
    }
    
    
    
    .othernews .np-text{
        height: auto;
        width: 100%;
        max-width: 100%;
        position: absolute;
        z-index: 50;
        bottom: 0%;
        left: 0%;
        background: transparent;
        transition: .3s;
                background-color: white;
        padding: 1em 5%;
    }
    
    
    .othernews .np-text h3{
        color: #2d2d2d;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: .4em;
        display: block;
        clear: both;
        line-height: 1em;
        position: relative;
        transition: .3s;
    }
    
    
        .othernews .np-text  h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
             display: block;
        clear: both;
    }
    
    
    
    
    
    
    
    
    
    
    




















}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    
    .news-list{
        margin: 3vh 0 10vh;
       width: 100%;
        height: auto;
           float: left;
        clear: none;
          display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
     
    }
    
    
    
    
   
    .newspost{
        width: 100%;
        height: 55vh;
        display: block;
        float: left;
        clear: none;
           border-radius: 1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        transition: all .3s;
        position: relative;
    }
    
    
    .newspost:hover{
        background-position: center top;
        background-size: auto 110%;
        background-repeat: no-repeat;
    }
    
    
    
    .np-text{
       width: auto;
        height: auto;
        max-width: 70%;
        position: absolute;
        z-index: 50;
        bottom: 0%;
        left: 5%;
        background: transparent;
        transition: .3s;
                background-color: white;
        padding: 2em 10%;
    }
    
    
    .np-text h3{
        color: #2d2d2d;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: .4em;
        display: inline;
        clear: both;
        line-height: 1em;
        position: ;
        transition: .3s;
    }
    
    
        .np-text  h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
    }
    
    
    
    
    .np-text p{
        padding: 1em 0;
         transition: .3s;
        font-size: 0em;
        margin: 0;
    }
    
    
    
    .newspost:hover .np-text{
         bottom: 10%;
        transition: .3s;
        width: auto;
        height: auto;
        max-width: 70%;
    }
    
    
    
    .newspost:hover .np-text p{
      
        font-size: 1em;
 
    }
    
    
    .newspost button{
        padding: 1em 0%;
    }
     
    
    
    
    
    
    
    
    
    
    
    
    
    .news-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin-top: ;
        margin-bottom: 5;
    }
    
    
    
    
    
    
    
    .newsbody{
        width: 70%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: 3em;
        margin-left: 0%;
    }
    
    
    
    .nb-img{
        height: 50vh;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        background-size: cover;
        background-position: center;
        margin-bottom: 5vh;
    }
    
    
    
    .nb-details{
           height: auto;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        position: relative;
        margin-bottom: 5vh;
    }
    
    
    
      .nb-details .npdate{
        position:static;
        right: 5%;
        top: 5%;
        width: auto;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
        
    }
    
    
     .nb-details .np-title{
        position: static;
        left: 5%;
        bottom: 10%;
        display: block;
        float: left;
        clear: none;
        width: 90%;
        transition: all .4s;
         font-size: 1.5em;
    }
    
    .nb-body{
        width: 100%;
        display: block;
        float: ;
        clear: none;
        line-height: 1.5em;
        
    }
    
    .nb-body .para{
        line-height: 1.5em;
    }
    
    
    
    
    
    
    
    
    .othernews{
        width: 27%;
        height: 80vh;
        position:sticky;
        float: right;
        right: 0vw;
        top: 20vh;
        padding: 1em;
        overflow-x: hidden;
    }
    
    
    
    .on-title{
        height: auto;
        padding: 1em 5%;
        display: block;
        float: right;
        clear: none;
        width: 90%;
        color: #332c29;
        font-family: "Butler_Medium";
        font-size: 2em;
        text-align: right;
    }
    

    
    .othernews .newspost{
       

    }
    
    .othernews .newspost{
        width: 100%;
        height: a;
       margin-bottom: 1em;
        display: block;
        float: left;
        clear: none;
           border-radius: 1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        transition: all .3s;
        position: relative;
    }
    
    
    .othernews .newspost:hover{
        background-position: center top;
        background-size: auto 110%;
        background-repeat: no-repeat;
    }
    
    
    
    .othernews .np-text{
        height: auto;
        width: 100%;
        max-width: 100%;
        position: absolute;
        z-index: 50;
        bottom: 0%;
        left: 0%;
        background: transparent;
        transition: .3s;
                background-color: white;
        padding: 1em 5%;
    }
    
    
    .othernews .np-text h3{
        color: #2d2d2d;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: .4em;
        display: block;
        clear: both;
        line-height: 1em;
        position: relative;
        transition: .3s;
    }
    
    
        .othernews .np-text  h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
             display: block;
        clear: both;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
	
}
	
	