body {
	background: #f5d9d5;
	font-family: "Nunito", sans-serif;
}

.blurb h2 {
	color: #ea1c2c;
	font-weight: 100;
	font-size: 2.5rem;
}

.blurb p {
	color: #391723;
	font-weight: 100;
	font-size: 1.125rem;
	line-height: 2;
}

.content {
	margin-top: 100px;
	margin-bottom: 100px;
}

#mainNavbar {
	font-size: 1.5rem;
	font-weight: 100;
}

#mainNavbar .nav-link {
	color: white;
}

#mainNavbar .nav-link:hover {
	color: #ea1c2c;
}

#mainNavbar .navbar-brand {
	color: #ea1c2c;
	font-size: 1.5rem;
}

#headingGroup span {
	color: #ea1c2c;
}

#headingGroup h1 {
	font-weight: 100;
	font-size: 4rem;
}

.navbar.scrolled {
	background: rgb(222, 192, 222);
	transition: background 500ms;
}

@media (max-width: 1200px) {
	#headingGroup h1 {
		font-weight: 100;
		font-size: 3rem;
	}
	.blurb h2 {
		font-size: 2rem;
	}
}

#footer {
	width: 100%;
}

#footer {
	text-align: center;
	font-size: 1.2rem;
	background: rgb(222, 192, 222);
}

/* Checkbox Hack */

input[type=radio] {
	opacity: 0;
}

label {
	display: inline-block;
	margin: 60px 0 10px 0;
	cursor: pointer;
}

/* added for form css start*/
form {
	display: block;
	margin-top: 0em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
li {
	color: #391723;
	font-weight: 100;
	font-size: 1.125rem;
	line-height: 2;
}

fieldset {
	display: block;
	margin-inline-start: 2px;
	margin-inline-end: 2px;
	padding-block-start: 0.35em;
	padding-inline-start: 0.75em;
	padding-inline-end: 0.75em;
	padding-block-end: 0.625em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: threedface;
	border-right-color: threedface;
	border-bottom-color: threedface;
	border-left-color: threedface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	min-width: min-content;
}

legend {
	display: block;
	padding-inline-start: 2px;
	padding-inline-end: 2px;
	border-top-width: initial;
	border-right-width: initial;
	border-bottom-width: initial;
	border-left-width: initial;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

table {
	display: table;
	border-collapse: separate;
	-webkit-border-horizontal-spacing: 2px;
	-webkit-border-vertical-spacing: 2px;
	border-top-color: gray;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-top-color: inherit;
	border-right-color: inherit;
	border-bottom-color: inherit;
	border-left-color: inherit;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-top-color: inherit;
	border-right-color: inherit;
	border-bottom-color: inherit;
	border-left-color: inherit;
}

td,
th {
	display: table-cell;
	vertical-align: inherit;
}

label {
	cursor: default;
}
/*ajout translation start*/
.btn,
.btn:visited {
	color: #fff;
	background: #fcfcfc;
	box-shadow: 0px 3px 0px 0px #01192e;
	padding: 8px 22px;
	font-size: 18px;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: 300;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 0.5px rgba(0, 0, 0, 0.3);
	color: rgb(0, 0, 0);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn:hover,
.btn:visited:hover,
.btn:focus,
.btn:visited:focus {
	background: rgb(222, 192, 222);
}

.btn:active,
.btn:visited:active {
	box-shadow: 0px 1px 0px 0px #ffffff;
}

.wrapper {
	text-align: justify;
}

.switcher {
	margin-left: 1.2em;
}

img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

/* Checkbox Hack */

input[type=radio] {
	opacity: 0;
}

label {
	display: inline-block;
	margin: 60px 0 10px 0;
	cursor: pointer;
}

/* Default State */
/* Toggled State */
#english:checked ~ .wrapper .english {
	display: block;
}

#english ~ .wrapper .english {
	display: none;
}

#english:checked ~ .wrapper .french {
	display: none;
}

#french ~ .wrapper .french {
	display: none;
}

#french:checked ~ .wrapper .english {
	display: none;
}

#french:checked ~ .wrapper .french {
	display: block;
}

/*ajout translation end*/


/* */
.container{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto}
	@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
/* */

/* */
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
/* */