html {
    background: #ffffff;
}

.rounded_div {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/static/OpenSans-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat Sans";
    src: url("../fonts/static/Montserrat-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../fonts/static/Montserrat-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat Black";
    src: url("../fonts/static/Montserrat-Black.ttf") format('truetype');
}

body {
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7em;
    background: #ffffff;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.compact {
    line-height: 1em;
}

.borders3 {
    border: 1px solid #ccc;
}

.hide_onsmallscreens {
    display: block;
}

.hide_onlargescreens {
    display: none;
}

.virtual-gdpr-assistant {
    background: url('/img/bg-home.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 10px;
    background-size: cover;
    padding-bottom: 20px;
}

.btn-danger {
    background: #eb609e;
    border: #eb609e
}

.btn-danger:hover {
    background: #eb5093;
    border: #eb609e
}

.container-full {
    width: auto;
}

.navbar-nav {
    margin: 12px 0px 7px 0px;
}

.media-left {
    position: relative;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.linkedin {
    position: absolute;
    top: 130px;
    right: 10px;
    border: 1px solid #ffffff;
}

#nav-toggle-button {
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #cccccc;
}

.grey {
    color: #eeeeee;
}

.greyer {
    color: #dddddd;
}

.go-left {
    text-align: left;
}

.go-right {
    text-align: right;
}

.photo.btn-success {
    border: 1px solid #ffffff;
}

.huge {
    padding-top: 30px;
    font-size: 70px;
    margin-bottom: 30px;
}

.smaller {
    font-size: 0.7em;
}

.label-pink {
    background: #eb609e;
}

.bg-white {
    background: #ffffff;
}

.bg-light-blue {
    background: #d0ecfb;
    /*background: #D3EBEA;*/
}

.bg-light-green {
    background: #eaf4eb;
    /*background: #D3EBEA;*/
}

.bg-blue {
    background: #e4f5ff;
}

.bg-dark-blue {
    background: #6aaccb;
    color: #fff;
}

.bg-dark-green {
    background: #5498ab;
    color: #fff;
}

.bg-dark-blue h1, .bg-dark-green h1 {
    color: #fff;
}

.bg-dark {
    background: #0669B1;
    color: #fff;
}

.white {
    color: #ffffff;
    font-size: 1.2em;
}

.navbar {
    margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #cccccc;
    }
}

em {

}

.blue {
    color: #377dcb;
}

.header-text {
    width: 700px;
    padding: 0px 0px 80px 0px;
    margin: 0px 0px 20px 0px;
}

h1 {
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 700;
    color: #0669B1;
    font-family: 'Montserrat Black', sans-serif;
    border-left: 3px solid #eb609e;
    padding-left: 0.5em;
}

h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #464646;
    font-family: 'Montserrat Black', sans-serif;
}
.h1-subtitle {
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 700;
    color: #0669B1;
    font-family: 'Montserrat Black', sans-serif;
    padding-left: 0;
    border-left: 0;
}


.gray-color {
    color: #464646;
}

.h2-sim {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #22558A;
    font-family: 'Montserrat Black', sans-serif;
}

.media-heading {
    color: #2f69aa;
    font-size: 1.2em;
    font-weight: 700;
}

h3 {
    font-size: 1.2em;
    font-family: 'Montserrat Bold', sans-serif;
    margin-top: 0px;
    padding-top: 0px;
    color: #22558A;
}

h4 {
    font-size: 1.1em;

}

li.active h3 {
    color: #ffffff;
}

.home {

}

.bg-light-gray {
    background-color: #f5f5f5;
}

.intro {
    color: #000000;
    font-size: 1em;
    background-color: rgba(79, 255, 69, 0.15);
    padding: 20px;
    line-height: 1.7em;
}

.intro a {
    text-decoration: underline;
}

.intro h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #006e02;
}

.yellow {
    background-color: rgba(34, 146, 255, 0.16);
}

.spacer {
    margin: 20px 0px 30px 0px;
}

.copy {
    padding: 20px 20px 42px 20px;
    background: #344362;
    text-decoration: none;
    color: #ffffff;
}

.footer .copy a {
    color: #ffffff;
}

.footer {
    border-top: 1px solid #eeeeee;
    font-weight: normal;
    color: #333333;
    background: #ffffff;
}

.footer a {
    color: #377dcb;
}

.footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footer li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.larger {
    font-size: 1.2em;
}

h1.smaller {
    font-size: 1.9em;
}

.roomy {
    line-height: 1.5em;
}

.img-circle {
    border-radius: 5%;
    width: 150px;
}

.navbar-brand {
    font-weight: bold;
    min-height: 70px;
}

.navbar-inverse {

}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee
}

.btn-link, a.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #333333;
}

.company_name {
    min-height: 100px;
    margin-top: 15px;
}

.company_name h3 {
    min-height: 75px;

}

.company_name h4 {
    min-height: 40px;

}

.blurbs li {
    display: block;
    color: #000000;
    margin-top: 10px;
}

.blurbs li span {
    font-weight: bold;
    color: #006e02;
}

.blurbs ul li .collapse {
    margin-bottom: 0.5em;
    color: #000000;
    text-decoration: none;
}

.blurbs li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 0.1em;
    margin-left: -1.5em;
    color: #eb609e;
}

.blurbs li p {

}

.container .nav-tabs img {
    width: 100px;
}

.panel-default.new {
    background: #ff9f20;
    color: #ffffff;
}

.panel-default.new a .panel-body {
    color: #ffffff;
}

.panel-default.new a .panel-body:hover {
    background: #ffc044;
}

.panel-default.text-center .panel-body:hover {
    background: #eeeeee;
}

.panel-default a:hover {
    text-decoration: none;
}

.profile {
    position: relative;
}

@media (max-width: 480px) {
    h1 {
        font-size: 2em;
    }

    h1.smaller {
        font-size: 1.5em;
    }

    h2 {
        margin-top: 10px;
    }

    .hide_onlargescreens {
        display: block;
    }

    .hide_onsmallscreens {
        display: none;
    }

    .center_text_onsmallscreens {
        text-align: center;
    }

    .header-text {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .simplify {
        padding-bottom: 250px;
        background-position: 100% 110%;
    }

    .signup {
        padding-top: 200px;
        background-position: top center;
        padding-bottom: 10px;
    }

    .huge {
        margin-bottom: 60px;
    }

    .media-object {
        display: none;
    }

    .nav-tabs {
        display: none;
    }

    .profile {
        float: left;
    }

    .linkedin {
        position: absolute;
        top: 130px;
        left: 140px;
        border: 1px solid #ffffff;
    }
}

@media (min-width: 481px) {

    .header-text {
        width: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .huge {
        margin-bottom: 60px;
    }

    .simplify {
        padding-bottom: 250px;
        background-position: 100% 125%;
    }

    .signup {
        padding-top: 200px;
        background-position: top center;
        padding-bottom: 10px;
    }

    .nav-tabs {
        display: none;
    }

    .profile {
        float: left;
    }

    .linkedin {
        position: absolute;
        top: 130px;
        left: 140px;
        border: 1px solid #ffffff;
    }

}

@media (min-width: 768px) {
    .container .nav-tabs img {
        width: 60px;
    }

    .header-text {
        width: 65%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .small-menu {
        display: none;
    }

    .signup {
        padding-top: 20px;
        background-position: top right;
        padding-bottom: 10px;
    }

    .mistakes {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .simplify {
        padding-bottom: 50px;
        background-position: bottom right;
    }

    .pricing {
        font-weight: bold;
    }

    .nav-tabs {
        display: block;
    }

    .profile {
        float: right;
    }

    .linkedin {
        position: absolute;
        top: 130px;
        right: 10px;
        border: 1px solid #ffffff;
    }
}

@media (min-width: 991px) {
    .header-text {
        width: 70%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .huge {
        display: none;
    }

    .go-left {
        text-align: center
    }

    .go-right {
        text-align: center
    }

    .simplify {
        padding-bottom: 50px;
        background-position: center right;

    }

    .container .nav-tabs img {
        width: 80px;
    }
}

@media (min-width: 1201px) {
    .simplify {
        padding-bottom: 50px;
        background-position: top right;
    }
}

.social-media .btn {
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.social-media .btn:hover {
    opacity: 0.5;
    color: inherit;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #FFFFFF;
    font-size: 16px;
    padding-left: 1px;
}

.brown {
    background-color: rgba(230, 223, 192, 0.81);
}

@media (min-width: 768px) {
    .navbar-default .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.article-box {
    height: 300px;
    border-radius: 25px;
}

.article-box-small {
    height: 450px;
    border-radius: 25px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: inherit;
}

.no-answer {
    color: #ff0000;
}

.large-space {
    padding: 1em;
}

.clickable {
    cursor: pointer;
}

.highlight {
    background: #feffbe;
}

.handPointer {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.left_margin {
    margin-left: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.2em;
}

.btn-title {
    padding:20px;
    margin-bottom: 20px;
    margin-right:20px
}

.text-pink {
    color: #eb609e;
}

.text-green {
    color: #3db02b;
}

.bg-euflag {
    background-image: url('../img/euflag.jpg');
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.img-center {
    margin: 0 auto;
}

@media (max-width: 480px) {
    .bg-euflag {
        background-size: 135%;
    }
}

.sypher-tab{
    display: block;
}

.sypher-tab .active {
    font-weight: bold;
}
