@charset "utf-8";

@font-face {
  font-family: 'Pixeled';
  src: url("../fonts/Pixeled.ttf");
}

@font-face {
  font-family: 'Comic';
  src: url("../fonts/Comic.ttf");
}

@font-face {
  font-family: 'Atarian';
  src: url("../fonts/Atarian.ttf");
}

body{
  font-family: "Comic", cursive;
  background-image: url(../images/background3.jpg);
  background-size: contain;
  padding-bottom: 10vh;
  overflow-x: hidden;
}

.container{
  background-color: #000;
  min-height: 100vh;
  margin-top: 30px;
}

.top_menu{
  background-color: #000AFF;
  padding: 20px;
  border: inset #ccc;
  font-weight: bold;
}

.top_menu a{
  color: #F5FF00;
  text-decoration: none;
  margin: 0 10px;
}

.top_menu a div{
  display: inline-block;
}

.top_menu a div:nth-child(4n+1){
  transition-delay: 0s;
}

.top_menu a div:nth-child(4n+2){
  transition-delay: 0.07s;
}

.top_menu a div:nth-child(4n+3){
  transition-delay: 0.14s;
}

.top_menu a div:nth-child(4n+4){
  transition-delay: 0.21s;
}

.top_menu a:hover div{
  color: #000;
}

.top_menu a:hover div{
  transform: translateY(3px);
  color: inherit;
  text-shadow: 2px 2px #000;
}

.menu_logo{
  display: inline-block;
  padding: 10px;
  background-color: #fff;
}

.menu_logo img{
  height: 30px;
}

.page_header{
  background-position: center;
  background-size: cover;
  min-height: 500px;
}

.home_header{
  background-image: url(../images/space_invaders.jpg);
}

.right_section{
  position: relative;
}

.ashens_body{
  position: absolute;
  right: 0;
  height: 340px;
  bottom: 0;
}

.ashens_profile{
  margin-top: 40px;
  width: 50%;
  border: solid 3px red;
}

.home_logo{
  background-color: #F5FF00;
  text-align: center;
  width: 90%;
  margin: 100px auto 80px auto;
}

.home_logo img{
  width: 80%;
}

.home_header h1{
  position: relative;
  font-family: 'Pixeled';
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-shadow: 2px 2px #000;
}

.right_section h2, .links h2{
  font-family: 'Atarian';
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 60px;
}

.post_section h1{
  font-family: 'Atarian';
  font-size: 3.4rem;
  text-align: center;
}

.post_date{
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Pixeled';
  font-size: 0.8rem;
  color: #888;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #000;
}


.light_bg{
  background-image: url(../images/light_bg.png);
  background-color: #fff;
}

.links{
  position: relative;
  padding: 60px;
}

.all_links{
  min-height: 1000px;
}

.video_link{
  margin-bottom: 40px;
  color: inherit;
  text-decoration: none;
}

.video_link:hover{
  color: inherit;
}

.video_link .title{
  font-weight: bold;
  font-size: 1.1rem;
  color: #FF9300;
}

.video_link_image{
  background-color: #000;
  background-size: cover;
  background-position: center;
}

.stats .row div:nth-child(even){
  text-align: right;
}

.divider{
  height: 1px;
  background-image: radial-gradient(rgb(60, 78, 138), transparent);
  margin: 30px 0 60px 0;
}

.left_nav{
  border-right: solid 2px #fff;
  text-align: center;
}

.left_nav h2{
  color: yellow;
  margin-top: 40px;
}

.left_nav nav a{
  display: block;
  padding: 6px 0;
  font-size: 1.2rem;
}

.left_nav nav a:nth-child(1){
  color: #fff;
}

.left_nav nav a:nth-child(2){
  color: yellow;
}

.left_nav nav a:nth-child(3){
  color: #FF00E2;
}

.left_nav nav a:nth-child(4){
  color: #FF9300;
}

.left_nav nav a:hover{
  color: #000;
}

.left_img{
  width: 90%;
}

.left_nav h3{
  font-family: 'Pixeled';
  color: #14FF00;
  text-shadow: 2px 2px 2px #fff;
  margin-top: 40px;
}

.block_button{
  display: block;
  background-color: #14FF00;
  color: #FF00E2;
  padding: 10px;
  margin: 20px 0 0 10%;
  font-size: 1.6rem;
  width: 90%;
}

.green_section{
  background-color: #14FF00;
  min-height: 400px;
}

.star{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.star_text{
  position: relative;
  top: 55%;
  margin-left: 8%;
  transform: translateY(-50%);
}

.star_text p{
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
  transform: rotate(-20deg);
  color: #FF00E2;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
  line-height: 4rem;
}

.sandwich{
  width: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@keyframes sandwiches {
	0% { content: url(../images/sandwich1.png); }
	50% { content: url(../images/sandwich2.png); }
  100% { content: url(../images/sandwich1.png); }
}

.sandwichnomnom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
	animation-name: sandwiches;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.big_left_button{
  position: relative;
  display: inline-block;
  text-align: center;
  width: 70%;
  padding-top: 20px;
  font-family: 'Pixeled';
  text-decoration: none;
  border: solid 2px #fff;
}

.big_left_button:hover{
  color: #000;
}

.big_left_button img{
  width: 90%;
  margin-top: 20px;
}

.blb1{
  background-color: #F5FF00;
  color: #000;
  text-shadow: 2px 2px 2px #fff;
}

.blb2{
  background-color: #000AFF;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.big_left_button:hover{
  color: #ccc;
}

.racoon{
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  transition-duration: 0.6s;
}

.racoon img{
  width: 100%;
  transition-duration: 0.4s;
}

.left_button_box{
  position: relative;
}

.left_button_box:hover .racoon{
  top: -90px;
}

.left_button_box:hover .racoon img{
  transform: rotate(10deg);
}

.footer{
  position: relative;
  padding: 60px 0 0 0;
  background-color: #CB0000;
}

.footer_nav{
  text-align: center;
}

.footer_nav a{
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-family: 'Pixeled';
  text-shadow: 1px 1px 2px #fff663;
}

.footer_racoon{
  position: relative;
}

.footer_racoon img{
  position: relative;
  bottom: 0;
  left: 0;
  width: 80%;
  margin-left: 10%;
}

.quack_box{
  position: relative;
}

.quack{
  display: none;
  position: absolute;
  top: -160px;
  right: -100px;
}

.quack p{
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3.4rem;
}

.quack_box:hover .quack{
  display: inline-block;
}

@keyframes clowning {
	0% { transform: rotate(-10deg); }
	50% { transform: rotate(10deg); }
  100% { transform: rotate(-10deg); }
}

.clown{
  position: absolute;
  right: 0;
  width: 200px;
  top: 40%;
  animation-name: clowning;
	animation-duration: 3s;
	animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.clown:hover{
  display: none;
}

.post_section{
  padding: 60px 60px 0 60px;
}

.video_frame, .video_link_image_frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video, .video_link_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post_section p{
  font-size: 1.2rem;
  margin-top: 40px;
}

#window{
  position: absolute;
  left: 5%;
  width: 90%;
}

.windows_box{
  width: 100%;
  display: inline-block;
  background-color: #C0C0C0;
  font-family:monospace;
  border-width:2px;
  border-color:#FFFFFF #808080 #808080 #FFFFFF;
  border-style:solid;
  padding: 3px;
}

.toolbar{
  background-color: #000080;
  color: #fff;
  cursor: move;
  padding: 4px;
  font-size: 0.9rem;
}

.toolbar a{

}

.toolbar button{
  margin: 2px;
  float: right;
  padding: 2px 5px;
  line-height: 14px;
  color: #000;
  font-size: 0.8rem;
  text-align: center;
  border: solid 1px #fff;
  font-weight: bold;
  transform: translateY(-2px);
  min-width: 20px;
}

.contact_form{
  padding: 30px;
  z-index: 10;
}

.contact_form input, .contact_form textarea{
  background-color: #fff;
  border: inset 2px;
  outline: none;
  padding: 6px 8px;
  font-size: 0.9rem;
}

.contact_form textarea{
  height: 200px;
}

.button_area{
  text-align: center;
  margin-top: 30px;
}

.contact_form button{
  display: inline-block;
  width: auto;
  border-width:2px;
  border-style:solid;
  border-color:#FFFFFF #808080 #808080 #FFFFFF;
  padding:4px 10px;
}

.contact_section{
  position: relative;
  min-height: 1000px;
}

.contact_form h2{
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

#feedback{
  margin-top: 10px;
}

#searchForm input{
  background-color: #fff;
  border: solid 2px #28a356;
  outline: none;
  padding: 6px 16px;
  font-size: 1.3rem;
  font-family: monospace;
  border-radius: 30px;
}

.about_text{
  font-size: 1.2rem;
  margin-top: 20px;
}

.about_text p::first-letter{
  font-size: 1.6rem;
  font-weight: bold;
}

.paginator{
  margin-top: 100px;
  text-align: center;
}

.product_image{
  height: 200px;
  width: 100%;
  background-size: cover;
}

.product_link .title{
  font-family: 'Atarian';
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 20px 0;
}

.product_link .price{
  margin-bottom: 10px;
}

/*BREAKPOINT*/

/**************************/
/*********** SM ***********/
/**************************/
@media (min-width: 576px) {

}

/**************************/
/*********** MD ***********/
/**************************/
@media (min-width: 768px) {

  .clown{
    right: -100px;
    width: 300px;
  }

  .ashens_body{
    right: -80px;
    height: 440px;
  }

  .home_logo{
    width: 400px;
  }

  #window{
    position: absolute;
    left: 20%;
    width: 60%;
  }

  .contact_form{
    padding: 30px 60px 20px 60px
  }

}

/**************************/
/*********** LG ***********/
/**************************/
@media (min-width: 992px) {

}

/**************************/
/*********** XL ***********/
/**************************/
@media (min-width: 1200px) {

}

/**************************/
/*********** XXL **********/
/**************************/
@media (min-width: 1400px) {

}
