body {
    background-color: black;
}

.header {
    height: 110px;
}

.nav-container {
    display: inline-block;
}

.navigation div a {
    text-decoration: none;
    padding: 5px;
    font-family: 'Audiowide', cursive;
    font-size: 13pt;
    color: white;
}

.navigation div {
    border: 2px solid white;
    border-radius: 15px;
    margin: 5px 25px 0;
    padding: 2px 8px;
    display: inline-block;
}

.navigation {
    padding: 20px 0 0 0;
}

.photo-text-wrap {
    float: right;
    margin: 30px 30px 0 0;
}

.photo {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: url(../images/myphoto.jpg) no-repeat;
    background-size: 100%;
    margin: auto;
}

.greeting-text {
    color: white;
    text-align: center;
}

.greeting-text h1 {
    margin-top: 25pt;
    font-family: 'Audiowide', cursive;
    font-size: 20pt;
}

.greeting-text p {
    font-size: 14pt;
    font-family: 'Gugi', cursive;
}

.zce-logo {
    background: url("../images/zce-logo.gif") no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
}

.logo-wrap {
    margin-top: 50px;
}

.screen {
    display: block;
    position: relative;
    width: 100%;
}

.screen1 {
    background: url(../images/lion.jpg) no-repeat;
    background-size: 100%;
}

.screen2 {
    background-color: white;
}

.about p{
    text-indent: 40px;
    text-align: justify;
    font-size: 14pt;
    margin: 0 50px 20px 50px;
    font-family: 'Gugi', cursive;
}

.about h2 {
    padding: 30px 0 10px;
    text-align: center;
    font-family: 'Gugi', cursive;
}

.quote {
    width: 600px;
    float: left;
    color: white;
    position: absolute;
    bottom: 70px;
    font-family: 'Gugi', cursive;
    font-size: 12pt;
    margin-left: 50px;
}

.copyright {
    font-family: 'Gugi', 'cursive';
    position: absolute;
    bottom: 20px;
    left: 50px;
}

.contacts-wrap {
    float: right;
}

.contacts-wrap div {
    display: inline-block;
    margin: 25px 15px 5px;
}

.contacts-wrap a img {
    width: 30px;
    height: 30px;
    display: block;
}

.contacts-wrap a {
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    font-family: 'Audiowide', cursive;
}

.contacts-wrap a, img {
    margin: 0 auto 5px;
}

.no-pointer {
    pointer-events: none;
}

@media all and (min-width: 3301px) {
    .navigation div a {
        padding: 10px;
        font-family: "Times New Roman";
        font-size: 25pt;
    }

    .navigation div {
        border: 7px solid white;
        border-radius: 35px;
        margin: 25px 60px 0;
        padding: 7px 14px;
        display: inline-block;
    }

    .header {
        height: 250px;
    }

    .photo {
        width: 550px;
        height: 550px;
    }

    .greeting-text h1 {
        font-size: 60pt;
        margin-top: 100px;
    }

    .greeting-text p {
        font-size: 30pt;
    }

    .quote {
        font-size: 45pt;
        width: 1800px;
    }

    .contacts-wrap a img {
        width: 60px;
        height: 60px;
    }

    .contacts-wrap {
        margin: 35px 200px 0 0;
    }

    .photo-text-wrap {
        margin: 4% 8% 0;
    }

    .contacts-wrap a {
        font-size: 23pt;
    }

    .contacts-wrap div {
        margin: 35px 20px 10px;
    }

    .zce-logo {
        width: 130px;
        height: 130px;
        margin: auto;
        background-size: cover;
    }

    .about p {
        font-size: 35pt;
        margin: 0 50px 20px 50px;
        font-family: "Comic Sans MS";
    }

    .about h2 {
        font-size: 50pt;
        padding: 100px 0 30px;
        text-align: center;
    }

    .copyright {
        font-size: 25pt;
        bottom: 100px;
        left: 200px;
    }
}

@media all and (max-width: 1300px) {
    .header {
        height: 100px;
    }

    .nav-container {
        margin: 35px 0 0 30px;
    }

    .navigation div a {
        padding: 2px 8px;
        font-size: 14pt;
    }

    .navigation div {
        border: 2px solid white;
        border-radius: 20px;
        margin: 3px 20px 0;
        padding: 2px 7px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: inline-block;
        margin: 30px 20px 3px;
    }

    .contacts-wrap a img {
        width: 35px;
        height: 35px;
    }

    .contacts-wrap a {
        font-size: 11pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        float: right;
        margin: 40px 10px;
    }

    .photo {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        margin: auto;
    }

    .greeting-text h1 {
        margin: 12px 0 5px;
        font-size: 22pt;
    }

    .greeting-text p {
        font-size: 12pt;
        margin: 2px;
    }

    .zce-logo {
        width: 65px;
        height: 65px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        width: 500px;
        bottom: 4%;
        font-size: 12pt;
        margin-left: 30px;
    }

    .about p{
        text-indent: 30px;
        font-size: 14pt;
        margin: 5px 30px 10px;
    }

    .about h2 {
        padding: 15px 0 10px;
        font-size: 24px;
    }


    .copyright {
        bottom: 25px;
        left: 50px;
        font-size: 10pt;
    }
}

@media all and (max-width: 1150px) {
    .header {
        height: 100px;
    }

    .nav-container {
        margin: 35px 0 0;
    }

    .navigation div a {
        padding: 1px 10px;
        font-size: 13pt;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 15px;
        margin: 1px 15px 0;
        padding: 1px 5px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap {
        margin-top: 15px;
    }

    .contacts-wrap div {
        display: inline-block;
        margin: 15px 5px 1px;
    }

    .contacts-wrap a img {
        width: 35px;
        height: 35px;
    }

    .contacts-wrap a {
        font-size: 11pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        float: right;
        margin: 20px 15px;
        width: 400px;
    }

    .photo {
        width: 160px;
        height: 160px;
        margin: auto;
    }

    .greeting-text h1 {
        margin-top: 8px;
        font-size: 21pt;
    }

    .greeting-text p {
        margin-top: 15px;
        font-size: 12pt;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 25px;
    }

    .quote {
        width: 300px;
        bottom: 4%;
        font-size: 12pt;
        margin-left: 30px;
    }

    .about p{
        text-indent: 25px;
        font-size: 12pt;
        margin: 5px 30px 5px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 22pt;
        margin: 15px 0 10px;
    }


    .copyright {
        bottom: 30px;
        left: 60px;
        font-size: 10pt;
    }
}

@media all and (max-width: 1150px) and (orientation: portrait){
    .header {
        height: 50px;
    }

    .nav-container {
        margin: 30px 0 0 20px;
    }

    .navigation div a {
        padding: 3px 10px;
        font-size: 15pt;
    }

    .navigation div {
        border: 2px solid white;
        border-radius: 15px;
        margin: 1px 15px 0;
        padding: 1px 5px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: block;
        margin: 25px 20px 40px;
    }

    .contacts-wrap a img {
        width: 45px;
        height: 45px;
    }

    .contacts-wrap a {
        font-size: 14pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 420px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 270px;
        height: 270px;
    }

    .greeting-text h1 {
        margin: 35px 3px;
        font-size: 35pt;
    }

    .greeting-text p {
        font-size: 24pt;
        margin: 2px;
    }

    .zce-logo {
        width: 100px;
        height: 100px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 50px;
    }

    .quote {
        width: 700px;
        bottom: 70px;
        font-size: 16pt;
        margin-left: 50px;
    }

    .about p{
        font-size: 16pt;
        margin: 2px 40px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 22pt;
        margin: 15px 0 10px;
    }


    .copyright {
        bottom: 25px;
        left: 60px;
        font-size: 12pt;
    }
}

@media all and (max-width: 999px) {
    .screen.screen1 {
        background: url(../images/lion-1000x626.jpg) no-repeat;
        background-size: contain;
        height: 600px;
    }

    .header {
        height: 80px;
    }

    .nav-container {
        margin-top: 20px;
    }

    .navigation div a {
        padding: 1px 10px;
        font-size: 10pt;
    }

    .navigation div {
        border: 2px solid white;
        border-radius: 15px;
        margin: 1px 7px 0;
        padding: 1px 5px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: inline-block;
        margin: 5px 5px 1px;
    }

    .contacts-wrap a img {
        width: 25px;
        height: 25px;
    }

    .contacts-wrap a {
        font-size: 9pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        float: right;
        margin: 50px 10px;
        width: 300px;
    }

    .photo {
        width: 140px;
        height: 140px;
        margin: auto;
    }

    .greeting-text h1 {
        margin-top: 30px;
        font-size: 12pt;
    }

    .greeting-text p {
        font-size: 10pt;
    }

    .zce-logo {
        width: 45px;
        height: 45px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 25px;
    }

    .quote {
        width: 400px;
        bottom: 70px;
        font-size: 9pt;
        margin-left: 30px;
    }

    .about p{
        text-indent: 25px;
        font-size: 10pt;
        margin: 5px 25px 5px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 15pt;
        margin-bottom: 0;
    }


    .copyright {
        position: static;
        font-size: 11pt;
        margin: 20px 50px 10px;
    }
}

@media all and (max-width: 850px) {
    .screen.screen1 {
        height: 420px;
    }

    .header {
        height: 60px;
    }

    .nav-container {
        margin: 20px 20px 0;
    }

    .navigation div a {
        padding: 1px 10px;
        font-size: 9pt;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 15px;
        margin: 1px 3px 0;
        padding: 1px 5px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap {
        margin-top: 0;
    }

    .contacts-wrap div {
        display: inline-block;
        margin: 10px 3px 1px;
    }

    .contacts-wrap a img {
        width: 20px;
        height: 20px;
    }

    .contacts-wrap a {
        font-size: 8pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        float: right;
        margin: 10px 10px;
        width: 280px;
    }

    .photo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: url(../images/myphoto.jpg) no-repeat;
        background-size: 100%;
        margin: auto;
    }

    .greeting-text h1 {
        margin: 15px 3px;
        font-size: 11pt;
    }

    .greeting-text p {
        font-size: 10pt;
        margin: 2px;
    }

    .zce-logo {
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 15px;
    }

    .quote {
        width: 380px;
        bottom: 90px;
        font-size: 13pt;
        margin-left: 15px;
    }

    .quote p {
        margin: 7px ;
    }

    .about p{
        text-indent: 20px;
        font-size: 11pt;
        margin: 10px 15px 5px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 14pt;
        margin-bottom: 0;
    }


    .copyright {
        position: static;
        font-size: 12pt;
        margin: 20px 50px 10px;
    }
}

@media all and (max-width: 850px) and (max-height: 1280px) and (orientation: portrait) {
    .screen.screen1 {
        height: 1280px;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 45px 0 0 20px;
    }

    .navigation div a {
        padding: 1px 15px;
        font-size: 14pt;
    }

    .navigation div {
        border: 2px solid white;
        border-radius: 15px;
        margin: 1px 15px 0;
        padding: 1px 5px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: block;
        margin: 20px 7px 30px;
    }

    .contacts-wrap a img {
        width: 40px;
        height: 40px;
    }

    .contacts-wrap a {
        font-size: 14pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 300px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 250px;
        height: 250px;
    }

    .greeting-text h1 {
        margin: 20px 3px;
        font-size: 30pt;
    }

    .greeting-text p {
        font-size: 22pt;
        margin: 60px 0 70px;
    }

    .zce-logo {
        width: 100px;
        height: 100px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        width: 650px;
        bottom: 140px;
        font-size: 14pt;
        margin-left: 40px;
    }

    .about p{
        text-indent: 25px;
        font-size: 14pt;
        margin: 10px 40px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 22pt;
        margin: 20px 0 0;
    }

    .copyright {
        position: static;
        left: 60px;
        font-size: 13pt;
    }
}

@media all and (max-width: 850px) and (max-height: 1024px) and (orientation: portrait) {
    .screen.screen1 {
        height: 1024px;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 45px 0 0 20px;
    }

    .navigation div a {
        padding: 1px 15px;
        font-size: 14pt;
    }

    .navigation div {
        border: 2px solid white;
        border-radius: 15px;
        margin: 1px 15px 0;
        padding: 1px 5px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: block;
        margin: 20px 7px 30px;
    }

    .contacts-wrap a img {
        width: 40px;
        height: 40px;
    }

    .contacts-wrap a {
        font-size: 14pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 300px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 250px;
        height: 250px;
    }

    .greeting-text h1 {
        margin: 20px 3px;
        font-size: 25pt;
    }

    .greeting-text p {
        font-size: 17pt;
        margin: 2px;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        position: static;
        width: 650px;
        font-size: 14pt;
        margin: 40px 30px 0;
    }

    .about p{
        text-indent: 25px;
        font-size: 14pt;
        margin: 10px 40px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 22pt;
        margin: 20px 0 0;
    }


    .copyright {
        bottom: 15px;
        left: 60px;
        font-size: 13pt;
    }
}

@media all and (max-width: 700px) {
    .screen.screen1 {
        height: 365px;
    }

    .about {
        overflow-x: scroll;
    }

    .header {
        height: 55px;
    }

    .nav-container {
        margin: 15px 0 0 0;
    }

    .navigation div a {
        padding: 1px 3px;
        margin: 0 5px;
        font-size: 9pt;
        vertical-align: text-top;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 10px;
        margin: 1px 7px 0;
        padding: 1px 5px;
        height: 15px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: inline-block;
        margin: 10px 3px 1px;
    }

    .contacts-wrap a img {
        width: 20px;
        height: 20px;
    }

    .contacts-wrap a {
        font-size: 7pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        float: right;
        margin: 3px 7px 0 0;
        width: 240px;
    }

    .photo {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .greeting-text h1 {
        margin: 10px 0;
        font-size: 10pt;
    }

    .greeting-text p {
        font-size: 9pt;
        margin: 0;
    }

    .zce-logo {
        width: 35px;
        height: 35px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 15px;
    }

    .quote {
        width: 300px;
        bottom: 70px;
        font-size: 11pt;
        margin-left: 10px;
    }

    .about p{
        text-indent: 25px;
        font-size: 10pt;
        margin: 0 15px 2px;
    }

    .about h2 {
        margin: 10px 0 0;
        padding: 2px 0 5px;
        font-size: 14pt;
    }


    .copyright {
        position: static;
        font-size: 10pt;
        margin: 20px 0 15px 35px;
    }
}

@media all and (max-width: 600px) {
    .header {
        height: 50px;
    }

    .nav-container {
        margin: 15px 0 0 0;
    }

    .navigation div a {
        padding: 1px 3px;
        margin: 0 5px;
        font-size: 9pt;
        vertical-align: text-top;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 10px;
        margin: 1px 7px 0;
        padding: 1px 5px;
        height: 15px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: block;
        margin: 15px 3px 1px;
    }

    .contacts-wrap a img {
        width: 40px;
        height: 40px;
    }

    .contacts-wrap a {
        font-size: 9pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        float: right;
        margin: 5px 0 0 0;
        width: 220px;
    }

    .photo {
        width: 70px;
        height: 70px;
    }

    .greeting-text h1 {
        margin: 5px 0 0;
        font-size: 10pt;
    }

    .greeting-text p {
        font-size: 8pt;
        margin: 10px;
    }

    .zce-logo {
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 5px;
    }

    .quote {
        width: 300px;
        bottom: 110px;
        font-size: 10pt;
        margin-left: 10px;
    }

    .quote p {
        margin: 3px;
    }

    .about p{
        text-indent: 20px;
        font-size: 10pt;
        margin: 0 10px 3px;
    }

    .about h2 {
        padding: 5px 0 5px;
        font-size: 15pt;
        margin: 3px ;
    }


    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 1100px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        top: 1100px;
        left: 0;
        font-size: 10pt;
        color: white;
    }
}

@media all and (max-width: 600px) and (max-height: 960px) and (orientation: portrait) {
    .screen.screen1 {
        height: 960px;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 25px 0 0 20px;
    }

    .navigation div a {
        padding: 5px 15px;
        font-size: 14pt;
    }

    .navigation div {
        border: 2px solid white;
        border-radius: 15px;
        margin: 1px 15px 0;
        padding: 1px 5px;
        height: 23px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2210px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .contacts-wrap div {
        display: block;
        margin: 20px 7px 30px;
    }

    .contacts-wrap a img {
        width: 50px;
        height: 50px;
    }

    .contacts-wrap a {
        font-size: 13pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 220px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 180px;
        height: 180px;
    }

    .greeting-text h1 {
        margin: 30px 3px;
        font-size: 21pt;
    }

    .greeting-text p {
        font-size: 14pt;
        margin: 10px 0 60px;
    }

    .zce-logo {
        width: 90px;
        height: 90px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        position: static;
        width: 500px;
        font-size: 10pt;
        margin: 30px 30px 30px;
    }

    .about p{
        text-indent: 25px;
        font-size: 14pt;
        margin: 10px 40px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 22pt;
        margin: 20px 0 0;
    }


    .copyright {
        position: absolute;
        top: 1800px;
        left: 0;
        font-size: 13pt;
        color: white;
    }
}

@media all and (max-width: 600px) and (max-height: 900px) and (orientation: portrait) {
    .screen.screen1 {
        height: 960px;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 25px 0 0 20px;
    }

    .navigation div a {
        padding: 5px 15px;
        font-size: 14pt;
    }

    .navigation div {
        border: 2px solid white;
        border-radius: 15px;
        margin: 1px 15px 0;
        padding: 1px 5px;
        height: 23px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2150px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .contacts-wrap div {
        display: block;
        margin: 20px 7px 30px;
    }

    .contacts-wrap a img {
        width: 50px;
        height: 50px;
    }

    .contacts-wrap a {
        font-size: 13pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 220px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 180px;
        height: 180px;
    }

    .greeting-text h1 {
        margin: 30px 3px;
        font-size: 21pt;
    }

    .greeting-text p {
        font-size: 14pt;
        margin: 10px 0 60px;
    }

    .zce-logo {
        width: 90px;
        height: 90px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        position: static;
        width: 500px;
        font-size: 10pt;
        margin: 30px 30px 30px;
    }

    .about p{
        text-indent: 25px;
        font-size: 14pt;
        margin: 10px 40px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 22pt;
        margin: 20px 0 0;
    }


    .copyright {
        position: absolute;
        top: 1800px;
        left: 0;
        font-size: 13pt;
        color: white;
    }
}

@media all and (max-width: 500px) {
    .screen {
        position: static;
    }

    .screen.screen1 {
        background: url(../images/cool-background-480x320.jpg) no-repeat;
        background-size: cover;
        height: 340px;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 15px 0 0 0;
    }

    .navigation div a {
        padding: 1px 3px;
        margin: 0 5px;
        font-size: 9pt;
        vertical-align: text-top;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 10px;
        margin: 1px 7px 0;
        padding: 1px 5px;
        height: 15px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .screen.screen2 {
        height: 850px;
    }

    .contacts-wrap div {
        display: block;
        margin: 20px auto 20px;
    }

    .contacts-wrap a img {
        width: 35px;
        height: 35px;
    }

    .contacts-wrap a {
        font-size: 10pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 10px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 90px;
        height: 90px;
    }

    .greeting-text h1 {
        margin: 15px 3px 10px;
        font-size: 11pt;
    }

    .greeting-text p {
        font-size: 10pt;
        margin: 2px;
    }

    .zce-logo {
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 10px;
    }

    .quote {
        position: static;
        width: 350px;
        font-size: 11pt;
        margin: 5px 15px 0;
    }

    .about {
        margin-bottom: 20px;
    }

    .about p{
        text-indent: 15px;
        font-size: 10pt;
        margin: 10px 10px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 13pt;
        margin-bottom: 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 1230px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        top: 1630px;
        left: 0;
        font-size: 10pt;
        color: white;
    }
}

@media all and (max-width: 500px) and (max-height: 860px) and (orientation: portrait) {
    .screen.screen1 {
        background: url(../images/lion-500x313.jpg) no-repeat;
        background-size: contain;
        height: 860px;
    }

    .screen.screen2 {
        height: 1430px;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 15px 0 0 0;
    }

    .navigation div a {
        padding: 1px 10px;
        margin: 0 5px;
        font-size: 12pt;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 15px;
        margin: 1px 7px 0;
        padding: 1px 5px;
        height: 25px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: block;
        margin: 30px 7px 20px;
    }

    .contacts-wrap a img {
        width: 50px;
        height: 50px;
    }

    .contacts-wrap a {
        font-size: 14pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 170px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 150px;
        height: 150px;
    }

    .greeting-text h1 {
        margin: 25px 3px 10px;
        font-size: 18pt;
    }

    .greeting-text p {
        font-size: 14pt;
        margin: 30px;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        position: static;
        width: 370px;
        font-size: 11pt;
        margin: 40px 15px 0;
    }

    .about {
        overflow-x: scroll;
    }

    .about p{
        text-indent: 20px;
        font-size: 14pt;
        margin: 10px 20px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 20pt;
        margin-bottom: 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2350px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        left: 0;
        top: 2910px;
        font-size: 14pt;
        color: white;
        padding: 0 0 10px;
    }
}

@media all and (max-width: 450px) and (max-height: 900px) and (orientation: portrait) {
    .screen.screen1 {
        background: url(../images/lion-500x313.jpg) no-repeat;
        background-size: contain;
        height: 900px;
    }

    .screen.screen2 {
        height: 19%;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 15px 0 0 0;
    }

    .navigation div a {
        padding: 1px 10px;
        margin: 0 5px;
        font-size: 12pt;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 15px;
        margin: 1px 7px 0;
        padding: 1px 5px;
        height: 25px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: block;
        margin: 30px 7px 20px;
    }

    .contacts-wrap a img {
        width: 50px;
        height: 50px;
    }

    .contacts-wrap a {
        font-size: 14pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 130px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 150px;
        height: 150px;
    }

    .greeting-text h1 {
        margin: 55px 3px 10px;
        font-size: 17pt;
    }

    .greeting-text p {
        font-size: 14pt;
        margin: 30px;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        position: static;
        width: 350px;
        font-size: 12pt;
        margin: 50px 15px 0;
    }

    .about {
        overflow-x: scroll;
    }

    .about p{
        text-indent: 20px;
        font-size: 14pt;
        margin: 10px 20px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 20pt;
        margin-bottom: 0;
    }


    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2590px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        left: 0;
        top: 3140px;
        font-size: 14pt;
        color: white;
        padding: 0 0 10px;
    }
}

@media all and (max-width: 450px) and (max-height: 860px) and (orientation: portrait) {
    .screen.screen1 {
        height: 860px;
    }

    .photo-text-wrap {
        margin: 170px auto 0;
        float: none;
        width: 100%;
    }

    .greeting-text h1 {
        margin: 25px 3px 10px;
        font-size: 16pt;
    }

    .greeting-text p {
        font-size: 14pt;
        margin: 30px;
    }

    .quote {
        width: 370px;
        font-size: 11pt;
        margin: 30px 15px 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2540px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        left: 0;
        top: 3110px;
        font-size: 14pt;
        color: white;
        padding: 0 0 10px;
    }
}

@media all and (max-width: 450px) and (max-height: 830px) and (orientation: portrait) {
    .screen.screen1 {
        height: 830px;
    }

    .photo-text-wrap {
        margin: 150px auto 0;
        float: none;
        width: 100%;
    }

    .logo-wrap {
        margin-top: 50px;
    }

    .quote {
        width: 370px;
        font-size: 11pt;
        margin-left: 15px;
    }
}

@media all and (max-width: 450px) and (max-height: 740px) and (orientation: portrait) {
    .screen.screen1 {
        height: 740px;
    }

    .screen.screen2 {
        height: 1670px;
    }

    .photo-text-wrap {
        margin: 150px auto 0;
        float: none;
        width: 100%;
    }

    .greeting-text h1 {
        margin: 25px 3px 10px;
        font-size: 16pt;
    }

    .greeting-text p {
        font-size: 14pt;
        margin: 20px;
    }

    .logo-wrap {
        margin-top: 15px;
    }

    .quote {
        width: 350px;
        font-size: 10pt;
        margin-left: 15px;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2450px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        left: 0;
        top: 2990px;
        font-size: 14pt;
        color: white;
        padding: 0 0 10px;
    }
}

@media all and (max-width: 450px) and (max-height: 640px) and (orientation: portrait) {
    .screen.screen1 {
        background: url(../images/cool-background-412x645.jpg) no-repeat;
        background-size: cover;
        height: 640px;
    }

    .photo-text-wrap {
        margin: 50px auto 0;
        float: none;
        width: 100%;
    }

    .greeting-text h1 {
        margin: 25px 3px 10px;
        font-size: 16pt;
    }

    .greeting-text p {
        font-size: 13pt;
        margin: 15px;
    }

    .logo-wrap {
        margin-top: 40px;
    }

    .quote {
        width: 370px;
        font-size: 10pt;
        margin-left: 15px;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2400px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        left: 0;
        top: 2950px;
        font-size: 14pt;
        color: white;
        padding: 0 0 10px;
    }
}

@media all and (max-width: 400px) and (max-height: 820px) and (orientation: portrait) {
    .screen.screen1 {
        background: url(../images/cool-background-375x815.jpg) no-repeat;
        background-size: cover;
        height: 820px;
    }

    .screen.screen2 {
        height: 1350px;
    }

    .about {
        overflow-x: scroll;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 15px 0 0 0;
    }

    .navigation div a {
        padding: 5px 3px;
        margin: 3px 10px;
        font-size: 12pt;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 15px;
        margin: 1px 7px 0;
        padding: 1px 5px;
        height: 25px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap div {
        display: block;
        margin: 5px 7px 20px;
    }

    .contacts-wrap a img {
        width: 40px;
        height: 40px;
    }

    .contacts-wrap a {
        font-size: 13pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 90px auto 0;
        float: none;
        width: 100%;
    }

    .photo {
        width: 130px;
        height: 130px;
    }

    .greeting-text h1 {
        margin: 40px 3px 10px;
        font-size: 14pt;
    }

    .greeting-text p {
        font-size: 14pt;
        margin: 30px 0 15px;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 30px;
    }

    .quote {
        position: static;
        width: 300px;
        font-size: 10pt;
        margin: 50px 15px 0;
    }

    .about p{
        text-indent: 20px;
        font-size: 12pt;
        margin: 10px 10px 2px;
    }

    .about h2 {
        font-size: 16pt;
        margin: 10px 0 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2240px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        left: 0;
        top: 2670px;
        font-size: 12pt;
        color: white;
        padding: 0 0 10px;
    }
}

@media all and (max-width: 400px) and (max-height: 670px) and (orientation: portrait) {
    .screen.screen1 {
        background: url(../images/cool-background-375x700.jpg) no-repeat;
        background-size: cover;
        height: 670px;
    }

    .screen.screen2 {
        height: 1250px;
    }

    .photo-text-wrap {
        margin: 30px auto 0;
        float: none;
        width: 100%;
    }

    .greeting-text h1 {
        margin: 40px 3px 10px;
        font-size: 14pt;
    }

    .greeting-text p {
        font-size: 13pt;
        margin: 25px 0 10px;
    }

    .zce-logo {
        width: 60px;
        height: 60px;
        background-size: cover;
    }

    .quote {
        position: static;
        width: 300px;
        font-size: 10pt;
        margin: 35px 15px 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 2070px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        left: 0;
        top: 2500px;
        font-size: 10pt;
        color: white;
        padding: 0 0 10px;
    }
}

@media all and (max-width: 400px) and (max-height: 640px) and (orientation: portrait) {
    .screen.screen1 {
        height: 650px;
    }

    .screen.screen2 {
        height: 1350px;
    }
}

@media all and (max-width: 350px) and (max-height: 599px) and (orientation: portrait) {
    .screen1 {
        background: url(../images/cool-background-320x597.jpg) no-repeat;
        background-size: cover;
    }

    .screen {
        position: static;
    }

    .screen.screen1 {
        height: 570px;
    }

    .header {
        height: 50px;
    }

    .nav-container {
        margin: 15px 0 0 0;
    }

    .navigation div a {
        padding: 1px 3px;
        margin: 0 5px;
        font-size: 9pt;
        vertical-align: text-top;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 10px;
        margin: 1px 7px 0;
        padding: 1px 5px;
        height: 15px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .screen.screen2 {
        height: 1315px;
    }

    .contacts-wrap div {
        display: block;
        margin: 20px auto 20px;
    }

    .contacts-wrap a img {
        width: 35px;
        height: 35px;
    }

    .contacts-wrap a {
        font-size: 10pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        margin: 10px auto 0;
    }

    .photo {
        width: 110px;
        height: 110px;
    }

    .greeting-text h1 {
        margin: 15px 3px 10px;
        font-size: 13pt;
    }

    .greeting-text p {
        font-size: 11pt;
        margin: 2px;
    }

    .zce-logo {
        width: 50px;
        height: 50px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 25px;
    }

    .quote {
        position: static;
        width: 250px;
        font-size: 9pt;
        margin: 50px 15px 0;
    }

    .about {
        margin-bottom: 20px;
    }

    .about p{
        text-indent: 15px;
        font-size: 11pt;
        margin: 10px 10px 2px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 16pt;
        margin-bottom: 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 1930px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        top: 2320px;
        left: 0;
        font-size: 10pt;
        color: white;
    }
}

@media all and (max-width: 350px) and (max-height: 480px) and (orientation: portrait) {
    .screen.screen1 {
        height: 480px;
    }

    .quote {
        position: static;
        width: 250px;
        font-size: 8pt;
        margin: 30px 15px 0;
    }

    .contacts-wrap {
        display: block;
        position: absolute;
        width: 300px;
        top: 1840px;
        left: 50%;
        margin: 0 0 40px -150px;
    }

    .copyright {
        position: absolute;
        top: 2240px;
        left: 0;
        font-size: 9pt;
        color: white;
    }
}

@media all and (width: 2560px) and (height: 1440px) {
    .navigation div a {
        padding: 8px;
        font-size: 20pt;
    }

    .navigation div {
        border: 4px solid white;
        border-radius: 25px;
        margin: 10px 40px 0;
        padding: 2px 8px;
    }

    .header {
        height: 170px;
    }

    .photo {
        width: 400px;
        height: 400px;
    }

    .greeting-text h1 {
        font-size: 38pt;
    }

    .greeting-text p {
        font-size: 25pt;
    }

    .quote {
        font-size: 21pt;
        width: 1200px;
    }

    .contacts-wrap a img {
        width: 60px;
        height: 60px;
    }

    .contacts-wrap {
        margin: 20px 50px 0 0;
    }

    .photo-text-wrap {
        margin: 100px 50px 0;
    }

    .contacts-wrap a {
        font-size: 19pt;
    }

    .zce-logo {
        width: 130px;
        height: 130px;
        margin: auto;
        background-size: cover;
    }

    .about p {
        font-size: 25pt;
        margin: 0 50px 20px 50px;
    }

    .about h2 {
        font-size: 37pt;
        padding: 60px 0 15px;
    }

    .copyright {
        font-size: 19pt;
        bottom: 70px;
        left: 150px;
    }
}
@media all and (width: 2560px) and (height: 1600px) {
    .navigation div a {
        padding: 8px;
        font-size: 20pt;
    }

    .navigation div {
        border: 4px solid white;
        border-radius: 25px;
        margin: 10px 40px 0;
        padding: 2px 8px;
    }

    .header {
        height: 170px;
    }

    .photo {
        width: 400px;
        height: 400px;
    }

    .greeting-text h1 {
        font-size: 38pt;
    }

    .greeting-text p {
        font-size: 25pt;
    }

    .quote {
        font-size: 23pt;
        width: 1200px;
        bottom: 150px;
    }

    .contacts-wrap a img {
        width: 60px;
        height: 60px;
    }

    .contacts-wrap {
        margin: 20px 50px 0 0;
    }

    .photo-text-wrap {
        margin: 140px 30px 0;
    }

    .contacts-wrap a {
        font-size: 19pt;
    }

    .zce-logo {
        width: 130px;
        height: 130px;
        margin: auto;
        background-size: cover;
    }

    .about p {
        font-size: 25pt;
        margin: 0 50px 20px 50px;
    }

    .about h2 {
        font-size: 37pt;
        padding: 60px 0 15px;
    }

    .copyright {
        font-size: 19pt;
        bottom: 70px;
        left: 150px;
    }
}
@media all and (width: 1920px) and (height: 1080px) {
    .photo {
        width: 310px;
        height: 310px;
    }

    .greeting-text h1 {
        font-size: 30pt;
    }

    .greeting-text p {
        font-size: 20pt;
    }

    .quote {
        width: 700px;
        font-size: 14pt;
        bottom: 120px;
    }

    .contacts-wrap a img {
        width: 40px;
        height: 40px;
    }

    .contacts-wrap {
        margin-right: 30px;
    }

    .photo-text-wrap {
        margin: 100px 10px 0;
    }

    .contacts-wrap a {
        font-size: 14pt;
    }

    .zce-logo {
        width: 140px;
        height: 140px;
        margin: auto;
    }

    .logo-wrap {
        margin-top: 100px;
    }

    .about p {
        font-size: 18pt;
    }

    .about h2 {
        padding: 30px 0 10px;
        text-align: center;
        font-size: 23pt;
    }

    .copyright {
        bottom: 40px;
        left: 100px;
        font-size: 14pt;
    }
}
@media all and (width: 1366px) and (height: 1024px) {
    .screen1 {
        background: url(../images/lion1024x768.jpg) no-repeat;
        background-size: cover;
    }

    .photo {
        width: 230px;
        height: 230px;
        border-radius: 50%;
    }

    .photo-text-wrap {
        margin: 110px 20px;
        width: 500px;
    }

    .greeting-text h1 {
        margin-top: 70px;
        font-size: 20pt;
    }

    .greeting-text p {
        font-size: 16pt;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
    }

    .logo-wrap {
        margin-top: 40px;
        background-size: cover;
    }

    .quote {
        width: 700px;
        bottom: 100px;
        margin-left: 14pt;
    }
}
@media all and (width: 1280px) and (height: 800px) {
    .photo {
        width: 230px;
        height: 230px;
        border-radius: 50%;
    }

    .greeting-text h1 {
        margin-top: 30px;
        font-size: 27pt;
    }

    .greeting-text p {
        font-size: 14pt;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
    }

    .logo-wrap {
        margin-top: 40px;
        background-size: cover;
    }
}
@media all and (width: 1280px) and (height: 720px) {
    .photo {
        width: 200px;
        height: 200px;
        border-radius: 50%;
    }

    .greeting-text h1 {
        margin-top: 30px;
        font-size: 20pt;
    }

    .greeting-text p {
        font-size: 12pt;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
    }

    .logo-wrap {
        margin-top: 40px;
        background-size: cover;
    }
}
@media all and (width: 1024px) and (height: 768px) {
    .screen1 {
        background: url(../images/lion1024x768.jpg) no-repeat;
        background-size: cover;
    }

    .header {
        height: 100px;
    }

    .nav-container {
        margin: 35px 10px 0;
        width: 250px;
    }

    .navigation div a {
        padding: 1px 10px;
        font-size: 11pt;
    }

    .navigation div {
        border: 1px solid white;
        border-radius: 15px;
        margin: 1px 5px 0;
        padding: 1px 5px;
    }

    .navigation {
        margin: 0;
        padding: 0;
    }

    .contacts-wrap {
        margin: 15px 10px 0;
    }

    .contacts-wrap div {
        display: inline-block;
        margin: 15px 5px 1px;
    }

    .contacts-wrap a img {
        width: 25px;
        height: 25px;
    }

    .contacts-wrap a {
        font-size: 10pt;
    }

    .contacts-wrap a, img {
        margin: 0 auto 3px;
    }

    .photo-text-wrap {
        float: right;
        margin: 50px 15px;
    }

    .photo {
        width: 170px;
        height: 170px;
        margin: auto;
    }

    .greeting-text h1 {
        margin-top: 40px;
        font-size: 14pt;
    }

    .greeting-text p {
        margin-top: 15px;
        font-size: 11pt;
    }

    .zce-logo {
        width: 70px;
        height: 70px;
        background-size: cover;
    }

    .logo-wrap {
        margin-top: 50px;
    }

    .quote {
        position: absolute;
        width: 500px;
        bottom: 70px;
        font-size: 10pt;
        margin-left: 30px;
    }

    .about p{
        text-indent: 25px;
        font-size: 12pt;
        margin: 5px 30px 5px;
    }

    .about h2 {
        padding: 7px 0 3px;
        font-size: 22pt;
        margin: 15px 0 10px;
    }


    .copyright {
        bottom: 30px;
        left: 60px;
        font-size: 10pt;
    }
}