@charset "utf-8";
/* CSS Document */

body{
    margin: 0;
    padding: 0;
}
.Frame{
    position: static;
    background-color: aqua;
    padding: 1%;
    animation-name: colors;
    animation-duration: 120s;
    animation-iteration-count: infinite;
}
.BG{
    background: url("images/NathanielVillanueva2019.jpg");
    background-size: cover;
    width: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
.Glass{

    background: url("images/NathanielsWindow.png");
    background-size: cover;
    width: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
.Content{
    width: 95%;
    padding: 2%;
}
#Quote{
    width: 70%;
    color: white;
    font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size: 35px;
}
#Countdown{
    width: 70%;
    padding: 15px 0;
    margin: 15px auto;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    list-style: none;
    text-align: center;
    display: block;
    max-width: 915px;
    color: aliceblue;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";

}
#Countdown li{
    display: inline-block;
    text-align: center;
    float: none;
    width: auto;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2)
}
#Countdown li span{
    font-size: 30px;
    display: inline-block;
    font-weight: 700;
    margin: 0px;
    max-width: 50px;
}

h1{
    color: #FFFFFF;
    font-size: 60px;
}
.Facebook{
    background:url("images/FBOFF.png") no-repeat;
    background-size: cover;
    cursor:pointer;
    border:none;
    width:50px;
    height:50px;
}
.Facebook:hover{   
    background:url("images/FBON.png") no-repeat;
    background-size: cover;
}
.Instagram{
    background:url("images/IGOFF.png") no-repeat;
    background-size: cover;
    cursor:pointer;
    border:none;
    width:50px;
    height:50px;
}
.Instagram:hover{   
    background:url("images/IGON.png") no-repeat;
    background-size: cover;
}
.Twitter{
    background:url(images/Twitteroff.png) no-repeat;
    background-size: cover;
    cursor:pointer;
    border:none;
    width:50px;
    height:50px;
}
.Twitter:hover{   
    background:url(images/Twitteron.png) no-repeat;
    background-size: cover;
}
.Youtube{
    background:url(images/Youtubeoff.png) no-repeat;
    background-size: cover;
    cursor:pointer;
    border:none;
    width:50px;
    height:50px;
}
.Youtube:hover{   
    background:url(images/Youtubeon.png) no-repeat;
    background-size: cover;
}
.IMDB{
    background:url("images/IMDBOFF.png") no-repeat;
    background-size: cover;
    cursor:pointer;
    border:none;
    width:50px;
    height:50px;
}
.IMDB:hover{   
    background:url("images/IMDBON.png") no-repeat;
    background-size: cover;
}
@keyframes colors {
  0%   {background-color: red;}
  8%   {background-color: darkorange;}
  16%  {background-color: yellow;}
  24%  {background-color: green;}
  32%  {background-color: aqua;}
  40%  {background-color: deepskyblue;}
  48%  {background-color: purple;}
  56%  {background-color: hotpink;}
  64%  {background-color: white;}
  80%  {background-color: gray;}
  88%  {background-color: black;}
  96%  {background-color: saddlebrown;}
  100% {background-color: red;}
}
@media (max-width: 950px) {
.BG{
    background: url("images/NathanielVillanueva2019Tablet.jpg");
    background-size: cover;
    width: 100%;
	height: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
.Glass{
    background: url("images/NathanielsWindowtablet.png");
    background-size: cover;
    width: 100%;
	height: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
h1{
    color: #FFFFFF;
    font-size: 50px;
}
#Quote{
    width: 70%;
    color: white;
    font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size: 20px;
}
#Countdown li {
    font-size: 15px;
    padding: 0px 10px;
  }
#Countdown li span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
.BG{
    background: url("images/NathanielVillanueva2019Phone.jpg");
    background-size: cover;
    width: 100%;
	height: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
.Glass{
    background: url("images/NathanielsWindowPhone.png");
    background-size: cover;
    width: 100%;
	height: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
h1{
    color: #FFFFFF;
    font-size: 30px;
}
#Quote{
    width: 70%;
    color: white;
    font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size: 15px;
}
#Countdown li {
    padding: 0px 5px;
    font-size: 14px;
  }
#Countdown li span {
    font-size: 16px;
    min-width: 22px;
  }
}