﻿/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */

.w80percent {
   width: 93.75%;
}

ul.countdown {
   margin-top: 100px;
   margin-bottom: 75px;
   margin-left: 275px;
   margin-right: 0px;
}

ul.countdown li span {
   font-size: 75px;
   line-height: 75px;
}

ul.countdown li.seperator {
   font-size: 75px;
   line-height: 68px;
}

ul.countdown li p {
   font-size: 16px;
}

.socialbar {
	background: #444444;
}

header {
   width: 93.75%; /* 960px / 1024px */
}

.headerlogo {
   width: 45%;
}

.menubar {
   width: 55%;
}

#maincontent{
   width: 93.75%; /* 960px / 1024px */
}

.shirt-preview-text {
   font-size: 40px;
	line-height: 40px;
}
		
footer {
   width: 93.75%; /* 960px / 1024px */
}

#smallprint {
   width: 93.75%; /* 1000px / 1250px */
}