/**
* Template Name: Myeducation - v3.0.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-education/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    background-image: url("../img/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    margin: 0 auto;
    height: 100%;
    /*background-color: #464646;*/
}

a {
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
}

a:hover {
    color: #030404;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

footer {
    position: absolute;
    height: 10%;
    bottom: 0;
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer div {
    padding: 10px;
}
.logo {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.logo img{
    height: 80px;
}

section {
    font-size:36px;
    font-style: italic;
}

section a {
    font-size:48px;
}

section div{
    padding: 10px;
}

@media screen and (max-width: 922px) {
    footer {
        font-size: 14px;
    }

    .logo img{
        height: 240px;
    }

    section {
        font-size:30px;
    }

    section a {
        font-size:40px;
    }

}

@media screen and (max-width: 768px) {

    footer {
        font-size: 12px;
    }

    .logo img{
        height: 180px;
    }

    section {
        font-size:24px;
        font-style: italic;
    }

    section a {
        font-size:36px;
    }
}
