
@charset "utf-8";




@font-face{
 font-family:'GT';
 src: url(../fonts/GT-America-Extended-Medium-Trial.otf) format('opentype');

}

@font-face{
 font-family:'GTR';
 src: url(../fonts/GT-America-Standard-Regular-Trial.otf) format('opentype');

}

@font-face{
 font-family:'InstrumentI';
 src: url(../fonts/InstrumentSerif-Italic.ttf) format('truetype');
}

@font-face{
 font-family:'InstrumentR';
 src: url(../fonts/InstrumentSerif-Regular.ttf) format('truetype');
}


 
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

 a{color:#000000;text-decoration:none;}
 a:hover{text-decoration:none;}
 
 .menu{  font-family: 'GT', sans-serif;font-size:36px;color:#000000;font-weight:500;}
 .menu_selected{text-decoration:underline;}

 
 .slider_title{font-family: 'GT', sans-serif;font-size:40px;line-height:40px;color:#fff;font-weight:700;}
 .slider_text{font-family: 'GTR', sans-serif;font-size:18px;color:#fff;font-weight:400;}
 .slider_author{font-family: 'InstrumentI', sans-serif;font-size:25px;color:#fff;}
 .keyword{border:0px;width:100%;background-color:transparent;}
	 
	 
 .title{font-family: 'GT', sans-serif;font-size:24px;line-height:24px;color:#000000;font-weight:700;}
 .author{font-family: 'InstrumentI', sans-serif;font-size:16px;color:#000000;}
 .date{font-family: 'GT', sans-serif;font-size:12px;color:#fff;}
	 
	 
 .rotate {
   transform: rotate(180deg);
   transition: transform 0.3s ease;
 }

 .chevron {
   display: inline-block;
   transition: transform 0.3s ease;
 }
 
 .tags{float:right;font-family: GT;font-size:20px;color:#000000;background-color: #E5C7B2;border-radius:5px; border:1px solid #000;padding-right:10px;padding-left:10px;padding-top:5px;padding-bottom:5px}
 .tags:hover{background-color: #87ad8f;color:#fff;}
 
 




@media  (min-width:1440px){
	
 	.main_container {width:1440px;display:block;margin:auto;border:0px solid red;box-sizing:border-box;}
   
}

@media (min-width:668px) and (max-width:810px){
    .mobile_menu {display:none;}
	
}

@media  (max-width:667px){

  .hide_for_mobile {display:none;}
  
  
}