@media screen 
  and (max-device-width: 2200px) { 

body {
    min-width: 1300px;
	min-height: 720px;
}

#header {
	height: 100px;
	min-width: 1300px;
}

#header-title {
	padding: 0 40px;
	font-size: 40pt;	
	height: 100px;
	line-height: 100px;
}

#header-menu {
	height: 100px;
	line-height: 100px;
}

.header-menu-item {
	padding: 0 20px;
	letter-spacing: 2px;
	font-size: 9pt;
	width: 200px;
}

#content-wrapper {
	min-width: 1300px;
	min-height: 720px;
}

#side {
	height: 50px;
	padding-left: 25px;
	transform-origin: 0 50px;
}

#side-menu {
	margin-top: 10px;
}

.side-menu-item {
	padding: 0 10px;
	letter-spacing: 2px;
	font-size: 9pt;
}

.side-title {
	top: 17px;
	left: 20px;
	font-size: 30pt;
}


/****************************************************************/ 
/*                         LANDING PAGE                         */
/****************************************************************/

#landing {
	margin: 100px auto 0 auto;
	height: calc(100% - 300px);
}

/****************************************************************/ 
/*                       COLLECTIONS PAGE                       */
/****************************************************************/

#collections {
	width: 800px;	
	margin: 100px auto 0 auto;
}

.collection-small {
	width: 350px;
	margin: 25px;
	height: 350px;
	border: 15px solid #eee;
	padding-top: 85px;
	font-size:  12pt;
	letter-spacing: 6pt;
	line-height: 40pt;	
}

.collection-small:hover {
	border: 15px solid #ddd;
}

/****************************************************************/ 
/*                         CONTACT PAGE                         */
/****************************************************************/

#contact {
	margin-top: 50px;
	width: 600px;
}

#contact-left {
	left: 110px;
	top: 70px;
}

#contact-right {
	right: 60px;
	top: 70px;
}

#contact-press {
	left: 110px;
	bottom: 70px;
	font-size: 11pt;
	line-height: 14pt;
}

.contact-card {
	font-size: 11pt;
	line-height: 14pt;
}

.contact-card-country {
	font-size: 9pt;
}

/****************************************************************/ 
/*                          ABOUT PAGE                          */
/****************************************************************/

#about {
	height: 70%;
	width: 90%;
}

.about-title {
	font-size: 30pt;
	letter-spacing: 1px;
	padding: 20px 30px;
	top: 30px;
	left: 30px;
}

.about-content {
	font-size: 11pt;
	padding: 40px;
	letter-spacing: 1px;
	bottom: 30px;
	left: 30px;
}

.about-designer-title {
	font-size: 30pt;
	letter-spacing: 1px;
	padding: 20px 30px;
	top: 30px;
	right: 30px;
}

.about-designer-subtitle {
	font-size: 30pt;
	letter-spacing: 3px;
	top: 120px;
	right: 100px;
}

.about-designer-content {
	font-size: 11pt;
	padding: 40px;
	letter-spacing: 1px;
	bottom: 50px;
	right: 30px;
}

/****************************************************************/ 
/*                          PRESS PAGE                          */
/****************************************************************/

#press {
	margin: 150px auto 0 auto;
	padding: 0 50px;
}

#press a:hover {
	color: #aaa;
}

.press-item {
	border: 15px solid #eee;
}

.press-item:hover {
	border: 15px solid #fff;
}

/****************************************************************/ 
/*                       COLLECTION PAGE                       */
/****************************************************************/


#collection {	
	padding: 100px 50px 0 50px;
}

.collection-item {
}

.collection-item:hover {
}
  }