*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: #1d1d1d;
    color: #fbfbfb;
}

.container{
    width: 100%;
    min-height: 100vh;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    overflow: hidden;
}

.container-index{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    row-gap: 20px;
    justify-content: center;
    align-content: center;
    line-height: 1;
}

.title{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.title h1{
    color: #ed8712;
    font-size: 42px;
}

.title h2{
    color: #fbfbfb;
    font-size: 30px;
}

.navbar{
    width: 100%;
    padding-top: 1%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-weight: bold;
}

.techbar{
    width: 100%;
    padding-top: 1%;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.subtitle{
    padding-top: 5%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #ed8712;
}

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

.techbar nav ul li{
    font-size: 26px;
}

nav{
    flex: 1;
    text-align: center;
}

nav ul li{
    list-style: none;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
}

nav ul li a{
    text-decoration: underline;
    color: #fbfbfb;
    font-size: 26px;
}

nav ul li a:hover{
    color: #ed8712;
}

.item-desc-l{
    margin: 50px 0;
    flex-basis: 50%;
    position: relative;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.item-desc-l h2{
    color: #ed8712;
    font-size: 36px;
}

.item-desc-l h3{
    font-size: 30px;
    font-weight: 100;
    margin: 15px 0 10px;
}

.item-desc-l p{
    font-size: 24px;
    font-weight: 100;
}

.item-desc-l p strong{
    font-size: 24px;
    font-weight: bold;
}

.item-desc-l::before{
    content:'';
    width: 10px;
    height: 87%;
    background: #292929;
    position: absolute;
    left: -5%;
    top: 1%;
}

.item-desc-r{
    margin: 50px 0;
    flex-basis: 50%;
    position: relative;
    float: right;
    text-align: right;
    margin-left: 30px;
    margin-right: 30px;
}

.item-desc-r h2{
    color: #ed8712;
    font-size: 36px;
}

.item-desc-r h3{
    font-size: 30px;
    font-weight: 100;
    margin: 15px 0 10px;
}

.item-desc-r p{
    font-size: 24px;
    font-weight: 100;
}

.item-desc-r p strong{
    font-size: 24px;
    font-weight: bold;
}

.item-desc-r::before{
    content:'';
    width: 10px;
    height: 87%;
    background: #292929;
    position: absolute;
    right: -5%;
    top: 1%;
}

.btn{
    display: inline-block;
    position: relative;
    width: 220px;
    height: 30px;
    margin-top: 10px;
    line-height: 22px;
    font-size: 18px;
    border: 0;
    padding: 2px;
    background: #292929;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.btn text{
    color: #ed8712;
    vertical-align: middle;
}

.btn img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 4px;
}

.btn a {
    text-decoration: none;
}

.btn a span{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
