@import url(https://fonts.googleapis.com/css?family=Roboto:100, 300, 400, 700, 500, 500italic, 400italic, 300italic, 100italic, 700italic);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);
@import url(https://use.fontawesome.com/releases/v6.0.0/css/all.css);

@media (min-width: 1200px) {
    .container {
        width: 900px;
    }
}
.container {
    margin-top: 30px;
}

.header-contianer {
    margin-top: 50px;
}
.header-right {
    text-align: right;
}
.header-left {
    margin-top: 10px;
}

.header-right p {
    font-size: 1.6em;
    text-align: right;
}

.button--sacnite::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #333;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    position: relative;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
}
.button--round-l {
    border-radius: 40px;
}
.button {
    border-radius: 0;
    float: none;
    margin: 0 auto;
    margin-top: 0px;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 400;
    max-width: 400px;
}
.button.button--sacnite {
    width: 60px;
    height: 60px;
    min-width: 0;
    padding: 0;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.button--sacnite:hover {
    color: #333;
}
.button--sacnite:hover::before {
    box-shadow: inset 0 0 0 2px #333;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
body {
    color: #333;
    font-family: Roboto, sans-serif;
    font-feature-settings: "kern", "liga", "pnum";
    font-size: 1em;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 0.75em;
}
p {
    margin: 0 0 0.75em;
}
a {
    color: #477dca;
    transition: color 150ms ease;
}
a:active,
a:focus,
a:hover {
    color: #355e98;
}
h1 {
    font-size: 4em;
    margin-bottom: 0.1em;
    font-weight: 500;
}
h2 {
    font-weight: 300;
    font-size: 2em;
}
h3 {
    font-weight: 300;
    font-size: 3em;
    text-align: center;
    border-bottom: dashed 2px #cccccc;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
@media print {
    h3 {
        margin-bottom: 20px;
    }
}
h4 {
    font-weight: 300;
    font-size: 2.5em;
    margin-bottom: 3px;
}
p,
ul {
    font-size: 1.6em;
    text-align: justify;
}
a i {
    font-size: 1.6em;
}
mark {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
ul.icons a:hover {
    background: rgba(0, 0, 0, 0.025);
}
ul.icons li {
    display: inline-block;
    padding-left: 0.75em;
}
ul.icons a {
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    display: inline-block;
    width: 2.75em;
    height: 2.75em;
    line-height: 2.8em;
    text-align: center;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 100%;
    color: #aaa;
}
.icons i {
    font-size: 30px;
    line-height: 60px;
}
.icons {
    padding: 0;
    font-size: 1em;
    margin-bottom: 20px;
    text-align: right;
}
.header-right p {
    margin-bottom: 3px;
}
.header-right a {
    color: inherit;
    font-weight: 500;
}
