@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em
}

@media only screen and (max-width: 900px){

hr{
	margin:0 auto 2em
}
}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
	background:url(../img/portfolio/ga/top.jpg);
	height: 100%;
}

@media only screen and (max-width: 900px){

.top-img{
	background-position: center;
}
}

/*------------------GA---------------*/

.ga{
	padding:3% 10% 5%;
	color:#666;
	height:1%;
	overflow:hidden
}

.ga h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}

.ga h2{
	font-weight:300;
	color:#C00;
	padding-top:1em
}

.ga p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}

.ga ul{
	float:left;
	width:48%;
	height:12em;
	padding:0 2% 0 0;
	margin-bottom:3em
}

.ga li{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	margin-left:1em
}

@media only screen and (max-width: 1300px){

.ga ul{	
	height:1%;
	overflow:hidden;
	margin-bottom:0
}
}

@media only screen and (max-width: 900px){

.ga{
	padding:3% 5% 5%
}

.ga h1{
	line-height:.9em;
	font-size:2em
}

.ga ul{
	width:100%;
	height:1%;
	padding:0;
	margin:0
}
}

/*-------------------COMPARISON-----------------------*/

.comp{
	width:80%;
	padding:2em 10% 4em;
	background:#C00;
	color:#FFF;
	height:1%;
	overflow:hidden
}

.comp h1{
	text-align:center;
	font-weight:200;
	font-size:4em;
}

.comp hr{
	background:#FFF
}

.comp h2{
	text-align:center;
	font-weight:200;
	font-size:2.5em;	
}

table{
	width:100%;
	font-size:1em;
	font-weight:300;
	text-align:center
}

td{
	border-bottom:1px solid rgba(255,255,255,.5);
	padding:1em .5em
}

td:first-child{
	text-align:left
}

tr:first-child{
	border:none;
	font-weight:500
}

table a{
	color:#FFF;
	text-decoration:none
}

table a:hover{
	text-decoration:underline
}

table i:hover{
	font-size:1.2em
}

@media only screen and (max-width: 900px){

.comp{
	width:90%;
	padding:2em 5% 4em
}

.comp h1{
	font-size:2.5em
}

/*--------------------TABLE-------------------*/

.table, thead, tbody, th, td, tr { 
	display:block;
	font-size:600
}

.table th {
	width:100%;
	display:none;
}

.table td {
	text-align:left;
	border:none;
	border-bottom:1px solid rgba(255,255,255,.5); 
	position:relative;
	padding:1em 0 1em 50%;
	width:50%
}

.table td:first-child{
	font-weight:600;
	line-height:1em
}

.table tr{
	border-bottom:1px solid #C00;
	z-index:-98;
}

.table td:before{ 
	position:absolute;
	left:6px;
	white-space:nowrap
}

.table td:nth-of-type(1):before { content: ""; }
.table td:nth-of-type(2):before { content: "GA5403-2U"; font-weight:600 }
.table td:nth-of-type(3):before { content: "GA5402-2U"; font-weight:600 }
.table td:nth-of-type(4):before { content: "GA5401-2U"; font-weight:600 }
.table td:nth-of-type(5):before { content: "GA5403-1U"; font-weight:600 }
.table td:nth-of-type(6):before { content: "GA5402-1U"; font-weight:600 }
.table td:nth-of-type(7):before { content: "GA5401-1U"; font-weight:600 }
}


/*---------------------------FO-----------------------*/
	
.fo{
	width:80%;
	padding:10%;
	height:100%;
}

.fo h1{
	display:block;
	text-align:center;
	font-weight:200;
	font-size:4em
}

.fo p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}

.fo h2{
	display:block;
	text-align:center;
	font-weight:200;
	font-size:2.5em;
}

.fo a{
	display:block;
	font-size:3em;
	color:#C00;
	width:10%;
	margin:1em 45%;
}

.fo a:hover{
	color:#666;
	transition:1s
}

@media only screen and (max-width: 900px){

.fo{
	width:90%;
	padding:2em 5%
}


.fo h1{
	font-size:2.5em
}

.fo h2{
	line-height:.9em;
	font-size:2em
}
}








