/**
 * @license
 * MyFonts Webfont Build ID 3825148, 2019-10-17T10:21:23-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Nexa-Black by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/black/
 * 
 * Webfont: Nexa-Regular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/regular/
 * 
 * Webfont: Nexa-XBold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/xbold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3825148
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright \(c\) 2012 by Fontfabric LLC. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a5dfc");
@font-face {font-family: 'Nexa-Black';src: url('../assets/font/3A5DFC_0_0.eot');src: url('../assets/font/3A5DFC_0_0.eot?#iefix') format('embedded-opentype'),url('../assets/font/3A5DFC_0_0.woff2') format('woff2'),url('../assets/font/3A5DFC_0_0.woff') format('woff'),url('../assets/font/3A5DFC_0_0.ttf') format('truetype'),url('../assets/font/3A5DFC_0_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'Nexa-Regular';src: url('../assets/font/3A5DFC_1_0.eot');src: url('../assets/font/3A5DFC_1_0.eot?#iefix') format('embedded-opentype'),url('../assets/font/3A5DFC_1_0.woff2') format('woff2'),url('../assets/font/3A5DFC_1_0.woff') format('woff'),url('../assets/font/3A5DFC_1_0.ttf') format('truetype'),url('../assets/font/3A5DFC_1_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'Nexa-XBold';src: url('../assets/font/3A5DFC_2_0.eot');src: url('../assets/font/3A5DFC_2_0.eot?#iefix') format('embedded-opentype'),url('../assets/font/3A5DFC_2_0.woff2') format('woff2'),url('../assets/font/3A5DFC_2_0.woff') format('woff'),url('../assets/font/3A5DFC_2_0.ttf') format('truetype'),url('../assets/font/3A5DFC_2_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}
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;
    -webkit-font-smoothing: antialiased;
}
section {
  float: left;
  width: 30%;
}
h1 {
    font-family: Nexa-Black;
    font-size: 2rem;
}
h2 {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 2rem; 
    padding: 0 0 10px;
    font-family: Nexa-Regular, sans-serif;
}
h3 {
    font-family: Nexa-XBold;
    font-size: 1.2rem;
    margin: 15px 0 25px;
}
/* SET UP =============================*/
body {
  text-align: left;
  margin: 40px 40px 80px;
  font-family: arial;
}

h2 {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}
button:focus {
  outline: none;
}

.whitebox {
  padding: 30px 30px 60px;
}

/* BUTTONS =============================*/
.primary {
    font-family: Nexa-XBold, sans-serif;
    min-width: 300px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    cursor: pointer;
    will-change: auto;
    padding: 12px 0;
}
.primary:hover {
  background-color: #0000e4;
  border-color: #0000e4;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.primary.small {
  font-size: 16px;
  min-width: 200px;
  padding: 8px 0;
}
.primary.outlined {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.primary.outlined:hover {
  border-color: #0000e4;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.secondary {
    font-family: Nexa-XBold, sans-serif;
    background-color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    color: #fff;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    cursor: pointer;
    will-change: auto;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 13px 8px 25px;
}
.secondary .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}
.secondary:hover {
  background-color: #0000e4;
  border-color: #0000e4;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.secondary.small {
 /* font-size: 14px;*/
  padding: 8px 11px 8px 25px;
}
.secondary.small .material-icons {
  font-size: 18px;
  margin: 0 0 4px 10px;
}
.secondary.outlined {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.secondary.outlined .material-icons {
  color: #0000e4;
}
.secondary.outlined:hover {
  border-color: #0000e4;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
/*Create ripple effec*/

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

.ripple:active:after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}



.textlink {
    font-family: Nexa-XBold, sans-serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    will-change: auto;
}
.textlink .material-icons {
  color: #0000e4;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}
.textlink:hover {
  opacity: 0.7;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
.textlink.small {
  font-size: 14px;
}
.textlink.small .material-icons {
  font-size: 18px;
  margin: 0 0 0 5px;
}
.textlink.back .material-icons {
  margin: 0 5px 2px 0;
}
