/*
Theme Name:  Telee Media  Quickstart
*/

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
body {
height: 100%;
max-height: 100%;
font-family: "Overpass", Sans-serif;
}

.full-height {
    position: relative;
    z-index: 1;
}

.hero-area h1 {
    padding-top: 30px;;
    color: #E9E9E9;
    font-family: "Overpass", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 30px;
}
.full-height{
    height:100%; 
    font-family: 'Overpass', sans-serif;
    background-image: url(./assets/bg.jpg); 
    background-position: center; 
    background-size: cover;
    min-height:100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
 
.hero-area h2 {
    color: #E9E9E9;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 50px;
}


.hero-area ul {
    list-style:none;
    margin:0;
    padding:0;
}

.hero-area ul li {
    font-size: 18px;
    font-weight: 400;
    color:#fbfbfb;
    margin:10px 0px;
}
.thank-you h1{
    padding-top:200px ;
    color: #18191A;
    font-size: 46px;
}
.thank-you p{
    color: #18191A;
    font-size: 20px;
}

.footer-area {
    padding: 40px 0px;
}

@media (min-width: 1430px) {
    .container {
      max-width: 1400px;
    }
  }
