body {
    background-color: #A7C1D2;
    overflow: hidden;
}

h1 {
    color: white;
    font-size: 4em;
    font-weight: 600;
}

h3 {
    color: white;
    font-size: 1.5em;
    font-weight: 600;
}
.small_text {
    font-size: 0.2em;
    letter-spacing: normal;
}

h4 {
    color: white;
    font-size: 2.5em;
    font-weight: 600;
    
}

.results {
    font-size: 120pt;
    /*    line-height: 225pt;*/
    /*    position: absolute;*/
    top: 70px;
    right: 390px;
/*    letter-spacing: -3px;*/
/*    text-align: right;*/
    font-family: Helvetica Neue;
    font-weight: 600;
    margin-bottom: -20px;
}

.jumbotron {
    height: 100vh;
    background-color: #A7C1D2;
    /*
            padding-top: 8em;
            padding-bottom: 5em;
*/
}

.full-height {
/*    height: 100vh;*/
    min-height: 100%;
    position: relative;
    padding: 2em 0;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    /*            display: flex;*/
    /*            align-items: center;*/
}

.header {
    font-size: 70px;
    font-weight: bold;
/*    text-transform: uppercase;*/
    /*    line-height: 10px;*/
    margin-bottom: -40px;
}
footer {
    color: white;

    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    
}

.intro {
    font-size: 1em;
    line-height: 150px;
    padding: 0;
    /*    margin: 20px 0;*/
}

.lead {
    /*    line-height: 0;*/
    color: white;
    font-family: Helvetica Neue;
    font-weight: bold;
}

.blue {
    color: #A7C1D2;
}
.red {
    color: #e74c3c;
}
.card a {
    color: #e74c3c;
    
}
#product {
    display: block;
}

.card-title {
    font-size: 4em;
    font-family: Helvetica Neue;
    font-weight: bold;
}

.card-text {
    font-size: 1.5em;
    font-weight: 600;
}

.card-info-title {
    font-size: 3em;
    font-weight: bold;
    font-family: Helvetica Neue;
    line-height: 40px;
}

.card-element-title {
    font-size: 1.5em;
    font-weight: bold;
    font-family: Helvetica Neue;
}

.card-list {
    font-size: 1em;
    /*    font-weight: bold;*/
    font-family: Helvetica Neue;
    color: grey;
}

.list {
    font-size: 1em;
    text-align: left;
}

.list-group-item {
    padding-left: 0px;
}

.form-control-1 {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid white;
    color: white;
    border-radius: 0;
    font-size: 2em;
    font-weight: bold;
    font-family: Helvetica Neue;
}

.form-control-2 {
    background-color: transparent;
    border: none;
    /*    border-bottom: 3px solid white;*/
    color: white;
    border-radius: 0;
    font-size: 1em;
    font-weight: bold;
    font-family: Helvetica Neue;
    text-align: left;
}

a:hover {
    text-decoration: none;
}

.form-control:focus {
    background-color: transparent;
    color: white;
    font-family: Helvetica Neue;
    /*            font-size: 1.5em;*/
    font-weight: bold;
}

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

#section10 a {
    padding-top: 60px;
}

#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.Iam {
    /*  padding: 2em 5em;*/
    font: normal 70px/80px Montserrat, sans-serif;
    color: #999;
}

.Iam p {
    height: 50px;
    float: left;
    margin-right: 0.3em;
}

.Iam b {
    float: left;
    overflow: hidden;
    /*  position: relative;*/
    height: 80px;
    top: 70px;
    margin-bottom: 20px;
}

.Iam .innerIam {
    display: inline-block;
    color: #e74c3c;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
/*    font-size: 2em;*/
    /*animation*/
    -webkit-animation: move 15s;
    -moz-animation: move 15s;
    -ms-animation: move 15s;
    -o-animation: move 15s;
    animation: move 15s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation-delay*/
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@keyframes move {
    0% {
        top: 0px;
    }
    10% {
        top: -80px;
    }
    20% {
        top: -160px;
    }
    30% {
        top: -240px;
    }
    40% {
        top: -320px;
    }
    50% {
        top: -400px;
    }
    60% {
        top: -480px;
    }
    70% {
        top: -560px;
    }
    80% {
        top: -640px;
    }
}

@-webkit-keyframes move {
    0% {
        top: 0px;
    }
    10% {
        top: -80px;
    }
    20% {
        top: -160px;
    }
    30% {
        top: -240px;
    }
    40% {
        top: -320px;
    }
    50% {
        top: -400px;
    }
    60% {
        top: -480px;
    }
    70% {
        top: -560px;
    }
    80% {
        top: -640px;
    }
}

@-moz-keyframes move {
    0% {
        top: 0px;
    }
    10% {
        top: -80px;
    }
    20% {
        top: -160px;
    }
    30% {
        top: -240px;
    }
    40% {
        top: -320px;
    }
    50% {
        top: -400px;
    }
    60% {
        top: -480px;
    }
    70% {
        top: -560px;
    }
    80% {
        top: -640px;
    }
}

@-o-keyframes move {
    0% {
        top: 0px;
    }
    10% {
        top: -80px;
    }
    20% {
        top: -160px;
    }
    30% {
        top: -240px;
    }
    40% {
        top: -320px;
    }
    50% {
        top: -400px;
    }
    60% {
        top: -480px;
    }
    70% {
        top: -560px;
    }
    80% {
        top: -640px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }
    10% {
        top: -80px;
    }
    20% {
        top: -160px;
    }
    30% {
        top: -240px;
    }
    40% {
        top: -320px;
    }
    50% {
        top: -400px;
    }
    60% {
        top: -480px;
    }
    70% {
        top: -560px;
    }
    80% {
        top: -640px;
    }
}

.home {
    /*            overflow: hidden;*/
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table_cell {
    display: table-cell;
    /*    width:90px;*/
    border: solid black 1px;
}

.newboxes {
    display: none;
}

.round {
    border-radius: 1.5rem;
}

a {
    color: #A7C1D2;
}

a:hover {
    color: #748692;
}

.card {
    border-radius: 0.50rem;
    background-color: white;
}

.m-top {
    margin-top: 30vh;
}

.m_top {
    margin-top: 10vh;
}

.text_container {
    /*            position: absolute;*/
    color: #f9f1e9;
    /*	text-align: center;*/
    top: 30vh;
    /*	left: 50%;*/
    /*	-webkit-transform: translate3d(-50%,-50%,0);*/
    /*	transform: translate3d(-50%,-50%,0);*/
}

ul {
    list-style-type: none;
}

body {
    background: #2d2d2d;
}

#chartdiv {
    width: 100%;
    height: 300px;
}


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .header {
        margin-bottom: -40px;
        padding-bottom: 10px;
        font-size: 2em;
    }
.Iam .innerIam {
    font-size: 0.5em;
    }
    .Iam b {
    
    height: 60px;
    top: 60px;
    margin-bottom: 10px;
}
    .Iam {

    font: normal 70px/80px Montserrat, sans-serif;

}
    .size {
        font-size: 2em;
        margin-bottom: -20px;
    }
    .results {
        font-size:6em;
        margin-bottom: -10px;
        
    }
    .size2 {
        font-size: 1.2em;
        margin-top: 10px;
    }
    .intro {
        line-height: 0px;
        
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.Iam .innerIam {
    font-size: 0.7em;
    }
    .size {

        margin-bottom: -60px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
.size {
        margin-bottom: -60px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
.size {
        margin-bottom: -60px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
.size {
        margin-bottom: -60px;
    }
}