
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,greek);

body {
    margin-top: 50px;
    margin-bottom: 50px;
    background: none;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #FFF;
}

.full {
background: 
    linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/background.jpg") no-repeat center top;

    /* background: url("../img/background.jpg") no-repeat center top; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.vertical-center {
    min-height: 83%;
    min-height: 83vh;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

a {
    color: #FFF;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    color: #FFF;
}

.nav-style {
    opacity:0.95; filter:alpha(opacity=95);
}

.main-left {
    margin: 0px auto;
}
.main-right {
    margin: 0px auto;
    margin-top: 30px;
}

@media (max-width:992px) {
    .main-left {
        margin: 0% 0 0 0;
    }
}

.nav li a,
.navbar-header .navbar-brand {
    font-size: 14px;
}

/*
 * Form
 *
 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 14px/14px "Roboto", Helvetica, Arial, sans-serif;
    color: #222;
}

#contact {
  background: rgba(240, 240, 240, .8);
  opacity:0.9; filter:alpha(opacity=90);
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 60px;
}

#contact h3 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #222;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
/*#contact input[type="tel"],*/
/*#contact input[type="url"],*/
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
/*#contact input[type="tel"]:hover,*/
/*#contact input[type="url"]:hover,*/
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #DCAE4E;
    color: #000;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

#contact button[type="submit"]:hover {
  background: #d59f2a;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
