
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.nav-item {
    margin : 0 120px ;
    margin-top: 1vh;
    transform: translateY(-10%);
}



   #navbarNavAltMarkup{
       background-color:rgb(174, 166, 192);
       border-radius: 30px 30px 30px 30px;
   }

body{
background-image: rgba(136, 129, 117, 0.493);

}


p
{
   color: rgb(196, 172, 93);
    transition-property: color;
    transition-duration: 0.2s;
    transition-delay: 0.2s; 
  
    margin-top: 20;
    font-family: "Helvetica Neue", "Arial",  sans-serif;
    font-weight: 100;
    font-variant-ligatures: normal;
    
    letter-spacing: 1px;
}

p:hover
{
   color: rgb(58, 44, 44);
}






h1{
text-align: center;
font-style: italic;

}

body{
margin: 20;

}


le.cssCSS
/** Code By WebDevTrick ( https://webdevtrick.com ) **/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
body {
font-family: 'Titillium Web', sans-serif;
 color: white;
background: linear-gradient(to left, #ffc3a0, #FFAFBD ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1 {
  text-transform: uppercase;
  font-size: 4em;
}
img {
	height: 300px;
}
.cardholder {
  margin-top: 150px;
          perspective: 600px;
}
.card {
  width: 300px;
  height: 300px;
  background-color: transparent;
          transform: rotateY(50deg);
  box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
	transition: all 1s ease;
  color: transparent;
}
.card:hover {
  width: 300px;
  height: 300px;
  background-color: transparent;
          transform: rotateY(0deg);
  box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.25);
  color: black;
}
.card:hover p {
  background-color: white;
}
p.desc {
  z-index:999;
  position: absolute;
  top: 10px;
  padding: 10px;
}
p.desc:hover {
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/** Code By WebDevTrick ( https://webdevtrick.com ) **/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
body {
font-family: 'Titillium Web', sans-serif;
 color: white;
background: linear-gradient(to left, #ffc3a0, #FFAFBD ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1 {
  text-transform: uppercase;
  font-size: 4em;
}
img {
	height: 300px;
}
.cardholder {
  margin-top: 150px;
          perspective: 600px;
}
.card {
  width: 300px;
  height: 300px;
  background-color: transparent;
          transform: rotateY(50deg);
  box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
	transition: all 1s ease;
  color: transparent;
}
.card:hover {
  width: 300px;
  height: 300px;
  background-color: transparent;
          transform: rotateY(0deg);
  box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.25);
  color: black;
}
.card:hover p {
  background-color: white;
}
p.desc {
  z-index:999;
  position: absolute;
  top: 10px;
  padding: 10px;
}
p.desc:hover {
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 60px;
  }