body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
    background-image: url('images/background.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    height: 80%;
    text-align: center;
    margin-top: 50px;
}

.deleteContainer {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    height: 80%;
    text-align: center;
    margin-top: 50px;
}

h1 {
    font-size: 2.5rem;
    color: black;
    margin-bottom: 20px;
}

ul{
    margin-top: 3px;
    margin-bottom: 3px;
}

.modal {
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-bottom: 30px;
    border-radius: 8px;
    border: 2px solid black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: inline-block;
    z-index: 20;
    width: 80%;
    height: auto;
}

.deleteModal{
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-bottom: 30px;
    border-radius: 8px;
    border: 2px solid black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: inline-block;
    z-index: 20;
    width: 80%;
    height: auto;   
    margin-top: 10px;
}

.filmRoll {
    background-image: url('images/background_film_roll.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/***********
*   Home   *
************/

.homeTitle{
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
}

.homeText{
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.invitationText{
    font-size: 16px;
}

.invitationPlayStoreButton {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 155px;
    height: 50px;
    background-color: #ffffff;
    border: 0px;
	border-radius: 8px;
}

.playStoreButton {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    width: 190px;
    height: 62px;
    background-color: #ffffff;
    border: 0px;
	border-radius: 10px;
}

.playStoreEnglish {
    background-image: url('images/play_store_english.png');
}

.playStoreSpanish {
    background-image: url('images/play_store_spanish.png');
}

.playStoreGerman {
    background-image: url('images/play_store_german.png');
}

.playStoreFrench {
    background-image: url('images/play_store_french.png');
}

.playStoreItalian {
    background-image: url('images/play_store_italian.png');
}

.playStorePortuguese {
    background-image: url('images/play_store_portuguese.png');
}

.playStoreHindi {
    background-image: url('images/play_store_hindi.png');
}

.playStoreArabic {
    background-image: url('images/play_store_arabic.png');
}

.invitationLinkModal {
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    border-radius: 8px;
    border: 2px solid black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 80%;
    margin-bottom: 20px;
}

.invitationLinkModalContainer{
    width: 100%;
    display: flex;
}

.invitationLinkIconContainer{
    width: 18%;
    display: flex;
    align-items: center;
    background-color: #000000;
}

.invitationLinkTextContainer{
    width: 72%;
    padding: 8px;
}

.invitationLinkCloseContainer{
    width: 10%;
    padding-top: 10px;
}

/**************
*   Policies  *
***************/

.policiesModal {
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    padding-bottom: 30px;
    border-radius: 8px;
    border: 2px solid black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 80%;
    height: 80vh;
    overflow: hidden;
}

.policiesTitle {
    margin-top: 0px;
    margin-bottom: 5px;
    background-color: black;
    color: white;
    padding-top: 8px;
    padding-bottom: 5px;
    z-index: 10;
    position: sticky;
    top: 0;
}

.policiesModalMainBody{
    width: 100%;
    display: flex;
    height: calc(100% - 50px);
    overflow: hidden;
}

.policiesNavbar{
    width: 28%;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 50px;
    height: 100%;
    overflow-y: auto;
}

.policiesModalBody{
    width: 72%;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto;
    height: 100%;
}

.homeModalBody{
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

.navbarItem {
    background-color: #FFFFFF;
    border-bottom: 2px solid #000000;
    padding: 10px;
    cursor: pointer;
    color: #909090;
}

.navbarItem:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.navbarItem.active {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
}

.leftImageRow{
    display: flex;
    width: 100%;
}

.leftImageLeftColumn{
    display: flex;
    width: 25%;
}

.leftImageRightColumn{
    display: block;
    width: 75%;
}

.rightImageRow{
    display: flex;
    width: 100%;
}

.right1ImageLeftColumn{
    display: flex;
    width: 65%;
}

.right1ImageRightColumn{
    display: flex;
    width: 35%;
}

.right2ImageLeftColumn{
    display: flex;
    width: 55%;
}

.right2ImageRightColumn{
    display: flex;
    width: 45%;
}

.termsRightImageRow{
    display: flex;
    width: 100%;
}

.termsRightImageLeftColumn{
    display: block;
    width: 65%;
}

.termsRightImageRightColumn{
    display: flex;
    width: 35%;
}

.lastRow{
    display: flex;
    width: 100%;
}

.lastRowLeftColumn{
    width: 80%;
}

.lastRowRightColumn{
    width: 20%;
}

.policiesRowSpace{
	width: 10%
}

.policiesRowText{
	width: 80;
    display: grid;
}

.displayBlock{
    display: block !important;
}

.dataRow{
    margin-top: 10px;
    margin-bottom: 10px;
}

.videolyCloudIcon{
    background-image: url('images/videoly_cloud.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.securityPhoneIcon{
    background-image: url('images/security_phone.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.securityDesktopIcon{
    background-image: url('images/security_desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.mediaIcon{
    background-image: url('images/media_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.deleteIcon{
    background-image: url('images/delete_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.videolyIcon{
    background-image: url('images/videoly_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.videolyHomeIcon{
    background-image: url('images/videoly_app_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
    border-radius: 38px;
    margin: auto;
}

.invitationLinkIcon{
    background-image: url('images/invitation_link_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: auto;
}

.closeIcon{
    background-image: url('images/close_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: auto;
}

.contractIcon{
    background-image: url('images/contract_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.intellectualPropertyIcon{
    background-image: url('images/intellectual_property_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: auto;
}

.policyTitle{
    font-weight: bold;
}

.policyText{
    padding-top: 5px;
    padding-bottom: 5px;
}

.deleteText{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.video-root {
    background-color: #000000;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.videoSubtitle{
    color: #909090;
    font-size: 14px;
}

.footerLink{
    font-size: 14px;
    text-decoration: none;
}

.textLink{
    font-size: 16px;
    text-decoration: none;
}

.homeLink{
    font-size: 14px;
    text-decoration: none;
}

.homeLinkCircle{
    display: none;
}

/****************
*   Responsive  *
*****************/

/* Mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    
    h1 {
        font-size: 1.6rem;
    }

    .filmRoll {
        height: 25vh;
    }

    .homeTitle{
        font-size: 14px;
    }
    
    .homeText{
        font-size: 14px;
    }

    .invitationText{
        font-size: 12px;
    }

    .invitationPlayStoreButton{
        width: 140px;
        height: 45px;
    }

    .playStoreButton {
        width: 192px;
        height: 62px;
    }

    .policiesNavbar{
        width: 0%;
        display: none;
    }
    
    .policiesModalBody{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .leftImageRow{
        display: block;
        width: 100%;
    }
    
    .leftImageLeftColumn{
        display: flex;
        width: 100%;
    }
    
    .leftImageRightColumn{
        display: block;
        width: 100%;
    }

    .right1ImageLeftColumn{
        width: 60%;
    }
    
    .right1ImageRightColumn{
        width: 40%;
    }

    .termsRightImageRow{
        display: block;
        width: 100%;
    }

    .termsRightImageLeftColumn{
        width: 100%;
    }

    .termsRightImageRightColumn{
        width: 100%;
    }

    .securityPhoneIcon{
        width: 82px;
        height: 82px;
    }

    .videolyCloudIcon{
        width: 62px;
        height: 62px;
    }

    .securityDesktopIcon{
        width: 62px;
        height: 62px;
    }

    .mediaIcon{
        width: 82px;
        height: 82px;
    }

    .deleteIcon{
        width: 82px;
        height: 82px;
    }

    .videolyIcon{
        width: 82px;
        height: 82px;
    }

    .videolyHomeIcon{
        width: 82px;
        height: 82px;
        border-radius: 25px;
    }

    .invitationLinkIcon{
        width: 32px;
        height: 32px;
    }

    .closeIcon{
        width: 25px;
        height: 25px;
    }

    .contractIcon{
        width: 82px;
        height: 82px;
    }

    .intellectualPropertyIcon{
        width: 82px;
        height: 82px;
    }

    .lastRowLeftColumn{
        width: 66%;
    }
    
    .lastRowRightColumn{
        width: 34%;
    }
	
	.policiesRowSpace{
		width: 10%;
	}
	
	.policiesRowText{
		width: 80%;
        display: grid;
	}

    .homeLink{
        font-size: 14px;
        text-decoration: none;
    }

    .homeLinkCircle{
        display: none;
    }

    .deleteModal{
        width: 80%;
    }
}

/* Tablets (min-width: 481px and max-width: 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    
    h1 {
        font-size: 2.0rem;
    }

    .filmRoll {
        height: 35vh;
    }

    .homeTitle{
        font-size: 16px;
    }
    
    .homeText{
        font-size: 16px;
    }

    .invitationText{
        font-size: 14px;
    }

    .invitationPlayStoreButton{
        width: 155px;
        height: 50px;
    }

    .playStoreButton {
        width: 210px;
        height: 68px;
    }

    .policiesNavbar{
        width: 0%;
        display: none;
    }
    
    .policiesModalBody{
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .leftImageRow{
        display: block;
        width: 100%;
    }
    
    .leftImageLeftColumn{
        display: flex;
        width: 100%;
    }
    
    .leftImageRightColumn{
        display: block;
        width: 100%;
    }

    .right1ImageLeftColumn{
        width: 60%;
    }
    
    .right1ImageRightColumn{
        width: 40%;
    }

    .termsRightImageRow{
        display: flex;
        width: 100%;
    }

    .termsRightImageLeftColumn{
        width: 60%;
    }

    .termsRightImageRightColumn{
        width: 40%;
    }

    .securityPhoneIcon{
        width: 82px;
        height: 82px;
    }

    .videolyCloudIcon{
        width: 82px;
        height: 82px;
    }

    .securityDesktopIcon{
        width: 82px;
        height: 82px;
    }

    .mediaIcon{
        width: 82px;
        height: 82px;
    }

    .deleteIcon{
        width: 82px;
        height: 82px;
    }

    .videolyIcon{
        width: 82px;
        height: 82px;
    }

    .videolyHomeIcon{
        width: 100px;
        height: 100px;
        border-radius: 30px;
    }

    .invitationLinkIcon{
        width: 50px;
        height: 50px;
    }

    .closeIcon{
        width: 29px;
        height: 29px;
    }

    .contractIcon{
        width: 82px;
        height: 82px;
    }

    .intellectualPropertyIcon{
        width: 82px;
        height: 82px;
    }

    .lastRowLeftColumn{
        width: 72%;
    }
    
    .lastRowRightColumn{
        width: 28%;
    }
	
	.policiesRowSpace{
		width: 20%;
	}
	
	.policiesRowText{
		width: 60%;
        display: flow;
	}

    .homeLink{
        font-size: 16px;
        text-decoration: none;
    }

    .homeLinkCircle{
        display: inline;
    }

    .deleteModal{
        width: 80%;
    }
}

/* Desktops/PCs (min-width: 769px) */
@media (min-width: 769px) {
    
    h1 {
        font-size: 2.5rem;
    }

    .filmRoll {
        height: 50vh;
    }

    .homeTitle{
        font-size: 20px;
    }
    
    .homeText{
        font-size: 20px;
    }

    .invitationText{
        font-size: 16px;
    }

    .invitationPlayStoreButton{
        width: 155px;
        height: 50px;
    }

    .playStoreButton {
        width: 250px;
        height: 81px;
    }

    .policiesNavbar{
        width: 28%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .policiesModalBody{
        width: 72%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .leftImageRow{
        display: flex;
        width: 100%;
    }
    
    .leftImageLeftColumn{
        display: flex;
        width: 25%;
    }
    
    .leftImageRightColumn{
        display: block;
        width: 75%;
    }

    .right1ImageLeftColumn{
        width: 65%;
    }
    
    .right1ImageRightColumn{
        width: 35%;
    }

    .termsRightImageRow{
        display: flex;
        width: 100%;
    }

    .termsRightImageLeftColumn{
        width: 75%;
    }

    .termsRightImageRightColumn{
        width: 25%;
    }

    .securityPhoneIcon{
        width: 100px;
        height: 100px;
    }

    .videolyCloudIcon{
        width: 100px;
        height: 100px;
    }

    .securityDesktopIcon{
        width: 100px;
        height: 100px;
    }
    
    .mediaIcon{
        width: 100px;
        height: 100px;
    }

    .deleteIcon{
        width: 100px;
        height: 100px;
    }

    .videolyIcon{
        width: 100px;
        height: 100px;
    }

    .videolyHomeIcon{
        width: 128px;
        height: 128px;
        border-radius: 38px;
    }

    .invitationLinkIcon{
        width: 64px;
        height: 64px;
    }

    .closeIcon{
        width: 32px;
        height: 32px;
    }

    .contractIcon{
        width: 100px;
        height: 100px;
    }

    .intellectualPropertyIcon{
        width: 100px;
        height: 100px;
    }

    .lastRowLeftColumn{
        width: 80%;
    }
    
    .lastRowRightColumn{
        width: 20%;
    }
	
	.policiesRowSpace{
		width: 30%;
	}
	
	.policiesRowText{
		width: 40%;
        display: flow;
	}

    .homeLink{
        font-size: 16px;
        text-decoration: none;
    }

    .homeLinkCircle{
        display: inline;
    }

    .deleteModal{
        width: 55%;
    }
}