﻿@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner	{
	background:#376fae;
}

main {
  min-height:500px;
  margin: 0 auto;
  background: #ecf2f9;
  background:rgba(96, 174, 205, 0.90);
     box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.grid-header	{

	text-align:center;
	margin-bottom:1em;
}

.grid-header h2{
	margin-top:1em;
	color:#fff;
	font-weight:900;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	}
.grid-header p	{
	max-width:80%;
	margin:1em auto;
	font-size:1.75em;
	color:#fff;
}

section {
/*!  display: none; */
/*!  padding: 20px 0 0; */
  border-top: 1px solid #ddd;
}

input[type=radio] {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
    vertical-align:middle;

}
.label1 {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 15px;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}



label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
