*{
  margin: 0;
  padding: 0;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;

}
.header{
min-height: 100vh;
width: 100%;
background-image: linear-gradient(rgba(30, 4, 4, 0.7),rgba(30, 4, 4, 0.7)),url(Imagess/WEBTOP.png);
/* change image to background pic*/
background-position: center;
background-size: cover;
position: relative;
background-repeat: no-repeat;
}
nav{
display: flex;
justify-content: space-between;
align-items: center;
}
nav img{
width: 200px;
padding-left: 6%;
}
.nav-links{
flex: 1;
text-align: right;
padding-right: 6%;

}
.nav-links ul li{
list-style: none;
display: inline-block;
padding: 8px 12px;
position: relative;
}
.nav-links ul li a{
color: white;
text-decoration: none;
font-size: 16px;
}
.nav-links ul li::after{
content: '';
width: 0%;
height: 2px;
background: #f44336;
display: block;
margin: auto;
transition: .5s;
}
.nav-links ul li:hover::after{
width: 100%;
}
.sub-menu{
display: none;
}
.nav-links ul li:hover .sub-menu{
display: block;
position: absolute;
background-color: #f44336;
margin-top: 15px;
margin-left: -15px ;
z-index: 10;
}
.nav-links ul li:hover .sub-menu ul{
display: block;
margin: 10px;
}
.nav-links ul li:hover .sub-menu ul li{
width: 150px;
padding: 10px;
border-bottom: 1px dotted #fff;
background: transparent;
border-radius: 0;
text-align: left;
}
.nav-links ul li:hover .sub-menu ul li:last-child{
border-bottom: none;
}
.nav-links ul li:hover .sub-menu ul li a:hover{
color: gold;
}


.text-box{
width: 80%;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.text-box h1{
font-size: 50px;
}
.text-box p{
margin: 10px 0 40px;
font-size: 14px;
color: white;
}
.hero-button{
display: inline-block;
text-decoration: none;
color: white;
border: 1px solid white;
padding: 12px 34px;
font-size: 14px;
background: transparent;
position: relative;
cursor: pointer;
}
.hero-button:hover{
border: 1px solid red;
background: red;
transition: 1s;
color: white;
}
nav .fa{
display: none;
}
.sched{
display: none;
}
.WCRpic1{
  display:none;
}
.WCRpic2{
    display:none;
}


.WCRpic{
float: left;
background-color: white;
padding-bottom: 35px;
padding-right: 70px;
padding-left: 20px;
}
.schedule h1{
padding-top: 60px;
text-decoration: underline;
font-weight: 800;
padding-bottom: 30px;
color: black;

}
.schedule{
width: 100%;
text-align: center;
background-color: lightcoral;
padding-bottom: 100px;
}
.ldojo{
padding-right: 300px;
margin-top: 50px;
}
.ldojo2{
  display: none;
}
.ldojoAdd{
text-align: left;
padding-right: 170px;
margin-top: 30px;
font-size: smaller;
}
.ldojoAdd2{
  display: none;
}
.fdojoAdd{
text-align: right;
font-size: smaller;
}
.fdojoAdd2{
  display: none;
}
.fdojo2{
  display: none;
}
.Add{
margin-top: 30px;
}
.sc1{
padding-right: 350px;
color: #000;
text-decoration: none;
}
.sc12{
  display: none;
}
.sc2{
color: #000;
text-decoration: none;
}
.sc22{
  display: none;
}
.sc{
margin-top: 50px;
}
.sc1:hover{
color: #fff;
transition: .5s;
}
.sc2:hover{
color: #fff;
transition: .5s;
}
.Patchpic1{
  display: none;
}
/*.fake{
margin: auto;
background-color: lightcoral;
display: none;
}*/

h1{
font-size: 36px;
font-weight: 600;
}
p{
color: #000;
font-size: 14px;
font-weight: 300;
line-height: 22px;
padding: 10px;
}

.schedule table{
margin: auto;
}

.WhyKarate{
text-align: center;
padding-top: 80px;
background-image: linear-gradient(rgba(30, 4, 4, 0.7),rgba(30, 4, 4, 0.7)),url(Imagess/LINEUP.png);
background-size: 1400px;
padding-bottom: 400px;
color: yellow;
}
.WhyKarate h1{
padding-bottom: 30px;
text-decoration: underline;
}
.why{
font-size: 16px;
float: left;
padding-bottom: 50px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
}
.Ben{
padding-bottom: 5px;
font-size: 35px;
}
.Benefits{
font-size: 20px;
float: left;
padding-left: 47.5%;

}
.footer{
padding-top: 100px;
text-align: center;
font-size: 25px;
}
.RCCAWMPic{
float: left;
background-color: rgb(153, 124, 102);
padding-top: 130px;
padding-bottom: 125px;

}
.RCCAWMPic1{
    display: none;
}

.AboutUs h1{
text-decoration: underline;
font-weight: 800;
padding-bottom: 30px;
color: black;
padding-top: 40px;

}
.AboutUs h5{
padding-left: 650px;
padding-right: 60px;
font-weight: 200px;
font-size: 18px;
text-align: left;

}
.AboutUs{
text-align: center;
background-color: lightcoral;
padding-bottom: 48px;

}
.icons .fa-brands{
color: red;
margin: 0 13px;
cursor: pointer;
padding: 18px 0;
}
.icons .fa-brands:hover{
transition: .5s;
color: blue;
}
.footer{
background-color: black;
}
.footer h2{
color: white;
padding-bottom: 10px;
}
.footer h3{
color: white;
font-size: 16px;
padding-bottom: 20px;
}
.fContact{
text-decoration: none;
font-size: 16px;
}
.fContact:hover{
transition: .5s;
color: red;
}

/*------about page------*/

.Abt{
text-align: center;
text-transform: uppercase;
padding-bottom: 5px;
color: white;

}

.Abt:before {
width: 28px;
height: 5px;
display: block;
content: "";
position: absolute;
bottom: 3px;
left: 50%;
margin-left: -14px;
}
.Abt:after {
width: 100px;
height: 1px;
display: block;
content: "";
position: relative;
margin-top: 25px;
left: 50%;
margin-left: -50px;
background-color: #b80000;
}

.History{
text-align: center;
background-color:lightgoldenrodyellow;
padding-top: 20px;
}

.Guy{
padding-left: 20px;
float: left;
padding-right: 50px;
padding-bottom: 40px;
padding-top: 20px;
}
.Hp1{
margin-left: 50px;
margin-right: 50px;
font-size: 16px;
font-weight: 400;
padding-bottom: 30px;
}
.WayneCert{
padding-left: 40px;
padding-right: 20px;
padding-bottom: 40px;
display: inline-block;
}

.ConstEizo{
padding-bottom: 40px;
padding-right: 20px;
}

.Eizo{
padding-bottom: 20px;
padding-right: 20px;
}
.Hp2{
margin-left: 50px;
margin-right: 50px;
font-size: 16px;
font-weight: 400;
}
.Hp3{
margin-left: 50px;
margin-right: 50px;
font-size: 16px;
font-weight: 400;
}
.Hp4{
margin-left: 50px;
margin-right: 50px;
font-size: 16px;
font-weight: 400;
}
.Hp5{
margin-left: 50px;
margin-right: 50px;
font-size: 16px;
font-weight: 400;
}
.Hp6{
margin-left: 50px;
margin-right: 50px;
font-size: 16px;
font-weight: 400;
}
.Hp7{
margin-left: 50px;
margin-right: 50px;
font-size: 16px;
font-weight: 400;
}
.HHp1{
padding-bottom: 20px;
text-align: center;
padding-right: 80px;
}
.HHp2{
padding-bottom: 20px;
text-align: center;
}
.HHp3{
padding-bottom: 20px;
text-align: center;
}
.HHp4{
padding-bottom: 20px;
text-align: center;
}

.ToddIlleneSean{
display:inline-block;
padding-right: 30px;
padding-bottom: 40px;
}
.WayneIllene{
display: inline-block;
padding-bottom: 50px;
padding-right: 30px;
padding-left: 50px;

}
.RCkick{
display: inline-block;
padding-bottom: 40px;
padding-right: 20px;

}
.ShorinRyuSection{
background-color: #ee8078be;
padding-top: 20px;
padding-bottom: 20px;
}
.ShudokanSection{
padding-bottom: 20px;
}
.OKCDSection{
background-color: #ee8078be;
padding-top: 20px;
padding-bottom: 60px;
}
.AllOKCD{
display:inline-block;
padding-left: 50px;
padding-right: 30px;
padding-bottom: 50px;
}
.RCISSD{
display: inline-block;
padding-bottom: 40px;
padding-top: 30px;
padding-right: 30px;

}
.RajeshDan{
display: inline-block;
padding-bottom: 50px;

padding-right: 30px;

}
.ClassOKCD{
display:inline-block;
padding-left: 50px;
padding-right: 30px;
padding-bottom: 50px;
}
.SifuRC{
display: inline-block;
padding-bottom: 40px;
padding-top: 30px;
padding-right: 30px;

}
.ShodanTest{
display: inline-block;
padding-bottom: 50px;

padding-right: 30px;

}

/*------instructors page------*/
.Instructors h1{
text-align: center;
text-transform: uppercase;
padding-bottom: 5px;
color: white;
}
.Instructors h1:before {
width: 28px;
height: 5px;
display: block;
content: "";
position: absolute;
bottom: 3px;
left: 50%;
margin-left: -14px;
}
.Instructors h1:after {
width: 100px;
height: 1px;
display: block;
content: "";
position: relative;
margin-top: 25px;
left: 50%;
margin-left: -50px;
background-color: #b80000;
}
.Names{
background-color: beige;
font-size: 17px;
}
.WMname{
padding-left: 20px;
padding-right: 30px;
text-decoration: none;
color: black;
}
.WMname:hover{
transition: .5s;
color: red;
}
.CAname{
padding-right: 30px;
text-decoration: none;
color: black;
}
.CAname:hover{
transition: .5s;
color: red;
}
.RCname{
padding-right: 30px;
text-decoration: none;
color: black;
}
.RCname:hover{
transition: .5s;
color: red;
}
.KSname{
padding-right: 30px;
text-decoration: none;
color: black;
}
.KSname:hover{
transition: .5s;
color: red;
}
.NTname{
padding-right: 30px;
text-decoration: none;
color: black;
}
.NTname:hover{
transition: .5s;
color: red;
}
.SCname{
padding-right: 30px;
text-decoration: none;
color: black;
}
.SCname:hover{
transition: .5s;
color: red;
}
.MCname{
padding-right: 30px;
text-decoration: none;
color: black;
}
.MCname:hover{
transition: .5s;
color: red;
}
.SSname{
padding-right: 30px;
text-decoration: none;
color: black;
}
.SSname:hover{
transition: .5s;
color: red;
}
.MCAname{
text-decoration: none;
color: black;
}
.MCAname:hover{
transition: .5s;
color: red;
}
.Pics{
background-color: beige;
}
.fake2{
background-color:beige;
text-decoration: beige;
}
.fake2 p{
color: beige;
}
.pic1{
float: right;
padding-right: 100px;

}
.Wayne{
margin-left: 100px;
margin-top: 0px;
padding-bottom: 30px;

}
.Wayne h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 30px;

}

.pic2{
float: right;
padding-right: 100px;
padding-bottom: 30px;

}
.Constance{
margin-top: 50px;
margin-left: 100px;
padding-bottom: 30px;

}
.Constance h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 30px;

}
.pic3{
float: right;
clear: right;
padding-right: 100px;
padding-bottom: 30px;

}
.Rajesh{
margin-top: 50px;
margin-left: 100px;
padding-bottom: 30px;

}
.Rajesh h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 30px;

}
.pic4{
float: right;
padding-right: 100px;
clear: right;
padding-bottom: 30px;

}
.Keith{
margin-top: 50px;
margin-left: 100px;
padding-bottom: 30px;

}
.Keith h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 30px;

}
.pic5{
float: right;
padding-right: 100px;
clear: right;
padding-bottom: 30px;

}
.Noah{
margin-top: 50px;
margin-left: 100px;
padding-bottom: 30px;

}
.Noah h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 30px;

}
.pic6{
float: right;
padding-right: 80px;
clear: right;
padding-bottom: 30px;

}

.Shashank{
margin-top: 50px;
margin-left: 100px;
padding-bottom: 50px;

}
.Shashank h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 50px;

}
.pic7{
float: right;
padding-right: 40px;
clear: right;
margin-bottom: 50px;

}
.Mark{
margin-top: 50px;
margin-left: 100px;
margin-bottom: 150px;

}
.Mark h5{
font-size: 17px;
font-weight: 400;
}
.pic8{
float: right;
padding-right: 80px;
clear: right;
margin-bottom: 50px;
padding-bottom: 15px;
}
.Sanju{
margin-top: 50px;
margin-left: 100px;
margin-bottom: 100px;
padding-bottom: 30px;
}
.Sanju h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 30px;
}
.pic9{
float: right;
padding-right: 80px;
clear: right;
margin-bottom: 50px;
padding-bottom: 30px;
}
.Maximo{
margin-top: 50px;
margin-left: 100px;
padding-bottom: 100px;
}
.Maximo h5{
font-size: 17px;
font-weight: 400;
padding-bottom: 30px;
margin-bottom: 100px;
}





/*-------- Frisco locations-------*/
.sub-header{
background-image: linear-gradient(rgba(30, 4, 4, 0.7),rgba(30, 4, 4, 0.7)),url(Imagess/Board.JPG);
background-size: 1400px;
padding-bottom: 100px;
}
.google-map {
padding-top: 50%;
position: relative;
width: 100%;
}

.google-map iframe {
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
}
.FriscoBck{
background-image: url(Imagess/IMG_9100.JPG);
text-align: center;
background-size: 1400px;
padding-bottom: 300px;
}
.FriscoBck h2{
padding-top: 30px;
font-size: 45px;
color: white;
}
.Dojos h1{
text-align: center;
text-transform: uppercase;
padding-bottom: 5px;
color: white;
}
.Dojos h1:before {
width: 28px;
height: 5px;
display: block;
content: "";
position: absolute;
bottom: 3px;
left: 50%;
margin-left: -14px;
}
.Dojos h1:after {
width: 100px;
height: 1px;
display: block;
content: "";
position: relative;
margin-top: 25px;
left: 50%;
margin-left: -50px;
background-color: #b80000;
}

.table1{
margin-left: 10% ;
margin-top: 20%;
width: 80%;
background-color: gray;
}
.table1 th,td
{
  text-align: center;
  border-collapse: collapse;
  outline: 1px solid #e3e3e3;
}

.table1 td
{
  padding: 5px 10px;
}

.table1 th
{
  background: rgba(255, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
}

.table1 td:hover
{
  cursor: pointer;
  background: #666;
  color: white;
}


/*-------- Lantana locations-------*/
.google-map {
padding-top: 50%;
position: relative;
width: 100%;
}

.google-map iframe {
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
}
.Dojos2 h1{
text-align: center;
text-transform: uppercase;
padding-bottom: 5px;
color: #e3e3e3;
}
.Dojos2 h1:before {
width: 28px;
height: 5px;
display: block;
content: "";
position: absolute;
bottom: 3px;
left: 50%;
margin-left: -14px;
}
.Dojos2 h1:after {
width: 100px;
height: 1px;
display: block;
content: "";
position: relative;
margin-top: 25px;
left: 50%;
margin-left: -50px;
background-color: #b80000;
}


.table2 th,td
{
  margin: 0;
  text-align: center;
  border-collapse: collapse;
  outline: 1px solid #e3e3e3;
}

.table2 td
{
  padding: 10px 10px;
}

.table2 th
{
  background: rgba(255, 0, 0, 0.7);
  color: white;
  padding: 10px;
}

.table2 td:hover
{
  cursor: pointer;
  background: #666;
  color: white;
}
.table2{
margin-top: 20%;
width: 80%;
margin-left: 10%;
background-color: gray;
}
.LantanaBck{
background-image: url(Imagess/Lantana.JPG);
text-align: center;
background-size: 1400px;
padding-bottom: 100px;
}
.LantanaBck h2{
padding-top: 30px;
font-size: 45px;
color: red;
}
.Shorin-RyuLin{
padding-left: 20%;
align-content: center;
}
.ShudokanLin{
  padding-left: 20%;
  align-content: center;
  }
.Shorin-RyuLin2{
  display: none;
}
.ShudokanLin2{
  display: none;
}
@media (max-width: 700px){
  
.text-box h1{
  font-size: 20px;
}
.nav-links ul li{
  display: block;
}
.nav-links{
  position: absolute;
  background: #f44;
  height: 100vh;
  width: 200px;
  top: 0;
  text-align: left;
  z-index: 2;
  transition: 1s;
  right: 100%;
}
nav .fa{
  position: right;
  float: right;
  display: block;
  color: white;
  margin: 10px;
  font-size: 22px;
  cursor: pointer;
}

.nav-links ul{
  padding: 30px;
}
.text-box h1{
  font-size: 30px;
}
.WCRpic1{
display:block;
background-color: white;
padding-bottom: 35px;
padding-right: 50px;
padding-left: 40px;
}
.WCRpic{
  display: none;
}
.WCRpic2{
    display:none;
}


.schedule1 h1{
padding-top: 30px;
text-decoration: underline;
font-weight: 600;
padding-bottom: 15px;
color: black;
font-size: 35px;

}
.schedule1{
width: 100%;
text-align: center;
background-color: lightcoral;
padding-bottom: 75px;
}

.ldojo{
  font-size: 18px;
  padding-right: 60px;
}

.fdojo{

  font-size: 18px;
}


.ldojoAdd{
  font-size: 12px;
  padding-right: 11px;
}

.fdojoAdd{
  font-size: 11px;
}
.sc1{
  padding-right: 80px;
}

.sc{
  font-size: 18px;
}
.Patchpic1{
  display: inline;
}
.Patchpic{
  display: none;
}
.why{
    justify-content: left

}
  
 .Benefits{
font-size: 20px;
padding-left: 40%;
padding-right: 40%;

}
.AboutUs h1{
  font-size: 30px;

}
.AboutUs h5{
  font-size: 12px;
  padding-left: 50px;
}
.RCCAWMPic{
    display: none
}
.RCCAWMPic1{
display: block;
background-color: rgb(139, 97, 64);
padding-bottom: 0px;
padding-top: 0px;
}


.WayneCert{
  display: inline;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 30px;
}
.ConstEizo{
padding-bottom: 40px;
padding-right: 20px;
padding-left: 20px;

}
.Eizo{
padding-bottom: 20px;
padding-right: 20px;
} 
.Shorin-RyuLin{
  width: 10%;
}
.ToddIlleneSean{
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
}
.WayneIllene{
  padding-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px; 
}
.RCkick{
  padding-bottom: 40px;
  padding-right: 15px; 
  }
  .AllOKCD{
    padding-left: 15px;
    padding-bottom: 20px;
    }
    .RCISSD{
    padding-bottom: 40px;
    padding-top: 30px;
    padding-right: 25px;
    
    }
    .RajeshDan{
    padding-bottom: 50px;
    
    padding-right: 15px;
    
    }
    .ClassOKCD{
    padding-left: 15px;
    padding-bottom: 20px;
    }
    .SifuRC{
    padding-bottom: 20px;
    padding-top: 30px;
    padding-right: 15px;
    
    }
    .ShodanTest{
    padding-bottom: 20px;
    
    padding-right: 20px;
    
    }
  .Shorin-RyuLin{
    display: none;
  }
  .Shorin-RyuLin2{
    display: contents;
  }
  .ShudokanLin{
    display: none;
  }
  .ShudokanLin2{
    display: contents;
  }
  .Names{
    background-color: beige;
    font-size: 17px;
    }
    .WMname{
    padding-left: 20px;
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .WMname:hover{
    transition: .5s;
    color: red;
    }
    .CAname{
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .CAname:hover{
    transition: .5s;
    color: red;
    }
    .RCname{
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .RCname:hover{
    transition: .5s;
    color: red;
    }
    .KSname{
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .KSname:hover{
    transition: .5s;
    color: red;
    }
    .NTname{
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .NTname:hover{
    transition: .5s;
    color: red;
    }
    .SCname{
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .SCname:hover{
    transition: .5s;
    color: red;
    }
    .MCname{
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .MCname:hover{
    transition: .5s;
    color: red;
    }
    .SSname{
    padding-right: 30px;
    text-decoration: none;
    color: black;
    }
    .SSname:hover{
    transition: .5s;
    color: red;
    }
    .MCAname{
    text-decoration: none;
    color: black;
    }
    .MCAname:hover{
    transition: .5s;
    color: red;
    }
    .Pics{
    background-color: beige;
    }
    .fake2{
    background-color:beige;
    text-decoration: beige;
    }
    .fake2 p{
    color: beige;
    }
    .pic1{
    float: right;
    padding-right: 100px;
    
    }
    .Wayne{
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
    
    }
    .Wayne h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 0px;
    
    }
    
    .pic2{
    float: none;
    padding-left: 70px;
    padding-right: 50px;
    padding-bottom: 0px;
    
    }
    .Constance{
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    
    }
    .Constance h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
    
    }
    .pic3{
    float: none;
    clear: right;
    padding-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    
    }
    .Rajesh{
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    
    }
    .Rajesh h2{
      font-size: 18px;
    }
    .Rajesh h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
    
    }
    .pic4{
    float: none;
    padding-right: 0px;
    padding-left: 80px;
    clear: right;
    padding-bottom: 0px;
    
    }
    .Keith{
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    
    }
    .Keith h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 0px;
    
    }
    .pic5{
    float: none;
    padding-right: 0px;
    padding-left: 100px;
    clear: right;
    padding-bottom: 0px;
    
    }
    .Noah{
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    
    }
    .Noah h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 0px;
    
    }
    .pic6{
    float: none;
    padding-right: 0px;
    padding-left: 100px;
    clear: right;
    padding-bottom: 0px;
    
    }
    
    .Shashank{
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    }
    .Shashank h2{
      font-size: 17px
    }
    .Shashank h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 0px;
    
    }
    .pic7{
    float: none;
    padding-right: 0px;
    padding-left:100px;
    clear: right;
    margin-bottom: 0px;
    
    }
    .Mark{
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    }
    .Mark h2{
      font-size: 22px;
    }
    .Mark h5{
    font-size: 17px;
    font-weight: 400;
    }
    .pic8{
    float: none;
    padding-right: 0px;
    padding-left: 100px;
    clear: right;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
    .Sanju{
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 00px;
    }
    .Sanju h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 0px;
    }
    .Sanju h2{
      font-size: 22px;
    }
    .pic9{
    float: none;
    padding-right: 0px;
    clear: right;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 70px;
    }
    .Maximo{
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    }
    .Maximo h2{
      font-size: 18px;
    }
    .Maximo h5{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
    .LantanaBck{
      background-image: url(Imagess/Lantana.JPG);
      text-align: center;
      background-size: 500px;
      padding-bottom: 0px;
      }
      .LantanaBck h2{
        padding-top: 80px;
        font-size: 45px;
        color: red;
        }
        .table2 th,td
{
  margin: 0;
  text-align: center;
  border-collapse: collapse;
  outline: 1px solid #e3e3e3;
}

.table2 td
{
  padding: 1px 1px;
}

.table2 th
{
  background: rgba(255, 0, 0, 0.7);
  color: white;
  padding: 1px;
}

.table2 td:hover
{
  cursor: pointer;
  background: #666;
  color: white;
}
.table2{
margin-top: 20%;
width: 80%;
margin-left: 10%;
background-color: gray;
}
.FriscoBck{
  background-image: url(Imagess/IMG_9100.JPG);
  text-align: center;
  background-size: 500px;
  padding-bottom: 10px;
  }
  .FriscoBck h2{
  padding-top: 10px;
  font-size: 45px;
  color: white;
  }

  
  .table1{
  margin-left: 10% ;
  margin-top: 2%;
  width: 80%;
  background-color: gray;
  }
  .table1 th,td
  {
    text-align: center;
    border-collapse: collapse;
    outline: 1px solid #e3e3e3;
  }
  
  .table1 td
  {
    padding: 0px 0px;
  }
  
  .table1 th
  {
    background: rgba(255, 0, 0, 0.7);
    color: white;
    padding: 0px 0px;
  }
  
  .table1 td:hover
  {
    cursor: pointer;
    background: #666;
    color: white;
  }
  
}


@media (min-width:701px) and (max-width:1400px) and (orientation: portrait){
  .WCRpic{
      display:block;
      background-color: white;
      padding-top: 80px;
      padding-bottom: 85px;
      padding-right: 50px;
      padding-left: 40px;
  }
    
    .WCRpic2{
      display: none;
    }
    .WCRpic1{
      display: none;
    }
 
  

    
    
    
    
    
    
}





