body, html {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

.container {
	width: 100%;
	height: 100%;
	display: table;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="container"] {
		text-align: center;
		width: 100%;
    }
}

.title-column {
	width: 45%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 5%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="title-column"] {
		width: 100%;
		display: inline-block;
		padding-top: 5%;
		padding-left: 0;
		margin: auto;
    }
}

.owner-title {
	font-size: 80%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin-left: 16px;
}

.website-title {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1350%;
	font-weight: 700;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="website-title"] {
		font-size: 600%;
    }
}

.website-description {
	width: 280px;
	border-top: 3px solid #000;
	padding-top: 5%;
	font-size: 100%;
	font-weight: 300;
	margin-left: 17px;
	line-height: 1.5em;
	font-family: 'Zilla Slab', serif;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="website-description"] {
		width: 90%;
    }
}

.brands-column {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="brands-column"] {
		padding-top: 10%;
		width: 100%;
		display: inline-block;
		margin: auto;
    }
}

.brand-link {
	display: inline-block;
	padding: 2%;
	text-align: center;

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="brands-link"] {
		padding: 7%;
    }
}

.link-text {
	text-decoration: underline;
}

.link-text:hover {
	text-decoration: none;
}

.link-text:visited {
	text-decoration: underline;
}

.link-text:active {
	text-decoration: underline;
}

/* internal page */

.container-internal {
	width: 96%;
	height: 96%;
	padding: 2%;
}

.header {
	width: 100%;
	padding-bottom: 10%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.header-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 180%;
	font-weight: bold;
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: left;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="header-title"] {
		width: 100%;
		padding: 0%;
		text-align: left;
		padding-bottom: 3%;
		padding-top: 3%;
		margin-left: 3%;
    }
}

.header-title2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 180%;
	font-weight: bold;
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: right;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="header-title2"] {
		width: 100%;
		padding: 0%;
		text-align: left;
		padding-bottom: 3%;
		padding-top: 3%;
		margin-left: 3%;
    }
}

.header-content {
	width: 80%;
	margin: auto;
}

.owner-title {
	font-size: 60%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="owner-title"] {
		font-size: 50%;
    }
}

.recommendation-title {
	font-size: 60%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="recommendation-title"] {
		font-size: 50%;
    }
}

.owner-description {
	font-size: 80%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="owner-description"] {
		font-size: 50%;
    }
}

.recommendation-description {
	font-size: 80%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="recommendation-description"] {
		font-size: 50%;
    }
}

.back-index {
	text-align: right;
	padding-right: 5%;
	font-size: 50%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


.content {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
}

.content-highlight-intro {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 7%;
	width: 45%;
	margin: auto;
	text-align: left;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="content-highlight-intro"] {
		width: 95%;
		font-size: 170%;
		padding-top: 5%;
		padding-bottom: 5%;
    }
}

.content-title {
	font-size: 150%;
	font-weight: bold;
	line-height: 400%;
	text-transform: uppercase;
	width: 45%;
	margin: auto;
	text-align: left;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="content-title"] {
		width: 95%;
		margin: auto;
    }
}

.content-text {
	font-size: 130%;
	line-height: 170%;
	width: 45%;
	margin: auto;
	text-align: left;
	color: #4A4A4A;
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="content-text"] {
		width: 95%;
		margin: auto;
    }
}

.content-image {
	padding: 3%;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="content-image"] {
		width: 95%;
		margin: auto;
    }
}


.image-description {
	font-style: italic;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	text-align: center;
}

.footer {
	width: 72%;
	margin: auto;
	padding-bottom: 8%;
	padding-top: 8%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="footer"] {
		width: 100%;
		margin: auto;
    }
}

.footer-td {
	padding: 4%;
	width: 33%;
	text-align: center;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.footer-td-middle {
	border-top: 2px solid #a6a6a6;
	vertical-align: top;
	font-weight: bold;
}

.footer-td-middle-up {
	vertical-align: top;
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited, a:active {
	color: #000;
}

