
body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #FAECDC;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #ea496f;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 100;
    line-height: 54px;
}

/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
    color: #888;
}

.section-container-full-bg {
	color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}


/***** Top content *****/

.top-content {
    margin: 0 auto;
    color: #000000;
    overflow: hidden;
}


.top-content .description {
	margin: 30px 0 10px 0;
    font-size: 22px;
    line-height: 36px;
    opacity: 0.8;
}

.top-content{
	margin-top: 1em;
}

.top-content .top-button {
    margin: 2em;
    text-align: left;
}

.top-content .top-button .button-1 {
	margin-right: 20px;
}


/***** Full width content *****/

.full-width-text-content {
	text-align: left;
}

.full-width-text-content h3 {
	font-size: 26px;
    font-weight: 100;
    color: #333;
    line-height: 30px;
}

.full-width-text-content p {
	font-size: 18px;
    line-height: 32px;
}


/***** BUTTONS *****/

.button-1 {
	display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 22px;
    text-align: left;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
    position: relative;
    vertical-align: top;

    height: 60px;
    padding: 0;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #f1c40f;
    border: 0;
    border-bottom: 2px solid #e2b607;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #e2b607;
    box-shadow: inset 0 -2px #e2b607;
}

.button-1:hover, .button-1:focus {
	opacity: 0.5;
	color: #fff;
}

.button-1 .button-1-left {
	float: left;
}

.button-1 .button-1-left i {
	font-size: 75px;
	vertical-align: middle;
}

.button-1 .button-1-right {
	float: left;
	width: 160px;
	margin: 16px 0;
	vertical-align:middle;

}

.button-1 .button-1-right .button-1-right-top, 
.button-1 .button-1-right .button-1-right-bottom {
	float: left;
	width: 100%;
	font-weight: 400;
}

.button-1 .button-1-right .button-1-right-bottom {
	font-size: 34px;
	line-height: 34px;
}


.button-2 {
	display: inline-block;
	margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
	height: 60px;
    padding: 0;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #f1c40f;
    border: 0;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
    border-bottom: 2px solid #e2b607;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #e2b607;
    box-shadow: inset 0 -2px #e2b607;
}

.button-2:hover, .button-2:focus {
	opacity: 0.6;
	color: #555;
}

.button-2 .button-2-left {
	float: left;
}

.button-2 .button-2-left i {
	font-size: 61px;
	line-height: 71px;
	color: #a3ca33;
	vertical-align: middle;
}

.button-2 .button-2-right {
	float: left;
	width: 140px;
	margin: 7px 0 0 10px;
}

.button-2 .button-2-right .button-2-right-top, 
.button-2 .button-2-right .button-2-right-bottom {
	float: left;
	width: 100%;
	font-weight: 400;
}

.button-2 .button-2-right .button-2-right-bottom {
	font-size: 34px;
	line-height: 34px;
}

ul {
    list-style-type:none;
    padding: 0;
}

li {
    margin: 0.5em 0em 0.5em 0em;
}

.fab, .fas, .far {
    background-color: #33b3e7;
    color: white;
    border-radius: 50%;
    padding: 0.5em 0.4em;
}