@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face {
    font-family: 'broadwayregular';
    src: url('/resources/fonts/broadw-webfont.woff2') format('woff2'),
         url('/resources/fonts/broadw-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    background-color: #f7f7f5;
}

i {
    color: rgb(122,114,86);
}

.p-19 {
    padding: 2.5rem!important;
}

.shadow {
box-shadow: 0 .5rem 1rem rgba(122,114,86,.15)!important;
}

/* 
CARD
*/

.card {
    background-color: rgba(255,255,255,0.95)!important;
    border-radius: 1rem;
} 

.card-img, .card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
  
/* 
FORM
*/

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .5rem 1rem;
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(122,114,86);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(122,114,86,.25)
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(122,114,86);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(122,114,86);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(122,114,86);
}

.btn-form {
    color: #fff;
    background-color: rgba(122,114,86,.25);
    border-color: none;
}

/*
CHECKBOX
*/
.needs-validation .custom-control-label:before{
    background-color: rgba(122,114,86,.5);
    border: 0;
}
.needs-validation .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: rgb(122,114,86);
    border: 0;
}

.form-check {
    padding-left: 1.7rem;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(122,114,86,.30);
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(122,114,86,.30);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(122,114,86,.30);
 }

/* 
TYPOGRAPHY 
*/

h1, 
h2,
h3,
h4,
h5 {
    font-family: 'broadwayregular', sans-serif;
    color: rgb(122,114,86);
}

h6 {
    font-family: 'broadwayregular', sans-serif;
    color: rgb(122,114,86); 
    font-size: 1.2rem;
}
    
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #303030;
}

.text-white {
    color: #ffffff;
}

.text-super {
    font-size: 5rem;
}

.text-shadow {
    text-shadow: 2px 2px 15px #303030;
}

.text-size-3 {
    font-size: 3rem;
}

.text-size-4 {
    font-size: 4rem;
}

.text-size-5 {
    font-size: 5rem;
}

.text-size-6 {
    font-size: 6rem;
}

.photographer {
    margin-top: .3rem;
    font-size: .8rem;
    margin-bottom: 0rem;
}

/*
LABEL
*/

label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #303030;
}

/*
BUTTONS
*/

.btn-primary {
    background-color: rgb(122,114,86);
    border:none;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: rgb(122,114,86);
    border:none;
}

/* 
A HREF
*/

a,
a:hover,
a:focus {
    color: rgb(122,114,86);
    text-decoration: none;
}

/* 
MASTHEAD
*/
.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('/resources/images/unsplash/kelsey-chance-ZrhtQyGFG6s-unsplash.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 

/* 
NAVBAR
*/
.bg-white {
    background-color: rgba(255,255,255,0.95)!important;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'broadwayregular', sans-serif;
    font-size: 1.4rem;
    color: #404040;
    text-transform: normal;
    padding-left:10px;
    padding-right:10px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(122,114,86,.85) !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: rgb(122,114,86);
}

.navbar-light .navbar-toggler {
    color: rgb(122,114,86);
    border: 0px;
}

.nav-link {
    padding-top: .5em;
}

.active { 
    color: rgb(0,177,64);
}

.XXnavbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*
SECTIONS
*/

.section-margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-standard {
    
}

.section-gradient {
    background: #f7f7f5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f5, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f5, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f5, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f5, white); /* Standard syntax */
}

.section-standard h2 {
    font-size: 3rem;
}

/* 
BACKEND
*/
.dashboard {
    padding-top:100px;
    padding-bottom:70px;
}

.dashboard h1 {
    text-align: left;
    padding-bottom: 20px;
}

/*
VIEWPORT
*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .text-super {
        padding-top: 4rem;
        font-size: 4rem;
    }
    .text-size-6 {
        font-size: 4rem;
        text-align: center;
    }
    .masthead {
        min-height: 800px;
    } 
    .section-margin {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .text-super {
        margin-top: 6rem;
        font-size: 4.5rem;
    }
    .section-margin {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .rwd-break { 
        margin-top: 6rem;
        display: none; 
}

/*
Privacy Policy typography
*/

.privacypolicy p {
    color:black;
}

.privacypolicy h1 {
    font-family: 'broadwayregular', sans-serif;
    color: rgb(122,114,86);
    font-size: 2.8em;
}

.privacypolicy h2 {
    font-family: 'broadwayregular', sans-serif;
    color: rgb(122,114,86);
    font-size: 2.2em;
}

.privacypolicy h3 {
    font-family: 'broadwayregular', sans-serif;
    color: rgb(122,114,86);
    font-size: 1.5em;
}

.privacypolicy h4 {
    font-family: 'broadwayregular', sans-serif;
    color: rgb(122,114,86);
    font-size: 1em;
}