@charset "utf-8";
@import url("../images/webfonts/B_NAZANIN/stylesheet.css");

body{
	
    font-family: "B NAZANIN", serif;
}
main{
margin-top: 20px;
}

header{
    background-image: url("../images/unnamed.jpg");
	height: 200px;
}
.navbar{
    width: 100%;
    margin-top: 80px;
    background-color: #F6FEFF;
    font-size: 18px;
    padding-right: 30px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid rgba(221,221,221,1.00);
    z-index: 1000;
}

a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: none;
    color: rgba(9,200,171,1.00);
}
li:hover{
    color: rgba(9,200,171,1.00);
}

.navbar-brand:hover {
    color: rgba(9,200,171,1.00);
}
.dropdown-item:hover{
    color: rgba(9,200,171,1.00);
}
.navbar .dropdown-menu{
    background-color: #F6FEFF;
}

.mydiv{
    width: 5%;
    height: 5%;
    float: left;
    margin-left:70px;
    margin-top: 19px;
    text-align: right;
    font-size: 24px;
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
	font: bold;
}
.divm{
    height: 5%;
    width: 5%;
    margin-left: 118px;
    margin-top: 30px;
    float: left;
    text-align: center;
    font-size: 45px;
    color:#087708;
    font-family: abril-fatface;
    font-style: normal;
    font-weight: 400;
    font: bolder;
}
.circle{
	 width: 80px;
    height:80px;
	text-align: center;
	padding-top: 23px;
    border-radius: 50%;
	background-color:rgba(195,199,198,1.00);
	animation: tm 35s infinite ;
    position: relative;	
	transition: all 2s;

}
.circle:hover{
	
	border-radius: 25px;
}

.myaside{
    height: 335px;
    background-color: #F6FEFF;
    border: 3px solid rgba(6,180,154,1.00);
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 5px rgba(7,221,189,1.00);
    box-shadow: 0px 0px 5px rgba(7,221,189,1.00);
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
	
}
.myarticle{
    height: 335px;
    background-color: #F6FEFF;
    border: 3px solid rgba(6,180,154,1.00);
    -webkit-box-shadow: 0px 0px 5px rgba(7,221,189,1.00);
    box-shadow: 0px 0px 5px rgba(7,221,189,1.00);
    border-radius: 12px;
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
}
.owl-theme{
	font-size:25px;
}
hr{
    background-color: rgba(6,180,154,1.00);
    width: 15%;
    height: 2px;
}
@media screen and (max-width:1033px){
	
	.myaside{
		overflow:auto;
	}
	}
@media screen and (max-width:607px){
	.myarticle img{
		width: 130px;
		height: 170px;
	}
}
@media screen and (min-width:702px) and (max-width:768px) , (min-width:934px) and (max-width:1000px){
	.myarticle img{
		width: 100px;
		height: 190px;
	}
}

@keyframes tm {
	5%{
		background-color:rgba(195,199,198,1.00);
	}
	10%{
	    background-color:rgba(200,95,89,1.00);

	}
	20%{
		background-color:rgba(217,83,79,1.00);
	}
	30%{
		background-color:#04B560;

	}
	40%{
		background-color:rgba(92,184,92,1.00);

	}
	50%{
		background-color:rgba(78,171,198,1.00);

	}
	60%{
		background-color:rgba(71,164,245,1.00);
	}
	70%{
		background-color:rgba(159,189,210,1.00);

	}
	80%{
		background-color:cadetblue;

	}
	90%{
		background-color:powderblue;

	}
	100%{
		background-color:mediumaquamarine;

	}
}
@media screen and (max-width: 991px){
	div.divm{
		display: none;
	}
}
@media screen and (max-width:991px){
	div.mydiv{
		display: none;
	}
}
footer {
    background-image: url(../images/033419011_xl.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 200px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
	opacity: 0.8;
	border-top: 2px solid rgba(221,221,221,1.00);


}