/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++SLOK+++ACHARYA++++++++++++++++*/
/*++++++++++++++++MUSICBYSLOK++++++++++++++++++*/
/*++++++++++++++TORONTO+RECORDS++++++++++++++++*/
/*++++++++++++++APEIRON+SOFTECH++++++++++++++++*/
/*+++++++++++++++COPYRIGHTS2019++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++MOBILE+STYLESHEET++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
body{
	margin: 0px;
	padding: 0px;
    background-color:#0d0d0d;
	background-image: none;
    color: aquamarine;
}
#wrapper{
	width: 100%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
h2{
  font-family: 'raleway', sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  margin: 0 15px;
  padding: 1em;
}
h3{
  font-family: 'raleway', sans-serif;
  font-size: 1.3em;
  text-align: left;
  margin-left: 15px;
  color: white;
}
p{
  color:white;
  font-family: 'roboto', sans-serif;
  text-align: left;
  margin-left: 1em;
  padding: 1em;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#header{
}
#navtop{
    height: 100px;
    top: 0px;
    position: absolute;
    width: 100%;
}
#navtop ul{
    height: 100px;
    list-style:none;
    display: flex;
}
#navtop ul li{
    margin: 0 auto;
}
#navtop ul li a{
	text-decoration: none;
    color: white;
    font-family: 'Raleway', sans-serif;
	font-size:1em;
    float: left;
    padding: 5px;
    margin: 5px;
}
#navtop ul li a img{
    padding: 0px 10px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
#logo{
  text-align: center;
  margin-top: 100px;
}
#logo img{
  float: left;
  margin-left: 15px;
}
#menu{
  font-size: 4em;
  font-family: 'Raleway',sans-serif;
  position: absolute;
  top: 200px;
  right: 100px;
  color: white;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#hamburger{
  color: white;
  z-index: 5555;
}
#hamburger-link{
  width: 75px;
  height: 75px;
  color: white;
  line-height: 1.5em;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 200px;
  right: 15px;
  margin-left: -37px;
}
#ham1{
  background-color: white;
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 6px;
  transition: 0.2s;
}
#ham2{
  background-color: white;
  display: block;
  width: 100%;
  height:5px;
  margin-top: 15px;
  transition: 0.2s;
}
#ham3{
  background-color: white;
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 15px;
  transition: 0.2s;
}
#hamburger:hover #ham1{
  -webkit-transform: translateY(20px) rotate(45deg);
  -ms-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
  
}
#hamburger:hover #ham3{
  -webkit-transform: translateY(-20px) rotate(-45deg);
  -ms-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
}
#hamburger:hover #ham2{
  opacity: 0;
}
nav{
  height: auto;
  padding: 0 15px;
  background-color: black;
  text-align: center;
  clear: both;
  padding: 1px;
}
#navlist{
  display: none;
  position: relative;
}
nav ul{
  transform: rotate(180deg);
}
nav ul > li{
  transform: rotate(-180deg);
}
nav ul li{
  list-style: none;
  padding: 5px;
}
nav ul li a{
	text-decoration: none;
    color: rgb(128,130,133);
    font-family: 'Raleway', sans-serif;
	font-size:1.75em;
    padding: 25px 15px;
    display: block;    
}
nav ul li a:hover{
    color: white;
}
nav:hover ul#navlist{
  display: block;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++HOMEPAGE+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#sec1{
  background-image: url(../images/banner.jpg);
  width: 100%;
  height: 550px;
}
#title{
  font-family: 'raleway', sans-serif;
  color: #808285;
  font-size: 3em;
  position: relative;
  top: 200px;
  text-align: center;
}
#sub{
  font-family: 'raleway', sans-serif;
  font-size: 1.5em;
  color: #808285;
  background-color: black;
  margin:0 15px;
  position: relative;
  top: 250px;
  text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#sec2{
}
.flex-div{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.flex-container{
  width: 125px;
  height: 75px;
  margin: 0 auto;
  color: white;
  padding-top:87px;
  font-family: 'roboto', sans-serif;
  background: linear-gradient(#7d1418, #000000);
  box-shadow: 5px 10px 15px 5px black;
  box-sizing: content-box;
}
.flex-container2{
  width: 125px;
  height: 75px;
  margin: 0 auto;
  color: white;
  padding-top:87px;
  font-family: 'roboto', sans-serif;
  background: linear-gradient(#4e5325, #000000);
  box-shadow: 5px 10px 15px 5px black;
    box-sizing: content-box;
}
.flex-container3{
  width: 150px;
  height: 50px;
  margin: 0 auto;
  color: white;
  padding-top:40px;
  font-family: 'roboto', sans-serif;
  box-shadow: 5px 10px 15px 5px black;
  background-color: ##0d0d0d;
  box-sizing: content-box;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#sec3{
    padding-top:25px;
  background-color: white;
}
#sec3 h2{
  text-decoration: underline;
  color: black;
}
#sec3 h3{
  color: #7d1418;
}
#sec3 p{
  color: black;
  padding: 1em;
}
#sec3 :nth-child(3){
  color: #c6942d;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++EVENTS+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#events{
  min-height: 550px;
  background-color: #070707;
}
#events h2{
  text-decoration: underline;
  color: white;
}
#events h3{
  color: #7d1418;
}
#events p{
  color: white;
}
.event-list {
  width: 100%;
  text-align: center;
}
.event-list li{
  width: 100%;
}
.event-list li a{
  text-decoration: none;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  color: white;
  background-color: #4e5325;
  border-radius: 0.1em;
  margin: 1.25em;
  display: block;
  box-shadow: 5px 10px 15px 5px black;
  
}
.event-list li a:hover{
  color:#7d1418;
  background-color: white;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++CONTACT+US+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#contact-us{
  min-height: 550px;
}
legend{ /* STYLE FOR FORUM LEGEND/TITLE: BIGGER FONT SIZE */
  padding: 15px;
  font-size: 1.5em;
  font-family: 'raleway',sans-serif;
  color: white;
}
label{
  font-size: 1em;
  font-family: 'raleway',sans-serif;
  color: white;
}
input[type=text], select { /* STYLE FOR ALL TEXT INPUT BOXES: EXTEND TO WRAPPER, PADDING, SOLID&ROUND BORDER */
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}
input[type=email], select { /* STYLE FOR ALL TEXT INPUT BOXES: EXTEND TO WRAPPER, PADDING, SOLID&ROUND BORDER */
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}
textarea{
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit] { /* STYLE FOR SUBMIT BUTTON, TXT COLOR, BG COLOR, EXTEND TO END OF WRAPPER & ROUND BORDER */
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=reset] { /* STYLE FOR RESET BUTTON, TXT COLOR, BG COLOR, EXTEND TO END OF WRAPPER & ROUND BORDER */
  width: 100%;
  background-color: #666666;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=reset]:hover { /* STYLE FOR RESET BUTTON: WHEN MOUSE HOVERS TURN RED */
  background-color: #7d1418;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++ABOUT+US+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#about-us p{
  text-align: center;

}
#about-us {
  min-height: 350px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++FOOTER+STYLES++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
#footer{
    color: white;
    font-family: 'Raleway', sans-serif;
	font-size:0.75em;
    margin: 0px 15px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;

}
.footer_{
    color: white;
    margin: 0 auto;
    width: 100%;
}
.footer_title{
    margin-top: 15px;
    text-decoration: underline;
    font-size: 1em;
}
#f-ul-l{
}
#f-ul-r{

}
.footer_ ul{
    margin-top: 15px;
    padding: 0px;
}
.footer_ ul li{
	list-style:none;
    padding: 5px;
}
.footer_ ul li a{
    color: white;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    display: block;
    padding: 5px;
}
#footer-logo{
  width: 100%;
  opacity: 0.40;
}
#footer-logo img{
    float: right;
  height: 150px;
}
#footer_bottom{
}
#footer_bottom p {
    color: rgb(128,130,133);
    font-family: 'Raleway', sans-serif;
	font-size:0.6em;
    margin: 0px;
    padding: 0.75em;
    text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++MEDIA+QUERYS+FOR+SMALLER+SCREENS*+++++/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width:0px) and (max-width:630px){
  #menu{
    display: none;
  }
}
@media screen and (min-width:0px) and (max-width:440px){
  #hamburger-link{
  top:300px;
  left: 50%;
  margin-left: -37px;
  }
  #logo img{
    float: none;
    margin: 0 auto;
  }
  #logo{
    margin-bottom: 75px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++SLOK+++ACHARYA++++++++++++++++*/
/*++++++++++++++++MUSICBYSLOK++++++++++++++++++*/
/*++++++++++++++TORONTO+RECORDS++++++++++++++++*/
/*++++++++++++++APEIRON+SOFTECH++++++++++++++++*/
/*+++++++++++++++COPYRIGHTS2019++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++MOBILE+STYLESHEET++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++*/