html {
    height: 100%;
    padding:0;
    width:100%;
}

body {
    margin: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif !important;
    
    zoom:80%;
}

div.container {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    max-height: 1080px;
    /* background: url(../img/vitaldermax-bg.jpg) center top no-repeat; */
    background-size: contain;
    margin: 0 auto;
    position: relative;
}


div.title {
    color: rgb(41, 38, 38);
    text-align: center;
    font-size: 3em;
}





/* customisations */
.flags {
    
    padding-top: 1em;
    
    position:fixed;
    top : 0;
    left : 9em;
    z-index: 2;
    background-color: rgba(86, 77, 74, 0.6);
    border-radius : 0 0 1em 1em;
}
.single-flag{
    
    display:inline-block;
    padding:0.2em;
}
.single-flag:first-child:hover{
    border-radius: 0 0 0 1em;
}
.single-flag:last-child{
    margin-right: 1em;
}
.single-flag:last-child:hover{
    border-radius: 0 0 1em 0;
}

.single-flag:hover{
    background-color: rgba(222, 26, 26, 0.6);
    cursor: pointer;
    
}

.single-flag-image{
    width : 3em;
    display: block;
    margin:auto;
    
}

.flag-country{
    text-align: center;
    font-size : 0.6em;
    color: #E8EBF7;
}

.hero-image{
    width:100%;
	padding: 0;
	margin: 0;
}

.flags-bottom{
    padding: 2em;
    background-color: #E8EBF7;
    border-radius: 1em;
    display: table;
    text-align: center;
    position: relative;
    margin: 50px auto;
}

.single-flag-big{
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 50px;
}

.single-flag-image-big{
    width : 4em;
    display: block;
    margin: auto;
}

.flag-country-big{
    font-size: 0.8em;
    text-align: center;
    color: #DE1A1A;
    user-select: none;
}

.logo-image{
    display: block;
    margin: auto;
}

.description{
    padding:3em;
    margin : 2em;
    text-align: justify;
    width : 80%;
    display:block;
    margin:auto;
    font-size: 0.7em;
    color:lightgray;
}
.mnl {
		display: none;
	}
	.img-container {
	position: relative;
	display: block;
}


    	.pr-image {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 400px;
		margin: 0 auto;
		display: block;
	}
	
	@media screen and (max-width: 1100px) {
		    	.pr-image {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 350px;
		margin: 0 auto;
		display: block;
	}
	}
		@media screen and (max-width: 950px) {
		    	.pr-image {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 300px;
		margin: 0 auto;
		display: block;
	}
	}
@media screen and (max-width: 768px) {
    body {
        zoom:80%;
        
        
    }
    /* flags top */
    .flags {
        
        padding-top: 1em;
        
        position:fixed;
        top : 0;
        left : 8em;
        z-index: 2;
        background-color: rgba(86, 77, 74, 0.6);
        border-radius : 1em 0 0 1em;

    }
    .single-flag{
    
        display:inline-block;
        padding:0.2em;
    }
    .single-flag:first-child:hover{
        border-radius: 0 0 0 1em;
    }
    .single-flag:last-child{
        margin-right: 1em;
    }
    .single-flag:last-child:hover{
        border-radius: 0 0 1em 0;
    }

    /* hero image */
    .hero-image{
        width:100% !important;
    }

    /* big flags section */
    .flags-bottom{
        padding:0.2em;
        padding-top : 1em;
        background-color: #E8EBF7;
        border-radius: 1em;
    }
    
    .single-flag-big{
        cursor: pointer;
    }
    
    .single-flag-image-big{
        width : 4em;
        display: block;
        margin: auto;
    }
    
    .flag-country-big{
        font-size: 0.8em;
        text-align: center;
        color: #DE1A1A;
        user-select: none;
    }

    /* brand name */
    .title{
        font-size: 3em !important;
    }
    /* logo image */
    .logo-image{
        width : 18em;
        display: block;
        margin: auto;
    }
    .description{
        padding:3em;
        margin : 2em;
        text-align: justify;
        width : 80%;
        display:block;
        margin:auto;
        font-size: 1em;
        color:lightgray;
    }
	.pr-image {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 250px;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 600px) {
		.pr-image {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	
}
@media screen and (max-width: 450px) {
    body {
        zoom:80%;
        
        
    }
    /* flags top */
    .flags {
        
        padding-top: 1em;
        display:none;
        position:fixed;
        top : 0;
        left : 8em;
        z-index: 2;
        background-color: rgba(86, 77, 74, 0.6);
        border-radius : 1em 0 0 1em;

    }
    .single-flag{
    
        display:inline-block;
        padding:0.2em;
    }
    .single-flag:first-child:hover{
        border-radius: 0 0 0 1em;
    }
    .single-flag:last-child{
        margin-right: 1em;
    }
    .single-flag:last-child:hover{
        border-radius: 0 0 1em 0;
    }

    /* hero image */
    .hero-image{
        width:100% !important;
    }

    /* big flags section */
    .flags-bottom{
        padding:0.2em;
        padding-top : 1em;
        background-color: #E8EBF7;
        border-radius: 1em;
    }
    
    .single-flag-big{
        cursor: pointer;
    }
    
    .single-flag-image-big{
        width : 4em;
        display: block;
        margin: auto;
    }
    
    .flag-country-big{
        font-size: 0.8em;
        text-align: center;
        color: #DE1A1A;
        user-select: none;
    }

    /* brand name */
    .title{
        font-size: 2em !important;
    }
	.mnl {
		display: block;
	}
    
	.pr-image {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 150px;
		margin: 0 auto;
		display: block;
	}


}