
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

body{
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 1em;

}

/* HOMEPAGE AND MENU BS*/

nav{
z-index: 20;
position: absolute;
left: 30%;
width: 60%;
 }

 h3#menu-toggle{
  float:right;
 }

/* toggle CSS stuff */

#about{
  font-size: 2em;
  background: #FF9D00;
  color: #802819;
  font-weight: 700;
  list-style: none;
  text-decoration: none;

}

#tours {
  font-size: 2em;
  background: #FF9D00;
  color: #802819;
  font-weight: 700;
  list-style: none;
  text-decoration: none;

}

#events {
  font-size: 2em;
  background: #FF9D00;
  color: #802819;
  font-weight: 700;
  list-style: none;
  text-decoration: none;

}

#donate {
  font-size: 2em;
  background: #FF9D00;
  color: #802819;
  font-weight: 700;
  list-style: none;
  text-decoration: none;

}

a{
   text-decoration: none;
}

#about a:visited, #tours a:visited, #events a:visited, #donate a:visited{ 
color: #802819;
}



#menu{
  list-style: none;
  text-decoration: none;
  display: none;
}

.sub-menu {
  font-size: .8em;
  font-weight: 300;
  list-style: none;
  background: #DC4426;
  color: #802819;
  text-decoration: none;
  margin: 1px;

}

/*Change toggle size by adjusting width & height*/
.tb-menu-toggle {
  border: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
}

/*Change toggle color here*/
.tb-menu-toggle i {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20%;
  -webkit-transition:all .2s;
   -moz-transition:all .2s;
     -o-transition:all .2s;
        transition:all .2s;
}
.tb-menu-toggle i:nth-child(2) {
  top: 40%;
}
.tb-menu-toggle i:nth-child(3) {
  top: 80%;
}

/* Style the active toggle here */
.tb-menu-toggle.tb-active-toggle i {  
position: absolute;
right: 0;
left: 80%;
}

/*Animation of the toggle*/
.tb-menu-toggle.tb-animate-toggle i:first-child,
.tb-menu-toggle.tb-animate-toggle i:nth-child(2){ 
  top: 40%;
  -webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
     -o-transform:rotate(45deg);
        transform:rotate(45deg);
} 
.tb-menu-toggle.tb-animate-toggle i:nth-child(3){ 
  top: 40%;
  -webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
}


#logo img {
  width: 270px;
  z-index: 2;
  position: relative;
}


#center{
  margin: auto;
  width: 85%;
}

#img img {
  width: 450px;
}

.orange_box{
  color: white;
  padding: 17px;
  background: #1D0075;
  width: 26em;
  height: 5em;

}

.orange_box a:visited{
  color:aqua;
}

.orange_box p{
  font-size: 1.3em;
  margin: 0;
  border: 0;
}

.border{
  margin-top: 25px;
  width: 24em;
  border: 5px #1D0075 solid;
  padding: 30px 30px 30px 30px;
}

h2{
  padding-bottom: 10px;
  font-size: 1.7em;
  color: #1D0075;
  margin: 0;
  text-align: center;
  letter-spacing: 4px

}

.membership{
  color: #1D0075;
  font-size: 19px;
  margin: 0;

}

#membership_box{
  margin-top: 20px;
  background: #1D0075;
  width: 12em;
  height: 1.5em;
  padding: 10px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.7em;
 color: white;

}

#membership_box p{
padding: 0;
margin: 0;
}

footer{
  margin: 20px 0 0 0;
  width: 100%;
  position: relative;
  z-index: 25;
  background: grey ;
  padding: 20px;
  width: 100%;
} 

footer p{
  text-align: center;
   font-size: 1em;
}

#info p{
  color: white;
}


/* ABOUT CSS */

.title{

  background: #802819;
  padding: 10px ;

}

.title h3 {
    color: white;
    padding-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: -20px;
  margin-top: 0px;

}

.mission{

  background: #1D0075;
  padding: 10px ;

}

.mission h3 {
    color: white;
    padding-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: -20px;
  margin-top: 0px;

}

.box2 p {
  margin: 2em;
  }

/* ERROR CSS */

.background{
  background: grey;

}

h1{
  border: 1px;
  border-radius: 10px;
  background: #1D0075;
  color: white;
  padding: 7px;
  margin: 150px 50px 0px 50px;
  text-align: center
}

#p_error{
  margin: 10px;
  padding: 0;
  font-size: 1.3em;
  text-align: center;
  color: white;

}
 #p_error a:visited { 
color: #FF9D00;
}


/* CONTACT CSS */

#box3{
  margin: 0 auto;
  width: 85%;
}

#contact{
  color: #DC4426;
  padding-bottom: 10px;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: -20px;
  margin-top: 0px;

}

#orange_bg{
color: white;
width: 25em;
height: 30em;
padding: 15px;
background: #DC4426;
}

.c_title p{
  padding: 10px 0 0 0;
  margin: 0px;
  font-size: 1.7em;
  font-weight: 700;
}

.c_p p{
  margin: 0;
  padding: 0;
font-size: 1.3em;
}

/* EVENTS CSS */

#idk{
  position: relative;
  height: 40em;
}

#days{
  margin: 0px 0px 0px 15px;
  position: relative;
  top: 40px;
  font-size: 1.5em;
  color: #1D0075;
  font-weight: 700;
}

#days2{
  margin: 0px 0px 0px 15px;
  position: relative;
  top: 100px;
  font-size: 1.5em;
  color: #1D0075;
  font-weight: 700;
}

p{
  margin: 0;
  padding: 0;
}

#events_title{
  position: relative;
  bottom: -3px;
  left: 15px;
  font-size: 2.7em;
  font-weight: 700;
  color: #FF9D00;

}

#yellow_sq{
  background: #FF9D00;
  position: relative;
  right: 1em;
  bottom: 9px;
  width: 10em;
  height: 1.2em;
  text-align: right;
  color: white;
  font-size: 2.3em;
  padding-right: 10px;
}

#blue_sq{
  background: #1D0075;
  height: 1.5em;
  text-align: left;
  color: white;
  padding: 15px;
  font-size: 1.2em;
  margin: 0px 0px 10px 40px;
}

#blue_sq2{
  background: #1D0075;
  height: 5em;
  text-align: left;
  color: white;
  font-size: 1.2em;
  padding: 15px;
  margin: 0px 0px 10px 40px;
}

#blue_sq3{
  background: #1D0075;
  height: 3em;
  text-align: left;
  color: white;
  font-size: 1.2em;
  margin: 0px 0px 10px 40px;
}

#right{
  position: relative;
  bottom: 20px;
  left: 80px;
  width: 20em;
}

body{
  margin: 0;
}

/* mdia quiere for browser these styles will be applied when the screen is larger thatn 1200px. */
@media screen and (min-width:700px){
  
body{
background: #E8E2DE;
}


#center{
width: 65%;
margin: 0 auto;

}
#logo img {
  position: relative;
  left: 14.4em;
  width: 320px;
}

header {
  background: white;
  padding: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0px;
  left: 0;
  display: block;
  position: fixed;
  z-index: 25;
  box-shadow: 0px 0px 5px 0px grey;
}


#img img {
  width: 100%;
  margin: 150px 0 0 0;
  padding: 0;
}

.orange_box{
  width: 93.5%;
  color: white;
  bottom: 3em;
  margin: 0em 0em 3em 0em;
  padding: 20px 30px 30px 30px;
  background: #1D0075;

}

.orange_box a:visited{
  color:aqua;
}

.orange_box p{
  color: white;
  font-size: 2em;
}

.border{
  background: white;
  margin: 0 auto;
  width: 45%;
  border: 7px solid #1D0075;
  padding: 50px;
}

h2{
  padding: 0px 0px 20px 0px;
  font-size: 2.5em;
  color: #1D0075;
  margin: 0;
  text-align: center;
  letter-spacing: 4px

}
.membership{
  color: #1D0075;
  margin: 0;
  font-size: 1.5em;

}

#membership_box{
  margin-top: 30px;
  background: #1D0075;
  width: 15em;
  height: 1.7em;
  padding: 10px;
  text-align: center;
  letter-spacing: 2px;
 color: white;

}

#membership_box p {
  font-size: 1.3em;
}
#info p{
  color:white;
}

footer{
  margin: 50px 0 0 0;
  position: relative;
  z-index: 25;
  background: grey ;
  padding: 40px 40px 40px 40px;
  width: 100%;
} 

footer p{
  text-align: center;
   font-size: 1.5em;
}



/* ABOUT CSS */
#box1{
  position: relative;
  bottom: -150px;
  margin: 0 auto;
  width: 55%;
  height: 100em;
  background: white;
}

.box2{
  margin: 2em;
}


.title{

  background: #802819;
  padding: 10px ;

}

.title h3 {
    color: white;
    padding-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: -22px;
  margin-top: 0px;

}

.mission{

  background: #1D0075;
  padding: 10px ;

}

.mission h3 {
    color: white;
    padding-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: -22px;
  margin-top: 0px;

}

p {
  font-size: 20px;
  margin: 1em
}

/* CONTACT CSS */

#box3{
  margin: 0 auto;
  padding: 0px;
  width: 61%;
  height: 80em;
  background: white;
}


#contact{
  margin: 0px 0px 0px 0px;
  position: relative;
  left: 40px;
  bottom: -222px;
  z-index: 5
  color: #DC4426;
  padding-bottom: 10px;
  font-size: 3em;
  font-weight: 700;


}

#orange_bg{
  position: relative;
  bottom: -200px;
color: white;
margin: auto 0;
padding: 0px;
width: 100%;
height: 40px;
background: #DC4426;
}

#contacti{
  padding: 60px;
}

.c_title p{
  color: black;
  padding: 20px 0px 0px 0px;
  margin: 0;
  font-size: 1.7em;
  font-weight: 700;
}

.c_p p{
  color: black;
  margin: 0;
  padding: 0;
font-size: 1.3em;
}


/* EVENTS CSS */

#idk{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0px;
  width: 61%;
  height: 70em;
  background: white;
}

#days{
  margin: 0 auto;
  width: 20em;
  position: relative;
  top: 300px;
  left: 80px;
  font-size: 1.7em;
  color: #1D0075;
  font-weight: 700;
}

#days2{
  margin: 0 auto;
  width: 20em;
  position: relative;
  top: 340px;
  left: 100px;
  font-size: 1.7em;
  color: #1D0075;
  font-weight: 700;
}

p{
  margin: 0;
  padding: 0;
}

#events_title{
  margin: 0 auto ;
  position: relative;
  bottom: -222px;
  width: 20em;
  left: 100px;
  font-weight: 700;
  color: #FF9D00;

}

#events_title p{
   font-size: 1.3em;
}

#yellow_sq{
  margin: 0 auto ;
  position: relative;
  bottom: -207px;
  background: #FF9D00;
  width: 20em;
  height: 1.5em;
  text-align: right;
  color: white;
}

#yellow_sq p{
    font-size: 1.3em;
}

#blue_sq{
  background: #1D0075;
  height: 1.5em;
  text-align: left;
  color: white;
  padding: 15px;
  font-size: 1.2em;
  margin: 10px 10px 0px 0px;
}

#blue_sq2{
  background: #1D0075;
  height: 5em;
  text-align: left;
  color: white;
  font-size: 1.2em;
  padding: 15px;
  margin: 10px 10px 0px 0px;
}

#blue_sq3{
  background: #1D0075;
  height: 3em;
  text-align: left;
  color: white;
  font-size: 1.2em;
  margin: 10px 10px 0px 0px;
}

#right{
  position: relative;
  bottom: -222px;
  margin: 0 auto;
}
 
