﻿@font-face {
    font-family: 'RobotoBold';
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'RobotoLight';
    src: url(../fonts/Roboto-Light.ttf);
}

/*======== Layout content ===========*/
.top-menu {
    background-color: #304050;
    padding: 10px;
    transition: all .7s;
}

.top-menu__logo {
    height: 45px;
}

.top-menu__item {
    color: white;
    font-family: RobotoBold;
    text-align: center;
    border-bottom: solid 2px;
    border-color: transparent;
}

.top-menu__item:hover {
    color: #3cc7db;
    border-color: #3cc7db;
}

.top-menu__signup {
    color: #3cc7db;
    font-family: RobotoBold;
    text-align: center;
    border-radius: 25px;
    border-style: solid;
}

.top-menu__signup:hover {
    color: #ddd;
}

#top-menu__logout {
    width:100%;
    color: #ccc;
    font-family: RobotoBold;
    text-align: center;
}

#top-menu__logout:hover {
    color: dimgrey;
}

.top-menu__account {
    color: #3cc7db;
    font-family: RobotoBold;
    text-align: center;
}

.top-menu__account:hover {
    color: #888888;
}

.line1, .line2, .line3 {
    width: 23px;
    height: 3px;
    margin: 5px;
    transition: all .4s;
}

.change .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .line2 {
    opacity: 0;
}

.change .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.body-content {
    margin-top: 60px;
}

.bottom-menu {
    background-color: #304050;
}

.bottom-menu__icons {
    display:inline;
    color:white;
}

.bottom-menu__icons:hover {
    color: #7F8071;
}

.viber-icon {
   color: #665cac;
}

.skype-icon {
    color: #00aff0;
}

.telegram-icon {
    color: #0088cc;
}

.telegram-bg {
    vertical-align: middle;
}
/*===== end of Layout content =====*/
/*===== Views content =====*/
.m-wallpaper {
    min-height: 90vh;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg_it_friends.jpg);
    color: white;
}

.my__banner {
    background: linear-gradient(rgba(48, 64, 80, 1), rgba(0, 155, 155, .9));
}

.school-home {
    margin-top: 2rem;
    min-height: 70vh;
}

.school-lessons {
    background: #0E2F36;
}

.school-lessons-content {
    color: grey;
}

.mission-vision {
    font-size: 20px;
}

.form-container {
    display: flex;
    height:80%;
}

.form-signin {
    max-width: 318px;
    padding: 15px;
    margin:auto;
}

.form-signin__title {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.form-signin__field {
    font-family: RobotoLight;
    font-size: 18px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    width: 318px;
    height: 43px;
    border-radius: initial;
}

.form-signin__button {
    background-color: rgba(255, 255, 255, 0.0);
    border-color: white;
    border-width: 2px;
    border-bottom-style: solid;
    font-family: RobotoBold;
    font-size: 18px;
    color: #fff;
    width: 319px;
    height: 43px;
}

.live-class-record {
    vertical-align:middle !important;
}

.tw-card {
    width: 250px;
    border: solid;
    border-width: 3px;
    border-radius: 5px;
    color: silver;
}

.tw-link {
    color: silver;
}

.team__work__member__digit {
    font-size: 2.6rem;
    margin-bottom:0;
    line-height: 2.7rem;
    font-weight:300;
}


.tw-image {
    height: 60px;
    object-fit:contain;
    border-radius: 5px;
}
.tw-card a:hover {
    color: dimgrey;
    text-decoration: none;
}

#birthdayCanvas {
    cursor: crosshair;
}

#birthdayPhrase {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff0;
    font-size: 3rem;
    font-weight: 600;
    -webkit-user-select: none;
    user-select: none;
}

.birthday__photo {
    border-radius: 40px;
}

/*===== end of Views content =====*/
/*===== unique Views =====*/
.lessons-link, .lessons-link:hover {
    border-radius: 5px;
    text-decoration: none;
}

/*===== end of unique Views =====*/
