html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Andale Mono, monospace;
  font-weight: 600;
	vertical-align: baseline;
}

a {
  color: #73d9a9
}

main {
    position: relative;
    margin-top: 48px;
}

.radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #000000;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 450px;
  font-size: 24px;
  overflow: hidden;
  position: fixed;
  top: 5;
  z-index: 10;
  margin: 10px;
}

.name:hover {
  background-color: #200d34;
}

.radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
}

.radio-inputs .radio input {
  display: none;
}

.radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  padding: .5rem 0;
  color: rgb(255, 255, 255);
  transition: all .15s ease-in-out;
}

.abmebd {
  position:relative;
}

.ambg {
  top: 0px;
  position:relative;
}

.iceimg {
  z-index:1;
  position:relative;
}

.geometric {
    position: absolute;
    z-index: 0;
    top: 0px;

    width: 100%;
  height: 140%;
  --color: rgba(114, 114, 114, 0.3);
  background-color: #191a1a;
  background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
      linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
  background-size: 55px 55px;
}

.content {
  top: 50;
  margin: 10px;
  margin-top: 50px;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 50px;
  color: white;
}

.amh1 {
  font-size: 90px;
  font-weight: 600;
  margin-top: 42px;
}

.amh2 {
  font-size: 30px;
  margin-left: 120px;
  margin-top: 5px;
}

.amh3 {
  font-size: 18px;
  text-align: center;

}

.picbody {
  font-size: 16px;
  text-align: center;

}

.contact {
  position: relative;
  top: 0px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.cshm1 {
  font-size: 60px;
  color: white;
  margin-top: 30px;
  text-align: center;
}

.cshm3 {
  font-size: 24px;
  color: white;
  margin-top: 30px;
  text-align: center;
}

.csh1 {
  font-size: 40px;
  color: white;
  margin-top: 70px;
  text-align: center;
}

.csfl {
  padding-top:60px;
  text-align:center;
}

.csflb {
  font-size: 20px;
  text-align: center;
  color: white;
  margin-left:100px;
  margin-right: 100px;
  text-align: center;
}

.csfr {
  text-align: center;
}

.csbc {
  text-align: center;
  font-size: 25px;
  color: #73d9a9;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.csb {
  text-align: center;
  appearance: none;
  background-color: #1A1A1A;
  border: 0.125em solid #ffffff;
  border-radius: 0.9375em;
  box-sizing: border-box;
  color: #73d9a9;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 200px;
  height: 10%;
  outline: none;
  padding: 1em 2.3em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
 }
 
 .csb:disabled {
  pointer-events: none;
 }
 
.csb:hover {
  color: #fff;
  background-color: #303030;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
 }
 
 .csb:active {
  box-shadow: none;
  transform: translateY(0);
 }

.projects {
  position: relative;
  top: 350px;
  padding-top: 70px;
  color: white;
  z-index: 1;
  height:1300px;
  text-align: center;
}

.projh1 {
  text-align: center;
  width: 100%;
  position:relative;
  font-size: 80px;
} 

.ttimg {
  width:80%;
  margin-left:5%;
  margin-right:5%;
  margin-top: 5%;
  margin-bottom: 5%;
  transition: .1s linear;
}

.card-flex {
  flex-direction: column;
  justify-content: top;
  

}

.ttimgtxt {
  margin-top: 30px;
  font-size:40px;
  margin-bottom: -20px;
}

.ttimg:hover {
  width:85%;
  margin-left:2.5%;
  margin-right: 2.5%;
  margin-top: 4.16%;
  margin-bottom: 4.16%;
  transition: .1s linear;
}
