@media screen 
  and (min-device-width: 3051px) { 

body {
    min-width: 2600px;
	min-height: 1736px;
}

#header {
	height: 200px;
	min-width: 2600px;
}

#header-title {
	padding: 0 80px;
	font-size: 80pt;	
	height: 200px;
	line-height: 200px;
}

#header-menu {
	height: 200px;
	line-height: 200px;
}

.header-menu-item {
	padding: 0 40px;
	letter-spacing: 4px;
	font-size: 18pt;
	width: 400px;
}

#content-wrapper {
	min-width: 2600px;
	min-height: 1464px;
}


/****************************************************************/ 
/*                         LANDING PAGE                         */
/****************************************************************/

.collection {
	border: 30px solid #eee;
	padding-top: 100px;
	font-size:  120pt;
}

.collection:hover {
	border: 30px solid #ddd;
}

/****************************************************************/ 
/*                       COLLECTIONS PAGE                       */
/****************************************************************/

#collections {
	width: 1600px;	
	margin: 200px auto 0 auto;
}

.collection-small {
	width: 700px;
	margin: 50px;
	height: 700px;
	border: 30px solid #eee;
	padding-top: 100px;
	font-size:  80pt;
}

.collection-small:hover {
	border: 30px solid #ddd;
}

/****************************************************************/ 
/*                         CONTACT PAGE                         */
/****************************************************************/

#contact {
	margin-top: 100px;
	width: 1600px;
}

#contact-left {
	left: 220px;
	top: 140px;
}

#contact-right {
	right: 120px;
	top: 140px;
}

#contact-press {
	left: 220px;
	bottom: 140px;
	font-size: 22pt;
	line-height: 28pt;
}

.contact-card {
	font-size: 22pt;
	line-height: 28pt;
}

.contact-card-country {
	font-size: 18pt;
}

/****************************************************************/ 
/*                          ABOUT PAGE                          */
/****************************************************************/

#about {
	height: 1536px;
	width: 2000px;
	margin: 300px auto 0 auto;
}

.about-title {
	font-size: 120pt;
	letter-spacing: 2px;
	padding: 40px 60px;
}

.about-subtitle {
	font-size: 60pt;
	letter-spacing: 6px;
	top: 240px;
	right: 200px;
}

.about-content {
	font-size: 26pt;
	padding: 80px;
	letter-spacing: 2px;
	bottom: 60px;
	right: 40px;
}

/****************************************************************/ 
/*                          PRESS PAGE                          */
/****************************************************************/

#press {
	margin: 300px auto 0 auto;
	padding: 0 100px;
}

#press a:hover {
	color: #aaa;
}

#press-contact-card {
	width: 580px;
	height: 380px;
	margin: 0 auto 100px auto;
	padding: 40px 100px;
	border: 30px solid #fefefe;
	font-size: 22pt;
	line-height: 28pt;
}

.press-item {
	border: 30px solid #444;
	padding: 40px 40px;
}

.press-item:hover {
	border: 30px solid #222;
}

/****************************************************************/ 
/*                       COLLECTION PAGE                       */
/****************************************************************/


#collection {	
	margin: 200px auto 0 auto;
	padding: 0 100px;
}

.collection-item {
	border: 30px solid #ddd;
}

.collection-item:hover {
	border: 30px solid #eee;
}

  }