@charset "UTF-8";

/*
Theme Name: wiljamichild
Template: twentytwentyone
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: WWWiljami
Author URI: https://wwwiljami.fi
Description: Twenty Twenty-One based child theme
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiljamichild
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@font-face {
    font-family: 'Open Sans';
    src: url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400&display=swap');
}
:root{
    --form--border-radius: 5px;
    --global--font-primary: var("Open Sans", Helvetica, --font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--global--font-secondary: var("Open Sans", Helvetica, --font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
    --primary-nav--font-family: "Open Sans", Helvetica;
    --primary-nav--font-weight: 300;
}
.site-title {
    color: #4f23ff;
	text-transform: none;
    font-size: 3em;
}
.is-dark-theme .site-title {
    color: #23ffda;
}
@media only screen and (max-width: 481px){
    .site-title {
        font-size: 1.5em;
}}

.entry-content {
    font-family: "Open Sans", Helvetica !important;
    font-weight: 300;
}
.site-name {
    text-transform: none;
}
.site-header {
    padding-bottom: 0;
}

body {
    background: linear-gradient(to right top, rgba(80, 255, 255, 0.521), rgba(146, 79, 255, 0.219));
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: "Open Sans", Helvetica !important;
}

.is-dark-theme input{
    background: rgba(255, 255, 255, 0.479)!important;
}

/* The animation code */
@keyframes example {
    from {transform:rotateX(-90deg);}
    to {transform:rotateX(90deg);}
  }

.rotated {
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.07,.64,.95,.47);
    padding-left: 10px;
}

.textflip {
    display: inline-block;
}

.grecaptcha-badge { 
    visibility: hidden;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], 
input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], 
input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], input[type=submit], .site textarea {
    border: 1px solid;
    border-radius: var(--form--border-radius) ;
}

.site-header > .site-logo {
    width: 8em;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
}

@media only screen and (min-width: 619px){
.site-logo .custom-logo {
    max-width: 300px;
    max-height: 300px;
    height: 8em;
    width: 8em;
}}

@media only screen and (max-width: 618px){
    .site-header > .site-logo {
        display: none;
    }}

.site-footer > .site-info {
        border-top: none;
        padding-top: none;
}

@media only screen and (min-width: 619px){
    .site-logo-footer {
        display: none;
    }}

@media only screen and (min-width: 482px){
.site-footer > *, .widget-area > * {
    margin-top: none;
    margin-bottom: none;
}}

.wpcf7-form-control {
    width: 100%;
    border-radius: 2px;
}

.custom-logo{
    justify-content: center;
    display: block !important;
}