@import url('https://fonts.googleapis.com/css?family=Cinzel|Raleway');

* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #FAFAFA;
}

body {
    font-family: 'Raleway', sans-serif;
}
p {
    font-size: 1em;
    
}
p.center {
    text-align: center;
    font-size: 0.95em;
}
a.pageID {
    font-family: 'Cinzel', serif;
    color: #000000;
    font-size: 52px;
    text-decoration: none;
}
header {
    padding-bottom: 12px;
}
header h1 {
    text-align: center;
}
div.body {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
}
div.slidercenter {
    text-align: center;
}
div.left {
    text-align: center;
    width: 55%;
    float: left;
/*    background: lightgreen;*/
}
div.video {
    width: 80%;
    margin: auto;
}
div.right {
    text-align: left;
    width: 35%;
    float:right;
    padding-right: 100PX;
/*    background: orange;*/
    }
div.right p{
    line-height:1.5;
    
}

div.contact {
    width: 60%;
    margin: 0 auto;
    float: right;
}
div.contact-feedback {
    width: 60%;
}
.embed-container {
    position:relative;
    padding-bottom: 55.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
iframe {
    text-align: center;
}
.embed-container iframe { 
    position: absolute;
    width: 100%; 
    height: 100%; 
}
.ytp-title {
    height: 0;
}
div.wrapper, footer {
    background-color: #ffffff;
    overflow: auto;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
    text-align: center;
}
.responsive-image {
    max-width: 100%;

}
.cell img {
    clear: both;
    display: block;
    
}
footer {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    clear: both;
}

footer a {
    color: #404040;
    text-decoration: none;
}

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

footer p {
    padding: 2em;
}

@media screen and (min-width: 600px) {
    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 7em;
}
    .cell {
        width: calc(50% - 2rem);
       
    }
}
    
@media screen and (min-width: 1000px) {
    .cell {
        width: calc(33.3333% - 2rem);     
    }
}
/*desktop*/

@media all and (min-width:1280px){
    
    div.wrapper, footer {
        width: 80%;
        margin: 0 auto;
    }
}

/*tablet*/

@media all and (min-width:481px) and (max-width:1279px){
    
    div.wrapper, footer {
        width: 85%;
        margin: 0 auto;
    }   
    div.left {
        width: 85%;
        float: none;
        padding: 0;
        text-align: center;
    }
    div.right {
        float: none;
        padding: 16px;
        width: 85%;
    }
    div.contact {
        width: 80%;
        float: right;
    }
    .embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
    width: 90%; 
    height: 90%; 
    padding-left: 7px;
    }

}   
    
/*phone*/

@media all and (max-width:480px){
    a.pageID {
    font-size: 44px;
}
    div.wrapper, footer {
            width: 100%;
        }
    div.left {
        width: 85%;
        padding: 16px;
        text-align: center;
        
    }
    
    div.right {
        width: 85%;
        padding: 16px;
        float: none;
    }
   
    div.contact {
        width: 100%;
        padding: 10px;
        float: none;
    }
    .embed-container iframe, .embed-container object, .embed-container embed { 
        position: absolute;
        width: 100%; 
        height: 100%;
        padding: 0px;
    }

}