/* CSS Document */
#container {
  width: 300px;
  height: 350px;
  margin-top: 70000000px;
  margin-left: auto;
  margin-right: auto;
}
.anim {
  max-width: 1200px;
  margin: 0 auto;
}
.logos {
  width: 800px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: #15428c;
  font-weight: 700;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #cd9557;
  opacity: 0.7;
  z-index: 1;
}
.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}
.masthead .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: rgba(0, 46, 102, 0.8);
  transform: skewY(4deg);
  transform-origin: bottom right;
}
.masthead .masthead-content h1 {
  font-size: 20px;
  margin-top: 30px;
}
.masthead .masthead-content p {
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
}
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}
.social {
  width: 800px;
  height: 800px;
  position: flex;
  top: 50%;
  left: 50%;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
  right: 50px;
}
.social-icons {
  display: inline-block;
  position: relative;
  margin-bottom: 1px;
  width: 2%;
  z-index: 2;
}
.social-icons ul {
  margin-top: 1px;
  width: 100%;
  text-align: center;
}
.social-icons ul > li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}
.social-icons ul > li > a {
    display: inline-block;
    color: white;
    background-color: #b2b2b2;
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    position: relative;
    top: -100px;
	left:-100px;
}
.btn-secondary {
  margin-top: 1px;
  background-color: #16438c;
  border-color: #16438c;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #2956a0 !important;
  border-color: #2956a0 !important;
}
.input {
  font-weight: 300 !important;
}
.footer{
	text-align: center;
	
}
/* MEDIA QUERY - RESPONSIVE DESIGN */


@media (min-width: 768px) {
  .masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
    clear: both;
  }
  .masthead .masthead-content h1 {
    font-size: 20px;
  }
  .masthead .masthead-content p {
    font-size: 12px;
    text-align: justify;
  }
	  .social-icons {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    z-index: 2;
    
  }
  .social-icons ul {
    margin-top: -100px;
    width: auto;
  }
  .social-icons ul > li {
    display: inline-block;
    margin-left: 11px;
    margin-right: 12px;
    margin-bottom: 2rem;
  }
  .social-icons ul > li:last-child {
    margin-bottom: 0;
  }
  .social-icons ul > li > a {
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
    line-height: 35px;
    height: 40px;
    width: 40px;
  }
  .social-icons ul > li > a:hover {
    background-color: #16438c;
  }
}

@media (max-width: 575.98px) {
  
	.h100{
		height: 20%;
	}
	.masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-right: 10rem;
    clear: both;
	  width: 475px;
  }
  .masthead .masthead-content h1 {
    font-size: 20px;
  }
  .masthead .masthead-content p {
    font-size: 12px;
    text-align: justify;
  }
	  .social-icons {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    z-index: 2;
    
  }
  .social-icons ul {
    margin-top: 0;
    width: auto;
  }
  .social-icons ul > li {
    display: inline-block;
    margin-left: -5px;
    margin-right: 12px;
    margin-bottom: 2rem;
  }
  .social-icons ul > li:last-child {
    margin-bottom: 0;
  }
  .social-icons ul > li > a {
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
    line-height: 35px;
    height: 40px;
    width: 40px;
	top:-200px;
	 left:auto;
	  
  }
  .social-icons ul > li > a:hover {
    background-color: #16438c;
  }
}

@media (max-width: 769px){
	.masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
	.social-icons ul > li > a {
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
    line-height: 35px;
    height: 40px;
    width: 40px;
	top:-130px;
	 left:auto;
}