
<style>
body{
    font-family: "Verdana"
}

div.container {
    width: 100%;
    border: 1px solid gray;
}

nav {

    z-index: 100;
    position: -webkit-sticky; /*google*/
    position: sticky;
    top: 0;
    float: top;
    max-height 8px;
    width 100%;
    margin: 0px;
    padding: 1px;
    text-align: center;
    background-color: DarkRed;
    font-size:15px;



}
background{
   position:absolute;
   z-index: -100;
   width: 100%;
   height: 100%;
   background-color: LightBlue;

}

nav ul a:hover{
    background-color: DarkRed;
    color:black;
    list-style-type: none;
    padding: 15px;
}

nav ul a {
    text-decoration: none;
    color:white;
    background-color: DarkRed;
    padding:0px 15px 0px 15px;
}

header{
    padding: 5px;
    clear: left;
    text-align: center;
    overflow:hidden;
    height = 500px
    z-index:100;

}
title-video{

}

}
title-video iframe{

    position:relative;

}



footer {

    color: white;
    border: 1em solid black;
    background-color: black;
    clear: bottom;
    float: bottom;
    text-align: center;
    width:100%
}


p{
    display: inline;
    font-family: "Times New Roman"

}

.video-responsive-right{
    display: inline;
    overflow: hidden;
    padding-top:35%;
    padding-right:40%;
    position:relative;
    float: right;
    clear: right;
    border:0.5in white;
}
.video-responsive-right iframe{
    right:0;
    top:0;
    position:absolute;
    overflow: hidden;

}
.video-responsive-left{
    padding-top:35%;
    padding-left:40%;
    position:relative;
    float: left;
    clear: left;
    overflow: hidden;
    border: 0.5in white;
}
.video-responsive-left iframe{
    left:0;
    top:0;
    position:absolute;
    overflow: hidden;

}

article{
    width:60%;
    border: 20px solid white;
    background-color:white;
}
@media only screen and (max-width: 999px) {



header{
    height: 1.5in ;
    img{width: 2.5in;}
}

article {


    text-align: left;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color:LightBlue;
    margin: auto;
}





}
@media only screen and (min-width: 1000px) {

article {
    width: calc(100%-1in);
    text-align: left;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: auto;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
header{
    img{width: 3.5in;}}


nav {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    float: top;
    max-height 8px;
    width 100%
    margin: 0px;
    padding: 1px;
    text-align: center;
    background-color: DarkRed;
    font-size:25px;
}


nav ul a:hover{

    list-style-type: none;
    padding: 15px;
}

nav ul a {
    text-decoration: none;
    color:white;
    padding:0px 20px 0px 20px
}
}

@media only screen and (min-width: 1400px) {

article {
    width: calc(100%-2in);
    text-align: left;
    padding: 3em;
    border: 4in solid grey;
    border-top-width: 1px;
    border-bottom-width: 1px;
    font-size:20px;
    float:left;
    background-color:white

header{ height: 10in;
    img{width: 3in;}}

nav {
    float: top;
    max-height 75px;
    width 100%
    margin: 0px;
    padding: 1px;
    text-align: center;
    background-color: DarkSlateGrey;
    font-size:70px;
}


nav ul a:hover{
    background-color: black;
    list-style-type: none;
    padding: 70px;
    font-size:70px;
}

@media only screen and (min-width: 2000px) {

article {
    text-align: left;
    padding: 6em;
    border: 6in solid grey;
    border-top-width: 1px;
    border-bottom-width: 1px;
    font-size:100px;
    float:left;
    background-color:white

header{ height: 3in;
    img{width: 4in;}}

nav {
    float: top;
    max-height 75px;
    width 100%
    margin: 0px;
    padding: 1px;
    text-align: center;
    background-color: DarkSlateGrey;
    font-size:100px;
}


nav ul a:hover{
    background-color: black;
    list-style-type: none;
    padding: 70px;
    font-size:70px;
}

nav ul a {
    text-decoration: none;
    color:white;
    background-color: DarkSlateGrey;
    padding:0px 70px 0px 70px
}

}
</style>

