body {
    font-family: 'Open Sans', 'Lato', sans-serif;
}

p {
    color: #474040;
    font-size: 1.2rem;
}

ul {
    list-style: square;
}

.header-section {
    width: 100%;
    height: 100vh;
    background: #ccc;
    background-image: url(../img/hero.jpg);
    background-size: cover;
    position: relative;
    padding-top: -85px;
    display: table;
}

.header-content {
    display: table-row;
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

.header-top {
    background-color: #fff;
}

.logo {
    max-width: 150px;
    display: inline-block;
}

.floodlogo {
    background: steelblue;
}

.features {
    font-size: 1.6rem;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    max-width: 35%;
    padding-top: 4rem;
    padding: 4rem 2rem 2rem 2rem;
}

.features ul li {
    list-style: none;
    line-height: 2;
}


/* Animation section */

.test {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.floheader {
    background-color: transparent;
    border: none;
    left: 0;
    padding: 20px 0;
    position: fixed;
    height: 85px;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-animation: fadeIn .13s .1s both;
    animation: fadeIn .13s .1s both;
}

.flo-active {
    background-color: #314d5b;
    webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.main-content> .container {
    padding: 0;
}

.phone {
    width: 100%;
    height: auto;
    padding: 3rem;
}

.phoneapp {
    max-height: 45px;
    opacity: 0.9;
}

.phoneapp:hover {
    opacity: 1;
}

.feature-list {
    line-height: 2.4;
}

.feature-list ul {
    list-style: none;
    font-size: 1.5rem;
    padding-top: 2rem;
}

.feature-list ul li {
    display: table-row;
}

.feature-list ul li .desc {
    display: table-cell;
    vertical-align: middle;
}

.feature-list ul li span.glyphicon {
    font-size: 24px;
    /* letter-spacing: 20px; */
    vertical-align: text-bottom;
    color: #ff955a;
    border-radius: 50%;
    background: #5c6884;
    padding: 10px;
    color: #fff;
    border: 1px solid #314d5b;
    margin-right: 2rem;
}

.phonecontainer {
    text-align: center;
    background: rgba(49, 77, 91, 0.7);
    padding: 2rem;
    border-radius: 20px 0 0 20px;
    background: #606c88;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #606c88, #3f4c6b);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #606c88, #3f4c6b);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.backwraper {
    border: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
    padding: 0;
    /* margin: 5rem; */
    background: rgba(255, 255, 255, 0.7);
    margin: 135px auto;
}

.posthero {
    background: #f5f5f5;
    height: 80px;
}

.posthero h3 {
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 120px;
}


/* Float the list items side by side */

ul.tab li {
    float: left;
    width: 25%;
}

ul.tab li:not(:first-child) {
    border-left: 1px solid #ccc;
}


/* Style the links inside the list items */

ul.tab li a {
    display: inline-block;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    display: block;
    background-color: #314d5b;
    color: #fff;

}


/* Change background color of links on hover
original dark blue: #205a9c
original light blue: #286ebf

*/

ul.tab li a:hover {
    background: #205a9c;
    color: #fff;
    height: 120px;
    background: #4b6cb7;
    /* fallback for old browsers */
    transition: background 1s ease;
        transition: height 1s ease-in;
}


/* Create an active/current tablink class */

ul.tab li a:focus,
.active {
    background-color: #205a9c;
    color: #fff;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    margin: 5rem 0;
    -webkit-animation: fadein 0.5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.5s;
    /* Internet Explorer */
    -o-animation: fadein 0.5s;
    /* Opera < 12.1 */
    animation: fadein 0.5s;
}

i > .fa {
    font-size: 24px;
}

.flofooter {
    background-color: #314d5b;
    margin-top: 9rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
}

.flofooter p {
    color: #fff;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.icon-holder {
    text-align: center;
    font-size: 6rem;
    color: #417995;
    padding: 1rem;
}

#ytplayer {
    min-height: 300px;
    width: 100%;
}

.vid-title {
    margin-bottom: 3rem;
    margin-top: 0;
}

.vid-desc {
    line-height: 2;
}

.vid-list-item {
    margin-top: 3rem;
}

.feature-section {
    margin-top: 4rem;
}

.feature-section h2 {
    margin: 2rem 0;
}

.feature-content,
.feature-desc {
    margin-top: 4rem;
}

.feature-img {
    width: 100%;
    height: auto;
}

.feature-title {
    background: #314d5b;
    padding: 20px;
    color: #fff;
}

.pt1 {
    padding-top: 1rem;
}

.pt2 {
    padding-top: 2rem;
}

.pt3 {
    padding-top: 3rem;
}

.pt4 {
    padding-top: 4rem;
}

.pt5 {
    padding-top: 5rem;
}

.pt6 {
    padding-top: 6rem;
}

.pl1 {
    padding-left: 1rem;
}

.pl2 {
    padding-left: 2rem;
}

.pl3 {
    padding-left: 3rem;
}

.pl4 {
    padding-left: 4rem;
}

.pl5 {
    padding-left: 5rem;
}

.pl6 {
    padding-left: 6rem;
}

h2 {
    color: #314d5b;
    font-size: 22px;
}

h4 {
    font-size: 1.6rem;
    color: #314d5b;
}

h3 {
    font-size: 20px;
    color: #314d5b;
}

h5
}
{
    color: #314d5b;
}
ul li {
    font-size: 12px;
    margin-bottom: 1rem;
}
::-moz-selection {
    background: #314d5b;
    color: #ffffff;
}
::selection {
    background: #314d5b;
    color: #ffffff;
}
.redtxt {
    color: #D91E18;
}
.ylwtxt {
    color: #F7CA18;
}
.appicon {
    max-width: 100px;
}
@media screen and (max-width: 700px) {
    ul.tab li a{
        font-size: 12px;
    }
    ul.tab li a:hover {
        height: 100px;
    }
}