*{
  text-decoration: none;
}
body{
  background-color:	#B0C4DE;
}

header{
  background-color:#fff);
  width: 100%;
  height:100px;
}

header .header-brand{
  font-family: 'Major Mono Display', monospace;
  font-size: 35px;
  font-weight: 400px;
  color: #111;
  text-align:center;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  padding:20px 0;
}

.text{
  text-align: center;
}

header nav ul{
  display: block;
  margin: 0 auto;
  width: fit-content;
}

header nav ul li{
  display: inline-block;
  float: left;
  list-style: none;
  padding: 0 10px;
}

header nav ul li a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 18px;
  color: #111;
  text-transform: uppercase;
}

.header-cases{
  display: none;
}

.index-banner{
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url(images/carol.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  position: relative;
}


.index-banner h2{
  font-family: 'Major Mono Display', monospace;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-shadow:3px 3px 8px #111;
}

.index-banner h1{
  font-family:'Julius Sans One', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-shadow:4px 4px 10px #111;
}

.boxlinks div{
  margin: 16px;
  width: calc(100% - 32px);
  height: 100px;
  background-color:	#E6E6FA;
}

.boxlinks div h3{
  font-family:'Julius Sans One', sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 100px;
  color: #111;
  text-align: center;
  cursor: pointer;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 2s;
  transition-delay: 2s 4s;
}

.boxlinks div h3:hover{
  font-family:'Julius Sans One', sans-serif;
  color: #fff;
}


/**/
.box1{
  border-radius: 0px; 
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 2s;
  transition-delay: 2s 4s;
}

.box1:hover{
  background:#132639;
  color: #fff;
  border-radius: 80px;
  box-shadow:  #f9ecec 3px 3px 3px 3px;
}

.box2{
  border-radius: 0px; 
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 2s;
  transition-delay: 2s 4s;
}

.box2:hover{
  background: #132639;
  color: #fff;
  border-radius: 80px;
  box-shadow:  #f9ecec 3px 3px 3px 3px;
}

.box3{
  border-radius: 0px; 
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 2s;
  transition-delay: 2s 4s;
}

.box3:hover{
  background: #132639;
  color: #fff;
  border-radius: 80px;
  box-shadow:  #f9ecec 3px 3px 3px 3px;
}
/**/

footer{
  width: calc(100% - 80px);
  padding: 40px 40px;
  margin-top: 20px;
  background-color: #00091a;
  overflow: hidden;
}

footer ul{
  width: fit-content;
  float: left;
  padding: left;
}

footer ul li{
  display: block;
  list-style: none;
}

footer ul li a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
} 
