*{
    margin:0;
    padding: 0;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color: black;
}

.navbar{
    width: 100%;
}
.navbar-toggler{
    outline: none;
    border: none;
    
}

.navbar-brand span{
    color: #c0700b;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #c0700b;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #dbdde1;
}


.nav-item{
    padding-left: 20px;
}

.navbar-toggler{
    padding: 10px 0 10px 10px;

}

.navbar-nav .nav-item .nav-link{
    font-family: Helvetica;
    font-weight: bolder;
    display: inline-block;
    position: relative;
    color: #c0700b;
}

.navbar-nav .nav-item .nav-link:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #c0700b;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.navbar-nav .nav-item .nav-link:hover:after{

    transform: scaleX(1);
    transform-origin: bottom left;

}


.navbar {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #101010;

}

.container{
    margin-top: 50px;
    margin-bottom: 20vh;
}

.row .col-md-4{
    margin-right: 3rem;
}


.row-md h1, p, h2, ul{
    color: #dbdde1;

}

.row-md h1{
    font-weight: bolder;
    
    
}

.row-md p{
    font-size: 2rem;
}

.row p{
    font-size: 1.3rem;
}

.col-md-4 ul{
    font-size: 1.2rem;
    list-style: square;
}
.col-md-4 ul li{
    list-style-position: inside;
}


.container a{
    text-decoration: underline;
    color:#dbdde1 ;

}

.container a:hover{
    text-decoration: underline;
    color:#c0700b ;
    

}



.footer-copyright h4{
    font-size: 18px;

}

.row-md h1{
    margin-top: 50px;
}

.page-footer{
    background-color: #101010;
    padding: 30px;
    
    

}

.page-footer .col-md small{
    
    font-size: 15px;
    height: fit-content;
    color: white;
    
    

}

.page-footer .col-md .fab{
    color: white;
    height: auto;
    
    

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

.container{
    padding: 0px 20px 0px 20px;

    
}

.container .display-1{
    font-size: 20vw;
}

.container p{
    font-size: 5vw;
}


.col-md-5 img{
    height: fit-content;
    width: 85%;
    margin-bottom: 2rem;

}

.col-md-7 p{
    font-size: 4vw;
    width: 80vw;
}

#row2{
    flex-direction: column-reverse;
}

.container .row-md h1{
    font-size: 50px;
    

}
}



/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */



#row2{
    flex-direction: column-reverse;
}



.col-md-5 img{
    margin-bottom: 2rem;
    
  
    text-align: center;

}

.col-md-7 p{
    font-size: 2.3vw;
    width: 80vw;
    
}



}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */

.navbar-brand {
    display: none;
    color: #c0700b;
}

}



/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}
