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;
}
b { font-weight:bold; }
ol, ul { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	background-color: #eef2f6;
	font-family: Montserrat, sans-serif;
}

body { 
	line-height: 1;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
	        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
	background:#FFFFFF;
}

header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background-color: #f00;
	color: #FFFFFF;
	padding:20px 36px;
}

header a { 
	text-decoration: none;
	color: inherit;
}

section.hero { 
	background-color: #302f2f;
	color: #FFFFFF;
	padding:100px 36px;
	text-align: center;
}

@media only screen and (min-width: 1120px) {
	section.hero { 
		background-image: url(hosting_hero.png);
		background-position: center right;
		background-repeat: no-repeat;
		text-align: left;
	}
}

.hero .heading { 
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
	text-transform: uppercase;
}

.hero .paragraph {
	margin-top: 1px;
	margin-bottom: 10px;
	color: #d3daf1;
	line-height: 28px;
	font-weight: 400;
}

.hero .button {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 20px;
	display: inline-block;
	padding: 20px 30px;
	background: #4473B9;
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
	        box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	font-size:16px;
}
 
section.content { 
	padding: 36px;
}
 
.content .heading { 
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4473B9;
    font-size: 23px;
	text-transform: uppercase;
}

.content .paragraph {
	margin-top: 1px;
	margin-bottom: 10px;
	color: #555555;
	line-height: 28px;
	font-weight: 400;
}

.content .last {
	margin-bottom:60px;
}

footer { 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:flex;
	padding:20px 36px;
	line-height:2em;
}

footer .nip { 
	-webkit-box-flex:1; 
	    -ms-flex:1; 
	        flex:1;
}

@media only screen and (max-width: 600px) {
	footer { 
		-webkit-box-orient: vertical; 
		-webkit-box-direction: normal; 
		    -ms-flex-direction: column; 
		        flex-direction: column;
	}
}


.pricetable {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.pricetable .plan {
  margin: 0;
  width: 25%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pricetable * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pricetable header {
  position: relative;
}
.pricetable .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #f00f00;
  color: #ffffff;
  text-transform: uppercase;
}
.pricetable .plan-cost {
  padding: 0px 10px 20px;
}
.pricetable .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}
.pricetable .plan-type {
  opacity: 0.6;
}
.pricetable .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.pricetable .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.pricetable .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.pricetable .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.pricetable .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.pricetable .plan-select a {
  background-color: #4473B9;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 50px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.pricetable .plan-select a:hover {
  background-color: #46627f;
}
.pricetable .featured {
  margin-top: -10px;
  background-color: #34495e;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.pricetable .featured .plan-title,
.pricetable .featured .plan-price {
  color: #ffffff;
}
.pricetable .featured .plan-cost {
  padding: 10px 10px 20px;
}
.pricetable .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.pricetable .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .pricetable .plan {
    width: 50%;
	margin-bottom: 30px;
  }
  .pricetable .plan-title,
  .pricetable .plan-select a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .pricetable .plan-cost,
  .pricetable .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .pricetable .plan-select,
  .pricetable .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .pricetable .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .pricetable .plan {
    width: 100%;
  }
}