﻿.talkify-h1{
    font-size: 30px;
}

/*.talkify-body-content header > div {
    min-height: 100vh;
    background-image: url(/Content/Images/floating-graph-nodes-bg.png);
    -ms-background-size: initial;
    background-size: initial;
    background-repeat: repeat;
}

.talkify-body-content header {
    background-color: rgb(47, 67, 97);
}

form > * {
    font-size: 15px;
}

form input[type="email"], form textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #15487d;
    box-shadow: 0 0 4px 0 #a0abeb;
    padding: 10px;
    margin-bottom: 5px;
}

form input[type=submit] {
    border: 1px solid white;
    padding: 5px 10px;
    background-color: #ff6400;
    color: white;
}

.talkify-body-content header .talkify-flex > div {
    width: 75%;
}

.talkify-circle-around {
    border: 2px solid white;
    border-radius: 100%;
    background: transparent;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    color: white !important;
}

    .talkify-circle-around > i {
        margin-top: 10px;
    }

img + p {
    font-size: 11px;
}*/
