body
{
    padding-top: 67px;
    position: relative;
    min-height: 100vh;
}

footer
{
    padding-top: 67px;
    position: inherit;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

img.logo {
    width: 40px;
    /*margin-right: 15px;*/
}

.presentation-banner
{
	background-image: url(../img/welcome-background.jpg);
/*	padding: 44px 0px;*/
    height: 25vh;
    color:  white;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #E91E63;
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.section-title {
    padding: 30px;
    text-align: center;
}

.form-label {
    font-weight: 900;
}

.btn-full {
    width: 100%;
}

footer {
    margin-top: 30px;
}

.error_input_msg {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

/*PROFILE*/
input#flexSwitchCheckDefault {
    display: inline-block !important;
    float: none !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
}

/*FOR THE EDITOR*/
#video {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width: 100%;
    height: auto;
    max-width: 100%;
}

#confirm_image_from_webcam
{
    display: none;
}

#editor_controls
{
    display: none;
}

#photo {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width: 100%;
    height: auto;
}
#canvas {
    width: 100%;
    height: auto;
}
#webcam_mode{
    display: none;
}
.camera {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.output {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.contentarea {
    font-size: 16px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    width: 100%;
}

@media (max-width: 768px) {
 	.navbar-custom .navbar-brand {
		text-transform: uppercase;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		font-weight: 700;
	}
	a.navbar-brand {
		vertical-align: middle;
	}
}