/*
Theme Name: Castellano and Carpenter
Theme URI: http://www.wordpress.org
Description: Matt Gibson Theme
Version: 1.0
Author: Gibson Design.
Author URI: http://www.gibsonads.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    background: linear-gradient(0deg, #0052d4 0%, #4364f7 50%, #6fb1fc 100%) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    outline: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

iframe {
    max-width: 100%;
    border: 0px;
    width: 100%;
}

.wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.sub-sites span {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin: 25px 0px;
    width: 100%;
}

.sub-sites h4 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}

.sub-sites a {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}

.sub-sites img {
    max-width: 150px;
}

.main-logo {
    margin-bottom: 100px;
}

.wrp-front-page {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100vh;
}