/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: 'Raleway', sans-serif;
}
h1,h2,p{
	color:#fff;
	font-weight:400;
}
	h1{
		font-size:16px;
	}
	h2{
		font-size: 30px;
		margin-top: -20px;
	}
	h4 {
		font-size:18px;
	}
	p{
		font-size: 14px;
	}
.bg {
	background-image: url("../img/home1920x1080.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg2 {
	background-image: url("../img/flag_bg.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#vetbio h1{
	font-size: 2em;
	color: #789ecb;
}
#vetbio h2{
	font-size: 1.2em;
	color: #666;
  margin-top: 0;	
}
#vetbio h3{
	font-size: 1em;
	color: #789ecb;
}
#vetbio h4{
	font-size: 1.2em;
	color: #789ecb;	
}
#vetbio p{
	font-size: 1em;
	color: #666;	
}
#vetbio hr{
}

#vetbio img{
	-webkit-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.3);
}

.hide-header, .hide-footer{
	display:flex;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* cover */
#cover {
	position: absolute;
	height: 98%;
	width: 100%;
	top: 0;
	left: 0px;
	background: #fff;
	z-index: 4;
	border-radius: .25rem;
	}
.wizard-card .wizard-header h5 {
	font-size:14px;
}
.wizard-card .wizard-header {
  padding: 20px 0 30px;
}
.comment-box{
	position: relative;
	bottom: 231px;
	background:#fff;
/*display:none; */
  margin-bottom: -222px;
/*right: 90px; */
/*border:1px solid rgba(0,0,0,0.3); */
/*width:750px; */
/*box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.2); */
}
	.comment-box a {
		border: none;
		font-weight: 100;
		color: #fff;
		background: #789ecb;
		padding: 3px 8px;
		height: inherit;
		margin-top: -40px;
	}
.comment-first{
	background:#fff;
}
.comment-second{
	height:183px;
	background:#fff;
}


.success-response {
    width: 300px;
    height: 88px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -77px 0 0 -151px;
    text-align: center;
    border: 2px solid #789ecb;
    color: #789ecb;
    font-size: 14px;
    background: rgba(120, 158, 203, 0.1);
}

.error-response{
	width: 300px;
	height: 80px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -77px 0 0 -151px;
	text-align: center;
	border: 2px solid rgb(244, 67, 54);
	color: rgb(244, 67, 54);
	font-size: 14px;
	background: rgba(244, 67, 54, 0.1);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (min-width: 413px) {
	h1{
		font-size:18px;
	}
	h4 {
		font-size:1.5rem;
	}
	.wizard-card .wizard-header h5 {
		font-size:20px;
	}
	.wizard-card .wizard-header {
    padding: 5px 0 15px;
	}
}

@media (min-width: 576px) {
	h1{
		font-size:28px;
	}
	h2 {
		font-size: 24px;
		margin-top: 0px;
	}
	.success-response{
		width: 400px;
		height: 100px;
		margin: -66px 0 0 -202px;
		font-size: 20px;
	}
	.error-response{
		width: 400px;
		height: 100px;
		margin: -66px 0 0 -202px;
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.hide-header, .hide-footer{
		display:none;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	p {
		font-size: 17px;
	}
	.hide-header, .hide-footer{
		display:flex;
	}
}
