@-webkit-keyframes color_change {
    from { background-color: #9cf295; }
    to { background-color: rgb(255, 51, 0); }
  }
  @-moz-keyframes color_change {
    from { background-color: #9cf295; }
    to { background-color: rgb(255, 51, 0); }
  }
  @-ms-keyframes color_change {
    from { background-color: #9cf295; }
    to { background-color: rgb(255, 51, 0); }
  }
  @-o-keyframes color_change {
    from { background-color: #9cf295; } 
    to { background-color: rgb(255, 51, 0); }
  }
  @keyframes color_change {
    from { background-color: #9cf295; }
    to { background-color: rgb(255, 51, 0); }
  }
.index-news,.index-splash {
    width: 100%;
    height: 100vh
}

.min-font{
    font-size: 14px;
}

.index-splash-image {
    background-image: url("../img/index-splash.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.index-splash-image:not(.no-filter) {
    filter: blur(8px)
}

h1.splash {
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 45vh;
    font-size: 3rem;
    font-weight: 400;
    color: #9cf295
}

h1.splash small {
    display: initial;
    font-size: 0.5em;
    color: #ffffff
}

h1.splash::first-letter {
    font-size: 1.33em;
    color: #fff;
    background: #9CF295;
    border-radius: 6px;
    padding: 0 10px
}

p.splash {
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 30vh;
    color: #fff;
    font-size: 40px;
}

.card p:not(.doc),
.card li:not(.doc) {
    text-align: justify
}

a.button.splash {
    position: absolute;
    top: 40vh;
    width: 50vw;
    left: 20vw;
    text-align: center;
    font-size: 1.25rem;
    border-color: #9cf295;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.3s
}

a.button.splash:hover {
    background: #9cf295;
    color: #f8f8f8;
    border-color: #9cf295
}
a.button.splash-news-center,
a.button.splash-news-left,
a.button.splash-news-left2,
a.button.splash-news-right,
a.button.splash-news-right2
{
    position: absolute;
    top: 49vh;
    text-align: center;
    font-size: 1.25rem;
    border-color: #b8211b;
    background: rgba(255, 255, 255, 0.35);
    transition: all 0.3s
}
a.button.splash-news-center,
a.button.splash-news-left:hover,
a.button.splash-news-left2:hover,
a.button.splash-news-right:hover,
a.button.splash-news-right2:hover
{
    background: #9cf295;
    color: #f8f8f8;
    border-color: #9cf295
}
a.button.splash-news-left,
a.button.splash-news-left2
{
    left: 18vw;
}
a.button.splash-news-right, a.button.splash-news-right2
{
    left: 61vw;
}

a.button.splash-news-right,
a.button.splash-news-left2
{
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;  
    -ms-animation: color_change 1s infinite alternate;  
    -o-animation: color_change 1s infinite alternate;  
    animation: color_change 1s infinite alternate;
}

div#splash-screen{
    position: absolute;
    width: 100vw;
}
div.splash-message{
    position: absolute;
    width: 80%;
    top: 64vh;
    color: #e53935;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    left: 9vw;
}
div.splash-message p, div.splash-message p strong{
    font-size: 12px; 
}

div.right-news {
  position: absolute;
  right: 50px;
  width: 300px;
  top:70px;
  color:white
  /* height: 120px; */
  /* border: 3px solid green; */
}

@media screen and (min-width: 768px) {
    a.button.splash, a.button.splash-news-center {
        width: 30vw;
        left: 35vw
    }
}
@media (max-width: 468px) {
    p.splash{
        font-size: 20px;
    }
	div.right-news {
		top:570px;
		color:black;
	}
    a.button.splash-news-center{
        
    }
    a.button.splash-news-left,
	a.button.splash-news-left2
	{
        left: 13vw;
    }
    a.button.splash-news-right
    {
        top:133vw;
        left:15vw;
    }
}

@media screen and (min-width: 1280px) {
    a.button.splash, a.button.splash-news-center {
        /*width: 25vw;*/
        /*left: 37.5vw*/
        width: 10vw;
        left: 43vw;
    }
}

#version-info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    padding: 2px 6px;
    border-radius: 4px;
    color: #dc2b1e;
    right: 8px;
    font-weight: 500
}

.row.padded {
    padding-top: 20px;
    padding-bottom: 80px
}

.feature-image {
    display: block;
    margin: 50px auto 20px
}

@media screen and (min-width: 768px) {
    .feature-image {
        height: 400px
    }
}

.feature-header {
    text-align: center;
    margin-left: 0
}

.alt-back {
    background: #f3f3f3
}

.primary-section {
    background: #f22f21;
    color: #fff
}

.primary-section a:link {
    color: #76FF03
}

.primary-section a:visited {
    color: #64DD17
}

.primary-section a.centered {
    display: block;
    margin: 0 auto;
    text-align: center
}

.primary-section a.button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 4px 8px;
    color: #fff;
    font-size: 1.25rem;
    display: inline-block;
    margin: 20px auto 8px;
    cursor: pointer
}

#root,
#App {
    height: 100vh
}

#doc-wrapper {
    height: calc(100vh - 3.5625rem);
    overflow: hidden
}

#doc-drawer {
    height: 100vh;
    overflow-y: auto
}

@media screen and (min-width: 768px) {
    #doc-drawer {
        height: 100%;
        border-top: 0;
        border-bottom: 0
    }
}

#doc-content {
    height: 100%;
    overflow-y: auto
}

[type="checkbox"].drawer:not(.persistent)+nav {
    border-top: 0
}

@media screen and (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width: 1280px) {
    .hidden-lg {
        display: none !important
    }
}

:root {
    --cc-padding-left: 3.5rem;
    --cc-number-left: 1.75rem;
    --cc-number-width: 2rem;
    --cc-highlight-a-color: #4527a0;
    --cc-highlight-b-color: #1976d2;
    --cc-highlight-c-color: #388e3c
}

pre {
    counter-reset: line
}

pre>* {
    font-family: "Inconsolata", Menlo, Consolas, monospace;
    font-size: .85rem
}

pre>.code-line {
    font-family: "Inconsolata", Menlo, Consolas, monospace;
    padding-left: var(--cc-padding-left)
}

pre>.code-line:before {
    background: #eee;
    counter-increment: line;
    content: counter(line);
    display: inline-block;
    border-right: .0625rem solid var(--pre-color);
    padding: 0 var(--universal-padding);
    margin-right: var(--universal-margin);
    color: var(--border-color);
    position: absolute;
    left: var(--cc-number-left);
    width: var(--cc-number-width);
    text-align: right
}

pre>.code-line>* {
    line-height: 0;
    font-family: Inconsolata, Menlo, Consolas, monospace
}

pre .highlight-a {
    color: var(--cc-highlight-a-color)
}

pre .highlight-b {
    color: var(--cc-highlight-b-color)
}

pre .highlight-c {
    color: var(--cc-highlight-c-color)
}

mark.do {
    background: #689f38;
    color: #fafafa;
    font-size: .9375em;
    line-height: 1em;
    border-radius: .125rem;
    padding: 0.125em 0.25em
}

mark.dont {
    background: #e53935;
    color: #fafafa;
    font-size: .9375em;
    line-height: 1em;
    border-radius: .125rem;
    padding: 0.125em 0.25em
}

.row.dodos {
    align-items: center
}

.box-colored {
    background: #0277bd;
    border-radius: 0.125rem;
    padding: 0.875rem;
    margin-bottom: 0.5rem;
    min-height: 0.875rem;
    color: #f8f8f8
}

main {
    background: #eee
}

.responsive-label {
    align-items: center
}

@media (min-width: 768px) {
    .responsive-label .col-md-3 {
        text-align: right
    }
}

#nav-drawer h3 {
    text-align: center
}

@media (min-width: 768px) {
    #nav-drawer h3 {
        display: none
    }
}

main footer {
    position: relative;
    margin-top: 1.5rem;
    left: -0.25rem;
    width: calc(100% - 0.5rem)
}

header.row a span {
    display: none
}

@media (min-width: 768px) {
    header.row a span {
        display: inline
    }
}
