/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
@font-face {
    font-family: Iransanses;
    src: url('assets/fonts/IRANSansWeb.ttf');
}
*{
	font-family:Iransanses 'Font Awesome 5 Free' !important;
}

body{
	overflow-x: hidden !important;
}
#header h1{
	display:none !important;
}
hr{
	display:none;
}
#header{
	
	background: #00197a !important;
}
 #footer p{
	display:none !important;
}
#footer{
	height: 40px !important;
	background: #00197a !important;
} 
.header-text {
	position: absolute !important;
	z-index: 1 !important;
	top: 70px !important;
	color: #fff !important;
}

.header-text h1 h2 h4{
	color: #fff !important;
}

@media only screen and (max-width: 930px) {
	.header-text {
		padding: 10px !important;
		top: 50px !important;
	}
	.header-text h1{
		font-size: 30px;
	}
	.header-text h2{
		font-size: 27px;
	}
	.header-text h4{
		font-size: 20px;
	}
}

@media only screen and (max-width: 540px) {
	.header-text {
		padding: 5px !important;
		top: 25px !important;
	}
		.header-text h1{
		font-size: 21px;
	}
	.header-text h2{
		font-size: 17px;
	}
	.header-text h4{
		font-size: 12px;
	}
}

.topnav {
  overflow: hidden;
  background-color: #011036;
  font-family:"Vazir", Sans-serif;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
}

.topnav a:hover {
  background-color: #0f3479;
  color: #f2f2f2;
}

.topnav a.active {
  background-color: #0f3479;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}