@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Merriweather:ital,wght@1,700&display=swap');


.bg-black {
    background: black;
}

.navbar-toggler {
    border: 1px solid #f6f6f6 !important;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler:active {
    outline: none;
}



.hero {
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 92% top;
    min-height: 300px;
}

.hero h1 {
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: 2px 2px 2px #444;

}

h1 {
    font-family: 'Merriweather', serif;
    color: #ff0000;
    text-shadow: 2px 2px 2px #444;
}


h2 {
    font-family: 'Merriweather', serif;
    color: #ff0000;
    text-shadow: 2px 2px 2px #444;
}

hr {
    color: #ff0000;
}

.section-title-rule {
    font-size: 2rem;
    width: 100%;
    position: relative;
    font-family: 'Merriweather', serif;
    text-shadow: 2px 2px 2px #444;
}

.section-title-rule::before, .section-title-rule::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ff0000;
    top: 50%;
    position: absolute;
    z-index: -1;
}


.section-three {
    background-image: url("../img/checker-flag-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

}

.ej-bw {
    background-image: url("../img/ej-bw.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 298px;
}


.section-title-rule-partners {
    font-size: 2rem;
    width: 100%;
    position: relative;
    font-family: 'Merriweather', serif;
    color: #fff;
    z-index: 2;
    text-shadow: 2px 2px 2px #444;
}

.section-title-rule-partners::before, .section-title-rule-partners::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
    position: absolute;
    z-index: -1;
}


.contact {
    background-image: url("../img/ej-driver-number-10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5% 26%;
    min-height: 557px;
}



.form-style-5{
	padding: 10px 20px;
	margin: 10px auto;
	padding: 20px;
	border-radius: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="phone"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 8px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}

.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-style-5 .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #ff0000;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #444;
	border-width: 1px;
    border-radius: 8px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: #444;
}


.ej2 {
    max-width: 85%;
}


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {  

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {  


}
 
/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) { 

}
 
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {  

    .hero {
        background-image: url("../img/hero.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        min-height: 500px;
    }
    
    .ej-bw {
        background-image: url("../img/ej-bw.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        min-height: 600px;
    }
    .contact {
        background-image: url("../img/ej-driver-number-10.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 5% 26%;
        min-height: 965px;
    }

}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (max-width: 320px) { 
  
  
  
  }