/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 5, 2018, 4:54:15 PM
    Author     : ameyer
*/

.slide-container-1{
    position:absolute;z-index: 1;left:20%;top:25%;
}

.slide-container-1 .header{
    font-size: 4vw;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    line-height: 3.5vw;
    color:white;
    margin-bottom:10px
}

.slide-container-1 .sub1{
    font-size: 2vw;
    font-family: 'Abel', sans-serif;
    color:white;
}

.slide-container-1 .sub2{
    font-size: 1.2vw;
    font-family: 'Abel', sans-serif;
    color:white;
    line-height: 1vw;
}

.slide-container-1 .btn{
    margin-left:-13px;
    margin-top:15px;
}

.slide-container-1 .btn a{
    padding:12px;
    background:black;
    font-weight:normal;
    font-size:13px;
    border-radius: 3px;
    font-family: 'Roboto';
}

.slide-container-1 .btn a:hover{
    color:white;
    background:#222;
}

.slide-container-2{
    position:absolute;z-index: 1;left:20%;top:25%;
}

.slide-container-2 .header{
    font-size: 4vw;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    line-height: 3.5vw;
    color:#2191bf;
    margin-bottom:10px
}

.slide-container-2 .sub1{
    font-size: 2vw;
    font-family: 'Abel', sans-serif;
    color:#666666;
}

.slide-container-2 .sub2{
    font-size: 1.2vw;
    font-family: 'Abel', sans-serif;
    color:#666666;
    line-height: 1vw;
}

.slide-container-2 .btn{
    margin-left:-13px;
    margin-top:15px;
}

.slide-container-2 .btn a{
    padding:12px;
    background:black;
    font-weight:normal;
    font-size:13px;
    border-radius: 3px;
    font-family: 'Roboto';
}

.slide-container-2 .btn a:hover{
    color:white;
    background:#222;
}

.slide-container-3{
    position:absolute;z-index: 1;left:20%;top:25%;
}

.slide-container-3 .header{
    font-size: 4vw;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    line-height: 3.5vw;
    color:#2191bf;
    margin-bottom:10px
}

.slide-container-3 .sub1{
    font-size: 2vw;
    font-family: 'Abel', sans-serif;
    color:#666666;
}

.slide-container-3 .sub2{
    font-size: 1.2vw;
    font-family: 'Abel', sans-serif;
    color:#666666;
    line-height: 1vw;
}

.slide-container-3 .btn{
    margin-left:-13px;
    margin-top:15px;
}

.slide-container-3 .btn a{
    padding:12px;
    background:black;
    font-weight:normal;
    font-size:13px;
    border-radius: 3px;
    font-family: 'Roboto';
}

.slide-container-3 .btn a:hover{
    color:white;
    background:#222;
}

.upper-container-vg{
    background: black;
    width:100%;
    height:auto;
    padding:10px;
    overflow: hidden;
}

.upper-container-vg .text{
    font-size:13px;
    color:white;
    width:59%;
    margin:0px auto;
    overflow: hidden;
}

.upper-container-vg .text .lefttext{
    float:left;
    width:45%;
}

.upper-container-vg .text .righttext{
    float:right;
    width:45%;
    text-align:right;
}

/* Tooltip container */
.feature-item {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black; /* If you want dots under the hoverable text */
    cursor:pointer;
    padding:4px;
}

/* Tooltip text */
.feature-item .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #f1f2f1;
    color: black;
    text-align: left;
    padding: 15px;
    border-radius: 2px;
    border:1px solid silver;
    font-size:13px;
    
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 70%;
    /* Fade in tooltip 
    opacity: 0;
    transition: opacity 0.3s;*/
}

.feature-item:hover .tooltiptext {
    visibility: visible;
    box-shadow: 3px 3px 10px #999;
}

.feature-item:hover{
    background:#ecf0f1;
}


/* Tooltip arrow */
.feature-item .tooltiptext::after {
content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}
