body{
	margin-bottom: 150px !important;
	margin-top: 150px !important;
}
*{
	font-family: 'Raleway', sans-serif;
}
.parallax { 
    /* The image used */
    background-image: url("../img/header_img.JPG");

    /* Set a specific height */
    height: 700px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	margin-top: -85px;
}/* CSS Document */
.welcome-text{
	position: relative;
	top: 0px;
	margin-left: 150px;
	color: white;
	text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
.head-welcome{
    position: relative;
    top: 90px;
}
.content{
	padding: 20px;
	color: #0f86e0
}
.content img{
    margin: 10px;
}
.content-head{
	width: 100%;
	height: 400px;
	margin-top: -120px;
	background-position: center;
	background-size:100%;
}
.content-head h1{
	text-align: center;
	position:  relative;
	top: 90px;
	font-size: 100px;
	color: #237e1d;
	text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.modal-login {		
		color: #636363;
		width: 80%;
	}
	.modal-login .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-login .modal-header {
		border-bottom: none;   
        position: relative;
        justify-content: center;
	}
	.modal-login h4 {
		text-align: center;
		font-size: 40px;
		margin: 30px 0 -15px;
	}
	.modal-login .form-control:focus {
		border-color: #0f86e0;
	}
	.modal-login .form-control, .modal-login .btn {
		min-height: 40px;
		border-radius: 3px;
		font-size: 40px;
	}
	.modal-login .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-login .modal-footer {
		background: #ecf0f1;
		border-color: #dee4e7;
		text-align: center;
        justify-content: center;
		margin: 0 -20px -20px;
		border-radius: 5px;
		font-size: 13px;
	}
	.modal-login .modal-footer a {
		color: #999;
	}		
	.modal-login .avatar {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #0f86e0;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-login .avatar img {
		width: 100%;
	}
	.modal-login.modal-dialog {
		margin-top: 80px;
	}
    .modal-login .btn {
        color: #fff;
        border-radius: 4px;
		background: #0f86e0;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-login .btn:hover, .modal-login .btn:focus {
		background: #0f86e0;
		outline: none;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
.navbar{
	font-size: 20px;
}
.nav-name{
    background-color: darkgray !important;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 10px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.pay{
    width: 60%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f9fa;
    border-radius: 25px;
    border: 2px solid grey;
}
.pay h3{
    background-color: white;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid grey;
}
.pay .btn{
    width: 30%;
    height: 40px;
    font-size: 20px;
    background-color: #012169;
    border-color: #009cde;
    padding: 0;
    margin-left:  auto;
    margin-right: auto;
    display: block;
}
@media screen and (max-width: 995px) {
	.navbar{
	font-size: 40px;
    }
	.navbar-toggler{
	font-size: 40px;
	}
    .dropdown-menu{
    font-size: 40px !important;
    }
    .navbar-toggler-icon{
    width: 4em !important;
    height: 4em !important;
    }
    .navbar-collapse {
    max-height: 280px;
    overflow-y: auto;
    }
	.parallax{
		margin-top: -0px;
	}
	.welcome-text{
	position: relative;
	top: 0px;
	margin-left: 150px;
	color: white;
	text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}
	.content{
	font-size: 35px;
	}
	h2{
	font-size: 70px;
	}
	h3{
	font-size: 60px;
	}
    .pay{
    width: 100%;
    padding: 20px;
    }
    .pay .btn{
    width: 60%;
    height: 100px;
    font-size: 40px;
    }
}
