/* Body, typography, element spacing, & Misc */

@font-face {
    font-family: 'Typo';
    src: URL('./../assets/fonts/Typo.ttf') format('truetype');
    font-display: swap;
}

body {
    /* background: url(./../assets/img/sketch/tiny-grid.png) repeat; */
    background: white;
    color: #241B29;
    font-size: 14px;
    line-height: 18px;
}

.wrapper {
    margin-top: 120px;
    margin-left: 10%;
    margin-right: 10%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Typo';
    /* font-family: 'Permanent Marker', cursive; */
    color: #241B29;
    margin: 0;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

p {
    margin: 0 0 9px;
}

hr {
    border-color: #AAA -moz-use-text-color #FFF;
    margin: 18px 0;
}

.box-border.picture {
    background-color: transparent;
    border: 3px solid transparent;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box-border {
    background-color: transparent;
    border: 3px solid black;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box-border.company-info {
    padding: 20px 35px;
    border-color: gainsboro;
}

a {
    text-decoration: none;
    color: #2383d9;
}

a:hover {
    color: #2383d9;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
}

.input-append,
.input-prepend {
    margin-bottom: 0;
}

blockquote p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22.5px;
    margin-bottom: 0;
}

.lead {
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    margin-bottom: 18px;
}

form {
    margin: 0 0 18px;
}

.control-group {
    margin-bottom: 9px;
}

label,
input,
button,
select,
textarea {
    line-height: 18px;
}


/* Highlighting */

::-moz-selection {
    background: transparent;
}

::selection {
    background: transparent;
}

p::-moz-selection,
a::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
blockquote::-moz-selection,
small::-moz-selection,
label::-moz-selection {
    background: #2383d9;
    color: #fff;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
blockquote::selection,
small::selection,
label::selection {
    background: #2383d9;
    color: #fff;
}


/* Signup Form */

div.top-padding {
    height: 20px;
}

div.signup {
    text-align: left;
    -webkit-box-shadow: 7px -7px 10px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 7px -7px 10px rgba(50, 50, 50, 0.25);
    box-shadow: 7px -7px 10px rgba(50, 50, 50, 0.25);
}

a.magenta.btn {
    background-color: #4599d9;
    border-color: #2383d9;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #2383d9;
}

a.magenta.btn:hover,
a.magenta.btn:active,
a.magenta.btn.active,
a.magenta.btn.disabled,
a.magenta.btn[disabled] {
    background-color: #2383d9;
}

a.magenta.btn.active,
a.magenta.btn:active {
    background-image: none;
    color: #aac7d9;
}

a.magenta.btn:hover {
    background-color: #2383d9;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
    margin-left: -4px;
}

ul.cheat {
    list-style-type: circle;
    font-size: 18px;
    line-height: normal;
}


/* Arrows */

div.arrow {
    text-align: center;
}

.arrow.top div.arrow-top-padding {
    height: 125px;
}

.arrow.down {
    /* background-color: #2383d9; */
}


/* Hero Title */

div.hero-title {
    font-family: 'Typo';
    font-size: 60px;
    text-align: center;
}

div.center-title {
    font-family: 'Coming Soon', cursive;
    color: #241B29;
    font-size: 60px;
    text-align: center;
}

div.sub-top-title {
    font-family: 'Coming Soon', cursive;
    font-size: 40px;
    text-align: center;
    padding-top: 60px;
    height: 125px;
}

div.sub-bottom-title {
    font-family: 'Coming Soon', cursive;
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
    height: 125px;
}

a.center-title {
    font-family: 'Coming Soon', cursive;
    color: #241B29;
    font-size: 20px;
    text-align: center;
}


/* Social Media */

.social-icon i {
    overflow: hidden;
    height: 48px;
    width: 48px;
    display: inline-block;
    margin-bottom: 10px;
}

.social-icon i:hover {
    background-position: 0 48px;
}

div.grammar {
    text-align: left;
    -webkit-box-shadow: -7px 7px 10px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: -7px 7px 10px rgba(50, 50, 50, 0.25);
    box-shadow: -7px 7px 10px rgba(50, 50, 50, 0.25);
}

.grammar h1 {
    margin-left: 10px;
}

a:link.blogpost-noncolored {
    font-size: 18px;
    line-height: 1.4;
    color: #6c757d!important;
    text-decoration: none;
}

a:visited.blogpost-noncolored {
    color: #6c757d!important;
    text-decoration: none;
}

.blogpost-colored {
    color: #b8c54b;
}

.categorytitle {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.categorytitle a:link {
    color: #444;
}

.categorytitle a:visited {
    color: #444;
}

.h5 {
    margin-top: 20px;
    color: #444;
}


/* Company Info */

div.company-info {
    -webkit-box-shadow: 7px 7px 10px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 7px 7px 10px rgba(50, 50, 50, 0.25);
    box-shadow: 7px 7px 10px rgba(50, 50, 50, 0.25);
}

blockquote.pull-right {
    border-right-color: #AAA;
}

.sqrt {
    padding-top: 20px;
    text-align: left;
}


/* Social Sharing */


/* Style all font awesome icons */

.fa {
    padding: 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 20%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-pinterest,
.fa-whatsapp,
.fa-envelope {
    color: black !important;
}

@media (max-width: 767px) {
    .fa {
        font-size: 26px;
        text-align: center;
        text-decoration: none;
    }
    a:visited.social {
        margin: 20px;
        font-size: 26px;
    }
    a:link.social {
        margin: 20px;
        font-size: 26px;
    }
    p {
        padding: 5px;
        font-size: 24px;
    }
    a:link {
        font-size: 26px;
    }
    a:visited {
        font-size: 26px;
    }
    /* li {
        font-size: 26px;
    } */
}