html, body{
  font-size: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
  
body{
	background:#FFFFFF;
  height: 100%;
}

.empty-space{
  height: 30px;
  width: 100%;
}

.header{
  margin: 0em 0 0 0;
  //background-color: rgba(0,0,0,0.54);
  background-color: red;
  padding: 1em 0;
  position: relative;
  box-sizing: border-box; 
  height:130px;
  width: 100%;
}

.header H1{
  margin: 0;
  font-size: 36;
  white-space: nowrap;
}

.footer{
  background-color: red;
  width: 100%;
  height: 70px;
  position: relative;
  margin-top: 20px;
  top: 250px;
}

.footer P{
  text-align:center;
  color: white;
}

H1, H2, H3, H4, H5, H6{
  font-family: inherit;
  font-weight: 500;
  line-weight: 1.1;
  color: inherit;
}

.container{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.navbar{
  min-width: 400px;
  margin-bottom: 0;
  padding: 0em 0 0;
  background: none;
  border: none;
  border-radius: 4px;
  position: relative;
  min-height: 50px;
  display: block;
  box-sizing: border-box;
  height: 65px;
}

.navbar 

.project-logo{
  color: #FFF;
  height: 50px;
  padding: 0;
  font-size: 1.2em;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  background-color: transparent;
  box-sizing: border-box;
}

.project-moto{
  margin-top: 75px;
  color:#fb5710;
}

.top-navbar{
  float: right;
  padding-left: 0;
  padding-bottom: 10px;
  margin-right: 45px;
  list-style: none;
  box-sizing: border-box;
}

.top-navbar LI{
  float: left;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.top-navbar A{
  color: #FFF;
  transition: color:0.3s;
  font-family: 'Varela Round';
  padding: 14px 16px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.top-navbar A:hover{
  color: #fb5710;
  transition: color:0.3s;
  font-family: 'Varela Round';
  padding: 14px 16px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.my-slides{
  position: relative;
  top: 150px;
  display:inline-block;
  max-height: 500px;
  height: 360px;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.my-slides H1{
  margin-top: 50px;
  vertical-align: middle;
  display:inline-block;
}

.my-info{
  position: relative;
  top: 280px;
  padding-bottom: 40px;
}

.my-info2{
  position: relative;
  top: 100px;
  padding-bottom: 40px; 
}

.my-info2 IMG{
  padding-top: 40px;
  width: 75%;
}

.my-head{
  position:relative;
  font-size: 2em;
  font-weight: 600;
  color: #212121;
  text-align: center;
  padding-bottom: .8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .5em;
}

.my-head::before {
  width: 11%;
  bottom: 8%;
  left: 44.5%;
  position: absolute;
  background: #FB5710;
  height: 2px;
  content: '';
  box-sizing: border-box;
}

.my-head::after {
  width: 18%;
  bottom: 0%;
  right: 41%;
  position: absolute;
  background: #FB5710;
  height: 2px;
  content: '';
  box-sizing: border-box;
}

.my-icon {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fb5710;
  transition: box-shadow 0.2s;
}

.my-icon:after{
  top: 10px;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 3px #e4e4e4;
  transition: transform: 0.2s, opacity 0.2s;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.my-icon:before{
  font-size: 2em;
  line-height: 2.7em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.my-subtitle{
  margin-top: 30px;
  margin-right: 5px;
  display: inline-block;
}
.my-subtitle H4{
  color: #fb5710;
  letter-spacing: 2px;
  font-weight: 600;
}
.my-subtitle P{
  text-align:left;
  width: 100%;
}

.my-item{
  margin-top: 30px;
  margin-right: 5px;
  display: inline-block;
}

.my-item H4{
  color: #fb5710;
  letter-spacing: 2px;
  font-weight: 600;
}

.my-item P{
  text-align:left;
  float: right;
  width: 75%;
}

.my-item-high{
  margin-top: 30px;
  margin-right: 5px;
  display: inline-block;
}

.my-item-high H4{
  color: #fb5710;
  letter-spacing: 2px;
  font-weight: 600;
}

.my-item-high P{
  text-align:left;
  float: right;
  width: 75%;
}
.my-icon-container {
  float: left;
}
