html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #838383;
}

#body {
    letter-spacing: normal;
    word-spacing: normal;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
    color: black;
}

#home {
    background-image: linear-gradient(rgb(44 36 33 / 56%), rgb(35 31 32)), url(../images/academy-background.jpg);
    height: 490px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center;
}

#logo {
    width: 18%;
}

.menu_btn {
    float: right;
    background-color: #e9bc09;
    text-align: center;
    padding: 10px;
    width: 105px;
    cursor: default;
    border-radius: 23px;
    position: relative;
    top: 30px;
}

#home h1 {
    font-family: fantasy;
    color: white;
    font-size: 42px;
}

#subtext_home {
    color: white;
    width: 65%;
    margin: auto;
}

.main_text_row {
    width: 80%;
    margin: auto;
}

a#btns {
    background-color: #e9bc09;
    padding: 10px;
    width: 105px;
    border-radius: 23px;
    position: relative;
    top: 30px;
    text-decoration: none;
    color: white;
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

.sidebanner {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.somerow {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* margin: 40px 0px 0px -60px; */
    --e-column-margin-right: 0px;
    --e-column-margin-left: -60px;
    padding: 60px 60px 60px 60px;
	font-style: oblique;
    color: grey;
	position: relative;
    right: 55px;
    background-color: white;
    top: 50px;
}

.somerow h3 {
	font-family:inherit;
	font-weight:bold;
}

#whyeddytion {
    /*background-image: linear-gradient(rgb(44 36 33 / 56%), rgb(35 31 32)), url(../images/academy2-background.jpg);*/
	background-image: linear-gradient(130deg, #000000d1 49%, #0d1301a8 34%), url(../images/academy2-background.jpg);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 80px;
	background-attachment: fixed;
    background-size: cover;
    background-position: center;
	color:white;
}

#whyeddytion h3 {
	font-family:inherit;
	font-weight:bold;
}

#vision_section h3 {
	font-weight:bold; 
	color:#e9bc09; 
	font-family:inherit;
}

#vision_section p {
	width: 50%;
    margin: auto;
}

footer {
    background-image: linear-gradient(#0121488f, rgb(35 31 32)), url(../images/pitch_bg.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center;
	color:white;
	background-attachment:fixed;
}

#footerlogo {
    width: 30%;
	margin-bottom: 10px;
}

footer h3 {
    font-weight: bold;
    font-family: inherit;
    color: #e9bc09;
	margin-bottom: 20px;
}

#moveright {
	float:right;
}

#footer_list li {
	padding-bottom:0;
}

#footer_list li a {
	text-decoration:none;
}

.arr {
    color: #e9bc09;
}

#socials_list li {
	display:inline-block;
	padding-right:5px;
}

.faa {
    background-color: #e0b609;
    padding: 14px;
    /* height: 45px; */
    width: 45px;
    border-radius: 100px;
    text-align: center;
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

#tm_li {
	float:right;
}

#tm_li li {
	display:inline-block;
	padding-right:10px;
}

.tmarea {
    font-size: 12px;
    color: grey;
}

#other_pages_nav_bg {
    background-image: linear-gradient(rgb(44 36 33 / 56%), rgb(35 31 32)), url(../images/pitch_bg.jpg);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center;
}

#cntct_cont h3 {
	font-weight:bold;
	font-family:inherit;
}

#contact_li li {
	padding-bottom:8px;
}

#form_custom {
    height: 50px;
    background-color: #012148;
    color: white;
}

#page_title {
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    color: #012148;
}

#erimg {
    width: 40%;
}




















/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #012148; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  top: 0; /* Stay at the top */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #e9bc09;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}




@media screen and (max-width: 990px) {
#logo {
    width: 30%;
}

.main_text_row {
    width: 100%;
    margin: auto;
}
}

@media screen and (max-width: 767px) {
.col-xs-7 {
	width:70%;
}

.col-xs-3 {
	width: 30%;
}

#logo {
    width: 33%;
}

#home h1 {
    font-family: fantasy;
    color: white;
    font-size: 25px;
}

#subtext_home {
    color: white;
    width: 100%;
    margin: auto;
}

.somerow {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* margin: 40px 0px 0px -60px; */
    --e-column-margin-right: 0px;
    --e-column-margin-left: -60px;
    padding: 35px 35px 35px 35px;
    font-style: oblique;
    color: grey;
    position: relative;
    right: 0;
    background-color: white;
    top: 0;
}

#whyeddytion {
    /* background-image: linear-gradient(rgb(44 36 33 / 56%), rgb(35 31 32)), url(../images/academy2-background.jpg); */
    background-image: linear-gradient(130deg, #000000d1 49%, #0d1301a8 34%), url(../images/academy2-background.jpg);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 85px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
}

#vision_section p {
    width: 100%;
    margin: auto;
}

#moveright {
    float: none;
}

.col-xs-50 {
	width:50%;
}

}