@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700');

/*--------------------------------------------General*/

body {
    font-family: "Roboto", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

a:link {
    text-decoration: none;
}

h1 {
    font-family: "Exo", sans-serif; 
    text-align: center;
    padding-bottom: 10px;
    color: black;
}

h2,
h3,
h4,
h5 {
    font-family: "Exo", sans-serif; 
    padding-bottom: 10px;
    font-weight: 800;
}

.heading p {
    text-align: center;
}

.wall-background {
    background: url(../../assets/images/backgoundStones.jpg) no-repeat center center fixed;
    background-size: cover; 
    padding: 30px;
    filter: brightness(100%);
}

.information-container {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent;
    color: #000000;
    padding: 30px;
}

.section {
    padding: 50px;
}

/*--------------------------------------------Heading*/

.navbar {
    position: relative;
    margin-bottom: 0;
}

.navbar-nav {
    padding-top: 120px;
    padding-bottom: 20px;
    margin-right: 0;
}

.navbar-nav a {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.navbar-default .navbar-nav li a {
    color: rgb(41, 38, 38);
}

.heading-logo img {
    float: left;    
}

.page-head {
    margin-top: 25px;
    width: 100%;
}

/*--------------------------------------------Mainbody*/

.nieske-wiebenik  {
    margin: auto;
    max-width: 50%;
    max-height: 50%;
    border-radius: 50%;
}
/*--------------------------------------------Hover.css*/

.navbar-default .navbar-nav li a:hover {
    color: #5d33ce;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

/* .foothover:hover {
    color: #5d33ce;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
} */

.hvr-sweep-to-right:before {
    color: #000000;
    background-color: #000000;
    border-color: #000000;
    border: solid 1px;
    transition: ease-in-out 1s;
}

.hvr-sweep-to-right:after {
    color: #000000;
    background-color: #000000;
    transition: ease-in-out 0.35s;
}

button[type="submit"]:hover {
    background-color: #a0a0a0;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

/*--------------------------------------------Footer*/

footer {
    background-color: #1caee7;
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer-info {
    font-family: "Exo", sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #cee6f1;
    padding-top: 10px;
    Padding-left: 10%;
}

.footer-logo {
    width:50%;
}

.footer-link {
    a:link {
        font-family: "Exo", sans-serif;
        font-weight: 200;
        font-size: 16px;
        color: #cee6f1;
        padding-top: 10px;
        Padding-left: 10%;
    }
}
/*--------------------------------------------About Main*/
/*--------------------------------------------Contact*/

.contact {
    padding: 30px;
}

.contactinfo {
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding-bottom: 20px;
}

.form-about {
    font-family: "Exo", sans-serif;
    font-weight: 500;
    color: rgba(93, 51, 206, 0.8);
}

.center-form {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    display: block;
    width: 100%;
    border-radius: 0;
    margin: 5px;
}

textarea.form-control {
    height: auto;
    resize: none;
}

button[type="submit"] {
    margin: 5px 5px 20px 5px;
    background-color: #5d33ce;
    color: #fafafa;
    width: 100%;
}

/*--------------------------------------------Media Queries*/

@media (max-width:414px) {
.tourtimeline {
    padding-left: 50px;
}
}

@media (max-width: 320px) {
.bandimages img {
    margin: auto;
    text-align: center;
    -webkit-box-shadow: -1px -1px 33px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 33px 5px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 33px 5px rgba(0,0,0,0.75);
    transition: all.5s ease-in-out;
    -moz-transition: all.5s ease-in-out;
    -webkit-transition: all.5s ease-in-out;
}
}