/*#region General*/

body {
    font-family: "Open Sans", sans-serif;
    /*color: #555555; */
    color: white;
    min-height: 100vh;
    padding-bottom: 80px;
    background-color: black;
}

html,body{
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

h3, .h3 {
    font-size: 1.75rem;
    color: #f2771a;
}

.companyColor{
    color: #f2771a;
}

.text-center{
    text-align: center;
}

page{
    min-height: 100vh;
    position: relative;
}

#content-wrap{
    padding-bottom: 80px;
    background-color: #383838;
}

/*#endregion */

/*#region Nav*/
.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }

#navbarLogo{
    height: 7em;
    width: 7em;
}

.nav-item{
    width: 150px;
    font-weight: bold;
}

.nav-link{
    color: #f2771a !important;
}

.nav-link:hover{
    color: white !important;
    cursor: pointer;
}

.nav-item a{
    font-weight: bold !important;
    padding: 15px 25px !important;
    transition: 0.3s !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bolder !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(242, 119, 26, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
    color: #f2771a;
    border-color: #f2771a;
}


.navbar{
    height: 7em;
    background-color: black !important;
    border-bottom: 2px #f2771a solid !important;
}

/* -------------- DROPDOWN: ------------- */

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }

#navbarNavDropdown{
    background-color: black;
    border: #f2771a solid 1px;
    opacity: 1 !important;
}

.dropdown-menu{
    background-color: black !important;
    border-radius: 15px;
    border-color: #f2771a;
    border-width: 1px;
}

.dropdown-item{
    color: #f2771a;
}


/*#endregion */

/*#region Sections*/

#firstSection{
    background-color: #383838;
}

#secondSection{
    background-color: #404040;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    /*color: #151515;*/
    color: white;
}

.section-title{
    text-align: center;
}

/*#endregion */

/*#region Footer*/

footer{
    position:absolute;
    width:100%;
    height:180px;   /* Height of the footer */
    background-color:black;
    margin-bottom: 0px;
    margin-top: 0px;
    opacity: 1;
    border-top: solid 4px #f2771a;
    color: #f2771a;
    font-weight: bolder;
    font-size: 15px;
}

.fa-2xl{
    color: #f2771a;
}

#copyright{
    font-weight: bold !important;
}

#footerLogo{
    height: 8em;
    width: 8em;
    top: -25px;
}

/*#endregion */