html {
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
}

.headermain {
    padding: 10px;
    font-size: 30px;
    text-align: center;
}

.body {
    background: transparent;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  font-family: 'Roboto Condensed', sans-serif;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
}

li a:hover {
  background-color: green;
}
.h1 {
    width: 98%;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #6c78d8;
    border-radius: 10px;
    padding-top: 10px;
}

.h2 {
    width: 98%;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #6c78d8;
}

.h4 {
    width: 98%;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #acafd0;
}
.h5 {
    width: 98%;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #18ffd1;
}
.h6 {
    width: 98%;
    font-size: 60px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #ff0404;
}
.h7 {
    width: 98%;
    font-size: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #FF5722;
}
.p {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding-top: 100px;
    color: #60606d;
    width: 80%;
    padding-left: 13%;
}

span.rev { unicode-bidi:bidi-override; direction:rtl }
span.rev.email:before { content:"moc.gnikcurt" }
span.rev.email:after { content:"@nivek :liamE" }
span.rev.phone:before { content:"2223-" }
span.rev.phone:after { content:"917:enohP" }

body {
    line-height: 1;
}

header-wrap {
  overflow: hidden;
  position: relative;
}

.header-bg {
  opacity: 0.2;
  position: absolute;
  right: -12px;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -5000;
}

.header-content {
  position: relative;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
}

img {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
    display: block;
}

ul {
	padding-left: 0;
}	
	.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  display: flex;
}

.column {
  flex: 50%;
}
