html {
    min-height: 100% !important;
    height: 100%;
}

body {
    margin: 0;
    font-family: verdana, sans-serif, arial, helvetica;
    font-size: 16px;
    color: rgb(192, 192, 192);
    background-color: #292929;
    background-image: url("../images/bg_jean.png");
    height: 100%;
    letter-spacing: 0;
}

.header {
    padding: 10px;
    overflow: hidden;
    background: #161616;
    border-bottom: 5px solid #a6780c;
    text-align: center;
}

.headerIMG {
    width: 544px;
    height: 100px;
}

.basmala {
    width: 294px;
    height: 36px;
}

.container {
    width: 788px;
    margin: 0 auto;
}

p {
    margin-left: 16px;
    line-height: 2;
}

h3 {
    color: #999999;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1px;
}

a {
    color: #693;
    text-decoration: none;
}

.screenshot {
    width: 45% !important;
    height: 45% !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.right-side-header {
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0);
    box-shadow: rgb(64, 64, 64) 0 1px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 0.5;
}

.separation {
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0);
    box-shadow: rgb(64, 64, 64) 0 1px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 0.5;
    width: 70%;
}

.footer {
    color: #999999;
    background: #161616;
    padding: 2px;
    text-align: center;
    border-top: 5px solid #a6780c;
}

.application-option-content {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.left-group,
.right-group {
    flex: 1;
}

.right-group {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px; 
	
}

.right-group {
    align-items: center;
    border-left: 1px solid rgb(0, 0, 0);
    box-shadow: rgb(64, 64, 64) -1px 0 0 0;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
	
}

.option-with-icon {
    display: flex;
    justify-content: right;
}

.download {
    position: relative;
    background-image: url('../images/bae1.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    display: flex;
    height: 100vh;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
}

.page-header {
    padding: 20px;
}

.project-tagline {
    font-size: 1.15rem;
}

.btn {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 0.3rem;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.btn {
    padding: 0.6rem 0.9rem;
    font-size: 0.9rem;
}

.btn:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3)
}

code {
    background-color: #44403c;
    padding: 5px;
}

/* styles for mobile devices */
@media only screen and (max-width: 767px) {
	
	
    body {
        font-size: 12px;
        width: 100%;
        margin: 0;
	}
	
    .container {
        font-size: 12px;
        width: 95%;
        margin: 10px;
	}
	
    .headerIMG {
        width: 100%;
        height: auto;
	}
	
    .basmala {
        width: 80%;
        height: auto;
	}
	
    .screenshot {
        width: 95% !important;
        height: auto !important;
	}
	
    .btn {
        display: block;
        width: 90%;
        padding: 0.75rem;
        font-size: 0.9rem
	}
	
	
    .video {
        max-width: 95%;
        height: auto;
	}
	
    .right-group {
        max-width: 60px; 
		
	}
	
	
    .right-group img {
        height: 60px; 
        width: 60px; 
	}
	
    .background1 {
        max-width: 90%;
        height: auto;
		
	}
	
    .textMatte {
        max-width: 80%;
        height: auto;
	}
	
	
    .right-side-header {
		max-width: 95%;
        text-align: center; 
	}
	
	
    .right-side-header h2 {
        font-size: 14px;
        line-height: 1.2;
	}
	
    .issue_svg {
        font-size: 18px; 
        margin: 10px 0; 
	}
	
	.option-with-icon {
        max-width: 95%;
	}
}
