* 

header {
    background: #191312;
    
    
}
header nav
{
   
}
header::after {
    content: '';
    display: table;
    clear: both;
}

.line{
    width: 30px;
    height: 3px;
    background: #DFD9AB;
    margin: 5px;
}
nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    
    
}

.hamburger{
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 10%;
    transform: translate(-55%, -50%);
}



.nav-Links {
    position: fixed;
    background: #DFD9AB;
    height: auto;
    width: 100%;
    flex-direction: row;
    transition: all 1s ease-out;
    
}


nav ul {
    margin: -20;
    padding: 0;
    list-style: none;
    
}

nav li {
    display: inline-block;
    margin-left: 70px;
    margin-left: 70px;
    padding-top: 25px;
    padding-right: 15px;
    
    position: relative;
}


nav a {
    color: #DFD9AB;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Hind', sans-serif;
    font-weight: 100;
}
nav a:hover {
    color: #DFD9AB;
    
}

nav a::before {
    content: '';
    margin-left: auto;
    margin-right: auto;
    display: block; 
    height: 5px;
    background-color: #DFD9AB;
    
    position: absolute;
    top: 0;
    width: 0%;
    
    transition: all ease-in-out 250ms;
}

nav a:hover::before {
    width: 100%;
}


.logo {
    margin-left: auto;
    margin-right: auto;
     display: block;
    padding: none;
    width: 250px;
    height: auto;
    position: relative;
  
    
   
   
}

body {
    margin: 0px;
    background-image: url(Images/CShop1.jpg);
    height:500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    
    
}

.parallax {
  /* The image used */
  background-image: url("Images/Cshop1.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fallreward {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    
}

.aboutus {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    
}

.javaclub {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    
}

.contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    
}

.menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    
}

.maincard {
    
    background: #FFFFFF;
    margin: 0px;
    font-family: 'Hind', sans-serif; 
    font-weight: 700px;
    font-style: normal;
    color: #491000;
    padding-top: 50px;
    
}
.maincard3 {
    
    background: #FFFFFF;
    margin: 0px;
    font-family: 'Hind', sans-serif; 
    font-weight: 700px;
    font-style: normal;
    color: #491000;
    padding-top: 50px;
    text-align: center;
    
}


h1 {
    padding-left: 15px;
    background: #FFFFFF;
    margin: 0px;
    text-align: left;
    font-size: 120px;
    padding-bottom: 0px;
    text-transform: uppercase;
  
    
}
h2 {
    padding-right: 15px;
    background: #FFFFFF;
    margin: 0;
    text-align: right;
    font-size: 120px;
    position: relative;
    text-transform: uppercase;
 
}

h3 {
   
    background: #FFFFFF;
    margin: 0px;
    text-align: center;
    font-size: 140px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
    
h4 {
    background: #191312;
    margin: 0px;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    font-weight: 200px;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
  
    
}

h5 {
    background: #191312;
    margin: 0px;
    font-weight: 200px;
    text-align: center;
    font-size: 50px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
  
    
}

.contact-title{
   margin-top: 100px;
    color: #fff;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
}

form{
    align-content: center;
    text-align: center;
    margin-top: 50px;
    transition: all 4s ease-in-out;
    background: #191312;
}

.form-control{
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 16px;
    
}

input{
    height:45px;
}

form .submit{
    background: #ff5722;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}

form .submit:hover{
    background-color: #f44336;
    cursor: pointer;
    
    
}

.mcardtext {
    background: #FFFFFF;
    margin-top: -40px;
    font-family: 'Hind', sans-serif; 
    font-weight: 500px;
    font-style: normal;
    color: #491000;
    padding-left: 50px;
    padding-right: 0;
    padding-top:
    position: relative;
    font-size: 30px;
    padding-bottom:50px;
    
}
.mcardtext2 {
    background: #FFFFFF;
    margin-top: -40px;
    font-family: 'Hind', sans-serif; 
    font-weight: 500;
    font-style: normal;
    color: #491000;
    padding-left: 0px;
    padding-right: 50px;
    position: relative;
    text-align: right;
    font-size: 30px;
    padding-bottom: 50px;
}

.cup {
    align-content:right;
    display: block;
    float:right;
    margin-left:auto;
    margin-right:none;
    margin-top: -450px;
    position: relative;
    padding-right: none;
    width:  33%;
    height: auto;
}

.bag {
   align-content:left;
    display: block;
    float:left;
    margin-left:auto;
    margin-right:auto;
    margin-top: -350px;
    position: relative;
    padding-right: none;
    padding-left: none;
    width: 680px;
    height: auto; 
    transform: rotateY(180deg);
}


/* Image Carousel ---------------*/











/* Footer -------------------------------------*/

.social {
 background: #883E24;
    align-content: center;
    padding-top: 10px;
    padding-bottom:10px;
}

.youtube-btn {
 padding-left:50px;
       
      align-content: center
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    
    width: 3%;
    color: #FFFFFF;
    filter: invert(95%) sepia(100%) saturate(21%) hue-rotate(323deg) brightness(105%) contrast(105%);
}

.instagram-btn {
     padding-left:50px;
       
    align-content: center
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    
    width: 3%;
    color: #FFFFFF;
    filter: invert(95%) sepia(100%) saturate(21%) hue-rotate(323deg) brightness(105%) contrast(105%);
}

.twitter-btn {
    padding-left:50px;
      align-content: center  
   
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    
    width: 3%;
    color: #FFFFFF;
    filter: invert(95%) sepia(100%) saturate(21%) hue-rotate(323deg) brightness(105%) contrast(105%);
}


/*--------------------CSS CARDS------------------------*/



/* Smartphones (landscape) ----------- */

@media only screen and (min-width : 321px) {

/* Styles */

}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width : 320px) {

/* Styles */

}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

/* Styles */

}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

/* Styles */

}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

/* Styles */

}

/**********

iPad 3

**********/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

/* Styles */

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

/* Styles */

}

/* Desktops and laptops ----------- */

@media only screen  and (min-width : 1224px) {

/* Styles */

}

/* Large screens ----------- */

@media only screen  and (min-width : 1824px) {

/* Styles */

}

/* iPhone 4 ----------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

/* Styles */

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

/* Styles */

}

/* iPhone 5 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

/* iPhone 6, 7, 8 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

/* iPhone 6+, 7+, 8+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

/* iPhone X ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}

/* iPhone XS Max, XR ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}

/* Samsung Galaxy S3 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

/* Styles */

}

/* Samsung Galaxy S4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}

/* Samsung Galaxy S5 ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

/* Styles */

}
