/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}

a {
  text-decoration: none;
}
p {
  margin: 0 0 10px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
.h1,
.h2{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

body{
    color: #fff;
}
a{
    color: #fff;
    transition: color 0.3s;
}
a:hover, a:focus {
    color: #FF9500;
    text-decoration: none;
    outline: none;
}
a:focus, a:active{
    outline : 0;
}

h1, .h1, h2, .h2{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1, .h1, h2, .h2, h3, .h3,{
    font-weight: 400;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}
h2, .h2{
    font-size: 36px;
}
p{
    font-size: 16px;
    line-height: 1.6180em;
}
.main{
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    background-image: url('./../images/default.jpg');
}
.cover{
    position: fixed;
    opacity: 1;
    background-color: rgba(0,0,0,.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
}
.container{
    position: relative;
    z-index: 9;
    margin-top: 300px;
    text-align: center;
    max-width: 600px;
}
.main .logo{
    font-weight: 300;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    font-family: 'Grand Hotel',cursive;
    font-size: 90px;
    margin: 0 0 50px;
}
.main .motto{
    font-size: 40px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    font-weight: 200;
    margin: 0;
}
.contacts-list{
    list-style: none;
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    font-weight: 200;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 1px 0;
    padding: 20px 0;
    margin: 0 0 40px;
}
.contacts-list li{
   display: inline-block;
   margin-right: 25px;
}
.contacts-list li:last-child{
   margin-right: 0;
}
.contacts-list i{
   margin-right: 10px;
   color: rgba(255,255,255,0.6);
   transition: 0.3s;
}
.contacts-list a:hover i,
.contacts-list a:focus i{
    color: rgba(255,255,255,1);
}
@media screen and (max-width: 767px) {
    .container{
        margin-top: 80px;
    }
    .main .logo{
        font-size: 60px;
    }
    .main .motto{
        font-size: 30px;
    }
    .contacts-list li{
        display: block;
        margin: 0 0 20px 0;
    }
    .contacts-list li:last-child{
        margin: 0;
    }
}
