/* Web Fonts -------------------- */

@font-face {
  font-family:'Abolition Regular';
    src: url('../fonts/abolition-regular-webfont.eot');
  src: url('../fonts/abolition-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/abolition-regular-webfont.woff') format('woff'),
       url('../fonts/abolition-regular-webfont.ttf') format('truetype');
  }

/* Base Styles -------------------- */

* {
  box-sizing: border-box;
}

li {
  padding-top: auto;
  display: inline-block;
  list-style-type: none;
  padding-right: 20px;
  color:rgb(0, 17, 248);
}

ul a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

body {
  color: #2b28283d;
  margin: 0;
  font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-size:cover;  
}

h1,
h2 {
  font-family:'Abolition Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {  
  font-size: 5.625rem; /* 90px/16px  */
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.3;
  text-shadow:3px 3px 3px rgba(0,0,0,.8);
  margin: 12px 0 0;
}

h2 {
  font-size: 2em; /* 53px/16px  */
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 .5em; /* 0 0 26px */
  color:white;
}

h3 {
  text-align: center;
  font-size: 1.5em;
  color:rgb(78, 79, 80);
  text-shadow: 1px 3px 3px rgba(0,0,0,.8);
  line-height: 1.2;
  padding-top: 1em;
  margin-bottom: 1em; 
}

img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius:10px 10px 10px 10px;
}

/* Pseudo-classes ------------------ */

:root {
  background-color: #c0bebe;
}


a:link {
  color:darkblue;
  text-decoration: none;
}

a:hover{
  color: #499eff;
  opacity: .5;
}



/* Main Class Styles --------------------- */

.background {
  background: url('../img/aurora.jpg') no-repeat center;
  background-size:100% 100%;
  border-bottom: 3px solid  #494f57;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

.home {
  font-size:2.0em;
  font-family:'Abolition Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:white;
  margin-left:10px;
}

.nav {
  margin-top:auto; 

}


.main-header {
  padding-top:150px;
  margin-top:auto;
  padding-bottom:200px;
  
}

.title {
  color: white;
  text-shadow:3px 3px 3px rgba(0, 0, 0, 0.8);
  font-family:'Abolition Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem; 
  letter-spacing:0.065em;
  font-weight: 200;
  border-bottom: 2px solid;
  padding-bottom:10px;
}

.intro p{
  text-align: left;
  font-size: 2.0em; /* 20px/16px */
 }

.route1 {
  float:center;
  box-shadow: 3px 3px 5px rgba(0,0,0,.8) 
}

.wiki {
  display:inline-block;
  padding-bottom: 5%;
  padding-left:5px;
  padding-right: 5px;
}

.primary-content,
.main-header,
.main-footer {
  text-align: center;
  
}

.primary-content p{
  text-indent: 20px;
  text-align: left;
	padding-top: 25px;
  padding-bottom: 15px;
  color:rgb(78, 79, 80)
}

.secondary-content {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid;
  border-top: 2px solid;
}

.secondary-content p {
  text-align: left;
  text-indent: 20px;
  color:rgb(78, 79, 80);
}

.title_about {
  color:rgb(78, 79, 80);
  padding-top:5px;
  padding-bottom: -2px;
  text-align: center;
}

.primary-content,
 img,
 a {
  text-align: center;
  font-size: 1.0em;
  }

.click-below {
  text-align: center;
  font-size:2em;
  color: #0c5cbd;
  text-shadow:  1px 3px 4px rgba(0,0,0,.6);
  display:block;
  width: 50%;
  border-radius: 8px;
  margin: auto auto;
}

.days {
  
  float: center;
  display:block;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 65px;
  margin-left: 50px;
  margin-right:50px;
  padding-bottom: 100px;
  
}

.days a {
  position:relative;
}

.days img {
 height: 150px;
 width: 150px;
 
}

.days span {
  position: absolute;
  color:rgb(255, 255, 255);
  bottom:40px;
  left:0;
  Right:0;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0,0,0,.8);
}

.follow {
  text-align: center;
  font-family: tahoma;
  font-size: 2em;
  text-shadow: 1px 3px 3px rgba(0,0,0,.8);
  border-top: 2px solid  #494f57;
}
.follow p {
  margin-top:10px;
}

.facebook img {
  float:center;
  height:40px;
  width: 40px;
  box-shadow: 1px 5px 5px rgba(0,0,0,.8)
}

.instagram img {
  float:center;
  margin-right: 30px;
  height:40px;
  width: 40px;
  box-shadow: 1px 5px 5px rgba(0,0,0,.8)
}


.main-footer {
  text-align: center;
  padding-top:-5px;
  padding-bottom: 10px;
  border-bottom: 2px solid  #494f57;
  color:rgb(78, 79, 80);
  margin-top:5%;
  margin-bottom: 5px;
  background-color: #f3f3f3d0;
}



/* Layout Styles ------------------ */

.primary-content, 
.secondary-content {
  width: 75%;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  max-width: 960px;
}


.arrow {
  width: 30px;
  margin-top:30px;
}

/* Floated Columns ------------------ */




/* Substring Matching Attributes Selector (^begin, $ends,*contains------------------ */
/*this will match only the selection that has http in the link*/

a[href^="http:"]{               
  color:blue;                 
  text-decoration: none;
}

img[src$=".jpg"]{
  box-shadow: 10px 10px 10px rgba(0,0,0,.8);
}





/* Media Queries ------------------ */

@media screen and (min-width: 576px) {

.friends_image {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
  height:155px;
  margin-bottom: 30px;
  border-radius:25px 25px 25px 25px;
  }

}

/*below is for when the broswer is collapsed for the top Navigation bar*/


/* Medium screens */   
@media all and (max-width: 760px) {
   
  .home {
    display: flex;
    flex-flow: row;
    justify-content: center;

  }
  .nav{
    padding:auto;
    margin:auto;
  }



}

/* Small screens */   /* On small screens, we are no longer using row direction but column */
@media all and (max-width: 550px) {
  
  .home,
  .nav {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width:100%;
    padding:auto;
  }
  .main-header {
    padding-top: 90px;
    margin-top: auto;
    padding-bottom: 90px;
  }

  
  


}


