/*-----------------------------------------------------------------------------------

    Template Name: Appro HTML5 Template,
    Template URI: http://appro.intimissibd.com
    Description: This is html5 template
    Author: ThemeCTG
    Author URI: http://themectg.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
    1. Google font
	2. Theme Default CSS (body, link color, section etc)
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700'); */

/*-------------------
2. Theme Default CSS
--------------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #303030;
}

.btn.focus,
.btn:focus,
.btn:hover,
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}


#privacy h1,
#terms h1,
#prices h1,
#redistribution-agreement h1
{
  font-size: 24px;
}
#privacy h2,
#terms h2,
#prices h2,
#redistribution-agreement h2{
  font-size: 18px;
}
#terms h3{
  font-size: 14px;
  font-style: italic;
}


p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #2fccd0;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #606060;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#maps {
    width: 100%;
    height: 500px;
    background-image: url(images/pestalozzi-headquarters.png);
    background-repeat: no-repeat;
    background-size: auto 101%;
    background-position: center;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#contest-banner{
  top: 150px;
  left: 30px;
  width: 30%;
  position: fixed;
  z-index: 10000;
  border-radius: 10px;
  padding: 10px;
  background-color: #053247;
  color: #FFF;
}

#contest-banner i{
  color: #FFF;
}

#contest-banner p{
  font-size: 15px;
}

#contest-banner p strong{
  font-size: 19px;
}

#contest-banner h5 a{
  float: right;
  margin-right: -10px;
  margin-top: -10px;
}

#contest-banner p a:link,
#contest-banner p a:visited{
  text-decoration: underline;
  color: #FFFFFFFF;
}
#contest-banner p a:hover,
#contest-banner p a:active{
  color: #FFFFFF7a;
}

#contest-banner p img{
  width: 45%;
}

@media screen and (max-width: 800px){
  font{
   display: block;
  }

  #contest-banner{
    width:80%;
    left: 10%;
  }
}

#cookie-banner{
  bottom: 0;
  position: sticky;
  z-index: 10000;
  width: 100%;
  background-color: rgba(255,255,255,0.97);
}
