/* Шрифт */
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');
body {
   font-family: 'Jura', sans-serif;
   font-size: 16px;
   font-weight: 500;
   background: #f1f1f1;
   color: #0f141e;
}
.info-text p {
    font-weight: bold ;
    font-style: italic;
    color:#353434;
    margin: 0px;
}

/* Отступы */
.info-text h2{
    margin-bottom: 10px;
}

.info{
    margin-bottom: 20px;
}

.card{

    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 20px;

}
.card h2 {
    margin-bottom: 10px;
}

.hobby{
   background-color:#d6d6fa;
}

.hobby h2{
   text-align: left;
   padding-left: 40px;
}

.work{
     background-color:#FFE4E1;
}
.sendme{
    background-color: #FFFACD;
}
/* img{
    border-radius: 10%;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.25);
} */
/* *{
    padding: 0;
    margin: 0;
} */

.container{
    max-width: 750px;
    margin: auto;
    padding-top: 30px;
}

.photo{
    width: 200px;
    border-radius: 28px;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.25);
}
/* Кнопки */
.btn {
    padding: 15px 20px;
    background-color: #fff175;
    border-radius: 5px;
    border:none;
    cursor: pointer;
    font-family: 'Jura', sans-serif;
    margin:auto;
    display: block;
}

.btn:hover{
    opacity: .7;
    color: #000000;
}
/* Ссылки */
a {
    color: #727b7c;
    transition: all .2s;
}

a:hover{
    color:#523ce2;
    font-size: 2rem;
}

a:active{
    color:#DB7093;
}
/* a:visited{
    color:#c500c5;
} */
/* Таблицы */
.table{
    width: 100%;
}

.table td {
    padding: 10px 0;
    text-align: center;
}
.table th {
    text-align: center;
}

.table td:hover{
    background: #fac6c0;
}

.table tr:nth-child(even){
    background: #fcada4;
}

.table th:nth-child(even){
    background: #fcada4;
}
.table th:nth-child(odd){
    background: #fcada4;
}

/* .table td:nth-child(1),.table td:nth-child(3){
    background: #dfdfdf;
} */

/* Списки */

.list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li{
    padding-top: 10px;
    border-bottom: 1px solid grey;
    width: 30%;
    text-align: center;
}

.list li:hover{
    background:#b7b7ff ;
    color:#fff;
}

.navbar ul{
    list-style: none;
    margin: 0;
    padding: 0 20px;
    display: flex;
}

.navbar ul li{
    margin: 10px;
    padding: 10 px;
    margin-bottom: 20px;
}

/* .navbar ul li:hover{
      background: #ea6767;
} */

/* Дисплеи */
.form h2{
    text-align: center;
}
.form-group label{
    display: block;
    font-size: 14px;
}

.form-group input, .form-group textarea{
    width: 100%;
    box-sizing: border-box;
    border:none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    color:#000;
    padding: 15px 0 10px;
    outline: none;
    font-family: 'Jura', sans-serif;
}

.form-row{
margin-bottom: 10px;
display: flex;
}
.form-row .form-group{
    margin-right: 20px;
    width: 50%;
    /* display:inline-block; */
    /* width: calc(50% - 20px); */
}

.form-row .form-group:last-child{
    margin-right: 0;
}

.info{
    margin-bottom: 20px;
    display: flex;
}
.info-text{
    margin-left: 40px;
}
@media (max-width: 650px) {
    .info{
        font-size: 1.5rem;
        padding: 10px;
        text-align: center;
        display: block;
    }
}

@media(max-width: 650px){
 .form-row{
display: block; }
.form-row .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
}

body{
    background-image: url(Фон.jpg);} 