body
{
    background: #EDECEA;
}
body
{
    font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
}
h1, h2, h3, h4, h5
{
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
}
header#main-header
{
    background: url(/img/header-bg-2.jpg) center bottom;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    padding-top: 3rem;
    display: flex;
    align-items: flex-end;
}
.main-description
{
    
    font-size: 1.9rem;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
}


h1
{
    font-size: 3.5rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: bold;
}
h1 strong
{
    font-size: 6.5rem;
    display: block;
    font-weight: 700;
}
@media (max-width:1199px)
{
    h1
{
    font-size: 4vw;
}
   h1 strong
{
    font-size: 8vw;
} 
}
.main-description .bg
{
    position: absolute;
    height: 100%;
    width: calc(50vw + 50%);
    background: rgba(255,255,255,.9);
    margin-left: -50%;
    padding: 0;
}
.main-description .content
{
    padding: 1.5rem 0;
    position: relative;
    max-width: 500px;
}
.header-img
{
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.main-content-col
{
    padding: 4rem 4rem 3rem 4rem;
    background: #fff;
    position: relative;
    z-index: 10;
    text-align: justify;
}
#main-content-col-2
{
    margin-top: -2rem;
}
main
{
    position: relative;
    z-index: 5;
}


#personal
{
    background: url(/img/personal-bg.jpg) center top;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    padding-top: 3rem;
    display: flex;
    align-items: flex-end;
    margin-top: -7rem
}
footer .contact
{
    padding: 3rem 1rem;
    background: #fff;
    margin-bottom: 1px;
}
footer .contact h2
{
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
footer .nav a
{
    text-decoration: none;
    color: inherit;
    padding: 1rem 2rem;
    display: inline-block;
    display: flex;
    align-items: center;
}
footer .nav a:hover
{
    background: rgba(0,160,230,.05);
}
footer .nav a img
{
    margin-right: 1rem;
}
footer .nav
{
    display: flex;
    justify-content: center;
    
}
a, a:hover
{
    transition: all .3s;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: .5rem 2rem;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 0;
    background-color: var(--bs-btn-bg);
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    text-transform: uppercase;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF7E00;
    --bs-btn-border-color: #FFA34A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FFA34A;
    --bs-btn-hover-border-color: #FFA34A;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
}
.copyright
{
    font-size: .9rem;
}
.personal-description
{
    font-size: 1.4rem;
}
@media (max-width:1199px)
{
   .main-description
    {
        font-size: 1.3rem;
    } 
    header#main-header
    {
        min-height: auto;
    }
    #personal
    {
        min-height: auto;
        padding-top: 10rem;
    }
    #main-content-col-2
    {
        padding-top: 0;
    }
    .personal-description
    {
        font-size: 1.2rem;
    } 
}
@media(max-width:767px){
    .main-description .bg {
    position: absolute;
    height: 100%;
    width: 100vw !important;
    background: rgba(255, 255, 255, .9);
    margin-left: calc((100vw - 100%) / -2);
    padding: 0;
}
}