* {
    box-sizing: border-box;
}

body {
    text-align: center;
    background: #f3f3f3;
    font-size: 16px;line-height: 24px;
	font-family: "Open Sans",sans-serif !important;
	color: #444;
    padding: 0;
    margin: 0;
    min-width: 350px;
}

.constraint {
    max-width: 960px;
    margin:auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p, li {
    color: #999;
}

/* Icons */
@font-face {
	  font-family: 'flatpack';
	  src:url('fonts/flatpack.eot?tzy7cr');
	  src:url('fonts/flatpack.eot?#iefixtzy7cr') format('embedded-opentype'),
		    url('fonts/flatpack.woff?tzy7cr') format('woff'),
		    url('fonts/flatpack.ttf?tzy7cr') format('truetype'),
		    url('fonts/flatpack.svg?tzy7cr#flatpack') format('svg');
	  font-weight: normal;
	  font-style: normal;
}

.icon {
	  font-family: 'flatpack' !important;
	  speak: none;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;

    color: rgb(8, 160, 69);
    font-size: 80px;
    margin-bottom: 20px;
    display: block;
}

.icon-clock:before {
	  content: "\e0b9";
}

.icon-layers:before {
	  content: "\e08b";
}

.icon-global:before {
	  content: "\e0b6";
}

.icon-tools:before {
	  content: "\e08e";
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

nav a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

nav a:hover {
    opacity: 0.6;
    transition: all 0.2s linear;
}

a#TryForFreeLink {
    background-color: rgb(8, 160, 69);    
    padding: 10px;
}

h2 {
    margin-top: 0;
    font-size: 2em;
    line-height: 1em;
}

h3 img {
    border-radius: 100%;
    width: 80px;
    border: 2px solid #ddd;
    padding: 10px;
}

.button {
	border-radius: 3px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.button:hover {
	opacity: 0.6;
	transition: all 0.2s linear;
}

p.subtitle {
    font-size: 1.25em;
}

header {
    padding: 10px;
}

section {
    padding: 30px;
}

header, #intro, #testimonials {
    background: white;
}

.flow {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.flow > .box {
    flex: 0 0 100%;
    padding: 10px;
}

.subscribe_link {
    display: inline-block;
	margin-bottom: 10px;
	padding: 15px 20px;
}

#actions .box > div {
    background: white;
    padding: 10px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 4px;
    min-width: 330px;
}

#actions h3 {
    text-transform: uppercase;
    font-size: 3em;
    margin-bottom: 0;
}

#actions h4 {
    color: #999;
}

#actions li {
    padding: 10px 0;
}

#free h3 {
    color: rgb(8, 160, 69);
}

#free .subscribe_link {
    background-color: rgb(8, 160, 69);
}

#enterprise h3 {
    color: rgb(255, 152, 51);
}

#enterprise .subscribe_link {
    background-color: rgb(255, 152, 51);
}

#ccInterface {
    max-width: 90%;
    margin: auto;
}

@media only screen and (min-width: 768px) {
    nav {
        float:right;
    }

    #features .box {
        flex-basis: 25%;
    }

    #testimonials .box, #actions .box {
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 500px) {
    nav ul {
        flex-wrap: nowrap;
    }
}
