/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Template: wp-bootstrap-starter
Description: WP Bootstrap Starter Child WordPress Theme
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter-child
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Pages
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Contact form
--------------------------------------------------------------*/
.container-contactform {
  padding: 0;
}

.row-contactform {
  margin: 0 auto 100px !important;
}

.col-contactform {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

.wpcf7-form-control-wrap {
  width: 600px;
}

.wpcf7-form p {
  color: #003366;
}

.wpcf7-form p label {
  font-size: 1.2rem;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Top bar
--------------------------------------------------------------*/
.container-topbar {
  padding: 0;
  background-color: #000000;
}

.row-topbar {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

p.topbar-left,
p.topbar-right {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #bbbbbb;
}

p.topbar-right {
  text-align: right;
  margin-bottom: 3px;
}

img.topbar-icon {
  max-height: 14px;
}

@media screen and (max-width: 768px) {
  p.topbar-left,
  p.topbar-right {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: /*#563e7c*/#ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: /*#563e7c*/#ffffff;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: /*#cdbfe3*/ #003366;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: /*#fff*/ #3399FF;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
  color: #003366;/**/
}
.dropdown-menu .dropdown-item:hover {
  /*background: transparent;*/
  background-color: #003366;/**/
  color: #ffffff;/**/
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/* Custom */
.navbar-brand a img {
  max-height: 70px;
}

@media screen and (max-width: 480px) {
  .navbar-brand a img {
    max-width: 140px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

  /* Make sure select elements fit in widgets. */

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#content .row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#primary {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

/*--------------------------------------------------------------
## Page titles
--------------------------------------------------------------*/
.container-pagetitle {
  height: 100vh;
  padding: 0;
}

.container-pagetitle.page-about {
  background: url("../../uploads/photos-sea-dream-6266.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: center right;
}

.container-pagetitle.page-barbayannis {
  background: url("../../uploads/photos-barbayannis-6215.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: bottom right;
}

.container-pagetitle.page-sea-dream {
  background: url("../../uploads/photos-sea-dream-6277.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

.container-pagetitle.page-hydra {
  background: url("../../uploads/photos-places-hydra-0323.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

.container-pagetitle.page-spetses {
  background: url("../../uploads/photos-places-spetses.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

.container-pagetitle.page-monemvasia {
  background: url("../../uploads/photos-places-monemvasia.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: bottom center;
}

.row-pagetitle {
  height: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
}

.col-pagetitle {
  margin: auto;
}

h1.pagetitle {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
}

p.pagetitle {
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .container-pagetitle {
    height: 400px;
  }

  h1.pagetitle {
    font-size: 2rem;
  }

  p.pagetitle {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .container-pagetitle {
    height: 200px;
  }

  h1.pagetitle {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/* Slider */
.col-galleryslider {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .container-galleryslider {
    padding: 0;
  }
  
  .row-galleryslider {
    margin: 0;
  }
  .col-galleryslider {
    padding: 0;
  }
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/* Text only */
.container-textonly {
  padding: 0;
}

.row-textonly {
  margin: 0;
}

.col-textonly {
  max-width: 900px;
  margin: 0 auto 100px;
}

p.textonly-center,
p.textonly-justify {
  font-size: 1.2rem;
  font-weight: 300;
  color: #333333;
}

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

p.textonly-justify {
  text-align: justify;
  text-justify: inter-word;
}

/* Text list */
.container-textlist {
  padding: 0;
}

.row-textlist {
  margin: 0;
}

.col-textlist {
  max-width: 800px;
  margin: 0px auto 100px;
}

p.textlist {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 3rem;
  color: #444444;
}

img.textlist-icon {
  height: 1.2rem;
  margin-right: 6px;
}

/* Heading 2 */
.col-heading2 {
  max-width: 100%;
  margin: 0 auto;
}

h2.heading2 {
  font-size: 1.6em;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
  color: #444444;
}

p.heading2 {
  text-align: center;
}

img.heading2 {
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* Text only */
  p.textonly-justify {
    text-align: left;
  }

  /* Text list */
  .col-textlist {
    max-width: 560px;
  }

  p.textlist {
    font-size: 0.8rem;
    line-height: 1.8rem;
  }

  img.textlist-icon {
    height: 0.8rem;
  }

}@media screen and (max-width: 480px) {
  /* Text only */
  p.textonly-center,
  p.textonly-justify {
    text-align: left;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
## Other elements
--------------------------------------------------------------*/
/* Logo */
.container-homelogo {
  padding: 0;
}

.row-homelogo {
  margin: 0 100px !important;
}

.img-homelogo {
  
}

/* Thumbnails */
.container-thumbnails {
  padding: 0;
}

.row-thumbnails {
  max-width: 80% !important;
  margin: 30px auto 50px !important;
}

a.thumbnails {
  display: block;
  border: none;
  transition: box-shadow 0.3s;
}

a.thumbnails:hover {
  box-shadow: 0 0 11px rgba(33,33,33, 0.2);
}

a.thumbnails p:hover {
  text-decoration: none;
}

a.thumbnails > p {
  
}

p.thumbnails-largertext {
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  color: #003366;
}

/* Iconbox */
.container-iconbox {
  padding: 0 !important;
}

.row-iconbox {
  max-width: 1120px !important;
  margin:  0 auto 100px !important;
}

.col-iconbox {
  margin: 40px auto;
}

img.vesselspecs {
  max-height: 70px;
  margin: 40px auto;
}

p.iconbox {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #444444;
}

/* Quote box */
.container-quotebox {
  padding: 0;
}

.row-quotebox {
  margin: 0;
}

.col-quotebox {
  width: 100%;
  max-width: 1000px;
  margin: 150px auto 80px;
}

p.quotebox {
  font-size: 3.8em;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  color: #003366;
}

@media screen and (max-width: 768px) {
  .col-quotebox {
    margin: 100px auto;
  }
  p.quotebox {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 480px) {
  .col-quotebox {
    margin: 60px auto 30px;
  }
  p.quotebox {
    font-size: 2em;
  }
}

/* Contact info */
.container-contactinfo {
  padding: 0;
}

.row-contactinfo {
  margin: 0 auto 50px !important;
}

.col-contactinfo-left {
  max-width: 400px;
  margin: 100px auto;
}

.col-contact-right {
  min-height: 480px;
  padding: 0;
}

h3.contactinfo {
  font-size: 1.4em;
}

p.contactinfo {
  font-size: 1.4rem;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 2.4rem;
}

@media screen and (max-width: 480px) {
  p.contactinfo {
    font-size: 1.2rem;
  }
}

/* video background */
div.top-video {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 720px;
	align-items: center;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	background: rgba(44, 44, 44, 0.1);
}

div.top-video h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ffffff;
}

div.video-container {
	position: absolute;
	width: 100%;
	height: 720px;
	z-index: -1;
	overflow: hidden;
}

div.video-container video {
	min-width: 100%;
	min-height: 100%;
	bottom:0;
}

/* Social media */
.container-socialmedia {
  padding: 0;
}

.row-socialmedia {
  max-width: 500px !important;
  margin: 0 auto !important;
  padding-top:60px;
  padding-bottom: 100px;
}

p.socialmedia {
  margin-bottom: 0;
  text-align: center;
}

a.socialmedia {
  margin: 0 auto;
  padding-top: 20px;
}

a.socialmedia img {
  width: 80px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}
a.socialmedia img:hover {
  transform: scale(1.2);
}


@media screen and (max-width: 600px) {
  .col-socialmedia {
    max-width: 50%;
  }
  .a-socialmedia img {
    width: 40px;
    height: auto;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

  /* Theme Footer (when set to scrolling) */

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #222222;
}

.navbar-dark .site-info {
  color: #fff;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.footer-all {
  padding: 0;
  background-image: url('../../uploads/photos-places-portoheli-9477.jpg');
  background-size: cover;
}

#footer-widget {
  padding: 100px 0;
  background-color:rgba(20,20,20,0.6) !important;
}

#footer-widget container {
  max-width: 1120px;
}

#footer-widget h3.widget-title{
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #fff;
}

p.footer {
  font-size: 0.9rem;
  line-height: 2em;
  color: #fff;
}

p.footer a {
  color: #fff;
}

/* Social Media */
p.footer a img.footersocialicon {
  height: 40px;
  margin-right: 10px;
  opacity: 0.8;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

p.footer a img.footersocialicon:hover {
  opacity: 1;
  transform: scale(1.2);
}

/* Terms of use */
#menu-terms-of-use-english a,
#menu-terms-of-use-greek a{
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#menu-terms-of-use-english a:hover,
#menu-terms-of-use-greek a:hover {
  background-color: #fff;
  color: #003366;
}

@media screen and (max-width: 768px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
