/*===========================================*/
/* This is the Main Stylesheet for Thimix Creative Photography Template
/* Theme Author: Bootstrap Seven Themes
/* Theme URL: BootstrapSeven.Com
/* Created : April 15, 2015
/* Version: 1.0
==============================================
CSS Style Structure
- Imports
- General
- Menu/Navigation
- Homepage
- Work Page
- Service Page
- Team Page
- Pricing Page
- Blog Page
- Contact Page
- Blog Single Page
/*===========================================*/

/* =======================================
Imports
========================================*/
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);

/* =======================================
General
========================================*/
body {
    font-family: "Muli",sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    background-color: #a9a34f;
    overflow-x: hidden;
	background-image:url(../img/bg.png);
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    color: #343536;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}


.frame {
	width:100%;
	height:600px;
	display:block;
	float:left;
	margin-bottom:60px;
	box-shadow: 0 0 100px #515128;
	background-color:#000;
}

.title {
    color: #343536;
    font-family: "Montserrat",sans-serif;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #343536;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
}
h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}
a {
    text-decoration: none !important;
    color: #343536;
}
p.lead-title {
    color: #7D888E;
    line-height: 20px !important;
    margin: 0;
}
p {
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    color: #7D888E;
    line-height: 24px;
    font-weight: 500;
    left: -1px;
    margin-top: 20px;
}
.clearfix:after {
    content: "\0020";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.spacer { padding: 40px 0 }
.logo {
    font-family: 'Kaushan Script', cursive;
    color: #343536 !important;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    padding: 20px 0;
    padding-left: 15px;
}

/* =======================================
Menu / Navigation
========================================*/
#bs-menu { background: #ffffff }
.navbar-default .navbar-nav > li > a {
    color: #343536;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 35px 20px;
	line-height: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #F1F5F8;
}
@media (min-width: 768px) { 
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}
#header-slider .carousel-indicators {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}
#header-slider .carousel-indicators li>img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    transition: all 0.5s;
}
#header-slider .carousel-indicators li>img:hover { opacity: 0.5 }
#header-slider .carousel-indicators .active>img { border-color: #fff }
#header-slider .carousel-caption {
    position: absolute;
    right: 5%;
    top: 100px;
    bottom: auto;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-transform: uppercase;
}
#header-slider .carousel-caption h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #FFC;
    margin-top: 10px;
}

/* =======================================
Homepage
========================================*/
/* Work Section */
.section-title {
    padding: 5%;
}

.section-title p {
	color:#FFF;
}
.section-title.content-block { padding: 60px 30px }

.section-title.content-block p { color:#666;}
hr,
.section-title hr {
    width: 45px;
    height: 4px;
    background-color: #343536;
    margin-top: 20px;
}
.section-title.text-left hr { margin-left: 0 }
.section-title.text-right hr { margin-right: 5px }
/* Work Items*/
.nopadding { padding: 0 }
.nopadding-left { padding-left: 0 }
.nopadding-right { padding-right: 0 }
.nomargin { margin: 0 }
.detail {
    padding: 20px 20px 40px 20px;
    text-align: left;
    background: #ffffff;
}
.item-wrap .img-hover {
    display: block;
    background: #ffffff;
    overflow: hidden !important;
    position: relative;
}
/* Button Load More */
#bs-cta {
    padding: 5% 0;
    text-align: center;
}
.bs-btn {
    border-width: 1px;
    border-style: solid;
    border-color: #343536;
    background-color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.5s;
}
.bs-btn:focus,
.bs-btn:hover {
    background: #343536;
    color: #ffffff;
    border-color: #343536;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}
/* Testimonial Section */
#bs-testimonial { background: #ffffff }
#testimonials { margin-top: -60px }
#bs-testimonial .section-title {
    background: #F1F5F8;
    padding-bottom: 10%;
}
#testimonials .item {
    display: block;
    width: 85%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.team-block img.img-responsive { transform: translateY(-40px) }
img.client-img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}
p.bold {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    line-height: 14px;
    font-weight: 700 !important;
    color: #343536;
    text-transform: uppercase;
    margin-top: 15px;
}
p.light {
    letter-spacing: 1px;
    color: #7D888E;
    text-align: center;
    line-height: 14px;
    font-weight: 400 !important;
    margin-top: 15px;
    text-transform: uppercase;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #F1F5F8;
    border: 1px solid #343536;
    margin-top: 30px;
    margin-bottom: 50px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #000000;
    border: 1px solid #F1F5F8;
}
/* About Us */
#bs-about {
    position: relative;
    height: 490px;
    overflow: hidden;
}
.content h3 { margin-bottom: -8px !important }
.light-bg { background: #ffffff !important }
.transparent-bg { background: transparent !important }
/* Social Media */
#bs-social {
    background: #ffffff;
    text-align: center;
}
.social-media {
    padding: 9% 0;
    margin-bottom: 0;
}
ul.social-media li a i.fa {
    font-size: 50px;
    color: #343536;
    transition: all 0.5s;
}
ul.social-media li:after {
    width: 100px;
    height: 2px;
    border-bottom: 1px solid #F1F5F8;
    content: ' ';
    position: relative;
    top: -20px;
    margin-left: 40px;
    padding-right: 30px;
    padding-left: 60px;
}
ul.social-media li:last-child:after {
    content: '';
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
i.fa.fa-facebook:hover { color: #3b5998 }
i.fa.fa-google-plus:hover { color: #dd4b39 }
i.fa.fa-twitter:hover { color: #00ACED }
i.fa.fa-pinterest:hover { color: #C92228 }
i.fa.fa-instagram:hover { color: #3b5998 }
i.fa.fa-youtube:hover { color: #e52d27 }
#bs-who {
    height: 490px;
    overflow: hidden;
}
/* Footer */
#bs-footer {
	background: #343536 none repeat scroll 0 0;
    color: #ffffff !important;
    font-size: 11px;
    padding: 20px 0 0;

}
#bs-footer p { color: #ffffff !important; line-height:14px; margin-bottom:60px; text-align:center; }

#bs-footer p a { color: #FFC !important; }
a span.go-top {
    position: relative;
    bottom: 35px;
    font-size: 30px;
    color: #ffffff;
    left: 50%;
    line-height: 30px;
}

/* =======================================
Work Page
========================================*/
/* Page */
#bs-page-content { margin-top: 70px }
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb > li {
    font-family: 'Muli', sans-serif;
    display: inline-block;
    color: #FFF !important;
    text-align: center;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.breadcrumb > li a { color: #343536 }
/* Works Page */
.img-hover .hover-icon {
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 100%;
}
.item-wrap {
    overflow: hidden;
    position: relative;
}
.img-hover .hover-icon {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img-hover:hover .hover-icon { opacity: 1 }
.hover-icon > i.fa {
    font-size: 35px;
    color: #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img-hover:hover .hover-icon >i.fa {
    display: block;
    -ms-transform: translateY(100px); /* IE 9 */
    -webkit-transform: translateY(100px); /* Chrome, Safari, Opera */
    transform: translateY(100px);
}
/* Large Block */
.large-block .img-hover:hover .hover-icon >i.fa {
    display: block;
    -ms-transform: translateY(220px); /* IE 9 */
    -webkit-transform: translateY(220px); /* Chrome, Safari, Opera */
    transform: translateY(220px);
}
/* PrettyPhoto Popup */
.pp_pic_holder {
    height: 100%;
    background: #ffffff;
    width: 45% !important;
}
.pp_details{ width: 95% !important; }
.pp_inline > img {
    background: #F1F5F8;
    padding: 15px;
    width: 100%;
}
.pp_inline>.pop-text {
    background: #ffffff;
    padding: 15px;
}
a.pp_play { display: none }
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
    margin-left: 15px;
    top: 0;
    position: absolute;
}
ul.item-social { margin-top: 40px }
ul.item-social li a {
    font-size: 18px;
    border: 1px solid #000000;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    margin-bottom: 15px;
    transition: all 0.5s;
}
ul.item-social li a:hover {
    color: #ffffff;
    background: #000000;
}
/* Works Filter Isotope */
#itemsWork .item { margin-bottom: 30px }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/* Item Categories */
ul.item-cat {
    padding: 3% 0 3% 0;
    text-align: center;
    background: #ffffff;
    margin: 0;
}
ul.item-cat li a {
    font-family: 'Muli', sans-serif;
    color: #000000;
    text-align: center;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    border: 4px solid #F1F5F8;
    transition: all 0.5s;
}
ul.item-cat li a:hover {
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
    border-top: 0;
    border-bottom: 0;
}
ul.item-cat li a.active,
ul.item-cat li a:focus {
    background: #292929;
    color: #ffffff;
}
/* =======================================
Service Page
========================================*/
#bs-services {
    height: 600px;
    overflow: hidden;
}
.service { margin-bottom: 40px }
#bs-clients {
    background: #DFDFDF;
    padding: 10% 0;
    text-align: center;
}
ul.clients li img {
    margin: 30px 10px;
    opacity: 0.6;
    transition: all 0.5s;
}
ul.clients li img:hover { opacity: 1 }
ul.featured-works li img {
    margin: 10px 0;
    border: 4px solid #F1F5F8;
    transition: all 0.5s;
}
ul.featured-works li.active a img,
ul.featured-works li img:hover,
ul.featured-works li a.active img { border: 4px solid #413F3F }
#bs-featured {
    height: 520px;
    overflow: hidden;
}
.fade {
    opacity: 0.2;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
/* =======================================
Team Page
========================================*/
#bs-team .team {
    padding: 25px 20px;
    position: relative;
    z-index: 10;
}
#bs-team .team  h3 { margin-bottom: -20px !important }
#bs-team .team p.team-title em {
    font-weight: 100 !important;
    color: #000000 !important;
}
.team-block {
    position: relative;
    height: 280px;
    overflow: hidden;
}
ul.team-social li a {
    margin-right: 7px;
    font-size: 22px;
    color: #343536;
    margin-top: 14px;
    opacity: 0.7;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
ul.team-social li a:hover { opacity: 1 }
.team i.fa.fa-caret-left {
    position: absolute;
    color: #ffffff;
    margin-left: -35px;
    font-size: 50px;
    top: 110px;
}
.team i.fa.fa-caret-right {
    position: absolute;
    color: #ffffff;
    right: -15px;
    font-size: 50px;
    top: 110px;
    z-index: 10;
}
/* Skills */
p.skills {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #343536;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#bs-skills {
    padding: 10% 2%;
    background: #ffffff;
}
.skill-list {
    margin-bottom: 60px;
    padding: 0 20px;
}
.skill .skillbar {
    height: 10px;
    background: #F1F5F8;
    margin: 0 0 10px 0;
}
.skill .bar {
    background-color: #343536;
    height: 10px;
    width: 0;
}
.percent {
    float: right;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 18px;
}
span.percent {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    background: #F1F5F8;
    padding: 5px;
    color: #343536;
    top: -40px;
    right: -25px;
    letter-spacing: 1px;
    text-align: center;
}
/* =======================================
Pricing Page
========================================*/
#bs-pricing { padding: 0; }
.price-title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    letter-spacing: 1px;
    color: #343536;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
}
.price {
    background: #ffffff;
    margin-bottom: 30px;
}
.price:hover {
    -moz-box-shadow: 0px 0px 16px 5px #ccc;
    -webkit-box-shadow: 0px 0px 16px 5px #ccc;
    box-shadow: 0px 0px 16px 5px #ccc;
    transition: all 0.5s;
}
.price-title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    letter-spacing: 1px;
    color: #343536;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
}
.cost {
    background: #F1F5F8;
    padding: 5px 25px 20px 25px;
}
.cost h1 { margin-bottom: -20px }
ul.features { padding: 30px 25px }
ul.features li {
    color: #343536;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}
ul.features li:last-child { border-bottom: 0 }
.price .sign-up { margin-bottom: -40px }
.sign-up {
    padding: 8px 20px;
    background: #F1F5F8;
    border: 2px solid #F1F5F8;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.price:hover .sign-up {
    border: 2px solid #F1F5F8;
    background: #ffffff;
}
.sign-up:hover {
    background: #343536 !important;
    border-color: #343536 !important;
    padding: 8px 25px;
}
/* =======================================
Blog Page
========================================*/
.post {
    height: 280px;
    overflow: hidden;
}
#bs-blog .post-text { padding: 20px }
#bs-team .team p.team-title em {
    font-weight: 100 !important;
    color: #000000 !important;
}
.post-text i.fa.fa-caret-left {
    position: absolute;
    color: #ffffff;
    margin-left: -38px;
    font-size: 60px;
    top: 120px;
}
.post-text i.fa.fa-caret-right {
    position: absolute;
    color: #ffffff;
    right: -15px;
    font-size: 60px;
    top: 110px;
    z-index: 10;
}
/* Blog Page */
#bs-pagination { padding: 2% 0 }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 42px;
    height: 42px;
    border: 0;
    margin: 5px;
    color: #000000;
    transition: all 0.5s;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background: #F1F5F8;
    color: #000000 !important;
}
/* =======================================
Contact Page
========================================*/
#bs-contact {
    background: #ffffff;
    padding: 6% 2%;
}
#map {
    position: relative;
    width: 100%;
    height: 400px;
}
.help-block.text-danger li {
    list-style-type: none;
    margin-left: -35px;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.alert-danger {
    color: #333333;
    background-color: #F1F5F8;
    border-color: #333333;
    border-radius: 0;
    margin-bottom: 60px;
    margin-top: -15px;
}
.alert-success{
    color: #333333;
    background-color: #EFEFEF;
    border-color: #333333;
    border-radius: 0;
    margin-bottom: 60px;
    margin-top: -15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #575757;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #343536;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}
.form-control:-ms-input-placeholder {
    color: #343536;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}
.form-control::-webkit-input-placeholder {
    color: #343536;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}
.form-btn {
    padding: 15px 25px;
    position: absolute;
    right: 40px;
    bottom: 0px;
}
#bs-contact i.fa { font-size: 35px }
.hline {
    border-top: 1px solid #E7E7E7;
    width: 100%;
    height: 2px;
    margin: 20px 0;
}
/* =======================================
Blog Post Single
========================================*/
#post-slider {
    padding: 20px;
    background: #F1F5F8;
}
#post-slider .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 5px;
}
#post-slider .carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#post-slider .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #333333;
    margin-right: 5px;
}
.post-content { padding: 40px 80px }
.post-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
	padding-top:30px;
}

/* Onepager Home Variants */
.fullwidth #header-slider .carousel-caption{
    top: 250px;
    text-align: left;
}

.login-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-content {
    z-index:2;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.login-logo {
    width: 160px;
}

.logo-container {
    padding-bottom: 50px;
}

.welcome-title {
    font-size: 40pt;
    font-weight: 800;
    color: #a9a34f;
    margin-bottom:20px;
}

.description-title {
    font-size: 12pt;
    margin-bottom: 50px;
    color: #888888;
    margin-left:5px;
}

.login-form {
    width:90%;
}

.custom-input-login {
    display:block;
    padding:10px;
    margin-top:20px;
    height: 40pt;
    border: 1px solid #0000002b;
    box-shadow: 0 20px 28px rgba(0, 0, 0, 0.073);
}

.remember-me-container {
    margin: 30px 0px 30px 5px;
}

.remember-me-checkbox {
    margin-left: 5px;
}

.login-button {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    width: 180px;
    margin-bottom: 30px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #a9a34f;
    background: #a9a34f;  /* fallback for old browsers */
}

.login-button:hover {
    background: #a9a34f;
    border: 1px solid #a9a34f;
  }

.cover-image {
    width: 50vw;
    background-image: url('../img/visual-3.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: inline-block;
    flex-wrap:wrap;
    height: 100vh;
    z-index:1;
}

.form-check-input:checked {
    background-color: #096a56;
    border-color: #096a56;
}

.container-fluid {
    overflow-y: hidden;
    overflow-x: hidden;
}

