* .Name {
    background-color: #BAC8E0;
}

.WebsiteName {
    margin-left: 60px;
    margin-top: 15px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    color: darkblue;
    padding-top: 10px;
}

.headerNav {
    margin-left: 90PX;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.header-image {
    height: 75px;
    padding-top: 20px;
    padding-left: 20px;
}


.navbar {
    border-bottom: 1px solid #d1d3d5;

}

.navbar .container {
    align-items: stretch;
    display: flex;
    justify-content: space-between;

}


.navbar a {
    display: block;
    padding: .5em;

}

.navbar-nav {
    align-items: center;
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding-right: 270px;
}

.navbar-nav .nav-item {
    margin: 0 .5em;
    padding-right: 70px;
}

.nav-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: floralwhite;
    font-weight: 700;
    text-transform: uppercase;
}

.menu {
    background-color: #BAC8E0;

}

a:hover {
    color: darkblue;
}


h1 {
    padding-left: 260px;
}


body {
    font-family: 'Arial';
    text-align: justify;
    line-height: 1.5;
    font-size: 2.2ch;
    margin: 0;
}

/* Home */

.background-image {
    margin: 0%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
}

.jumbotron h4 {
    background-color: #000000;
    color: white;
    bottom: 0;
    padding: .25em .5em;
    position: absolute;
    left: 70ch;
    bottom: 40px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100;
}


.rotate-img {
    transform: rotate(8deg);
    padding-left: 500px;
    padding-top: 0px;
    padding-bottom: 30px;
}

/*About*/

.about-image1 {
    position: relative;
    padding-left: 50px;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-right: 50px;
    border: 20px;
    top: 0;
    left: 0;
}

.about-image2 {
    position: absolute;
    padding-left: 50px;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-right: 50px;
    border: 20px;
    top: 465px;
    left: 0px;
}

.about-image3 {
    position: absolute;
    padding-left: 50px;
    padding-top: 100px;
    padding-right: 50px;
    border: 20px;
    top: 880px;
    left: 0px;
}

.col-4{
    padding-top: 10px;
    padding-left: 450px;
}

.col-3{
    padding-top: 100px;
}

.col-9 {
    border: 50px;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 10px;
}

.col-9 p {
    margin: 0;
    font-size: medium;
    padding-top: 20px;
    padding-right: 180px;
    font-weight: 50;
}

.col-9 h4 {
    text-align: left;
    font-size: x-large;
    font-weight: 900;
}

.country-list {

    column-count: 3;
    column-gap: 40px;
}

.col-4 h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    text-transform: uppercase;
}

.country-list p {
    font-weight: 400;
}

/*Images*/

.imgs-header {
    text-align: center;
    padding-top: 50px;
    font-weight: 50;
    font-family: sans-serif;
    text-transform: uppercase;
    color:darkblue;
}

.imgs-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 230px;
}

.imgs-column {
    flex: 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    margin: 0 1em;
}

.imgs-column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

/*Destinations*/

.header4 {
    padding-top: 150px;
    text-align: center;
    font-size: x-large;
    font-weight: 800;
    color:darkblue;
}

.content-box {
    position: relative;
    width: 50%;
    margin: 10px auto 0 auto;
    z-index: 999;
    display: block;
}

.image-destination {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #a3d474;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.content-box:hover .overlay {
    width: 100%;
}

.location {
    white-space: nowrap;
    color: white;
    font-size:xx-large;
    font-weight: 1000;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.tips-row {
    padding-top: 150px;
    padding-left: 100px;
    color: #000000;
    padding-right: 500px;
}

/*BARCELONA - BUDAPEST - NUREMBERG*/
body {
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 1.5;
    font-size: 2ch;
}

.content-row{
    padding-top: 50px;
    padding-left: 150px;
    padding-right: 135px;
    text-align: justify
}

.body-image{
    padding-top: 30px;
    padding-bottom: 30px;
}

figcaption{
    text-align: center;
    font-weight:600;
}
/*Contact Form*/

.text-row{
    padding-top: 130px;
    padding-bottom: 50px;
    padding-left: 300px;
    padding-right: 500px;
    background-color: #000000;
    color: white;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 8px;
    resize: vertical;
}

input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


input[type=submit]:hover {
    background-color: darkblue;
}

.form-container {
    border-radius: 5px;
    background-color: #92D050;
    padding: 150px;
    padding-top: 110px;
    
}

.button-nav-link {
    color: darkblue;
    font-weight: 700;
    text-transform: uppercase;
}

.header-title {
    padding-top: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

/*footer*/

footer {
    background-color: #eeeeeee8;
    margin-top: 60px;
    text-align: left;
    width: 100%;
    font-weight: 500;
}

footer p {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

footer a {
    font-family: Arial, Helvetica, sans-serif;
}