body {
margin:0;
}
.full {
        background-image: url("../img/bg.jpg");
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.vertical-center {

    min-height: 80vh !important;

}
.navbar {
  	 background-color: #0F2D52;
     opacity: 1;
     transition: opacity .5s;
     padding:0;
     box-shadow: 0 3px 5px 0px #333;
         border-radius: 100px;
    width: 50%;
    margin: auto;

    margin-bottom:2em;

}
.overlay {
        background: rgba(20, 47, 82, 0.78);
    backdrop-filter: blur(3px);
   
    margin-inline: auto;
   padding-top:2em;
    border-radius: 2px;
    position: sticky;
}
a.nav-link{
  	font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2.41px;
    font-size: 22px;
    
}

.form-control{
    border-radius: 10px;
}
.nav-title {
    color:white;
    display:inline-block;
    margin-top:0.5em;
    text-align: center;
}
a.lang{
    color:white !important;
  	font-weight: bold;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2.41px;
    font-size: 22px;
}

a.lang:hover {
	color: #00A7E0 !important; 
}
ul.navbar-nav.ml-auto.main-nav-center li {
    text-align: center;
}
.nav-link-second {  
  list-style-type: none;
margin-top: 0.5em;

}

.footer {
  text-align: center;
  /*background-color:#333;*/
  padding-top:2em;
  padding-bottom: 1em;

}
p.footer-text{
    color:white !important;
}
a.policy {
  color:white;
}
.form-container {
/*padding: 3em;
    margin-bottom: 1em;
    background-color: white;
    box-shadow: 0 0 4px #333;*/
  
}
.bio-finder {
	width: 100%;
    background-color: #ED1F37;
    color: #fff;
    border-radius: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0px;
    margin-top:2em;

}

.bio-finder:hover{
opacity: 0.5;
}
.theform{
	height: 100vh;
}

h3.title {
	text-align: center;
	color: white;
    margin-bottom: 2em;
    text-transform: uppercase;

}
p.instructions {
	width:100%;
	text-align: left;
	display:block;
	margin:auto;
	margin-bottom: 2em;
    color:white;
    font-size: 18px;

}


.vertical-center {
  min-height: 100%;  
  min-height: 100vh; 
  display: flex;
  align-items: center;
}

.ytd{
    padding-bottom:2em;
    color:white;
    vertical-align: super;
    margin-top:2em;
    margin-left:1em;
}

@media only screen and (max-width: 992px) {
	img.conlogo{
		width: 80%;
	}
	p.footer-text {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
@media only screen and (max-width: 768px) {
    .navbar{
        width:80%;
    }
}
@media only screen and (max-width: 479px) {
    .navbar{
        width:100%;
        border-radius: 0px;
    }
    a.lang{padding:0}
}
input[type="radio"],
input[type="checkbox"] {
  width: 2em;
  height: 2rem;
  accent-color: #ED1F37;
}

b,*{color:white;}


  .sk-folding-cube {
  margin: 20px auto;
  width: 150px;
  height: 150px;
  position: relative;
    background-image: url('https://cpcassets.conservative.ca/social-icons/conservative-logo.svg');
        background-repeat: no-repeat;


}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  opacity: 0.4;

  -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
          transform: scale(1.0); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A7E0;

  border-radius: 2px;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;

}
.sk-folding-cube .sk-cube2 {

  -webkit-transform: scale(1.0) rotateZ(90deg);
          transform: scale(1.0) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.0) rotateZ(180deg);
          transform: scale(1.0) rotateZ(180deg);

}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.0) rotateZ(270deg);
          transform: scale(1.0) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}
