* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    background: lightgoldenrodyellow;
    font-family: "Calibri", sans-serif;
    font-weight: 300;
}

header {
    position: sticky;
    top: 0;
    background: orange;
    border-bottom: 2px solid black;
}

.head {
    background: darkorange;
    border-bottom: 2px solid black;
    text-align: center;
}


.slogan {
    font-size: 50px;
    font-family: arial;
    font-style: italic;
    color: black;
    margin: 35px 0;
}

.button {
    background: black;
    font-size: 20px;
    width: 150px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    color: white;
    border-radius: 15px;
    margin-bottom: 50px;
    font-weight: 900;
}

.button:hover{
    color: rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.6);
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
/*    border: 1px solid black;*/
}

.container:after{
    content: "";
    display: table;
    clear: both;
}

.logo {
    height: 70px;
    float: left;
}

nav {
    float: right;
}

nav li {
    display: inline-block;
    margin: 0 25px;
}

nav a {
    line-height: 70px;
    font-size: 20px;
    margin: 0 10px;
    color: black;
}

nav ul li:last-child {
    background: black;
    border-radius: 10px;
}

.login {
    color: #2a7b80;
    font-weight: 900;
}

/*.login:hover{
    color: rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.6);

}*/

a:hover{
    color: white;
}

.main_articles {
    float: left;
    width: 80%;
    padding: 5px;
}

.article {
    padding: 30px;
    margin: 10px 0;
}

.article:after {
    content: "";
    display: table;
    clear: both;
}

.txt {
    float: left;
    width: 700px;                              
}

.title {
    font-size: 35px;
    font-weight: 500;
}

.note {
    font-size: 20px;
    color: rgb(0, 0, 0, 0.9);
    text-align: justify;
}

.date {
    font-size: 15px;
    color: black;
    margin-top: 10px;
    float:right;
}

.article_img {
    height: 150px;
    width: 150px;
    float: right;
}



.side {
   /* border: 1px solid black;*/
    float: right;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}
.right_news{
    float: right;
    width: 15%;
    padding: 1px;
}

.side > p {

    margin-bottom: 20px;
    padding-bottom: 10px;
     border-bottom: 2px solid;


}
.side > p:hover{
    color: grey;
}
h1{
    font-weight: 500;
    padding-bottom: 20px;
}

/*for writing */

.pole{

     float: left;
    width: 80%;
    padding: 5px;
}
.flex{
    display: flex;
/*    border: 1px solid red;*/
    padding-right: 20px;
}
.cont1{
    width: 60%;
    display: flex;
}
.cont2{
    width: 40%;
   /* border: 1px solid blue;*/
}

input[type='text']{
    border: 1px solid #73a162;
    border-radius: 5px;
    background: #ffffff !important;
    outline: none;
    height: 24px;
    width: 500px;
    color: black;
    font-size: 20px;
    font-weight: 100;
}
input:focus, textarea:focus{
    color: black;
    border: 1.5px solid darkgreen;
}
textarea {
    border: 1px solid #73a162;
    border-radius: 5px;
    background: #ffffff !important;
    outline: none;
   resize: none;
    color: black;
    font-size: 20px;
 /*   font-weight: 50;*/
}
#small{
    background: #6d7844;
    font-size: 10px;
    width: 30px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    color: #cfcbc4;
    border-radius: 10px;
    margin-bottom: 50px;
    font-weight: 900;
    margin-left: 25px;
}
#small:hover{
    background: rgba(0,0,0,0.6);
    color: black;
}
.photo{
    width: 30%;
}
.contact{
    display: flex;
    padding: 30px;
    border: 1px solid black;
    justify-content: center;
    align-content: space-between;
    background: orange;
    float: bottom;
    }
.item{
     /*border: 1px solid red;*/
     flex: 1 1 auto;
     margin: 0 5px;
     text-align: center;
     font-size: 20px;
    font-family: "Calibri", sans-serif;
    font-weight: 300;
     color: black;
    }
.item1about{
     /*border: 1px solid red;*/
     flex: 1 1 auto;
     padding: 35px;
     margin: 0 5px;
     text-align: justify;
     font-size: 20px;
    font-family: "Calibri", sans-serif;
    font-weight: 300;
     color: black;
     border-right: 2px dashed grey;
    }

.item1about img {
	height: 300px;
	width: 200px;
}