*{
  margin: 0;
  padding: 0;
}
/* 
img {
  width: 100%;
  height: 700px;
} */

#result {
color: #FF0000;
}

h1 {
    text-align: center;
}

@font-face {
  font-family: 'Comfortaa-Regular';
  src: url(fonts/comfortaa/Comfortaa-Regular.ttf);
}
@font-face {
  font-family: 'Comfortaa-Light';
  src: url(fonts/comfortaa/Comfortaa-Light.ttf); 
}
@font-face {
  font-family: 'Comfortaa-Bold';
  src: url(fonts/comfortaa/Comfortaa-Bold.ttf);
}
@font-face {
  font-family: 'Altone';
  src: url(fonts/altone/AltoneTrial-Regular.ttf);
}

@font-face {
  font-family: 'Assassin';
  src: url(fonts/assassin/Assassin$.ttf);
}

@font-face {
  font-family: 'Day Roman';
  src: url(fonts/day_roman/DAYROM__.ttf);
}

body {
  text-align: center;
  /* background-color: #82a4e1; */
  background-color: #f5f3f1;
  /* color: #fffcf9; */
  /* color: #222222; */
  color: #463935;
  font-family:'Altone';
  /* margin: 0px; */
}

.wrapper{
  width: 100%;
  margin: 0 auto;
  margin-left: 0px;

}

header {
  height: 100px;
  background: #f5f3f1;
  color: #463935;
  width: 100%;
  z-index: 8;
  position: fixed;
}

.logo {
  width: 25%;
  float: left;
  line-height: 100px;
  /* margin-top: 40px; */

}

.logo a {
  text-decoration: none;
  font-size: 30px;
  font-family:'Altone';
  color: #463935;
  letter-spacing: 2px;
  
}

nav {
  float: right;
  line-height: 100px;
  margin-right: 100px;
}

nav a {
  text-decoration: none;
  font-family: 'Altone';
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0 10px;
  color: #463935;

}

.banner {
  width: 100%;
  height: 600px;
  position: fixed;
  background-image: url(pictures/background3.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  font-size: 29px;
  font-family: 'Altone';
  color: #f5f3f1;
}

.credits {
  display: flex;
  justify-content: center;
}

.banner h2 {
  padding-top: 300px;
  font-size: 80px;
  font-family: 'Comfortaa Bold';
  /* text-transform: lowercase; */
  color: #f5f3f1;
}

.banner a {
  text-decoration: none;
  font-family: 'Altone';
  color: #f5f3f1;
  text-decoration: underline;
}

/* .food {
  padding-top: 100px;
} */


.content-main {
  background: #f5f3f1; 
  width: 100%;
  position: relative;
  top: 600px;
  height: 941px;
  display: flex;
  justify-content: center;
}

.content-inside {
  width: 1100px;
  display: flex;
  justify-content: space-evenly;
  padding-top: 80px;
}

.content-main h2 {
  font-size: 40px;
}

.content-main a {
  font-size: 25px;
  color: #463935;
}

.content-main li {
  font-size: 25px;
  color: #463935;
}

.content-main img {
  border-radius: 25px;
  height: 700px;
}

.content-main-text {
  text-align: left;
  line-height: 2;
}

.content-main hr {
  border-top: 3px solid #463935;
}

#myVideo {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* Style the button used to pause/play the video  */

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.credit {
  font-size: 10px;
}

.tipcalc {
  padding-top: 100px;
}

.resume {
  padding-top: 100px;
  width: 100%;
  line-height: 200%;
}

.resume p{
  font-size: 24px;
}

.resume h2{
  font-size: 30px;
}

.resume h1{
  font-size: 40px;
}

.content-resume {
  padding-top: 100px;

}

.tech-image {
  height: 100px;
}

.content {
  display: inline-flex;
  justify-content: space-between;
}

.tech-block {
  width: 400px;
}

.inputs {
  text-align: center;
}

.submit-button {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
  
.submit-button:hover {
  background: #ddd;
  color: black;
}
