html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, menu{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img{
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

input, button, select, textarea{
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body, div, ul, li, p, form, span, img, h1, h2{
  position: relative;
}

html, body{
  width: 100%;
  min-height: 100%;
  line-height: 1;
}

ol, ul, menu{
  list-style: none;
}

div{
  display: block;
}

blockquote, q{
  quotes: none;
}

input, textarea, :focus{
  outline: 0;
}

button::-moz-focus-inner{
  border: 0;
}

textarea{
  overflow: auto;
  resize: vertical;
}

ins{
  display: inline-block;
  *display: inline;
  text-decoration: none;
}

del{
  text-decoration: line-through;
}

table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

abbr{
  cursor: help;
}

label,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select,
a[href],
button{
  cursor: pointer;
}

a[disabled],
input[disabled],
button[disabled]{
  cursor: default;
}
img:hover {fill:red; }

hr{
  background: 0;
  border: 0;
  height: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}
.wrap{
  overflow: hidden;
}
header{
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 20px 0;
}
p{
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
h1{
  font-size: 70px;
  line-height: 76px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
h2{
  font-size: 60px;
  line-height: 66px;
  color: #fff;
}

.center{
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 30px;
}
.logo{
  font-family: 'Pacifico', cursive;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.logo span{
  color: rgb(0, 157, 181);
}
.main{
  min-height: 400px;
  height: 100vh;
  position: relative;
}
.main_content{
  background: url('../img/main-bg.jpg') no-repeat center;
  background-size: cover;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  z-index: 0;
}
.main_content:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: rgba(0, 0, 0, .6);
}
.main_content h1, .main_content h2{
  text-align: center;
}
.main_content p{
  font-size: 37px;
  line-height: 40px;
  padding: 10px 0;
  text-align: center;
}
.main_content ins{
  color: rgb(0, 157, 181);
  padding-left: 5px;
}

.main_content span{
  margin-top: 100px;
  font-size: 20px;
  color: rgb(0, 157, 181);
}
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
}
footer .title{
  padding: 20px 0;
  color: #fff;
}
footer .soc{
  width: 40%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
footer .soc a{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  position: relative;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 830px){
  h1{
    font-size: 50px;
    line-height: 52px;
  }
  h2{
    font-size: 40px;
    line-height: 42px;
  }
  .main_content p{
    font-size: 26px;
    line-height: 28px;
  }
  .link{
    font-size: 17px;
  }
  .title{
    font-size: 30px;
    line-height: 32px;
    padding: 30px 0;
  }
  .about{
    padding: 0 0 30px 0;
  }
  footer .title{
    padding: 30px 0 20px 0;
  }
}
@media only screen and (max-width:580px){
    h1{
      font-size: 30px;
      line-height: 32px;
    }
    h2{
      font-size: 20px;
      line-height: 22px;
    }
    .main_content p{
      font-size: 18px;
      line-height: 20px;
    }
    .title{
      font-size: 18px;
      line-height: 20px;
    }
}
@media only screen and (max-width:479px){
    footer .soc{
      width: 100%;    
    }
}
@media only screen and (max-width:380px){
  h1{
    font-size: 22px;
    line-height: 24px;
  }
  h2{
    font-size: 19px;
  }
  .main_content p{
    font-size: 16px;
  }
}