/*
Theme Name:     obs
Theme URI:
Author:         One Website Design
Author URI:     https://www.onewebsitedesign.co.uk
Description: 	Custom Theme for Old Bank Studio.
Tested up to:   5.8
Requires PHP:   7.4
Version:        3.3
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    obs
Tags:           one-column, two-columns, left-sidebar, right-sidebar
OBS Theme, (C) 2022 onewebsitedesign.co.uk
*/

/*----------------------------------------------------------------------------*\
  #RESET
\*----------------------------------------------------------------------------*/
html,
body {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

div {
	  position: relative; /* Absolutely positioning elements within containers */
}

body {    
    background: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: auto;
}

.row {
    max-width: 1180px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
    display: inline-block;
	vertical-align: middle;
    transition: all 0.4s ease;
}

/* Default Link Styles */
a {
    color: #d28f61;
    text-decoration: none;
    line-height: inherit;
    transition: all 0.4s ease;
}

a:hover {
    color: #357CBF;
}


/* Default heading styles */
h1 {
    color: #fff;
    padding: 0 0;
    margin: 0 0;
    display: inline-block;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 20px 20px;
}

.lobster-regular {
    font-family: "Lobster", serif;
    font-weight: 400;
    font-style: normal;
}


/* Default paragraph styles */
.roboto-slab-heading {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;  
}

.roboto-slab-body {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;  
}

p {
    color: #58595b;
}

/*----------------------------------------------------------------------------*\
  #UTILITIES
\*----------------------------------------------------------------------------*/
.container {
    padding: 32px 0;
}

.clear {
    clear: both;
}

/*----------------------------------------------------------------------------*\
  #HEADER SECTION
\*----------------------------------------------------------------------------*/
.site-logo {
    padding: 32px 0;
}

/*----------------------------------------------------------------------------*\
  #CONTENT
\*----------------------------------------------------------------------------*/
.hero-container {
    background-image: url('../images/blue_beach_huts.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.content-container {
    padding: 100px 0;
}

.footer {
    padding-top: 20px;
    background-color: #e6ecf2;
}

.footer-top {
    height: 66px;
    background-image: url('../images/footer_extended.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e6ecf2;
}

.footer-content {
    background-color: #357cbf;
}

/*----------------------------------------------------------------------------*\
  #IMAGES
\*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*\
  #LARGE SCREENS
\*----------------------------------------------------------------------------*/
@media only screen and (min-width: 64em) {
    .lobster-regular {
        font-size: 60px;
        line-height: 50px;
    }

    .roboto-slab-heading {
        font-size: 40px;
        line-height: 30px; 
    }

    .hero-container {
        padding: 40px 0 650px 0;
    }
    
}

/*----------------------------------------------------------------------------*\
  #MEDIUM SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.9398em) {
    .lobster-regular {
        font-size: 50px;
        line-height: 40px;
    }

    .roboto-slab-heading {
        font-size: 34px;
        line-height: 24px;  
    }

    .hero-container {
        padding: 40px 0 600px 0;
    }
    
}

/*----------------------------------------------------------------------------*\
  #SMALL SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (max-width: 39.9375em) {
    .lobster-regular {
        font-size: 40px;
        line-height: 30px;
    }

    .roboto-slab-heading {
        font-size: 26px;
        line-height: 20px; 
    }

    .hero-container {
        padding: 40px 0 500px 0;
    }
}