/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see https://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    background-image: url(../img/yp_bg_3.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* This ensures the background remains fixed while scrolling */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    /*background-color: rgba(0, 0, 0, 0.1); */
    
}

body background-image

body,
html {
    width: 100%;
    height: 100%;

}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* was font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    /* was font-weight: 700; */
}

/*.navbar-default .navbar-nav > li > a  */

.topnav {
    font-size: 14px; 
    font-weight: 700;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
   /* background: url(../img/yp_bg_2.jpg) no-repeat center center;    /* was intro-bg.jpg    skipper_top   */   
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.normalny_text {
  font-size:110%;
}

p {
	font-size: 16px;
    /* was font-weight: 400;  */
}
                                                                                                        

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 35px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 35px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-yp_foto {
    padding: 50px 0;
		margin-left: auto;
		margin-right: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-partneri {
    /*background-image: url(../img/vladimir_porvaznik.png); */
    background-repeat: no-repeat;
    padding: 26px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	background-color: #f8f8f8;
}

.section-heading {
    margin-bottom: 5px;
    font-weight: 700;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    /*background: url(../img/background_bottom.jpg) no-repeat center center;  */
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    
    .content-section-a {
    padding: 30px 0;
    background-color: #f8f8f8;
    }
    .content-section-b {
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    }
    
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    
    .content-section-a {
    padding: 15px 0;
    background-color: #f8f8f8;
    }

    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

@media(max-width:1199px) {
    
    body {
        padding-top: 0px;
    }
    .content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
}

@media(max-width:995px) {
    body {
        padding-top: 0px;
    }
    .content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
}

@media(max-width:767px) {
    body {
        padding-top: 0px;
    }
    
    .content-section-a {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
}


.navbar-default .navbar-nav > li > a {
	/*font-family: 'Ubuntu', 'Helvetica neue', Helvetica, arial, sans-serif;   */
    font-family: "Roboto Condensed", Sans-serif;
	font-size: 1.3em;
	margin-left: 11px;
	margin-right: 11px;
    font-weight: bold;
}
/*
@media(max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 1.9rem;
    }

}

@media(max-width:1300px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 1.8rem;
    }

}
*/


.theblogwidgets{

    background: url("https://3.bp.blogspot.com/-TaZRLv66f8g/UoMnTyTbF6I/AAAAAAAAAGY/U4qcf-SP6d0/TheBlogWidgets_facebook_widget.png") 
    no-repeat scroll left center transparent !important; 
    float: right;
    height: 270px;
    padding: 0 5px 0 46px;
    width: 245px;
    z-index:  1060 !important;
    position:fixed;
    right:-200px;
    top:20%;

    } 

.theblogwidgets div{ 
    padding: 0; 
    margin-right:-8px; 
    border:4px solid  #3b5998; 
    background:#fafafa;
    } 

.theblogwidgets span {
    bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;
    position: absolute;
    right: 6px;
    text-align: right;
    z-index: 1060 !important;
    } 

.theblogwidgets span a{
    color: gray;text-decoration:none;
    } 

.theblogwidgets span a:hover{
    text-decoration:underline;
    } 

@media (min-width: 1200px) {
  .container {
    /*width: 1400px; */
  }
}

.get_excerpt {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 1.7rem;
}

.get_title {
    color: #203470;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 2.2rem;

}

/*
.yp_intro_button_1 {
    font-size: 120%;
    padding-left:20px; 
    padding-right:20px; 
    padding-top:20px; 
    padding-bottom:20px;

}

.yp_intro_button_2 {
    font-size: 120%;
    padding-left:20px; 
    padding-right:20px; 
    padding-top:20px; 
    padding-bottom:20px;

}

.yp_intro_button_3 {
    font-size: 120%;
    padding-left:20px; 
    padding-right:20px; 
    padding-top:20px; 
    padding-bottom:20px;
}

@media(max-width:767px) {

.yp_intro_button_1, .yp_intro_button_2, .yp_intro_button_3 {
    padding-left:10px; 
    padding-right:10px; 
    padding-top:10px; 
    padding-bottom:10px;
}

}
*/
.yp-intro-button-1 {
    color: white;
    background-color: #0074c8;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #8cc0e6;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.yp-intro-button-2 {
    color: white;
    background-color: #142896;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959ed0;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;  
}

.yp-intro-button-1:hover {
    background-color: #c92e36;
    border-color: #e7a1a4;
    color: white;
    /* yp-x-background-color: */
}

.yp-intro-button-2:hover {
    background-color: #c92e36;
    border-color: #e7a1a4;
    color: white;
}

.yp-logo-default {
    width: 200px;
}

.yp-plavidla-buttons {
    /*background-color: red;*/
    /*width: 30%;*/
    background-image: url(https://yacht-pool.cz/img/icons/wheel-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #142896;
    background-color: #ffffff;
    /*border-style: solid;*/
    /*border-width: 2px 2px 2px 2px;*/
    /*border-color: #8cc0e6;*/
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: bold;
    font-family: "Roboto Condensed", Sans-serif;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .yp-plavidla-buttons {
        width: 30%;
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
  }
}

@media(max-width:767px) {

    .yp-plavidla-buttons {
        width: 100%;
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

}

.yp-plavidla-form-button {
    /*background-color: red;*/
    /*width: 30%;*/
    background-image: url(https://yacht-pool.cz/img/icons/wheel-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: white;
    background-color: #c92e36;
    /*border-style: solid;*/
    /*border-width: 2px 2px 2px 2px;*/
    /*border-color: #8cc0e6;*/
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: bold;
    font-family: "Roboto Condensed", Sans-serif;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
}

.yp-plavidla-plachetnica-img  {
    padding-right: 10px;
}

.yp-navbar-page {
    margin-bottom: 0px;
}

.yp-menu-contact {
    margin-top: 20px; 
    text-align:right;
}

@media only screen and (max-width: 767px) {
    .yp-menu-contact {
        display: none;
    }
}

.yp-footer-logo {
    max-width: 70%;
    
}

@media only screen and (max-width: 1200px) {
    .yp-footer-logo {
    max-width: 70%;
    }
    .yp-footer-stars {
        width: 30%;
    }  
}

@media only screen and (max-width: 991px) {
    .yp-footer-logo {
    max-width: 70%;
    }
    .yp-footer-stars {
        width: 40%;
    }  
}

.yp-menu-logo {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .yp-menu-logo {
    width: 100%;
    }
}

@media only screen and (min-width: 751px) {
    .yp-navbar li:first-child {
        display: none;
    }
}





	

