Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
225 changes: 217 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
/* Hero image top*/
.home-image{
max-width:100%;
height:auto;
}

html, body, div .home-imge {
height: 100%;
}
/* Checker Board Layout*/
* {
box-sizing: border-box;
}

html, body, div {
height: 100%;
}

.hero-image {
background-image: url("../img/home-yacht-top.jpg");
background-attachment:fixed;
Expand All @@ -37,7 +35,7 @@ html, body, div {
text-align: center;
vertical-align: middle;
position: absolute;
top: 84%;
top: 47%;
left: 72%;
transform: translate(-50%, -50%);
color: white;
Expand All @@ -47,7 +45,7 @@ html, body, div {
text-align: center;
vertical-align: middle;
position: absolute;
top: 84%;
top: 47%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
Expand Down Expand Up @@ -129,4 +127,215 @@ article {
background-repeat:no-repeat;
background-position:right;
background-color: #ffffff;
}

.crew {
height:70%;
max-height:100%;
padding-left:0px;
padding-right:0px;
}
.about {
height:400px;
width:400px;
padding: 12%;
}
.yachts {
float:left;
height:400px;
width:400px;
padding: 12%;
background-image: url("../img/crew.jpg");
background-repeat:no-repeat;
background-color: #ffffff;
}
.block-row {
margin-top: -7px;
margin-bottom: 0px;

}
/* Image Hover */
.hovereffect {
width: 100%;
height: 500px;
max-height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
background: linear-gradient(45deg, #0f5f80 0%,#05abe0 100%);
}

.hovereffect .overlay {
width: 100%;
height: 500px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
padding: 3em;
text-align: left;
}

.hovereffect img {
display: block;
position: relative;
max-width: none;
width: calc(100% + 60px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
transition: opacity 0.35s, transform 0.45s;
-webkit-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}

.hovereffect h1 {
text-transform: uppercase;
color: #fff;
position: relative;
font-size: 27px;
background-color: transparent;
text-align: left;
}

.hovereffect .overlay:before {
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
border: 1px solid #fff;
content: '';
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
transition: opacity 0.35s, transform 0.45s;
-webkit-transform: translate3d(-20px,0,0);
transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
color: #FFF;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
transition: opacity 0.35s, transform 0.45s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

/* Testimonials */
/* Slideshow container */
.slideshow-container {
position: relative;
}

/* Slides */
.mySlides {
display:none;
padding: 80px;
text-align: center;
font-size:20px
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -30px;
padding: 16px;
color: #888;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
}

/* Position the "next button" to the right */
.next {
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
text-align: center;
padding: 20px;
background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
background-color: #0f5f80;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}



/* Footer */

.mfooter {
color:#fff;
background-color: #182532 !important;
padding-bottom:300px;
margin-top:0px;
background-image: url("../img/footer.png");
background-attachment:fixed;
background-repeat:no-repeat;
vertical-align:bottom;
padding-top:30px;
height: 333px;
}

.mcopyright {
color:#fff;
background-color: #0a1621;
}

.footer-nav {
text-align: left;
padding-left:60px;
color:#f4f4f4 !important;
}
Binary file added img/about-us.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/crew.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/footer-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lux-yacht-logo-footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lux-yacht-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/our-yachts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading