@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600");
body {
  padding: 0px;
  margin: 0px;
  width: 100%;

}
  body:before {
    content: ' ';
    background-image: url(bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05; }
}

.wrapper {
  display: flex;  
  flex-flow: column wrap;
  font-weight: bold;
  text-align: center;
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

.header {
  display: flex; 
  background: #111111;
  justify-content: flex-start;
}

header.special {
  text-align: center;
  margin-bottom: 4rem; }
  header.special p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; }

#banner {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: url("banner_cpu.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 35rem !important;
  min-height: 35rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 100%; 
}
  #banner input, #banner select, #banner textarea {
    color: #ffffff; }
  #banner a {
    color: #ce1b28; }
  #banner strong, #banner b {
    color: #ffffff; }
  #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
    color: #ffffff; }
  #banner blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #banner code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #banner hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #banner h1 {
	  font-size: 4rem;
  }
  #banner p {
    font-size: 1.5rem;
}

#cta {
    background-color: #004377;
    color: rgba(255, 255, 255, 0.75);
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 67, 119, 0.25), rgba(0, 67, 119, 0.25)), url(cta01_mod.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
	padding: 4rem 0 2rem 0;
}
#cta h1, #cta h2, #cta h3, #cta h4, #cta h5, #cta h6 {
    color: #ffffff;
}

.footer {
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  padding: 4rem 0 2rem 0;
  text-align: center;
}

.main {
  text-align: left;
  width: 75rem;
  max-width: calc(100% - 6rem);
  margin: 10 auto;
}

.highlights {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.highlights-item {
  background: white;
  border-radius: 4px;
  padding: 2rem;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  text-align: center;
  flex-shrink: 0;
}

.advantages {
	padding: 4rem 0 2rem 0;
}

.list{
	text-align: left;
	display: block;
	line-height: 3.5rem;
}

.copy {
	font-size: 0.55rem;
}


@media all and (min-width: 800px) {
	.main    { flex: 3 0px; }
	.main    { order: 1; }
	.highlights { order: 2; }
	.cta { order: 3; }
	.advantages  { order: 4; }
	.footer  { order: 5; }
}

body {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  padding: 0em; 
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

/* Element Sizing */
	
h1 {
  font-size: 3rem;
  line-height: 1.2; }

h2 {
  font-size: 2.25rem;
  line-height: 1.3; }

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.9rem; }

h6 {
  font-size: 0.7rem; }
  
/* Element Color */

input, select, textarea {
  color: #555555; }

a {
  color: #00b1e9; }

strong, b {
  color: #555555; }

h1, h2, h3, h4, h5, h6 {
  color: #555555; }

h3.logo{
	color: #ffffff;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
     }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .icon > .label {
    display: none; }
	
	.highlights .highlights-item .icon {
    font-size: 5rem;
}

.highlights .highlights-item > h3 {
    margin-top: 10px;
}