/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Times", ;
  color: #3d3536;
  background-color: white;
}

a {
  color: #fff;
  text-decoration: none;
}

/*Header--*/
header{
  grid-area:header;
background: white;
    padding-top:17px;
min-height: 120px;
 display: flex;
 align-items: center;
  justify-content: space-between;
  max-width: 465px;
}

.keypass{
  position: absolute;
  right:40px;
  float:left;
    color:slategray;
  padding-left:20px;
  writing-mode:tb;
  -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.keypass a{color:slategray;}
.keypass p:hover{margin-top: 6px;}
.keypass img:hover{margin-top: 6px;}
.keypass img{
  float:left;
  padding-right:5px;
}
.righthead{
  position: absolute;right:50px;
  display: inline-flex;
  padding-right:40px;
  padding-top:98px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}
.righthead img:hover{margin-top:3px;}
.leftinfo{
  display: none;
   float:left;
   overflow:hidden;
   padding-right:100px;
   padding-top:20px;
}
 .riteinfo{
  display: none;
  float:right;
  padding:20px;
    overflow:hidden; 
    text-align: center;
 }
 .tophat img{
  width:250px;
padding-top:9px;
 }
#subnav{
  grid-area:subnav;
  z-index: 111;
}
/*Back to reality*/
.container {
    display: grid;
    grid-template-areas:
      "header"
      "subnav"
      "infoblock"
      "west"
      "services"
      "listings"
      "hyfooter"
      "footer";
      height:100vh;
    grid-template-columns: 1fr;
    grid-gap:3px;
    grid-template-rows: 100px 38px repeat(5, auto);
    background-color: white;
  }
.mgmtcontain {
    display: grid;
    grid-template-areas:
      "header"
      "subnav"
      "mgmt"
      "hyfooter"
      "footer";
   
    grid-template-columns: 1fr;
    grid-gap:3px;
    grid-template-rows: 100px 38px repeat(5, auto);
    background-color: white;
  }
.cd-main-nav {
    margin-right: 5%;
  width: 44px;
  height: 70px;
  color:gold;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  background-position-y:top;
  cursor: pointer;
}

.cd-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
          background-color: whitesmoke;
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.cd-main-nav__list ul { 
  display: grid;
 grid-template-columns: repeat(10, 1fr);
  justify-items: center; 
  background-color: whitesmoke;
  border: 0;
  display: flex;
  padding: 0 2rem;
  position: relative;
  height:50px;
  font-size: larger;
 }

.cd-main-nav__list a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}
.bike{
  margin-top:50px;
  padding:1%;
  margin-left: 5%;
}

#drawer{
  margin-top:13px;
  grid-area:west;
  display:inherit;
  width:100%; background-image:url();
  background-size: cover;
    background-attachment: fixed;
}
#rogues {
  display: none;
  
 }
#splash{
  display: none;
}
 .pike {
  grid-area:infoblock;
/*border: 5px solid #dddddd;*/
font-size:larger;
text-align: center;
padding: 9px;
background-color: #fdfdfd;
z-index: 92!important;
}

#jamm{
  grid-area:services;
  display: inherit;
   background-color:white;
  grid-auto-rows: auto;
  grid-gap: 30px;
margin-left:2%;
margin-right:2%;
font-size:larger;
text-align: center;
}
#jamm a{display: inline-block;
  width:150px;
  background-color: cornflowerblue;
  color: white;
  border-radius: 5px;
  -webkit-transition: all ease-out .1s;
    -moz-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    transition: all ease-out .1s;

} 

#jamm a:hover{background-color:rgba(58,102,144,0.7);
  width:160px;
}
.jelly{
  font-size: larger;
  padding: 2%;
  color:orange;
   text-shadow: 1px 1px 1px #000;
}

.jellyroll{
  font-size: xx-large;
  padding: 2%;
  color:orange;
   text-shadow: 1px 1px 1px #000;
}


#left, #center,#right { 
font-size: x-large;
}
#left.corediv1{
  background-image:url("../img/buyimg.jpg");
background-size:cover;
 background-position: 1px 1px;

}
#center {
  background-image:url("../img/sellimg.jpg");
 background-size:cover;
 background-position: 1px 1px;
}
#left p, #right p, #center p{
  padding-top:16px;

}
#left h2, #right h2, #center h2{
  padding-top:58px;
  color: orange;
    text-shadow: 1px 1px 1px #000;
  font-size: xx-large;
  font-weight: bold;
  
  }
.jersey{
  color:#3a667c;
  font-size: xx-large;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
.corediv1{
  float:left; 
width: 100%;
  font-size: larger;  
  text-shadow:1px 1px 1px #000;
  text-align: center;
margin-left:20px;
padding:6px;
/*outline-offset:-14px;*/
outline:3px white solid;
background-color: rgba(77, 82, 81, 0.75);

}
.corediv1 a{
  display: block;
 height:100%;
background-color: rgba(77, 82, 81, 0.55);
  min-height: 400px;
 color:white;
}
.corediv1 a:hover{background-color:rgba(58,102,124,0.5);
}
.corediv1 hr{width: 90%;
}
#features {
  grid-area:listings;
  text-align: center;
width: 100%;
padding-bottom: 14px;
background-color: #3a667c;
}
#features h2{
  padding-top:28px;
  color: orange;
  text-shadow: 1px 1px 1px #000;
  font-size: xx-large;
  font-weight: bold;
}

#contactbar{
  padding:23px;
  grid-area:hyfooter;
text-align: center; 
}

.cushn{
  padding:24px;color:#333333;font-size:x-large;
font-weight: 200;
}

footer {
   grid-area: footer;
   width:100%;
   text-align: center;
   
  background-color:#333333;
}
 #foodiv{
  display:inherit;
}

.text-foot{color:darkgrey;
  text-align: left;
  margin-left:5%;
  padding:23px;
  /*width:200px;*/
  float: left;
 }
 .text-foot li, a{color:grey;
 }

/*=================================================================
==========================================================
========================================================
=========================================================
=================================================================
==========================================================
========================================================
=========================================================
*/

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

.container {
  display: grid;
  grid-template-areas:
    "header header header"
    "subnav subnav subnav"
    "crash crash crash"
     "west west west"
    "broach broach broach"
    "services services services"
    "listings listings listings"
    "cast cast cast"
    "hyfooter hyfooter hyfooter"
    "footer footer footer";
  height: 100vh;
  grid-gap:2px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 114px 45px auto repeat(7,1fr);
  background-color:#3a667c;
 }

.mgmtcontain{
  display: grid;
  grid-template-areas:
    "header header header"
    "subnav subnav subnav"
    "mgmt mgmt mgmt"
    "hyfooter hyfooter hyfooter"
    "footer footer footer";
  grid-gap:4px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 114px 45px auto 1fr; 
 }

header{
  grid-area:header;
background: white;
    padding-bottom:17px;
min-height: 140px;
 display: flex;
 align-items: center;
  justify-content: space-between;
  max-width: inherit;
}

.keypass{
  position: inherit;
    color:slategray;
  padding-left:20px;
  writing-mode:lr;
}
.keypass a{color:slategray;}

.tophat{
  font-size:larger;
}
.righthead{
  position: inherit;
  display: inline-flex;
  padding-right:40px;
  padding-top:2px;
}
.riteinfo a{
  font-size: x-large;

}
.leftinfo{
  display: inherit;
   float:left;
   overflow:hidden;
   padding-right:100px;
   padding-top:20px;
}
 .riteinfo{
  display: inherit;
  float:right;
  padding:20px;
    overflow:hidden; 
    text-align: center;
 }
.tophat img{
  width:340px;
 }
  #subnav{
  grid-area:subnav;
  background-color: whitesmoke;
  margin-top:19px;
}
  .pike {
  grid-area:broach;
position: absolute;
top:506px;
left:25%;
right:25%;

margin-top: -100px!important;
font-size:larger;
text-align: center;
padding: 9px;
background-color: rgba(77, 82, 82, 0.35);
z-index: 92!important;
}

.bike {
  grid-area:crash;
width:80%;
border: 5px solid #dddddd;
margin-left:9%;
font-size:larger;
text-align: center;
padding: 36px;
background-color: #fdfdfd;
z-index: 92!important;
}

#drawer{
  grid-area:west;
  display:inline-flex;
  width:100%;
  background-image:url();
  background-size: cover;
  background-attachment: fixed;
}
#shelf{
  grid-area:west;
  display:inline-flex;
  width:100%;
}
#closet{
  grid-area:west;

}
  .descendent1{
   background-image:url("../img/366_nc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    background-attachment: fixed;
}
.descendent1 ul{
  background-color: rgba(66,102,124,0.4);
}
.descendent1 li{
  padding:10px;
}
.descendent2 {
  height: 100%;
  padding:40px;
  background-color: #fdfdfd;
}
#jamm{
  grid-area:services;
  display: inherit;
    grid-template-columns:1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 30px;
  margin-top:20px;
  padding-top:44px;
  padding-left:20px;
margin-left:2%;
margin-right:2%;
font-size:larger;
text-align: center;
background-color:white;
}
#jamm a{display: inline-block;
  width:150px;
  background-color: cornflowerblue;
  color: white;
  border-radius: 5px;
  -webkit-transition: all ease-out .1s;
    -moz-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    transition: all ease-out .1s;
} 

#jamm a:hover{background-color:rgba(58,102,144,0.7);
  width:160px;
}
.cd-main-nav {
    /* reset style */
    width: auto;
    height: auto;
background-color: whitesmoke;
    background: none;
    cursor: auto;
  }
  .cd-main-nav__list {
    /* reset style */
    position: relative;
    width: auto;
    text-align-last:justify;
   
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .cd-main-nav__list.cd-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-main-nav__list li {
    display: inline-block;
    margin-left:2%;
    background-image: linear-gradient(
      to bottom,
      transparent 50%,
      rgba(68,140,203, 1) 50%,
      rgba(68,140,203,1) 95%,
      rgba(0,114,188,1) 95%
      );border-left: 2px solid #ddd;
 transform:skew(-15deg);flex: 1 1 auto;
 text-align: center;
  }
  .cd-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding-top: .6em;
    padding-left:1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cd-main-nav__list a:hover {
    color: #fff;
  }
  .cd-main-nav__list ul { 
  display: grid;
 grid-template-columns: repeat(10, 1fr);
  justify-items: center; 
  background-color: #whitesmoke;
  border: 0;
  display: flex;
  padding: 0 2rem;
  position: relative;
  height:40px;
  font-size: larger;
 }
  .cd-main-nav__list ul  li {
    background-image: linear-gradient(
      to bottom,
      transparent 50%,
      rgba(68,140,203, 1) 50%,
      rgba(68,140,203,1) 95%,
      rgba(0,114,188,1) 95%
      );
    }
.cd-main-nav__list ul li a:hover {
      display:block;
      color: #eee;
      background-position: top;
    }
  
.cd-main-nav__list ul li:hover{
    display: inline-flex;
      transform: skew(15deg);
      background-position: bottom;
  font-color:#fff;
    }
.cd-main-nav__list ul li {
 border-left: 2px solid #ddd;
 transform:skew(-15deg);flex: 1 1 auto;
 text-align: center;
 }

/*nav limit*/

li{ background-size: 100% 200%;
  background-position: top center;
  display: block;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

 li:hover{
  background-position: bottom;
  font-color:#fff;
}

#splash {
  display: inherit;
  height: 424px;
  grid-area:crash;
  background-color: cornflowerblue;
  z-index: 80;
}
.buy{
  display:inline-flex;
  width:100%;
   background-image:url("../img/366_nc.jpg");
  background-size: cover;
    background-attachment: fixed; 
}
.uno{

}
.dos{
    border-right:ridge;
    border-left:ridge;
    padding-left:10px;
}
.trs{

}
.qtr{grid-column-start: 1;
    grid-column-end: 5;
  }
.cnq{grid-column-start: 2;
   }
.boot {
    FONT-WEIGHT: 200;
    grid-column-start: 1;
    grid-column-end: 5;
    text-align: center;
    margin-bottom:2%;
}

#features {
  grid-area:listings;
  text-align: center;
width: 100%;
padding-bottom: 14px;
background-color: #3a667c;
}
#features h2{
  padding-top:28px;
  color: orange;
    text-shadow: 1px 1px 1px #000;
    color:orange;
  font-size: xx-large;
  font-weight: bold;

}
#rogues {
  grid-area:cast;
  background-color: #fff;
  text-align:center;
 display:inline-block;
  color:#3a667c;
  z-index: 533;
}
/*Roster Moves */
#teamplay{  
  display: inherit;
    text-align:center;
  height:100%;
  color:#3a667c;
  z-index: 533;
  margin-left: 5%;
  margin-right: 5%;
}
#teamplay h2{
  color:#3a667c;
  font-size:xx-large;
  font-weight:600;
}  
#teamplay div{
  display: inline-block;
}
#teamplay img{
  display: inline-block;
  padding:10px;
  border-radius: 50%; 
  transition-property:width, height;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: .1s;
}

#bricks a{
    transition-property:width, height;
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: .4s;
  }

#bricks .texta{
   background:#FFffff;
   font-size: large;
   font-weight:550;
   font-family: georgia;
     position:relative;
     bottom:60px;
     left:0px;
     opacity:0;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: linear;
    transition-delay: .2s;
}
#bricks:hover .texta {opacity:1;
}
#bricks img:hover{width:142px;height:142px;
}

#contactbar{
  padding:23px;
  grid-area:hyfooter;
text-align: center;
background-color:white;
  
}
.cushn{padding:24px;color:#333333;font-size:x-large;
font-weight: 200;}

footer {
   grid-area: footer;
   text-align: center;
   background-color:#333333;
}
#foodiv{
  display:inline-flex;
}

.text-foot{color:darkgrey;
  text-align: left;
  padding:23px;
  float: left;
 }
 .text-foot li, a{color:grey;
 }

#apropos{text-align:center; 
}

#apropos img{padding:13px;
  border-radius: 50%;
}
#apropos span{font-weight:900;
  font-size: xx-large;
  text-decoration: underline;
}



}

