a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body, html {
    width:100%;
    height:100%;
}
body {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-perspective: 0;
    perspective: none;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to bottom, #307EF8 0%,#0000F0 100%);
}
.full{
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
#background{ overflow: hidden; top:0; }

.content{
    z-index: 1;
    color: white;
    margin: 0 8%;
    width: 84%;
    padding: 100px 0;
}
h1{
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 800;
}
h2{
    margin-top: 6px;
    font-size: 19px;
    letter-spacing: 1px;
    opacity: 0.6;
    font-weight: 200;
}

h3{
    font-size: 19px;
    letter-spacing: 2px;
    opacity: 0.6;
    margin-top:36px;
    margin-bottom:20px;
    font-weight: 200;
}
p{
    opacity: 0.6;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 200;
    max-width:560px;
    margin-bottom:20px;
}
p.big{
    letter-spacing: 2px;
    font-weight: bold;
    opacity: 1;
}
img.quote-logo {
    width: 100%;
    max-width: 560px;
    padding: 20px 20% 20px 10%;
    box-sizing: border-box;
}
ul{
    margin-bottom:20px;
    margin-left: 17px;
}
li{
    opacity: 0.6;
    list-style: initial;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 200;
    max-width:560px;
}
hr{
    margin:50px 0 20px;
    max-width:490px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
p a{
    text-decoration: none;
    color: white;
}
p a:hover{ text-decoration: underline;  }

.buttons{ margin: 47px 0 62px;  }
.buttons a{
    text-transform: uppercase;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    width: 135px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    vertical-align: bottom;
    border: 1px solid white;
    box-sizing: border-box;
}
.buttons a:first-child{
    margin-right: 15px;
    border: none;
}

.links{
    float: left;
    margin-top: 273px;
    width: 237px;
    /* font-size: 14px; */
}
.links h3{
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
}
.links li{
    /* color: #7A8CF6; */
    margin-top: 20px;
    font-size: 16px;
}
.links a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.circle{
    background-color: rgba(36, 36, 36, 0.9);
    border-radius: 20000px;
    mix-blend-mode: soft-light;
}

#video{
    position: absolute;
    top:0; left:0;
    width: 100%; height: 100%;
    background: rgba(0,0,0, 0.5);
    z-index: 1;
    display: none;
}

#video iframe{
    position: absolute;
    top:50%; left:50%;
    transform: translate(-50%, -50%);
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.suggest-form{
  background: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 2px;
  max-width:500px;
  margin-bottom: 40px;
}
.suggest-form input{
  display: block;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
}
.suggest-form input.button{
  border-radius: 100px;
  background-color: white;
  color: #666;
}
.suggest-form hr{
  display: block;
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
  max-width: none;
}

.suggest-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.suggest-form input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.suggest-form input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.suggest-form input :-moz-placeholder { /* Firefox 18- */
  color: white;
}
.suggest a{
  text-decoration: underline;
}
.suggest .hide{
    display: none;
}
@media (min-width: 1020px) {
  .suggest{
    position: absolute;
    right:40px;
    width: 30%;
    top: 160px;
    /*transform: translateY(-50%);*/
  }
}
