﻿ body
{

}
.globe
{
    background-image: url('../SpotlessWelloffAtlanticridleyturtle-size_restricted.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 150px 55% 15px;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    position: relative;
}
.overlay
{
    background-color: transparent;
    background-image: url('../img/background.jpg');
    opacity: .60;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.sbottom
{
     overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.logo
{
    opacity:1;
    left:49%;
    z-index:999;
    position:absolute;
   /*padding-top:60px;*/
   height:100%;

}
footer
{
    background:#2a2a2a;
    padding:25px;
    color:#fff;
    margin-top:20px;
    text-align:center;
}
    h2.head
    {
        padding-top:20px;
        text-align:center;

    }

    .arrow {
  text-align: center;
color:#eee;
bottom:217px;
left:0;
position:absolute;
width:100%;
}
    .arrow a
    {
       color: #fff;
       text-decoration:none;
    }
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bannText{position:absolute;font-size:40px;color:#fff;top:200px;z-index: 100;left: 88px;}
.bannTextSmall{position:absolute;font-size:20px;color:#fff;top:318px;z-index: 100;left: 88px;}
.globe .getInTouch {
    background: #2a7be3;
    border: navajowhite;
    color: #fff!important;
    font-size: 13px;
    width: 150px;
    padding: 17px;
    font-family: 'Gotham-Light', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 444px;
    z-index: 100;
    left: 88px;
}
.globe .readMore {
    background: transparent;
    padding: 15px;
    width: 150px;
    font-size: 13px;
    color: #fff!important;
    margin-left: 40px;
    font-family: 'Gotham-Light', proxima-nova, sans-serif;
    border: 2px solid #2a7be3;
    position: absolute;
    top: 444px;
    z-index: 100;
    left: 230px;
}
.globe .getInTouch a{color: #fff!important;}
.globe .readMore a{color: #fff!important;}

.globe a:hover{text-decoration:none;}

@media (max-width: 768px) {
	.logo    {
		left:0;
		padding-top:0;
		text-align:center;
    }
    .logo img    {
        width:70%;
        margin:0 auto;
    }
	h2.head    {
        padding-top:10px;
        text-align:center;
       font-size:20px;
    }
    .arrow    {
        display:none;
    }
    .overlay{
		background-color: transparent;
		background-image: url('../img/background1.jpg');
		opacity: .60;
	}
    .globe {
		padding: 20px 150px 142% 15px;
	}
	.bannText {
		font-size: 24px;
		top: 144px;
		left: 22px;
	}
	.bannTextSmall {
		font-size: 16px;
		top: 275px;
		left: 22px;
	}

    .globe .getInTouch{
        font-size: 12px;
        width: 126px;
        padding: 11px;
        top: 358px;
        left: 23px;
    }

    .globe .readMore{
        padding: 10px;
        width: 126px;
        font-size: 12px;
        top: 357px;
        left: 118px;
    }

}
