/*
Theme Name: copyright.org
Theme URI: https://wordpress.org/the mes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: copyright

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.contact{
	background-image:url("https://copyright-agency.org/wp-content/uploads/2024/02/2379-scaled.jpg") !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
   	opacity:0.5 !important;
}

.navbar-nav .nav-item .nav-link  {
    color:#022351 !important;
    margin-right: 11px !important;
    font-size:unset;
}

.navbar-nav .nav-item .nav-link i:hover {
    color:#3E3C6F;
}

.navbar-brand img {
    width: 10rem !important;
}

nav div ul li a i {
    font-size: 30px !important;
}
.footer a i {
    color: white;
}
.nav-link {
    padding: 10px 0px;
}
.btn-outline-light{
	width: 25% !important;
    font-size: 1.2rem !important;
}
.card-body {
    color: black;
}
.btn{
	margin-top:5px!important;
}
.pagination a,
.btn {
    background-color: #be1f25;
	color:white !important;
}
.pagination a:hover,
.btn:hover{
    background-color: #3E3C6F;
    color: white;
}
.view{
background-color:#172259 !important;	
}

.bg-be1f25 {
    border: 2px solid #be1f25;
    margin: 10px;
    height: 130px !important;
}
.amico{
	width:70% !important;
}

.bg,
.count-box:hover {
    transition: 0.5s all ease-in-out;
    background-color: #be1f25;
    color: white;
}

.count-box {
    transition: 0.5s all ease-in-out;
    color: black;
}

.bg-be1f25:hover{
	background-color:#0A225A !important;
	color:white !important;
}

.bg-be1f25:hover .card-body {
    color: white !important;
}

.btn-danger:hover{
	background-color:750307 !important;
}

.nav-tabs .form-tabs.active {
    background-color: #3E3C6F !important;
    color: white;
    /* Optionally, change text color to white for better contrast */
}
.nav-link{
color:#022351 !important;
font-size:large;
font-weight:bolder;
}
.nav-link:hover{
color:#BF1E25 !important;
}
footer,
.bg-blue{
	background-color:#022351 !important;
color:white;
}
.card-link{
	text-decoration:none !important;
}
a{
	text-decoration:none !important;
}

.apply{
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #6D1D21;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.apply:hover {
    background-color: #022351 !important;
    box-shadow: 0px 15px 20px rgb(2, 35, 81,0.4);
    color: #fff;
    transform: translateY(-7px);
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #a0aab5 !important;
    border-radius: .25rem;
}
.error_msg{
	color:white;
}
.error_msg a{
	color:blue;
}