p {
    /* font-size: 1.5em; */
    color: rgb(255,255,255);

    /* font-style: italic; */
    /* color: inherit; */
    background: #000000;
    display: inherit;
    padding: 50px 50px;
    border-radius: 0px;

    /* margin: 0; */
    opacity: 90%;
}

.responsive {
    padding: 0 6px 0 0;
    width: 50%;
    border-radius: 15px;
    float: left;
}

@media (min-width: 992px) {
    h1 {
        font-size: 48px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .content {
        width: 50%;
    }
}

@media (min-width: 992px) {
    p {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .responsive {
        border-radius: 15px;
        width: 50%;
        margin: 12px 0;
        float: right;
    }
}

@media (min-width: 0px) and (max-width: 413px) {
    h1 {
        font-size: 28px;
    }
}

@media (min-width: 0px) and (max-width: 413px) {
    h2 {
        font-size: 20px;
    }
}

@media (min-width: 0px) and (max-width: 413px) {
    p {
        font-size: 15px;
    }
}

@media (min-width: 0px) and (max-width: 413px) {
    .content {
        /* postion: sticky; */
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 413px) {
    .responsive {
        border-radius: 8px;
        width: 100%;
        margin: 6px 0;
        float: right;
    }
}

body {
    background-color: #3E5166;
    font-family: 'Montserrat';
    padding: 3em;
}

#v0 {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
  min-height: 100%;
}

@media (min-width: 992px) {
    #v0 {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
  min-height: 100%;
    }
}

@media (min-width: 0px) and (max-width: 413px) {
    #v0 {
         position: fixed; */
        top: 0; 
        left: 0;
        min-width: 100%;
  min-height: 100%;

    }
}

#set-height {
    display: block;
}

section {
    z-index: 1;
    position: relative;
}

div {
}

.content {
    position: sticky;

    /* position: -webkit-sticky; */
    /* width: 50%; */
    top: 33.3%;
}

.content1 {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 33.3%;
}

.content2 {
    position: sticky;
    position: -webkit-sticky;
    width: 50%;
    top: 33.3%;
}

h1 {
    /* font-size: 3em; */
    background: #fff;
    color: rgb(0,0,0);
    display: inline-block;
    padding: 10px 10%;
    border-radius: 2px;
    margin: 0;
}

h2 {
    /* font-size: 3em; */
    background: #fff;
    color: rgb(0,0,0);
    display: inherit;
    padding: 10px 15px;
    border-radius: 0px;
    margin: 0;
    text-align: center;
}

h3 {
    /* font-size: 3em; */
    background: #686868;
    color: rgb(0,0,0);
    display: inline-block;
    padding: 10px 10%;
    border-radius: 2px;
    margin: 0;
}

.p {
    /* font-size: 1.5em; */
    color: rgb(255,255,255);

    /* font-style: italic; */
    /* color: inherit; */
    background: #000000;
    display: inherit;
    padding: 50px 50px;
    border-radius: 6px;

    /* margin: 0; */
    opacity: 90%;
}

p1 {
    font-size: 1em;
    color: white;
    font-style: italic;

    /* color: inherit; */
    background: #000000;
    display: inherit;
    padding: 150px 150px;
    border-radius: 6px;
    margin: 0;
}

p2 {
    font-size: 1.3em;
    color: white;
    font-style: italic;

    /* color: inherit; */
    background: #000000;
    width: 400%;
    display: inherit;
    padding: 150px 150px;
    border-radius: 0px;
    margin: 0;
opacity: 70%;
}

section:nth-of-type(1) {
    height: 1400px;
}

section:nth-of-type(2) {
    height: 1200px;
}

section:nth-of-type(3) {
    height: 1200px;
}

section:nth-of-type(4) {
    height: 1200px;
}

section:nth-of-type(5) {
    height: 1200px;
}

.entered {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-7-4 16:24:12
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/* *
 * ----------------------------------------
 * animation text-focus-in
 * ---------------------------------------- */
@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

p::first-letter {
    color: rgb(203,203,203);
    font-size: 40px;
}

.center {
    margin: auto;
    width: 50%;
    border: 0px solid green;
    padding: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png") repeat center center rgba(0,0,0,0.25);
}

#hideAll
{
position: various;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background-color: #3E5166;
z-index: 5000; /* Higher than anything else in the document */
 }
