html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Gotham';
	color:#232428;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	box-sizing: border-box;
}

.page-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background-color: #ff3e6e;
	font-size: 13px;
	color:#fff;
}

.page-left-inside{
	position: absolute;
	bottom:0;
	left:0;
	width: 100vh;
	height: 100px;
	transform: rotate(-90deg);
	transform-origin: 50px 50px;
	line-height: 100px;
	padding:0 150px;
}

.page-left-inside .date{
	float: right;
}

.page-left-inside .text{
	float: left;
}

.page-left-inside .text span:first-child{
	margin-right: 25px;
}

.container{
	width:960px;
	margin:0 auto;

}

.logo{
	margin-left: 14%;
	padding-top: 70px;
}
.text-1 {
	font-size: 30px;
	text-align: justify; 
	letter-spacing: 4px;
	line-height: 38px;
	margin-top: 20vh;
	height: 50vh;
}
.text-1 span{
	display: block;
	padding-left:8px;
}

.fulljustify {
  text-align: justify;
  height: 48px;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.text-1 span:last-child{
	background-color: #ff7991;
}

.email {
	font-size: 15px;
}

.email a{
	color:#232428 !important;
	text-decoration: none !important;
}

.text-wrapper{
	height: 50vh;
}
.bird{
	margin-bottom: -15px;
	margin-left: 20px;
}

.email br{
	display: none;
}

@media (max-width: 1500px) and (min-width: 1075px){
	.container{
		width: 800px;
	}
	.text-1 {
		font-size: 24px;
		text-align: justify; 
		letter-spacing: 4px;
		line-height: 38px;
		margin-top: 20vh;
		height: 50vh;
	}

}

@media (max-width: 1075px) and (min-width: 768px){
	.container{
		width: 600px;
	}
	.text-1 {
		font-size: 18px;
		text-align: justify; 
		letter-spacing: 3px;
		line-height: 34px;
		margin-top: 20vh;
		height: 50vh;
	}
	.page-left-inside{
		height: 60px;
		line-height: 60px;
		transform-origin: 30px 30px;
	}
	.page-left{
		width: 60px;
	}
}

@media (max-width: 767px){
	.logo{
		margin-left: 10% !important;
	}
	.container{
		width: 500px;
	}
	.page-left-inside{
		width: 100% !important;
		height: 100px;
		line-height: 100px;
		bottom:auto;
		top:0;
	}
	.page-left{
		height: 150px;
		width: 100%;
		bottom:0 !important;
		top: auto;
	}
	.page-left-inside{
		transform: rotate(0);
		padding: 0 50px;
	}
	.text-1{
		font-size: 18px;
		letter-spacing: 1px;
		margin-top: 10vh;
		height: 35vh;
	}
	.email{
		font-size: 13px;
	}
}

@media (max-width: 600px){
	.page-left-inside{
		bottom:auto;
		top:0;
	}
	.fulljustify{
		height: 66px;
		line-height: 24px;
	}
	.logo{
		padding-top: 50px;
	}
	.container{
		width: 300px;
	}
	.text-1{
		font-size: 20px;
		letter-spacing: 2px;
	}
	.email{
		font-size: 12px;
		line-height: 14px !important;
		position: relative;
	}
	.email br{
		display: block;
	}
	.bird{
		width: 40px;
		margin-left: 5px;
		position: absolute;
		margin-top: -10px;
	}
	.page-left{
		height: 130px;
	}
}

@media (max-width: 400px){
	.page-left-inside{
		font-size: 10px;
		padding:0 15px;
	}
	.fulljustify{
		height: 56px;
		line-height: 20px;
	}
	.logo{
		padding-top: 50px;
		margin-left: 7% !important;
	}
	.container{
		width: 270px;
	}
	.text-1{
		font-size: 17px;
		letter-spacing: 2px;
	}
	.email{
		font-size: 11px;
		line-height: 13px !important;
		position: relative;
	}
	.email br{
		display: block;
	}
	.bird{
		width: 40px;
		margin-left: 5px;
		position: absolute;
		margin-top: -10px;
	}
	.page-left-inside .text span:first-child{
		margin-right: 15px;
	}
	.page-left{
		height: 100px;
	}
}

@media (max-height: 415px){
	.page-left-inside{
		height: 80px;
		line-height: 80px;
	}
	.page-left{
		position: relative;
		height: 80px;
	}
	.text-wrapper{
		margin-bottom: 50px;
	}
	.text-1{
		min-height: 140px;
	}
}