/*@import url("reset.css");*/
@import url("effect.css"); /* Scroll animation effect 
/*@import url("buttons.css");*/
@import url("nav.css");

:root {
    --scroll: 1000;
}

html, body {
    font-family: sans-serif;
    font-size: 1.05rem;
    line-height: 1.3;
    scroll-behavior: smooth;
    text-underline-offset: 0.2rem;
}

header {
    background-image: url("../img/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14rem 0;
}

main {
    max-width: 75%;
    margin: auto;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.25rem;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
}

.line1 {
	color: #00a2ff;
}

.line2 {
	color: #ff7dde;
}

.skyrail {
	color: #b7b7b7;
}

.ksp {
	color: #ff9900;
}

.cyr {
	color: #6fa8dc;
}

.hpv {
	color: #ffe599;
}

.rainbow-north {
	color: #cc0000;
}

.ys-sta {
	color: #e69138;
}

.hist {
	text-align: left;
}

a {
    color: rgb(0, 100, 200);
}

footer {
    text-align: center;
    margin: 3rem;
}

.scroll {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 25%, black 75%, transparent);
}

.scroll-inner {
    background-image: url("../img/scroll.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 16rem;
}

section {
    padding: 2rem 0;
    text-align: center;
}

section .title {
    padding: 3rem 0;
}

section .description {
    width: 46rem;
    max-width: 100%;
    margin: auto;
}

section .container {
    text-align: left;
    max-width: 100%;
}

header .container {
    width: 60rem;
}

table, th, td{
	text-align: left; 
    vertical-align: middle;
	margin-left:auto; 
    margin-right:auto;
	font-size: 1.5rem;
	font-family: sans-serif, serif;
}

.note {
	font-family: Lato, Arial;
}
.container {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
    margin: 2rem auto;
    width: 75%;
    background-color: #FFF8E6;
    color: black;
    padding: 1rem;
    border-radius: 1.75rem;
    display: flex;
}

.container-logo {
    flex-shrink: 0;
}

.container-logo > img {
    width: 160px;
    height: auto;
    border-radius: 1rem;
	padding-top: 1rem
}

.container > * {
    margin: 1rem;
}



@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }

    header .container {
        width: 45rem;
    }

}

@media only screen and (max-width: 800px) {
    main {
        max-width: 100%;
    }

    header .container, .container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center !important;
    }

    .container .link-button {
        display: block;
        margin: 0.5rem 0;
    }

    .scroll-inner {
        height: 12rem;
    }
    
    .pids-demo {
        width: 100%;
    }
    
    .pids-model > .content {
        transform: perspective(75vw) translateX(-3.25%) rotateX(7deg) rotateY(-22deg);
    }
}

@media only screen and (max-width: 600px) {
    .scroll-inner {
        height: 10rem;
    }
}

.footer {
    padding: 3rem;
}
