* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

*:focus {
    outline: none;
}

body {
    font-family: "Visby Round CF";
    overflow-x: hidden;
}

.notHomeIcon
{
    margin-top: -48px !important;
}

.notHomeLinks
{
    margin-top: 10px !important;
}

.p-header
{
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    display: flex;
    padding: 0.5vh 5vh;
    height: 8vh;
    z-index: 1;
    background: rgb(158,0,39);
    background: -moz-linear-gradient(90deg, rgba(158,0,39,1.0) 0%, rgba(194,0,47,1.0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(158,0,39,1.0) 0%, rgba(194,0,47,1.0) 100%);
    background: linear-gradient(90deg, rgba(158,0,39,1.0) 0%, rgba(194,0,47,1.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e0027",endColorstr="#c2002f",GradientType=1);
    /* background: rgb(110,194,208);
    background: -moz-linear-gradient(90deg, rgba(110,194,208, 1.0) 0%, rgba(97,166,208, 1.0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(110,194,208, 1.0) 0%, rgba(97,166,208, 1.0) 100%);
    background: linear-gradient(90deg, rgba(110,194,208, 1.0) 0%, rgba(97,166,208, 1.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ec2d0",endColorstr="#61a6d0",GradientType=1); */
}
.p-header h1
{
    align-self: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.2em;
}

.noBG 
{
    background-image: none !important;
}

.main-content
{
    padding-top: 8.5vh;
    height: 100vh;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url("l_bck_001.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.card-wrapper
{
    margin-top: 6vh;
    display: grid;
    grid-template-columns: 50% 50%;
    height: 80%;
    -webkit-box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.26);
            box-shadow: 0px 0px 32px -4px rgba(0,0,0,0.26);
}

.main-content iframe
{
    grid-column: 2;
    width: 100%;
    height: 100%;
    justify-self: center;
}

.main-content form
{
    grid-column: 1;
    display: grid;
    height: 100%;
    padding: 70px;
    justify-items: center;
    grid-template-columns: 50% 50%;
    box-sizing: border-box;
    background: rgb(110,194,208);
    background: -moz-linear-gradient(180deg, rgba(110,194,208,1) 0%, rgba(97,166,208,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(110,194,208,1) 0%, rgba(97,166,208,1) 100%);
    background: linear-gradient(180deg, rgba(110,194,208,1) 0%, rgba(97,166,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ec2d0",endColorstr="#61a6d0",GradientType=1);
}

.name
{
    width: 225px !important;
    display: inline-block;
    justify-self: start;
    margin-top: 20px;
}


.main-content form textarea,
.main-content form > input
{
    height: 25px;
    padding: 5px;
    padding-left: 10px;
    width: 98%;
    grid-column: 1 / span 2;
    border: none;
    border-radius: 10px;
    font-size: 15px;
}

.main-content form textarea
{
    height: auto;
    margin-bottom: 10px;
}

.form-title
{
    grid-column: 1 / span 2;
    color: white;
    font-size: 45px;    
}

.main-content form button:hover
{
    background-color: #db2653;
}
.main-content form button
{
    width: 100px;
    grid-column: 1 / span 2;
    border: 0;
    background-color: #B32045;
    font-family: "Visby Round CF";
    font-weight: bold;
    color: white;
    padding: 10px;
    border-radius: 20px;
    width: 55%;
    margin-top: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-size: 15px;
}


.section-title
{
    font-size: 30px;
    margin-top: 50px;
}

.section-body
{
    font-size: 18px;
    text-align: justify;
    margin-top: 35px;
    width: 50vw;
    float: left;
}

.image-container img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-container
{
    right: 50px;
    border: 1px solid;
    min-height: 40vh;
    width: 35%;
    margin-top: 40px;
    position: absolute;
    background-color: #dadada;
}
