font-family: 'PT Sans', sans-serif;

/*
body {
font-family: 'PT Sans', sans-serif;
}
*/

/* Popup container - can be anything you want */
.popup {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    float: right;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    text-align: left;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding-top: 14px;
    padding-left: 25%;
    padding-right: 25%;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 94%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,0.5) transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}


p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: whitesmoke;
    text-shadow: 2px 2px 6px #000000;
    letter-spacing: 1px;
}




.icons {
    color: whitesmoke;
    width: 250px;
    height: 20px;
    margin-right: 5vw;
    float: right;
    display: flex;
    margin-top: 80px;
    padding-right: 2%;
}

.video_bgd {
    min-height: 100%; 
    width: 100%; 
    height: auto; 
    position: fixed; 
    top: 0; 
    left: 0;
    z-index: -9999;
    background-color: #000000;
        }

.mask {
    background-color: rgba(0,0,0,0.3);
    min-height: 100%; 
    width: 100%; 
    height: auto; 
    position: fixed; 
    top: 0; 
    left: 0;
/*    z-index: -1;*/

}

.video-fluid {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;  
}

.close {
    top: 70px;
    right: 0px;
    margin-right: 14%;
    position: fixed;
    width: 36px;
    height: 36px;
/*    background-color: whitesmoke;*/
    padding: 5px 0px 0px 9px;
    border: 1px solid whitesmoke;
    border-radius: 18px;
    text-shadow: none;
}

.close:hover {
    border: 1px solid #44a705;
    color: inherit;
/*    color: #44a705;*/
}

.fa-times {
    text-align: center;
    font-size: 1em;
    color: #44a705;
}

        a:link {
            text-decoration: none;
            color: inherit;
        }

        a:visited {
            text-decoration: none;
            color: inherit;
        }
        
        a:hover { 
            color: #44a705;
}

        h1 {
            font-family: 'PT Sans', sans-serif;
            font-size: 18pt;
            font-weight: 700; 
            color: whitesmoke;
            padding-top: 20px;
            letter-spacing: 3px;
/*            font-style: italic;*/
        }

        h2 {
            font-family: 'PT Sans', sans-serif;
            font-size: 0.7em;
            font-weight: 400; 
/*            color: #44a705;*/
            color: whitesmoke;
            letter-spacing: 10px;
            text-transform: uppercase;
            margin: 20px;
        }
        
        h3 {
            font-family: 'PT Sans', sans-serif;
            font-size: 3em;
            font-weight: 700; 
            color: whitesmoke;
            letter-spacing: 1px;
            text-shadow: 2px 2px 6px #000000;
        }

        h4 {
            font-family: 'PT Sans', sans-serif;
            font-size: 24pt;
            font-weight: 700; 
            color: whitesmoke;
            letter-spacing: 1px;
/*            font-style: bold;*/
            margin-top: 50px;
        }

        h5 {
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-size: 1em;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: whitesmoke;
            text-shadow: 2px 2px 6px #000000;

        }
        
        
        .fa-envelope{
/*            width: 10%;*/
/*            content: "";*/
            -webkit-transition: 1s; /* Safari */
            transition: width 0.5s;
        }
        
        .fa-envelope:hover{
/*            width: 50%;*/
/*            content: "email me";*/
            -webkit-transition: 1s; /* Safari */
            transition: width 0.5s;
        }
            

        
        i {
            font-size: 1.2em;
            padding-right: 1em;
        }
        
strong {
            font-weight: 700; 
}

.carousel-caption {
    right: 25%;
    left: 25%;
    bottom: 35%;
}


        
        
        .tooltip {
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted black;
            color: whitesmoke;
        }

        .tooltip .tooltiptext {
            visibility: hidden;
            width: 200px;
            background-color: black;
            color: whitesmoke;
            text-align: center;
            border-radius: 6px;
            padding: 10px 0;
            position: absolute;
            z-index: 1;
            top: 10%;
            right: 110%;
        }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }
        .tooltip:hover .tooltiptext {
            visibility: visible;
        }
        

        
        .logo{
            margin-top: 50px;
            margin-left: 5%;
            height: 100px;
            width: 200px;
            background-image: url(img/poto_logo_RGB_biale_tekst.svg);
            background-repeat: no-repeat;
            display: inline-block;
      
        }

/* On screens that are 414px or less */
@media screen and (max-width: 414px) {
.icons {
    margin: 0 auto;
    float: none;
    margin-top: 10px;
    width: 150px;
}
    
.logo{
    margin: 0 auto;
    display: inherit;
    margin-top: 30px;
}
    
    p {
        font-size: 13px;
        line-height: 16px;
    }


.carousel-caption {
    right: 15%;
    left: 15%;
    bottom: 20%;
}
    .popup .popuptext {
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;

}

dl, ol, ul {
    margin-bottom: 6rem;
}
    
    
    h1 {
        font-size: 18px;
    }

    h4 {
        margin-top: 20px;

    }
    
.close {
    top: 20px;
    right: 5%;
    margin-right: 0;
}
    
    
    
}


/* Tablet and Desktop */
@media screen and (min-width: 760px) {
/*
    h5 {
        font-size: 14px;
        line-height: 18px;
    }
*/
/*
    h3 {
        font-size: 3em;
    }
*/

}