html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    background-color: #fcf6f6;
}

p {
    font-family: 'robotolight';
    font-size: 30px;
}

a {
    font-family: 'robotolight';
    font-size: 25px;
}

a:hover {
    text-decoration: none;
    color: #ba4b4b;
}

a:active {
    text-decoration: none;
}

a:focus {
    color: #ba4b4b;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.round-button:visited {
    text-decoration: none;
}

ul {
    list-style: none;
}

h1 {
    font-family: 'robotolight';
    font-size: 44px;
}


#menu {
    background-color: #171717;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 30px;
}

.introduction {
    margin-top: 40px;
    margin-bottom: 65px;
}


.introduction2 {
    margin-top: 15px;
    margin-bottom: 65px;
}

.intro {
    letter-spacing: 1px;
    color: #a11312;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subtitles {
    font-family: 'linux_libertineitalic';
    font-size: 24px;
    margin-bottom: 0px;
}

.language {
    height: 40px;
}

.language a {
    display: inline-block;
    margin-top: 7px;
}



.menu_button {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.padding-adjust {
    padding-left: 1px;
    padding-right: 1px;
}

@media (min-width: 768px){
    .introButton{
        display: block;
    }
}

.introButton .icon-bar {
    display: block;
    width: 45px;
    height: 4px;
    background-color: #a11312;
    border-radius: 1px;
}

.introButton {
    position: relative;
    float: right;
    padding: 0px 0px;
    margin-top: 14px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.introButton .icon-bar + .icon-bar {
    margin-top: 5px;
}

.contact-image {
    margin: auto;
    padding-bottom: 0px;
}

.videoSection {
    margin: 0px;
    width: 100%;
}

.images-section {
    margin-bottom: 220px;
}

.title {
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}

.contact-text {
    font-size: 16px;
    line-height: 22px;
    color: #a11312;
    padding-bottom: 5px;
}

.photoTitle {
    font-family: 'robotolight';
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 30px;
    font-weight: bold;
}

.info {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.copyright {
    color: #bababa;
}

.info-section {
    padding-bottom: 28px;
}

#icons-section {
    margin-bottom: 10px;
}

#icons-section .row {
    margin-bottom: 14px;
}

.icons-text {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    color: #a11312;
}

.icons {
    font-size: 35px;
    margin-right: 10px;
    margin-left: 10px;
}

.mini-title {
    display: none;
}

/*.padding_margin-eraser {
    padding: 0px;
    margin: 0px;
}*/

/*.width-maximizer {
    width: 100%;
} */

.pre-title{
    cursor: default;
}

.round-button {
    float: left;
    display: inline;
    position: relative;
    font-family: 'robotolight';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    height: 0;
    padding-top: 5px;
    padding-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    background: #4a4a4a;
}

.menu_button a:hover {
    text-decoration: none;
    background-color: #ba4b4b;
    color: #FFFFFF;
}

.menu_button a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.round-button-circle:hover {
    background:#ba4b4b;
}

.round-button a {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #e2eaf3;
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 584px;
}

.spacing-1 {
    padding-bottom: 2px;
}

@media (max-width: 1199px){  
    .spacing-1 {
        margin: 0px;
        padding-bottom: 2px;
        width: 100%;
    }
    
    .padding-adjust {
        padding-left: 1px;
        padding-right: 1px;
    }

}

@media (max-width: 1199px){
    h1 {
        font-size: 30px;
    }

}

@media (max-width: 995px){
    /*.container {
        width: 750px;
    }*/
}

@media (max-width: 767px){
    .padding-adjust {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 640px){
    .pre-title{
        display: none;
    }
    
    .mini-title {
        display: block;
        cursor: default;
    }
    
    .introduction {
        margin-top: 15px;
        margin-bottom: 46px;
    }
    
    .introduction2 {
        margin-top: 15px;
        margin-bottom: 46px;
    }
}